aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/common
AgeCommit message (Collapse)Author
2017-12-30Add stepping changes to prospector.Technus
2017-12-30Added MV,HV Seismic prospector.Dream-Master
change recipes for seismic prospectors change the range
2017-12-30Add tier based range change method.Technus
2017-12-29Adjust pollution levelsTechnus
2017-12-29Save/load NBT data for Large Turbine - HP STeam (#74)Jason Mitchell
2017-12-26remove EV and IV Soldering IronDream-Master
2017-12-26Added Soldering Iron for MV, HV, EV and IVDream-Master
2017-12-26Merge pull request #66 from Antifluxfield/GTNH-l10nMartin Robertz
Localization bugfix & improvement
2017-12-25Solar panel fixJason Mitchell
Make solar panels always look connected, and allow energy injection from unknown directions
2017-12-26Config to disable placeholder "%material"Antifluxfield
2017-12-25Added missing overlays, made the passtrough of wire cutting/connectiong ↵Technus
trough gt machine blocks work only if the player is isneaking. And because of that, added back the soldering iron support.
2017-12-25Merge pull request #64 from mitchej123/gt6_cables_quality_of_life_enhancementsMartin Robertz
GT6 cable quality of life improvements
2017-12-24Allow use of wire cutter/soldering item on the tile entity, as well as the ↵Jason Mitchell
wire, for a connect/disconnect
2017-12-24Change to 144mb molten cells, change samarium colorTechnus
2017-12-24remove smeltable into gemsTechnus
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