Age | Commit message (Collapse) | Author |
|
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
|
|
|
|
Works through reflection now
|
|
|
|
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
|
|
add gears to Cobalt and the Blue, Black and Red Steel (for the Oil Rig Recipes)
fix spacing
(cherry picked from commit 5bf8bb0089b2ff37e549f827d6e0aeac064fd87d)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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>
|
|
|
|
|
|
|
|
|
|
|
|
# Conflicts:
# src/main/java/gregtech/loaders/postload/GT_MachineRecipeLoader.java
# src/main/java/gregtech/loaders/preload/GT_Loader_MetaTileEntities.java
|
|
|
|
|
|
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
|
|
|
|
+ updated tritanium color
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
|
|
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
|
|
* Added all Ores to Voidminer in DeepDark
+ removed Infinity Ore
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
* renormalize line endings
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
|
|
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
|
|
+ removed Infinity Ore
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
|
|
|
|
+ Added BW Compat for easier use of BW Materials in code
+ Removed DD Veins
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
|
|
|
|
ore drill 5 and 6
|
|
|
|
|
|
https://github.com/GTNewHorizons/GT5-Unofficial into Ore-Drilling-T5+T6
# Conflicts:
# src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_OreDrillingPlant5.java
# src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_OreDrillingPlant6.java
|
|
|
|
|
|
|
|
add missing ids to processing array
|
|
https://github.com/Blood-Asp/GT5-Unofficial/pull/1551
add missing Packer machines back
|