Files
minecraft-assets/data/minecraft/recipes/packed_mud.json
2024-04-22 10:30:43 +02:00

16 lines
249 B
JSON

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