Files
minecraft-assets/data/minecraft/recipe/stick_from_bamboo_item.json
2025-02-19 18:31:59 +01:00

16 lines
228 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"group": "sticks",
"key": {
"#": "minecraft:bamboo"
},
"pattern": [
"#",
"#"
],
"result": {
"count": 1,
"id": "minecraft:stick"
}
}