Jump to content

SanAndreaP

Forge Modder
  • Posts

    1689
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by SanAndreaP

  1. Make a new thread and post your logs (in spoiler tags) there.
  2. 1. That's not the complete log. 2. Use spoiler tags next time!
  3. Your launcher doesn't support Forge. Use an other one or the original from Mojang. Mod edit: If you're using mineshafter, then freaking buy the game.
  4. Seems like you missed some files from Forge during installing it. Get a new minecraft.jar, download the latest universal Forge again and install it correctly!
  5. No logs, no help. Post the content of the ForgeModLoader-client-0.log here in spoiler tags!
  6. Forge 7.7.0 is for Minecraft 1.5, NOT for 1.4.7. Look here for a 1.4.7 version: http://files.minecraftforge.net/
  7. That's not the complete log. Also use spoiler tags next time!
  8. Which revision of Forge do you have? (7.7.0.xxx) Anyway, did you delete the MOJANG files within the META_INF before attempting to install Forge? How do you install Forge? Sorry, but since you have no logs, I need every detail.
  9. Which Forge version? Which Minecraft version? There should be a log. The ForgeModLoader-client-0.log in your .minecraft folder. Did you delete the MOJANG files within the META_INF before you installed Forge?
  10. Where's your proxy? Also AddRenderer doesn't get called. You have to register your stuff through RenderingRegistry. And for that you'll need to use a proxy, since you cannot use the RenderingRegistry on a server. Look here on how to use the Proxy system: http://www.minecraftforge.net/wiki/Basic_Modding Then look at the RenderingRegistry class or look in the wiki on how to register your renderer.
  11. If you use eclipse, then you can simply make a search/replace.
  12. .setUnlocalizedName for both, Blocks and Items, is what you're looking for. Also remove par2 from the constructor and the line with the blockIndexInTexture.
  13. update NEI and CodeChickenCore.
  14. 2013-03-14 19:13:51 [WARNING] [ForgeModLoader] Found an un-manifested jar file in the coremods folder : CodeChickenCore-1.5.1.jar, it will be ignored. 2013-03-14 19:13:51 [WARNING] [ForgeModLoader] Found an un-manifested jar file in the coremods folder : Not-Enough-Items-Mod-1.5.1.jar, it will be ignored. You're sure you use the latest version? If yes, then report this to the NEI thread. I may suggest that you change the file extension to .zip and see if that works.
  15. Is there any meaning to this? I don't quite understand... The problem is that Rei's minimap if it starts, it is. Zip, but the NEI no, that is. Jar .... HELPP! So? Put the NEI JAR in the coremods folder, since it's a coremod. Be sure you have CodeChickenCore installed, too or it won't work!
  16. Is there any meaning to this? I don't quite understand...
  17. Well, the only thing you could do is to make your mod as a core mod. But don't ask me how, since I never made such a mod before.
  18. cpw.mods.fml.common.LoaderException: java.lang.ClassNotFoundException: colossali.SHIM.common.ironmanmod Mod issue, nothing to do with Forge. Go to the mod's thread and report it there.
  19. Where do you test it? in Eclipse, or in your mod zip/jar?
  20. Do you want to let your entity push / block the Player like in the old versions of Minecraft? If yes, you would have to edit the EntityPlayer class. You can do that directly and risk incompatibilities with many other mods (which is bad), or you make your mod as a coremod.
  21. Clean your lib folder inside your .minecraft directory and try again.
  22. Forge wont work with tale of kingdoms, miniblocks, or any other mod I have tried. I have the updated 1.5 TMI. The old TMI worked fine with my old Forge with the 1.4.7 Minecraft. I am getting really frustrated. I don't know code, I am just a user. I don't know what runtime-deobf means. I said stop using TMI, since it can't handle that new feature. Runtime-Deobf is a feature of Forge which allows mods to keep working even if Minecraft updates. It "changes" the names of classes and fields / methods, so for example the Block class isn't named like aou, but Block. Use NEI instead, it has the same and some more functionality and it doesn't go into the minecraft.jar, which is good.
  23. 2013-03-14 11:26:12 [FINEST] [ForgeModLoader] Found a candidate coremod GuiAPI-0.15.2-1.4.6.jar 2013-03-14 11:26:12 [FINEST] [ForgeModLoader] Loading coremod GuiAPI-0.15.2-1.4.6.jar 2013-03-14 11:26:12 [FINEST] [ForgeModLoader] Loaded coremod GuiAPI-0.15.2-1.4.6.jar You have GuiAPI, which isn't updated. Remove it.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.