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

17 lines
229 B
JSON

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