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

15 lines
254 B
JSON

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