Files
minecraft-assets/data/minecraft/recipe/resin_block.json
2024-11-20 18:31:23 +01:00

16 lines
237 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "building",
"key": {
"#": "minecraft:resin_clump"
},
"pattern": [
"###",
"###",
"###"
],
"result": {
"count": 1,
"id": "minecraft:resin_block"
}
}