Files
minecraft-assets/data/minecraft/recipes/stick.json
2021-11-17 18:34:21 +00:00

17 lines
229 B
JSON

{
"type": "minecraft:crafting_shaped",
"group": "sticks",
"pattern": [
"#",
"#"
],
"key": {
"#": {
"tag": "minecraft:planks"
}
},
"result": {
"item": "minecraft:stick",
"count": 4
}
}