diff options
author | Alkalus <draknyte1@hotmail.com> | 2017-09-25 19:25:05 +1000 |
---|---|---|
committer | Alkalus <draknyte1@hotmail.com> | 2017-09-25 19:25:05 +1000 |
commit | f4eefcee265ac46886ce766d5006b97ac193761e (patch) | |
tree | d3b1db48dab7c22c04491e372f382f13ee4adf36 /src/Java/gtPlusPlus/core/proxy | |
parent | c2310a3e78c2980a5924c007eca2b3e192bc3fd8 (diff) | |
download | GT5-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.java | 2 |
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)); |