aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/common/tileentities/boilers
AgeCommit message (Collapse)Author
2017-04-27Formatting clean up, nothing elseTechlone
2017-04-26Refactored mDescription to mDescriptionArray, added a deprecated fieldJohannes Gäßler
mDescription to ensure 100% backwards compatibility
2017-04-15Tooltips have more info on Steam and pollution, adjusted pollution ratesJohannes Gäßler
Boilers tooltips now explicitly state the amount of Steam produced per second. Gas Turbine tooltips now explicitly state how much steam is needed for them to run at full capacity. Machine tooltips now explicitly state how much Pollution they produce per second. Adjusted machine pollution values to have them align better. Diesel Generators / Engines now go 40, 80, 160, 320 Gas Turbines now go 20, 40, 80, 160 Large Boiler tooltips now mention the amount of time needed to heat up Formatted the source code for the Cleanroom Fixed a bug that caused Diesel Generators and Gas Turbines to not have a tooltip.
2017-04-14Machine descriptions are now a String array instead of a single String.Johannes Gäßler
The field mDescription of the class GT_MetaTileEntity_TieredMachineBlock was turned into an array. Every class derived from GT_MetaTileEntity_TieredMachineBlock has received a new additional constructor that takes an array of Strings instead of a single one.
2017-02-07Fix generating Pollution in to other worldsMaxime Legkiy
2016-10-25Pollution Update/RebalanceBlood-Asp
2016-08-13Worldgen and Random changesMuramasa
2016-07-03Pollution baseworkBlood-Asp
2015-12-11make steam boilers not automateableBlood-Asp
2015-10-21Reformat codeShawn Buckley
2015-10-21Remove jdgui-commentsShawn Buckley
2015-10-21Bring in experimental branchShawn Buckley
2015-10-21Move source filesShawn Buckley