Files
minecraft-assets/data/minecraft/recipes/mud_bricks.json
2022-04-20 18:35:50 +00:00

16 lines
220 B
JSON

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