minecraft-src/data/minecraft/recipe/packed_mud.json
2025-07-04 01:41:11 +03:00

16 lines
No EOL
249 B
JSON

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