Files
minecraft-assets/data/minecraft/recipes/scaffolding.json
2023-08-09 18:29:12 +02:00

22 lines
332 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"I": {
"item": "minecraft:bamboo"
},
"~": {
"item": "minecraft:string"
}
},
"pattern": [
"I~I",
"I I",
"I I"
],
"result": {
"count": 6,
"item": "minecraft:scaffolding"
},
"show_notification": true
}