bdew-minecraft / generators

Advanced Generators Mod
MIT License
26 stars 22 forks source link

Tiered turbines do not actually use their production values (in the gas turbine multiblock) #34

Closed smbarbour closed 9 years ago

smbarbour commented 9 years ago

I know the new turbines are not officially released yet, but from the current jenkins build, the gas turbine controller only counts the number of turbines and multiplies that by the default value without regard for the material of the turbine.

https://github.com/bdew/generators/blob/mc-1.7.10/src/net/bdew/generators/controllers/turbine/TileTurbineController.scala#L86-L87

It appears that the steam turbine controller DOES take into account the material of the turbine however

bdew commented 9 years ago

Yeah it's not implemented yet in gas turbine controller

Skar78 commented 9 years ago

The Unabridged pack from Bboldt really brings out the best in Adv, Generators.

The tiered Turbine Update is probably on top of the list for every unabridged player. I just build steam generators just to use those, so great. Will be even more great once the syngas is working.

Totally hope there are no show stoppers for this.