Posted September 10, 201213 yr What do I use instead of ModLoader.setInGameHook, ModLoader.setInGameHook, ModLoader.registerTileEntity(Class<? extends TileEntity> tileEntityClass, String id, TileEntitySpecialRenderer renderer), ModLoader.getUniqueEntityID, and ModLoader.addSpawn? I can't find anything to use instead.
September 10, 201213 yr What do I use instead of ModLoader.setInGameHook, ModLoader.setInGameHook, ModLoader.registerTileEntity(Class<? extends TileEntity> tileEntityClass, String id, TileEntitySpecialRenderer renderer), ModLoader.getUniqueEntityID, and ModLoader.addSpawn? I can't find anything to use instead. its been changed to GameRegistry, EntityRegistry and ClientRegistry. They do about the same but as better generalized https://github.com/DarkGuardsman/GSM-Guardsman/blob/master/src/common/guardsman/GuardsmanMain.java https://github.com/DarkGuardsman/GSM-Guardsman/blob/master/src/common/guardsman/guardsmanProxy.java http://i577.photobucket.com/albums/ss215/bobstrong/ModBannerMed.png[/img]
September 11, 201213 yr Author My tile entity is a render (like the book on the enchantment table), not a slot... Is there a different method I have to use?
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.