Hi!
I'm wondering where can you get fluids' and blocks' simple name that I often see in the .ini -files for custom recipes.
For example there's "Fluid:ic2coolant" where is that name "ic2coolant" stored? With JEI I can only find names like "ic2:coolant" and I cant seem to get it to work anyhow in recipes.
What I'm aiming at, is a way to make recipes to craft fluids from other mods (namingly redstone + hot coolant -> destabilized redstone), but I can't get the syntax right for them. Either I get the game crashing or the recipe simply not working.
What I've tried so far is to use liquid names in different forms:
Fluid:thermalfoundation:fluid_redstone
ic2:fluid_cell:thermalfoundation:fluid_redstone
ic2:fluid_cell#thermalfoundation:fluid_redstone
...without success.
Is there a correct syntax using the modname:fluidname -format?
...and if there is not, how can I find the simple names that are used in the fluid_containername#simplefluidname -format?