minecraft-src/data/minecraft/recipe/resin_block.json
2025-07-04 03:15:13 +03:00

16 lines
No EOL
237 B
JSON

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