File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/java/com/circulation/ae2wut/handler Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2323import com ._0xc4de .ae2exttable .items .ItemRegistry ;
2424import com .circulation .ae2wut .AE2UELWirelessUniversalTerminal ;
2525import com .circulation .ae2wut .client .model .ItemWUTBakedModel ;
26- import com .glodblock .github .client .GuiWirelessFluidPatternTerminal ;
2726import com .glodblock .github .client .container .ContainerWirelessFluidPatternTerminal ;
2827import com .glodblock .github .loader .FCItems ;
2928import com .mekeng .github .client .gui .GuiWirelessGasTerminal ;
@@ -208,6 +207,7 @@ private static WirelessTerminalGuiObject getWirelessTerminalGuiObject(ItemStack
208207 return null ;
209208 }
210209
210+ @ SuppressWarnings ("unchecked" )
211211 @ SideOnly (Side .CLIENT )
212212 public static class Client {
213213
@@ -307,7 +307,7 @@ private static void registerAEGui() {
307307 @ Optional .Method (modid = "ae2fc" )
308308 private static void registerAE2FCGUI () {
309309 try {
310- registerGui (4 , GuiWirelessFluidPatternTerminal . class );
310+ registerGui (4 , ( Class <? extends AEBaseGui >) Class . forName ( "com.glodblock.github.client.GuiWirelessFluidPatternTerminal" ) );
311311 regIcon (4 , new ItemStack (FCItems .WIRELESS_FLUID_PATTERN_TERMINAL ));
312312 } catch (Throwable ignored ) {
313313
You can’t perform that action at this time.
0 commit comments