chess
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
"szar:roulette",
|
||||
"szar:slot_machine",
|
||||
"szar:tictactoe",
|
||||
"szar:connectfour"
|
||||
"szar:connectfour",
|
||||
"szar:chess"
|
||||
]
|
||||
}
|
||||
14
src/main/resources/data/szar/loot_tables/blocks/chess.json
Normal file
14
src/main/resources/data/szar/loot_tables/blocks/chess.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "szar:chess"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
23
src/main/resources/data/szar/recipes/chess.json
Normal file
23
src/main/resources/data/szar/recipes/chess.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"RBR",
|
||||
"BPB",
|
||||
"RBR"
|
||||
],
|
||||
"key": {
|
||||
"R": {
|
||||
"item": "minecraft:white_dye"
|
||||
},
|
||||
"B": {
|
||||
"item": "minecraft:black_dye"
|
||||
},
|
||||
"P": {
|
||||
"tag": "minecraft:planks"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "szar:chess",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user