Working through Vazkii's "fixes"

This commit is contained in:
WayofTime 2016-01-15 19:59:00 -05:00
parent c028469174
commit 9159ff8330
3 changed files with 45 additions and 36 deletions

View file

@ -58,7 +58,7 @@ public class ClientProxy extends CommonProxy
{
RenderingRegistry.registerEntityRenderingHandler(EntitySoulSnare.class, new SoulSnareRenderFactory());
RenderingRegistry.registerEntityRenderingHandler(EntitySentientArrow.class, new SentientArrowRenderFactory());
ShaderHelper.initShaders();
ShaderHelper.init();
}
@Override