Files
minecraft-assets/data/minecraft/recipes/mud_bricks.json
2022-06-29 18:37:59 +02:00

16 lines
220 B
JSON

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