CreateMod/src/generated/resources/data/create/advancements/recipes/create.base/blasting/zinc_ingot_from_crushed.json
simibubi 0ce0c6939a Crush all Modpacks
- Renamed crushed ore items to 'crushed_raw_x'
2023-05-16 16:47:47 +02:00

34 lines
629 B
JSON

{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"create:blasting/zinc_ingot_from_crushed"
]
},
"criteria": {
"has_item": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": [
"create:crushed_raw_zinc"
]
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "create:blasting/zinc_ingot_from_crushed"
}
}
},
"requirements": [
[
"has_item",
"has_the_recipe"
]
]
}