Age | Commit message (Collapse) | Author |
|
https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/5588
simplified calculations
some code cleanup
|
|
https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/5970
(cherry picked from commit 59c2be81ae501011488c3d5525adf380efe6ccef)
|
|
https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/5970
|
|
(cherry picked from commit f949a9063d6e00a931e827abf89db82795e9bfd8)
|
|
|
|
(cherry picked from commit 6bfdc7704c7fba0a11fd7e97447c0e734acf221b)
|
|
|
|
material #5883
https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/5883
(cherry picked from commit a687a3a304656cd280ef3f527205e0d1c9b0a19b)
|
|
material #5883
https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/5883
|
|
https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/5888
|
|
https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/5888
(cherry picked from commit 331e17a788704e31c11f51ff9b312f478e7504e4)
|
|
https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/5888
|
|
https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/5896
|
|
|
|
+ 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>
|
|
|
|
|
|
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
|
|
|
|
Works through reflection now
|
|
|
|
|
|
|
|
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
|
|
|
|
+ added a config option
+ made TankSize of Replicator a bit nicer
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
|
|
OpenGL is a bit of a pita, wants only to be used in main thread. The easiest solution was to trigger CLS screen updates from GT. It is a soft dependency, if CLS isn't present, nothing breaks.
|
|
This reverts commit 76c7090220f83008b157eb4ae9e1541c9ac6c1ee.
|
|
OpenGL is a bit of a pita, wants only to be used in main thread. The easiest solution was to trigger CLS screen updates from GT. It is a soft dependency, if CLS isn't present, nothing breaks. Second pr because cloned fresh repo or else it attributed not my changes to me
|
|
https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/5928
|
|
add gears to Cobalt and the Blue, Black and Red Steel (for the Oil Rig Recipes)
fix spacing
(cherry picked from commit 5bf8bb0089b2ff37e549f827d6e0aeac064fd87d)
|
|
add gears to Cobalt and the Blue, Black and Red Steel (for the Oil Rig Recipes)
fix spacing
|
|
|
|
|
|
|
|
# Conflicts:
# build.properties
|
|
|
|
|
|
|
|
|
|
|
|
https://github.com/GTNewHorizons/GT5-Unofficial into experimentalMogballThreading
# Conflicts:
# src/main/java/gregtech/api/threads/GT_Runnable_MachineBlockUpdate.java
|
|
Use actually something made for this task...
|
|
Use actually something made for this task...
|
|
+ Added a new Thread every time a world is loaded
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
|
|
+ by using toUpdate as sync object
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
|
|
+ shortened "causeMachineUpdate" method
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
|
|
+ actually use the right method (and not the old one lol)
+ Interrupted the Thread onServerAboutToStop
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
|
|
|
|
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
|