Posted December 22, 201212 yr When i was updating my mod i got this error of imports that is pissing me of i dont know what or how to fix this error like import net.minecraft.src.Block; import net.minecraft.src.CreativeTabs; import net.minecraft.src.Material; i get this errors that can not resolve type and all these wierd shit Please help me i would really apreciated ps. sorry for bad english
December 22, 201212 yr The new Forge update organized Minecraft's source into packages, effectively breaking all of your previous imports. If you're using Eclipse, click your mod's package and press Ctrl+Shift+O to make Eclipse try to resolve the import errors. Whatever it doesn't fix, you'll have to find and type it in as an import. It usually does this with Block, Item, etc, since Forge contains classes with those names.
December 22, 201212 yr Author ima try that but the wierd thing is that it has errors on the packages thats what im worried too
December 22, 201212 yr In the packages in vanilla you also just need to do ctrl shift o and it should not break anything The Korecraft Mod
December 22, 201212 yr Author this might sound wierd but i import it everything and still errores yes when i mean everything is everything every little import i import it and no it only fix some errors was there a change of code or something?
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.