aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/common/tileentities
AgeCommit message (Collapse)Author
2017-11-25Merge pull request #1300 from mitchej123/bloody_unstableBlood-Asp
Single block pump refactor & bugfix
2017-11-25Merge pull request #1298 from JohannesGaessler/MoreFlexibleLCRStructureBlood-Asp
More Flexible Large Chemical Reactor structure
2017-11-25Merge pull request #1297 from JohannesGaessler/MoreFlexibleOilCrackerStructureBlood-Asp
More flexible Oil Cracker structure
2017-11-25Merge pull request #1272 from SuperCoder7979/Magic-FixBlood-Asp
Magic fix
2017-11-24Merge pull request #1289 from Dimach/dieselAlkalus
Added large diesel repair status to NC info panel.
2017-11-23Single block pump refactor & bugfix:Jason Mitchell
1) Pump will properly save it's state and reload with chunk load/reload. It remembers that it was pumping and doesn't immediately move down. Additionally, corrected saving of fluid type so it will properly look it up when it reloads 2) Fixed getYHeadOfPump() so it doesn't punch through bedrock if you destroy the pump head. If you break a gap into an existing pipe line, it will move down through the broken spots until it finds an existing set of pipes - in which case it will continue from the bottom. If you break the pump head, it will replace the last pipe with a new Head and carry on about it's business.
2017-11-24Added info to small miners tooltip. (#1287)Dimach
* Added info to small miners tooltip.
2017-11-22The Large Chemical Reactor can now have its Cupronickel Coil on any sideJohannes Gäßler
2017-11-22Fixed Oil Cracker description typoJohannes Gäßler
2017-11-22Oil Cracker can now also works right -> left, EU/Maint Hatches anywhereJohannes Gäßler
The Oil Cracker now also accepts Input Hatches on the right side and Output Hatches on the left side. Input/Output Hatches must be on opposite sides of one another. Also, Energy/Maintenance Hatches no longer need to be on the middle ring but can also be put on the sides.
2017-11-17Added large diesel repair status to NC info panel.Dimach
2017-11-06Remove useless importSuperCoder79
2017-11-05Fix small bug with block positionSuperCoder79
2017-11-05Merge pull request #1240 from Sirse/unstableBlood-Asp
Added TeleporterUsingEvent.
2017-11-05Merge pull request #1232 from Dimach/unstable-1Blood-Asp
Fixed small bug - basic miner cant work using battery in inner slot.
2017-11-05Merge pull request #1230 from Antifluxfield/driller_fixBlood-Asp
Drillers fix
2017-11-04Clean up codeSuperCoder79
2017-11-03Fix the magic energy absorberPranav
2017-11-03Merge pull request #1 from Dimach/driller_fixAntifluxfield
Fixed bug - miners digs bedrock.
2017-11-02Fixed bug - miners digs bedrock.Dimach
2017-10-18FixAntifluxfield
2017-10-08Added documentation to updateTexture in GT_MetaTileEntity_Hatch.Alkalus
Added a function to GT_Utility called addTexturePage(byte page). Added information about who is using which texture page in GT_Block_Casings1. Updated GT_Block_Casings5 & GT_Block_Casings8 to utilise texture page 1. Updated Large Chemical Reactor to reflect this change, now also uses Page 1 Index 48. Moved the Pyrolyse oven casing index from 111 to 22, which is currently unused and within the Gregtech index space.
2017-10-08The right method to find out whether the machine should break the block.Antifluxfield
2017-10-06Added TeleporterUsingEvent.Sirse
In multiplayer players can teleport to "restricted" areas (like closed dimensions or WorldEdit regions), need to handle it.
2017-10-02Rebalance EU cost 2Antifluxfield
2017-09-25Fixed small bug - basic miner cant work using battery in inner slot.Dimach
2017-09-24Fix wrong coordinateAntifluxfield
2017-09-22Fix wrong logic.Antifluxfield
2017-09-22UpdateAntifluxfield
2017-09-22Adding Fake Player for all drills and pumpsAntifluxfield
2017-09-21Fix Ore Drill EU calculation; now Ore Drill is using DrillerBaseAntifluxfield
2017-09-21Fix Oil Drill logic; rebalance EU costAntifluxfield
2017-09-13cherrypickTechnus
2017-09-13tooltip againBlood-Asp
2017-09-12Fix TooltipBlood-Asp
2017-09-12Merge fixBlood-Asp
2017-09-12Merge pull request #1211 from Antifluxfield/patch-2Blood-Asp
Fix localization of Item Distributor
2017-09-12Merge branch 'unstable' into odp_speed_improvingBlood-Asp
2017-09-12Merge branch 'unstable' into drillers-upgradeBlood-Asp
2017-09-11Fix l10n of Item DistributorAntifluxfield
2017-09-11Fix NPE of fluid checkAntifluxfield
2017-09-11Fix NPE of fluid check.Antifluxfield
2017-09-10missclickJohn
2017-09-10Now ODP Mk(N) is faster than Mk(N-1)Techlone
2017-09-04Fix logic when working in void dimensionsAntifluxfield
2017-09-03Merge pull request #1184 from GTNewHorizons/texture_overhaulBlood-Asp
Texture overhaul
2017-09-03Merge pull request #1170 from JohannesGaessler/PyrometallurgyUpdateBlood-Asp
Pyrometallurgy update
2017-09-03Merge pull request #1191 from Antifluxfield/patch-2Blood-Asp
Fix the Tooltip of Pumps
2017-09-03Merge pull request #1168 from Antifluxfield/patch-1Blood-Asp
Correct description of regulator
2017-08-21Fixed Large Chemical Reactor GUI, was wrongly using default beforeJohannes Gäßler