Posted December 20, 201212 yr Can someone do a tutorial on updating to 1.4.6? I got pretty discouraged after trying to solve countless errors http://i.imgur.com/Hppni.png[/img]
December 20, 201212 yr For the most part, just click on the 'src' folder of minecraft, and press Ctrl-Shift-O. It will automatically correct most of the errors. Protip: try and find answers yourself before asking on the forum. It's pretty likely that there is an answer. Was I helpful? Give me a thank you! http://bit.ly/HZ03zy[/img] Tired of waiting for mods to port to bukkit? use BukkitForge! (now with a working version of WorldEdit!)
December 21, 201212 yr Author Why do I get errors like: The method registerModEntity(Class<? extends Entity>, String, int, Object, int, int, boolean) in the type EntityRegistry is not applicable for the arguments (Class<ThorMod_EntityEmeraldPrimed>, String, int, ThorMod, int, int, boolean) on EntityRegistry.registerModEntity(ThorMod_EntityEmeraldPrimed.class, "EmBomb", EntityRegistry.findGlobalUniqueEntityId(), this, 64, 10, true); and: The method setBlockName(String) is undefined for the type ThorMod_Ores at Ores = new ThorMod_Ores(oresStartId, Material.rock).setBlockName("ThorOres").setCreativeTab(tBlocksTab).setHardness(4F); It's driving me nuts! http://i.imgur.com/Hppni.png[/img]
December 21, 201212 yr It's because the imports are incorrect, after fixing them all will be good Protip: try and find answers yourself before asking on the forum. It's pretty likely that there is an answer. Was I helpful? Give me a thank you! http://bit.ly/HZ03zy[/img] Tired of waiting for mods to port to bukkit? use BukkitForge! (now with a working version of WorldEdit!)
December 21, 201212 yr Author My import of EntityRegistry is completely fine. It still doesnt work even after I did Ctrl+Shift-O which for the record, nearly didnt even help me at all http://i.imgur.com/Hppni.png[/img]
December 21, 201212 yr So ThorMod_EntityEmeraldPrimed extends Entity, and all the imports are correct? Protip: try and find answers yourself before asking on the forum. It's pretty likely that there is an answer. Was I helpful? Give me a thank you! http://bit.ly/HZ03zy[/img] Tired of waiting for mods to port to bukkit? use BukkitForge! (now with a working version of WorldEdit!)
December 21, 201212 yr Author Oh wait, sorry. I wasnt actually checking in the entity file itself, wow http://i.imgur.com/Hppni.png[/img]
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.