minecraft-assets/data/minecraft/recipes/stick.json

18 lines
251 B
JSON

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