aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/api/gui/modularui/GT_UIInfos.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/gregtech/api/gui/modularui/GT_UIInfos.java')
-rw-r--r--src/main/java/gregtech/api/gui/modularui/GT_UIInfos.java2
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>