Files
minecraft-assets/data/minecraft/recipe/scaffolding.json
2025-01-29 18:30:55 +01:00

17 lines
257 B
JSON

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