Jump to content

YoWazzup

Forge Modder
  • Posts

    66
  • Joined

  • Last visited

Everything posted by YoWazzup

  1. Code: Here's the code. and that was the full Error log, minus the not needed stuff.
  2. Hello, S I'm making a new Furnace with 5 input slots, but whenever I try to open the gui of the block it crashes the game and I get this error report: java.lang.NullPointerException at net.minecraft.src.Slot.getStack(Slot.java:77) at net.minecraft.src.GuiContainer.drawSlotInventory(GuiContainer.java:202) at net.minecraft.src.GuiContainer.drawScreen(GuiContainer.java:72) at net.minecraft.src.EntityRenderer.updateCameraAndRender(EntityRenderer.java:972) at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:873) at net.minecraft.client.Minecraft.run(Minecraft.java:750) at java.lang.Thread.run(Unknown Source) i have no idea what I'm supposed to do with that. Please don't hate on me if this is a simple fix, I just can't figure it out. Also, if you need code, i will give it.
  3. Okay, I'll try.
  4. And it has to be called the same as your mod_ file? but with .info
  5. Can you maybe show your finished server code? I'm struggling to let it work, thanks
  6. Hey, Now forge can have .info files to show the author, information, the version etc. of your mod, but where do i put it, I already have it written and stuff.
  7. I'm not really familiar with this, but the GUI ID is just an ID as with Blocks, i.e Furnace has 1 , Workbench 2, Chest 4 etc. like that. I think.
  8. I find SMP the hardest, I just can't get it to work properly, except for simple Items and Blocks adn Entitys, with guis i fail
  9. hey, I have a question about Configuration in Forge, I have it in SP and it works fine, but when I try and do it in my SMP thingy, it spits out errors.... This error only is at this line: static Configuration configuration = new Configuration(new File(Minecraft.getMinecraftDir(), "/config/CocoCraft/CocoCraft.cfg")); NOTE: this is the SP line! I thought in smp it would be this: static Configuration configuration = new Configuration(new File(MinecraftServer.getMinecraftDir(), "/config/CocoCraft/CocoCraft.cfg")); Well it wasn't, anyone know the correct way? Thanks
  10. Okay, sucks, but if it is a pain in the ass, and it isn't really worth it....
  11. Ooh yeah, correct!! Thanks! But I had Custom EMC from pwnedgod in there, how am i supposed to decompile that then?
  12. Hello, I wanted to install a new MCP, and I did all the steps as usual, I first put the needed files from MCP in my folder, then added my minecraft.jar installed ModLoader in there, then I put the forge folder in my MCP folder and when I use the install I get this error: == MCP 6.2 (data: 6.2, client: 1.2.5, server: 1.2.5) == # found jad, ff, jad patches, ff patches, osx patches, srgs, name csvs, doc csvs , param csvs, astyle, astyle config !! Updates available. Please run updatemcp to get them. !! > Creating Retroguard config files !! Modified jar detected. Unpredictable results !! == Decompiling client using fernflower == > Creating SRGs > Applying Retroguard '"C:\Program Files\Java\jdk1.6.0_30\bin\java" -cp "runtime\bin\retroguard.jar;li b;lib\*;jars\bin\mine...' failed : 1 == ERRORS FOUND == Unrecoverable error during obfuscation, see log file for details. RetroGuard error: COM.rl.obf.classfile.ClassFileException: ClassNotFound forge/N etworkMod ================== Decompile failed Decompile Exception: 1 Druk op een toets om door te gaan. . . Anyone else experiencing this?
×
×
  • Create New...

Important Information

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