aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gtPlusPlus/core
diff options
context:
space:
mode:
authorchochem <40274384+chochem@users.noreply.github.com>2023-06-11 17:52:25 +0100
committerGitHub <noreply@github.com>2023-06-11 18:52:25 +0200
commit807c9ccad181f74384791bc33de932382a528593 (patch)
tree058927c77ee535d92549331dea580b9e1f1409d2 /src/main/java/gtPlusPlus/core
parent71fc370acf50189c0f9a1389ec33deb2b66a3a1b (diff)
downloadGT5-Unofficial-807c9ccad181f74384791bc33de932382a528593.tar.gz
GT5-Unofficial-807c9ccad181f74384791bc33de932382a528593.tar.bz2
GT5-Unofficial-807c9ccad181f74384791bc33de932382a528593.zip
Remove broken GC asm (#666)
* remove GC ASM - was broken and disabled anyway * tooltip change was also permanently disabled
Diffstat (limited to 'src/main/java/gtPlusPlus/core')
-rw-r--r--src/main/java/gtPlusPlus/core/common/CommonProxy.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/main/java/gtPlusPlus/core/common/CommonProxy.java b/src/main/java/gtPlusPlus/core/common/CommonProxy.java
index b5652af595..f42a8a5ee5 100644
--- a/src/main/java/gtPlusPlus/core/common/CommonProxy.java
+++ b/src/main/java/gtPlusPlus/core/common/CommonProxy.java
@@ -54,7 +54,6 @@ import gtPlusPlus.core.util.reflect.ReflectionUtils;
import gtPlusPlus.plugin.villagers.block.BlockGenericSpawner;
import gtPlusPlus.preloader.CORE_Preloader;
import gtPlusPlus.xmod.eio.handler.HandlerTooltip_EIO;
-import gtPlusPlus.xmod.galacticraft.handler.HandlerTooltip_GC;
import gtPlusPlus.xmod.gregtech.api.util.SpecialBehaviourTooltipHandler;
import gtPlusPlus.xmod.gregtech.recipes.GregtechRecipeAdder;
import gtPlusPlus.xmod.ic2.CustomInternalName;
@@ -121,8 +120,6 @@ public class CommonProxy {
Utils.registerEvent(new SpecialBehaviourTooltipHandler());
// Handles Custom tooltips for EIO.
Utils.registerEvent(new HandlerTooltip_EIO());
- // Handles Custom Tooltips for GC
- Utils.registerEvent(new HandlerTooltip_GC());
// Handles Sleep Benefits
PlayerSleepEventHandler.init();
// Handles Magic Feather