Files
minecraft-assets/data/minecraft/recipes/stick_from_bamboo_item.json
2024-02-28 18:28:54 +01:00

17 lines
234 B
JSON

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