aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/core/proxy
diff options
context:
space:
mode:
authorAlkalus <draknyte1@hotmail.com>2017-09-25 19:25:05 +1000
committerAlkalus <draknyte1@hotmail.com>2017-09-25 19:25:05 +1000
commitf4eefcee265ac46886ce766d5006b97ac193761e (patch)
treed3b1db48dab7c22c04491e372f382f13ee4adf36 /src/Java/gtPlusPlus/core/proxy
parentc2310a3e78c2980a5924c007eca2b3e192bc3fd8 (diff)
downloadGT5-Unofficial-f4eefcee265ac46886ce766d5006b97ac193761e.tar.gz
GT5-Unofficial-f4eefcee265ac46886ce766d5006b97ac193761e.tar.bz2
GT5-Unofficial-f4eefcee265ac46886ce766d5006b97ac193761e.zip
+ Added textures and Models for the Staballoy Construct and the Sick Blaze..
$ Fixed Dark World Top and secondary layer not generating.
Diffstat (limited to 'src/Java/gtPlusPlus/core/proxy')
-rw-r--r--src/Java/gtPlusPlus/core/proxy/ClientProxy.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Java/gtPlusPlus/core/proxy/ClientProxy.java b/src/Java/gtPlusPlus/core/proxy/ClientProxy.java
index 7c63be87c1..6af3174ef3 100644
--- a/src/Java/gtPlusPlus/core/proxy/ClientProxy.java
+++ b/src/Java/gtPlusPlus/core/proxy/ClientProxy.java
@@ -89,7 +89,7 @@ public class ClientProxy extends CommonProxy implements Runnable{
Utils.LOG_INFO("Registering Custom Renderer for Mining Explosives.");
RenderingRegistry.registerEntityRenderingHandler(EntityPrimedMiningExplosive.class, new RenderMiningExplosivesPrimed());
RenderingRegistry.registerEntityRenderingHandler(EntitySickBlaze.class, new RenderSickBlaze());
- RenderingRegistry.registerEntityRenderingHandler(EntityStaballoyConstruct.class, new RenderIronGolem());
+ RenderingRegistry.registerEntityRenderingHandler(EntityStaballoyConstruct.class, new RenderStaballoyConstruct());
RenderingRegistry.registerEntityRenderingHandler(EntityToxinballSmall.class, new RenderToxinball(1F));
Utils.LOG_INFO("Registering Custom Renderer for Sulfuric potion.");
RenderingRegistry.registerEntityRenderingHandler(EntitySulfuricAcidPotion.class, new RenderSnowball(ModItems.itemSulfuricPotion));