aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/api
AgeCommit message (Collapse)Author
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
2020-05-06Cover gui: Right click to open instead take.2moller21
2020-05-05Merge pull request #279 from GTNewHorizons/DropBartApiMartin Robertz
Drop barts api
2020-05-05Merge pull request #277 from moller21/LittleThingsMartin Robertz
Cleaned up Fluid display, rectangular cleanroom
2020-05-04Drop barts apiTechnus
2020-05-04Fix integer loopback in scanner averagesTechnus
2020-05-04Added cover guis for pump/filtermoller21
2020-05-03Clean up the fluid display thing.moller21
2020-04-23Buff infinity turbines #5970DreamMasterXXL
https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/5970 (cherry picked from commit 59c2be81ae501011488c3d5525adf380efe6ccef)
2020-04-21Quantium Wires have no wiremill recipe #5888DreamMasterXXL
https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/5888
2020-04-21Merge remote-tracking branch 'origin/cls' into testDreamMasterXXL
2020-04-19Reduced logbartimaeusnek
+ removed "isNice" easter egg + reduced loglines to log every 5% instead of every 1% + replaced Iterator for loop with enhanced for Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
2020-04-19Refactored CLS support into an own Compatbartimaeusnek
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
2020-04-19update item list and version tagDreamMasterXXL
2020-04-19Merge remote-tracking branch 'origin/ReplicatorNERF' into testDreamMasterXXL
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-19More Polybenzimidazole (PBI) Uses in Higher Tier Recipes #5928DreamMasterXXL
https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/5928
2020-04-18remove unused materialsDreamMasterXXL
add gears to Cobalt and the Blue, Black and Red Steel (for the Oil Rig Recipes) fix spacing (cherry picked from commit 5bf8bb0089b2ff37e549f827d6e0aeac064fd87d)
2020-04-18Use ThreadLocalRandom for RNGMogball