

Alfa version warning. Functionality of this mod is a term of change. Submit your issues and suggestions on github
This tool might be usefull for modpack creators.
It gives possibility to show in JEI how to get some items and fluids.
Because in some mods, some recipes can be unclear and not showing in JEI at all.
In this mod you can add simple dependencies for items and fluids.
Please check the config jeicats.cfg and add whatewer you want
Example config for better understanding its structure
# Configuration file
general {
fluidoutputs {
# First item is a machine block always.
# Format: somemod:machine@meta, fluid
# Example: minecraft:furnace, lava
S:fluid_recipes <
minecraft:furnace, lava
ic2:te@5, ic2preheated_water
>
}
itemoutputs {
# First item is a machine block always.
# Format: somemod:machine@meta, somemod:item@meta
# Example: minecraft:furnace, minecraft:stone
S:item_recipes <
minecraft:furnace, minecraft:flint
minecraft:furnace, minecraft:stone
>
}
}