aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/api/metatileentity/implementations
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-24Corrected the Maintenance Hatch tooltipJohannes Gäßler
2017-04-24Fixed the GTLog spam, ty TechloneJohannes Gäßler
2017-04-24Fixed a bug that caused Battery Buffers to not have a tooltipJohannes Gäßler
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-03-31Detect low grav dimensions by world providerBlood-Asp
2017-03-23Prevent empty batterys from stacking in battery bufferBlood-Asp
2017-03-08Fix low grav processing checkBlood-Asp
2017-03-02Fix basic machine bug (machine waste input when placed not in clearroom)Dimach
2017-02-28Circuit changesBlood-Asp
2017-02-28Merge pull request #890 from maixgame/unstableBlood-Asp
Fix bug > Oil Teleportation to GC Planets #837
2017-02-11Add support of reactor chambers in GT transformersTechlone
2017-02-07Fix generating Pollution in to other worldsMaxime Legkiy
2016-12-28Fix Blood-Asp/GT5-Unofficial#825Andrew Ozmitel
2016-12-27Fix fluid naquadah generator not consuming fuelBlood-Asp
2016-12-13Fix #785 - Unlimited EU in Dynamo HatchDavid Vierra
I went with @Techlone's simple solution after all. Counting out the individual EU might make more sense if any of the multiblocks could have more than one dynamo hatch, but they don't, so this is just fine.
2016-12-13Merge pull request #777 from Dimach/unstableBlood-Asp
Fixed #767
2016-11-28Fixed #767.Dimach
2016-11-01Maintenance does not change the machine colorDanila Bolshakov
2016-10-30Modular Armor changes 1Blood-Asp
2016-10-27Auto Maintainance fixBlood-Asp
2016-10-27Auto Maintainance fix (maybe)Blood-Asp
2016-10-26More Translation stuff. Hope it does not lag.Blood-Asp
2016-10-26Fluid Regulator code optimizationBlood-Asp
2016-10-26some bugfixesBlood-Asp
2016-10-25Pollution Update/RebalanceBlood-Asp
2016-10-23Add Automatic Maintainance HatchBlood-Asp
2016-10-21Wrench shift click can move machine front directionBlood-Asp
2016-09-27Count pipe transfers on input not output sideBlood-Asp
2016-09-27More Pollution & bugfixesBlood-Asp
2016-09-15Update Part 1Muramasa
2016-09-13Merge pull request #631 from Muramasa-/LoadTimesMuramasa-
Various Load Time Improvements
2016-08-22#573 Turbines now explode when producing more EU than dynamo can handleBlood-Asp
2016-08-14Bugfixes 8Muramasa
2016-08-14Bugfixes 3/2/1 fix: Remove commented codeMuramasa
2016-08-14Bugfixes 4Muramasa
2016-08-14Bugfixes 3Muramasa
2016-08-13More String var changesMuramasa
2016-08-13HashMap > ConcurrentHashMap & String varsMuramasa
2016-08-13Worldgen and Random changesMuramasa
2016-08-07Paintable WiresDaniel
2016-07-21Any component should require cables of its tier.OneEyeMaker
2016-07-21Redefined some wires. Added last heating coil block.OneEyeMaker
2016-07-03Pollution baseworkBlood-Asp
2016-07-03Rised generator internal EU storage to counter production bugBlood-Asp
2016-07-02Fix IC2 glass crashBlood-Asp
2016-07-01Even more changesBlood-Asp
2016-07-01Changed wire/rotor componentsMuramasa