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

15 lines
No EOL
225 B
JSON

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