aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/api
AgeCommit message (Collapse)Author
2020-11-03Minor text fixesPrometheus0000000
2020-10-25fix acidental perfect OC on all multies (#332)botn365
2020-10-20Merge pull request #330 from GTNewHorizons/GradleUnfckMartin Robertz
Gradle unfck
2020-10-19Lift checks out of Stripped Methodes to prevent NoSuchMethodErrorsbartimaeusnek
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
2020-10-19Unf****d build.gradlebartimaeusnek
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
2020-10-19allow only from input sidebotn365
2020-10-19allow to pull items from input busbotn365
2020-10-05Invalid Muffler Hatch Facingbartimaeusnek
Added the ability to change the invalid facing orientation on the Muffler Hatch Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
2020-10-01worldObj.getPrecipitationHeight moved to variablekaziu687
2020-10-01Update BaseMetaTileEntity.javakaziu687
Fixes problem that may cause explosion on Thermos servers with load-chunks-on-request: false When machine stays at the edge of loaded chunk (where siblings is not loaded) worldObj.getPrecipitationHeight will return -1 (cuz chunk wont be loaded on request). Machine will explode even if there is a roof.
2020-09-19put back oldTimekorneel vandamme
2020-09-19Merge branch 'experimental' into patch-4botn365
2020-09-19fix to much power on non perfect OCkorneel vandamme
2020-09-19Revert "fix energy consumption on OC past tick limit"DreamMasterXXL
This reverts commit efbaa3fcb94da0aea4a4d51519b58df4641e68d9.
2020-09-18fix energy consumption on OC past tick limitbotn365
fix the energy consumption of the large chemical reactor where it would reduce the energy consumption if the it OCd past the tick limit
2020-09-09replace HashMap with a (bounded) Guava Cacherepo_alt
2020-09-08A simple cache for the furnace recipes, to avoid linear iterationrepo_alt
(Should help with https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/6416)
2020-09-02GT p2p tunnel was added to AE itselfrepo_alt
2020-08-29Move neighbour update to BaseTileEntitymoller21
2020-08-25Redstone, power, strong, signal, covermoller21
2020-08-23Revert stocking mode change.moller21
2020-08-23Attempt at improving chest buffers, also slowing down lower tier ones.moller21
2020-08-02Fix full size pipes restrictor textures.moller21
2020-08-01Merge pull request #306 from hohounk/experimentalMartin Robertz
Simple optimization to GT_Utility.moveOneItemStack
2020-08-01Fix batteries in machines chugging cpu to look up recipes.moller21
2020-07-31Better optimization for moving items between inventories.Kalle
2020-07-29Simple optimization to GT_Utility.moveOneItemStackKalle
2020-07-23feat(Gregtech) add Raw DD Portal BlockDreamMasterXXL
Add Raw Poatal Block for DD Infusion recipe
2020-07-19Rework clientside pollution (#302)moller21
* Rework clientside pollution * Pollution rework * removed debug
2020-07-17Fixed average EU input/output displayrepo_alt
https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/5472
2020-07-17Transformer not change visually when mode changes to step uprepo_alt
https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/5420
2020-06-12fix derpMartin Robertz
2020-06-12fixDreamMasterXXL
2020-06-12Revert "Revert "MachineBlock runnable toggle""DreamMasterXXL
This reverts commit c40ad6aecab563410ad68fde6e39bcc0e3121469.
2020-06-11Revert "MachineBlock runnable toggle"DreamMasterXXL
This reverts commit 8b93a2909d7285f6506a56889929039c41882845.
2020-06-11Phthalic Acid change breaks things #6242DreamMasterXXL
https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/6242
2020-06-11Do shitDreamMasterXXL
2020-06-11Phtalic Acid name wrong #6232DreamMasterXXL
https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/6232
2020-06-09Fixed NEI time value for Replicatorsbartimaeusnek
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
2020-06-09MachineBlock runnable togglebartimaeusnek
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
2020-06-04Merge pull request #300 from moller21/cover_guisMartin Robertz
Cover guis
2020-06-03Merge pull request #295 from GTNewHorizons/LargeChemOCMartin Robertz
Unified Large Chem reactor OC
2020-06-01Added gui's for the rest of em covers.moller21
2020-05-31Remove LoggingJason Mitchell
2020-05-31Only modify aStack when doDrain == trueJason Mitchell
2020-05-27Unified Large Chem reactor OCbartimaeusnek
related #294 Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
2020-05-16bee changesDreamMasterXXL
Autoclave get a new input slot
2020-05-12Fixed NPE during Worldgenbartimaeusnek
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
2020-05-10Merge pull request #281 from moller21/coverguis2Martin Robertz
Cover GUI's take 2
2020-05-10Cover GUI: added fluid regulator, finished open on shiftrightclick.moller21