aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/common/GT_Proxy.java
AgeCommit message (Collapse)Author
2016-05-22Change Fuel and Nitro diesel valuesDream-Master
change Burn value of Lignite coal 4x Change Gui Pic from Distillation Tower and Large Heat Exchanger (thanks to Draknyte1)
2016-04-09Revert "Try to add Oil Drill. Works but not pumping oil"Dream-Master
This reverts commit 26f65443ff25de28f0a48b0e5fa824ee96f86c41.
2016-04-04Try to add Oil Drill. Works but not pumping oilDream-Master
2016-01-14Modify Wet Concrete to be able to use cellsTeteros
Wet Concrete was lacking cell support as it was a 'molten' fluid type. This patch adds a new type 'wet', which replaces 'molten' for Concrete. This means with this patch you can either use the canner with concrete dust to fill the cell, or the fluid canning machine to input or output Wet Concrete. Ideally Wet Concrete would be separate from Concrete as one is solid and the other fluid, but they were kept together for compatibility with existing recipes. 1 Concrete Cell = 144 Wet Concrete = Concrete Block 'Wet' fluid type can be used anytime you'd like both solid and fluid cell support, as these were usually separate for good reasons. Mostly to prevent the awkward ratio above.
2015-12-29Revert "Fixed world event lag and related cauldron crash (LemADEC)"Dream-Master
This reverts commit 10d1e48220974c1c39e96e84108f8b908b0b43b1.
2015-12-22Fixed world event lag and related cauldron crash (LemADEC)Dream-Master
2015-12-17remove this from Gt CodeDream-Master
2015-12-13Test commit to put Core Mod Items into GT code.Dream-Master
2015-12-10Added all fixes from Blood Asp we need. Just stay at Forestry 3.6.12.3Dream-Master
2015-11-20Change recipes Field generator Tier 1-5Dream-Master
Change recipes Quantum Chest Tier 1-5 (4+5 need to be redone) Change recipes Quantum Tank Tier 1-5 (4+5 need to be redone) Change recipes Pump Tier 4+5
2015-11-20Change Name Heavy Duty Alloy Ingot T1Dream-Master
Added Damascus steel, Osmiridium and Shadow Iron to the code Change Implosion Compressor recipe Change Large Bronze Boiler recipes
2015-11-20New Nerfed Small Gears and Ring recipes into GT code.Dream-Master
2015-11-03Adding Colant Cells to Gt MixerDream-Master
Add Caesium Burn value Add Block Harvet Level (copy from Gt 5.09. code)
2015-10-21Reformat codeShawn Buckley
2015-10-19Replace homegrown character comparision for builtin onesShawn Buckley
2015-10-18Move source directoryShawn Buckley