Tech Reborn

Tech Reborn

30M Downloads

Adding Custom fuel sources to different generators

myd01 opened this issue ยท 3 comments

commented

It seems like you can't add custom fuel sources for generators(like gas turbine), or at least I didn't see it in the minetweaker support section in the wiki. I'm currently working on a modpack , I would appreciate it if you can work on that.

commented

That should be possible

commented

Wow, that was quick. Well, I guess I will go back to this page to check if there's any new change every now and then.Thanks for replying though. :3

commented
mods.techreborn.fluidGen.addThermalFluid(<liquid:water>, 10);
mods.techreborn.fluidGen.addGasFluid(<liquid:water>, 10);
mods.techreborn.fluidGen.addSemiFluid(<liquid:water>, 10);
mods.techreborn.fluidGen.addDieselFluid(<liquid:water>, 10);

number being the amount of power (in eu) that is generated per mb