aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/common
AgeCommit message (Collapse)Author
2017-12-24Optimize imports an add molten cellsTechnus
2017-12-21cherry pickDream-Master
Commit: 4069e24c1ebe1487491295fdaa7ff744892ee665 [4069e24] Change diesel to combustion
2017-12-02cherry pickDream-Master
Commit: af7e1d800d76d485608e74105b438c9775debc96 [af7e1d8] Merge pull request #1272 from SuperCoder7979/Magic-Fix Magic fix
2017-12-02cherry pickredmage17
Commit: eb7185ca85a967c18acca514cb43bc096e0fcdb6 [eb7185c] Merge pull request #1284 from redmage17/unstable Configed Machine Casings
2017-12-01Fixed Oil Cracker description typoJohannes Gäßler
2017-12-01Oil 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-12-01The Large Chemical Reactor can now have its Cupronickel Coil on any sideJohannes Gäßler
Conflicts: src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_LargeChemicalReactor.java
2017-11-29cherry pickAntifluxfield
Commit: f3be52de1661b7d42897211f17ebf8c5c731a932 [f3be52d] Try to fix #1301
2017-11-28cherry pickBlood-Asp
Commit: b96180ac4f1564bcb7a2e19d16738cfea7fc04a3 [b96180a] GT6 style concrete speedup (no soulsand like behavior that blocks you from entrances and less OP ice hyperspeed highways)
2017-11-24Leave deep dark orevein max size at 32, only place GT stone if the ↵Richard Hendricks
requesting chunk can potentially accept it.
2017-11-24Added primary meta to orevein seed. Read comments for details.Richard Hendricks
2017-11-24Removed oreveinSize to use a hardcoded value for now, until we can do ↵Richard Hendricks
per-dimension setup. Other minor fixes
2017-11-24Feature complete. Fixed/understand Deep Dark double oregen issue. Still ↵Richard Hendricks
have some funky chunks, but suspect that is a DD issue, not related to Gregtech.
2017-11-24Remove tabs, replace with spacesRichard Hendricks
2017-11-24Code CleanupRichard Hendricks
2017-11-24Feature complete. Ready for testing in multiple dimensions.Richard Hendricks
2017-11-24Happy with orevein generation now. Working on small ores next.Richard Hendricks
2017-11-24Cascading worldgen is being caused by something in other worldgen, possibly ↵Richard Hendricks
small ores or stones? Don't know for sure, need to investigate.
2017-11-24First pass at chunkifying oreveinsRichard Hendricks
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-22Merge pull request #53 from Antifluxfield/GTNH-GT6_styled_pipesMartin Robertz
GT6 styled pipes
2017-11-22cherry pickDream-MasterXXL
Commit: 09978a0225bbbd1832e123c7d6df1ef7fdc09d5f [09978a0] Refined
2017-11-22cherry pickDimach
Commit: eed72ede969a408a9668281de90ea91e13d92d9f [eed72ed] Added info to small miners tooltip.
2017-11-13GT6 styled pipesAntifluxfield
2017-10-20Fix for Deep Dark not allowing oregen above Y=128. ↵Richard Hendricks
https://github.com/GTNewHorizons/GT5-Unofficial/issues/41
2017-10-20Add small ores debug messagesRichard Hendricks
2017-10-19l10n improveAntifluxfield
2017-10-18Fix #2100Antifluxfield
2017-10-17Merge pull request #39 from richardhendricks/debug/dd_broken_debugMartin Robertz
Debug/dd broken debug
2017-10-17Revert threadsafe code back to lossy code. Chunks will get skipped with ↵Richard Hendricks
this, but at least the worldgen won't lag.
2017-10-17Preserve debug messages and bugfix for deep dark doing multiple worldgens on ↵Richard Hendricks
a single chunk.
2017-10-17Change the range of oil drillsAntifluxfield
2017-10-16Add variable to configure number of attempts before giving up, default to ↵Richard Hendricks
64. Set default orevein fill rate to 75%
2017-10-16Missed a execCount. Modified output to print dimension name instead of ↵Richard Hendricks
dimension number, since TF and others reuse dim 0.
2017-10-16Removed execCount, focus only on blocks actually placed.Richard Hendricks
2017-10-16Rebase to latest experimental headRichard Hendricks
2017-10-16what the heck is this?Dream-Master
2017-10-09Fix EBF tooltipTechnus
2017-10-09Add tier infoTechnus
2017-10-07cherry pickDream-Master
Commit: f5abfcefe8d77e2c3c6284bff72de25c0a0ef774 [f5abfce] The right method to find out whether the machine should break the block.
2017-10-07cherry pickAntifluxfield
0802fdbd0272c4251c4615026643c8eadcf7fe70 9d8ac82535b0099ef70e8995bca51f62f39f9f94 e725c455b3d9025caeebdbf12cc9d25f238f74bb 3db38a5c53a771aeb37a8cf2568f79c49bb38c21 aef60bbf3b6752963b51c9c4e27b6ba03f75ba8c ef41455fe59f2915c94c204b97cee19aa2ddcd3b 4372034ff4edc9e58629d63123b84c29e6e0e516 Drillers fix #1230 https://github.com/Blood-Asp/GT5-Unofficial/pull/1230
2017-10-06cherry pickDream-Master
32d4998ec6b2a9e6d8b14450748a9ae256d311a1 Fixed small bug - basic miner cant work using battery in inner slot. #1232 https://github.com/Blood-Asp/GT5-Unofficial/pull/1232/files
2017-10-06cherry pickDream-Master
c40f01930ea256adcdb858e0214deb517989b676 3f0224f55faab43cdebc19015d3132e30b9a766c Fix AssLine structure check #1226 https://github.com/Blood-Asp/GT5-Unofficial/pull/1226/files re enable Fluid Naguadah Cells
2017-10-04Powergeneration #1933Dream-Master
https://github.com/GTNewHorizons/NewHorizons/issues/1933
2017-10-04Move Large Chem Reactor casing texture index to GT rangeTechnus
2017-10-01Optimize imports, optimize random number generation, make turbines loose ↵Technus
0.75 or normal durability in loose fitting mode.
2017-10-01LHE, turbine, steam turbine changes.Technus
2017-09-27add Deprecated recipes @Technus can you please check if i did right. I need ↵Dream-Master
to add a new recipe in the adder because you cant use two Boolean in one recipe
2017-09-27try to fix old chemical recipes removeDream-Master
2017-09-27cherry pickDream-Master
Commit: 00831784660573b54248a8213cae1d64619a2b98 [0083178] rename Biomass again to Forestry Biomass. Change a brewing recipe a bit to can using Fluids that not registered at GT (FluidStack) Add new recipes for Forestry Biomass and remove old ones.