TheWildBackport/common/src/main/resources/data/wildbackport/advancements/recipes/building_blocks/muddy_mangrove_roots.json
2022-07-21 00:06:27 -04:00

34 lines
641 B
JSON

{
"parent": "minecraft:recipes/root",
"criteria": {
"has_mangrove_roots": {
"conditions": {
"items": [
{
"items": [
"wildbackport:mangrove_roots"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "wildbackport:muddy_mangrove_roots"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_mangrove_roots",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"wildbackport:muddy_mangrove_roots"
]
}
}