aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/common/tileentities
AgeCommit message (Collapse)Author
2020-12-07Merge pull request #366 from GTNewHorizons/more-cache-packerMartin Robertz
add simple allowPutStack cache
2020-12-07add simple allowPutStack cachekorneel vandamme
2020-12-07Drilling plant uses absolute coordinates where single block uses relativerepo_alt
2020-12-04Non-GT ores support for the seismic prospector (GT++, BW(?))repo_alt
2020-11-30ony set to max if it has to muchkorneel vandamme
2020-11-29fix over filling quantumchestkorneel vandamme
2020-11-28add caching to boxinator + other optimazationkorneel vandamme
2020-11-22Change comments to english (#350)Prometheus0000
2020-11-21Merge pull request #335 from Prometheus0000/LCE2Martin Robertz
Added IV HOG only LCE
2020-11-20Merge branch 'experimental' into LCE2Prometheus0000
2020-11-20Remove unnecessary stuff/comments. Change meta #Prometheus0000000
2020-11-20Fixes boosting not working. Also getInfoData tooPrometheus0000000
2020-11-19Change all the multi tooltips over. Also changed tooltip class a bitPrometheus0000000
2020-11-18Add new method of displaying MB tooltips. LCR as example for nowPrometheus0000000
2020-11-19Extreme LCE now uses LOXGlease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2020-11-19Fix wrong fuel consumption in extreme LCEGlease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2020-11-16GT ore blocks in world are not recognized as an oredicted stackrepo_alt
2020-11-15Clean up Extreme Diesel EngineGlease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2020-11-14Miners may actually detect ores by the oredictrepo_alt
https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/5468
2020-11-13Handle restart and radius changerepo_alt
2020-11-13Single block miner optimizationrepo_alt
2020-11-13LCR was forming w/o energy and maintenance hatchesrepo_alt
2020-11-10Cleanroom Callback Reworkbartimaeusnek
2020-11-03Added IV HOG only LCEPrometheus0000000
2020-10-13Merge pull request #324 from GTNewHorizons/digital-chest-void-overflowMartin Robertz
Digital chest void overflow
2020-10-13better localisation handelingkorneel vandamme
2020-10-13Make cleanroom workspeed based on height and tierGlease
It is now 225 second per block height. A standard 3x4x3 cleanroom will take 7.5 minute to fire up (down from 8.33 minute). Any wider will not cause it to slowdown. The cleanroom will be overclockable (not perfect).
2020-10-13remove extra if elsekorneel vandamme
2020-10-12fix extra } in post tickkorneel vandamme
2020-10-12spelingbotn365
2020-10-12add overflow voiding to digital chestsbotn365
2020-09-27fix furnace recipes with 2+ outputbotn365
fix multi smelter only given 1 item if the even if the recipe gave more then 1 item
2020-09-15fix horibe tps lag on multie smelterbotn365
2020-09-09Fix GTNewHorizons/GT-New-Horizons-Modpack#6586Glease
This makes it waste the extra fuel value, give the optimal output advertised on tooltip and always have an efficiency of 100%.
2020-08-23Attempt at improving chest buffers, also slowing down lower tier ones.moller21
2020-07-25feat(Gregtech)New Boiler FuelsDreamMasterXXL
Add Cactus and Sugar Fuesl from gt++ to the single Block Boiler burn list Allow for Cactus/sugar coke/coal to be used as fuel in coal boilers. #6438 https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/6438
2020-05-27Unified Large Chem reactor OCbartimaeusnek
related #294 Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
2020-05-22Update GT_MetaTileEntity_Cleanroom.javaMartin Robertz
2020-05-12Refactored drilling area center to be in the corner of the chunk, so that ↵repo_alt
miner would be digging whole number of standard 3x3 veins (if placed properly)
2020-05-12buffed drilling area in chunk mode for it to be not smaller than in the ↵repo_alt
block mode fixed scanner info & tooltip https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/5836
2020-05-11Changed drilling plant tooltip to be more clear about drilling arearepo_alt
https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/5836
2020-05-10Fix/Nerf cleanroommoller21
2020-05-053x3 pattern does not work in a packagerrepo_alt
https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/6052
2020-05-03Why it haff to be squaremoller21
2020-04-24Merge pull request #269 from GTNewHorizons/ReplicatorNERFMartin Robertz
Nerfed replicator
2020-04-24Factor 1.2 for nowMartin Robertz
2020-04-24fixed Adv. Seismic Prospector off-by-one errorrepo_alt
https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/5588 simplified calculations some code cleanup
2020-04-19Renamed Variables to be less misleadingbartimaeusnek
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
2020-04-19Nerfed replicatorbartimaeusnek
+ added a config option + made TankSize of Replicator a bit nicer Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
2020-04-16disable threaded caching of mUpdate valuesTechnus