filename:
common/src/main/generated/data/oritech/advancement/recipes/alloy_forgery/compat/alloyforgery/energite.json
branch:
1.21
back to repo
{
"fabric:load_conditions": [
{
"condition": "fabric:all_mods_loaded",
"values": [
"alloy_forgery"
]
}
],
"parent": "minecraft:recipes/root",
"criteria": {
"has_c_ingots_nickel": {
"conditions": {
"items": [
{
"items": "#c:ingots/nickel"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_fluxite": {
"conditions": {
"items": [
{
"items": "oritech:fluxite"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:compat/alloyforgery/energite"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_c_ingots_nickel",
"has_fluxite"
]
],
"rewards": {
"recipes": [
"minecraft:compat/alloyforgery/energite"
]
}
}