GT5-Unofficial/main/java/gregtech/common
pyure a170c6529a Update Large Steam Turbine
* Multiple input hatches now handled properly.
* Now use 125% maximum input consumption and penalty
* We now track averageFlow and totalFlow separately: we don't want turbine byproducts generated from the average, but the actual consumption.


Notes from last pull:
* We track 125% allowance via remainingFlow.  We do still attempt to pull 125% from each hatch, but only up to our 125% overall allowance. (So even with two hatches, we can still only pull 500 steam total from a 400 steam rotor)
* With remainingFlow, we gain optimization: we don't even check unnecessary hatches if the first one provided enough steam.
* Reinstated averageFlow.
* added a ton of comments for your convenience.
2015-08-08 20:14:06 -04:00
..
blocks Version 5.08.22-23 2015-06-29 23:03:55 +02:00
covers GT 5.08.24 2015-07-12 12:45:19 +02:00
entities strip linenumbers 2015-06-23 15:29:05 -07:00
gui Update 5.08.26 2015-08-02 13:00:23 +02:00
items Version 5.08.22-23 2015-06-29 23:03:55 +02:00
redstonecircuits strip linenumbers 2015-06-23 15:29:05 -07:00
render strip linenumbers 2015-06-23 15:29:05 -07:00
tileentities Update Large Steam Turbine 2015-08-08 20:14:06 -04:00
tools Version 5.08.22-23 2015-06-29 23:03:55 +02:00
GT_Client.java V5.08.25 2015-07-25 18:34:52 +02:00
GT_DummyWorld.java strip linenumbers 2015-06-23 15:29:05 -07:00
GT_IteratorRandom.java strip linenumbers 2015-06-23 15:29:05 -07:00
GT_MinableOreGenerator.java strip linenumbers 2015-06-23 15:29:05 -07:00
GT_Network.java strip linenumbers 2015-06-23 15:29:05 -07:00
GT_PlayerActivityLogger.java strip linenumbers 2015-06-23 15:29:05 -07:00
GT_Proxy.java V5.08.25 2015-07-25 18:34:52 +02:00
GT_RecipeAdder.java Update 5.08.26 2015-08-02 13:00:23 +02:00
GT_Server.java strip linenumbers 2015-06-23 15:29:05 -07:00
GT_ThaumcraftCompat.java Update 5.08.26 2015-08-02 13:00:23 +02:00
GT_Worldgen_GT_Ore_Layer.java strip linenumbers 2015-06-23 15:29:05 -07:00
GT_Worldgen_GT_Ore_SmallPieces.java strip linenumbers 2015-06-23 15:29:05 -07:00
GT_Worldgen_Stone.java strip linenumbers 2015-06-23 15:29:05 -07:00
GT_Worldgenerator.java strip linenumbers 2015-06-23 15:29:05 -07:00