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

34 lines
639 B
JSON

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