From c6faf4fb89d8aaad85720b2a412e388c75105a53 Mon Sep 17 00:00:00 2001 From: Jakub <53441451+kuba6000@users.noreply.github.com> Date: Sun, 13 Nov 2022 22:32:12 +0100 Subject: Remove turbine texture reflection (#439) * Remove turbine texture reflection * yeet --- src/main/java/gtPlusPlus/core/proxy/ClientProxy.java | 1 - 1 file changed, 1 deletion(-) (limited to 'src/main/java/gtPlusPlus/core/proxy') diff --git a/src/main/java/gtPlusPlus/core/proxy/ClientProxy.java b/src/main/java/gtPlusPlus/core/proxy/ClientProxy.java index fbc057f472..2c7f4a64bc 100644 --- a/src/main/java/gtPlusPlus/core/proxy/ClientProxy.java +++ b/src/main/java/gtPlusPlus/core/proxy/ClientProxy.java @@ -239,7 +239,6 @@ public class ClientProxy extends CommonProxy implements Runnable { @Override public void onLoadComplete(FMLLoadCompleteEvent event) { - GTplusplus.tryPatchTurbineTextures(); if (CORE.ConfigSwitches.hideUniversalCells) { hideUniversalCells(); } -- cgit