MachineMusePowersuits icon indicating copy to clipboard operation
MachineMusePowersuits copied to clipboard

Enhancement - Liquid nitrogen integration

Open EngineerXL opened this issue 6 years ago • 4 comments

Other mods have nitrogen too, I'd be nice not to have two nitrogens image image

EngineerXL avatar Jan 11 '19 17:01 EngineerXL

Are other mods' liquid nitrogen compatible with each other?

lehjr avatar Jan 11 '19 17:01 lehjr

I have only TechReborn, that adds Nitrogen

EngineerXL avatar Jan 11 '19 18:01 EngineerXL

As I recall, there was a reason it was left as is, and that is due to the lack of an "oredict" for fluids. There's a fluid registry, but there's no easy way of telling whether or not a fluid already exists because "liquid_nitrogen" is not the same as "liquidNitrogen". Even in the case where there are oredicts, you still run into multiple versions of copper, tin, etc.

lehjr avatar Jan 11 '19 18:01 lehjr

For instance, Galacticraft uses "liquidnitrogen", but they could even use something like "liquidN" or "ln" or whatever. Because of this, there is no easy way to detect if another mod is adding that fluid. And while it's possible to deal with it on a mod by mod basis, this becomes a can of worms with a whole series of edge cases.

lehjr avatar Jan 11 '19 18:01 lehjr