Added the Soul Snare renderer and recipe and basically everything soul snare
This commit is contained in:
parent
c015e3421f
commit
74718f5042
18 changed files with 273 additions and 23 deletions
|
@ -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()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue