Files
minecraft-assets/data/minecraft/recipes/packed_mud.json
2024-02-14 17:44:28 +01:00

15 lines
235 B
JSON

{
"type": "minecraft:crafting_shapeless",
"category": "building",
"ingredients": [
{
"item": "minecraft:mud"
},
{
"item": "minecraft:wheat"
}
],
"result": {
"item": "minecraft:packed_mud"
}
}