From 5fa7c9ee802720fd8ece229e5e22aba5c7fe1909 Mon Sep 17 00:00:00 2001 From: miozune Date: Fri, 16 Jun 2023 02:26:22 +0900 Subject: Move away from SlotWidget for circuit selection window (#2083) * Fix crash on MP * Move away from SlotWidget for circuit selection window --- src/main/java/gregtech/api/gui/modularui/GT_UIInfos.java | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/main/java/gregtech/api/gui') 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.
-- cgit