Added the Soul Snare renderer and recipe and basically everything soul snare

This commit is contained in:
WayofTime 2016-01-08 14:56:36 -05:00
parent c015e3421f
commit 74718f5042
18 changed files with 273 additions and 23 deletions

View file

@ -17,7 +17,7 @@ public class CommonProxy
Object obj = new EventHandler();
MinecraftForge.EVENT_BUS.register(obj);
FMLCommonHandler.instance().bus().register(obj);
registerRenderers();
}
public void init()
@ -29,4 +29,9 @@ public class CommonProxy
{
}
public void registerRenderers()
{
}
}