minecraft-assets/data/minecraft/recipes/mud_bricks.json

17 lines
246 B
JSON

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