diff options
author | miozune <miozune@gmail.com> | 2023-06-16 02:26:22 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-15 19:26:22 +0200 |
commit | 5fa7c9ee802720fd8ece229e5e22aba5c7fe1909 (patch) | |
tree | 0b1ffe4dbe4b153945f1d4ccc6c3f2a84f59b62d /src/main/java/gregtech/api/gui | |
parent | 5a81c950ed90c77d1f6462f9ea65e7106c544efc (diff) | |
download | GT5-Unofficial-5fa7c9ee802720fd8ece229e5e22aba5c7fe1909.tar.gz GT5-Unofficial-5fa7c9ee802720fd8ece229e5e22aba5c7fe1909.tar.bz2 GT5-Unofficial-5fa7c9ee802720fd8ece229e5e22aba5c7fe1909.zip |
Move away from SlotWidget for circuit selection window (#2083)
* Fix crash on MP
* Move away from SlotWidget for circuit selection window
Diffstat (limited to 'src/main/java/gregtech/api/gui')
-rw-r--r-- | src/main/java/gregtech/api/gui/modularui/GT_UIInfos.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/java/gregtech/api/gui/modularui/GT_UIInfos.java b/src/main/java/gregtech/api/gui/modularui/GT_UIInfos.java index afa60e5583..89a0835f13 100644 --- a/src/main/java/gregtech/api/gui/modularui/GT_UIInfos.java +++ b/src/main/java/gregtech/api/gui/modularui/GT_UIInfos.java @@ -30,6 +30,8 @@ import gregtech.api.util.GT_CoverBehaviorBase; public class GT_UIInfos { + public static void init() {} + /** * Generator for {@link UIInfo} which is responsible for registering and opening UIs. Unlike * {@link com.gtnewhorizons.modularui.api.UIInfos#TILE_MODULAR_UI}, this accepts custom constructors for UI. <br> |