filename:
neoforge/src/main/generated/data/oritech/advancement/recipes/misc/compat/enderio/crafting/fluidpipe.json
branch:
1.21
back to repo
{
"neoforge:conditions": [
{
"type": "neoforge:mod_loaded",
"modid": "endercore"
}
],
"parent": "minecraft:recipes/root",
"criteria": {
"has_conduit_binder": {
"conditions": {
"items": [
{
"items": "enderio:conduit_binder"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "oritech:compat/enderio/crafting/fluidpipe"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_conduit_binder"
]
],
"rewards": {
"recipes": [
"oritech:compat/enderio/crafting/fluidpipe"
]
}
}