Files
minecraft-assets/data/minecraft/recipes/packed_mud.json
2023-05-24 18:29:03 +02:00

15 lines
235 B
JSON

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