Files
minecraft-assets/data/minecraft/recipe/stick.json
2025-03-05 18:31:24 +01:00

16 lines
229 B
JSON

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