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

15 lines
235 B
JSON

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