Files
minecraft-assets/data/minecraft/recipe/mud_bricks.json
2024-10-16 18:32:00 +02:00

15 lines
222 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "building",
"key": {
"#": "minecraft:packed_mud"
},
"pattern": [
"##",
"##"
],
"result": {
"count": 4,
"id": "minecraft:mud_bricks"
}
}