Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @Init
- public void load(FMLInitializationEvent event)
- {
- int modEntityID = 0;
- EntityRegistry.registerModEntity(EntityFlames.class, "Flames", ++modEntityID, this, 64, 10, true);
- proxy.registerRenderInformation();
- }
Advertisement
Add Comment
Please, Sign In to add comment