From 99441ebf43558b1fe19488100844d8291dcfd371 Mon Sep 17 00:00:00 2001 From: Glease <4586901+Glease@users.noreply.github.com> Date: Thu, 9 Mar 2023 21:09:56 +0800 Subject: remove EnumHelper usage towards OrePrefixes (#561) * remove EnumHelper usage towards OrePrefixes * fix up dependency * spotless --- src/main/java/gtPlusPlus/core/common/CommonProxy.java | 1 - 1 file changed, 1 deletion(-) (limited to 'src/main/java/gtPlusPlus/core/common') diff --git a/src/main/java/gtPlusPlus/core/common/CommonProxy.java b/src/main/java/gtPlusPlus/core/common/CommonProxy.java index 6d1d7bbf08..eae55eccec 100644 --- a/src/main/java/gtPlusPlus/core/common/CommonProxy.java +++ b/src/main/java/gtPlusPlus/core/common/CommonProxy.java @@ -66,7 +66,6 @@ public class CommonProxy { } AddToCreativeTab.initialiseTabs(); - EnumHelperHandler.init(); // Moved from Init after Debug Loading. // 29/01/18 - Alkalus -- cgit