Industrial Foregoing

Industrial Foregoing

95M Downloads

add more fluid that can convert in the fluid dictionary converter

freopt opened this issue ยท 6 comments

commented

Industrial Foregoing Version:
it is suggestion
TeslaCoreLib Version:
Crashlog (If Any):

Add things that are added by many mods like steam or even things like deuterium and tritium to be able to be converted. Other fluids would by ethanol or diesel which are used by several mods. Thanks.

commented

If you think its that simple to make it "universal" please submit a PR. in reality we can't just "make it universal", there is no such thing as a fluid dict, every fluid has to be manually added.

commented

Please add CT support at least. Perhaps it's already there but not documented in the wiki? https://github.com/Buuz135/Industrial-Foregoing/wiki/Crafttweaker-Support

Maybe something like this?

mods.industrialforegoing.FluidDictonaryConverter.registerEquals([
  <liquid:for.honey>,
  <liquid:honey>
])
mods.industrialforegoing.FluidDictonaryConverter.registerEquals([
  <liquid:seed.oil>*10,
  <liquid:seed_oil>*5
])
commented

Perfect! Thanks.

commented

I also hope that the fluid dictionary can convert any fluid from any mod to another fluid that has the same fluid dict name.

commented

Thanks, CraftTweaker is a good solution!