Jump to content

saxon564

Forge Modder
  • Posts

    490
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by saxon564

  1. I am having an issue opening a GUI for an item where it says "A mod tried to open a gui on the server without being" im sure the item will open the gui but i dont know what is causing this error, i have looked at other posts and none of the ones i found seem to work. with this i have the forge log, the main code, and the item code. if you need the code for other parts let me know and i will post it. Forge Log: Main Code (i have removed code that does not have to do with the item and have not caused any problems. all code left is for the item and opening the gui.): Item Code
  2. I am having an issue opening a GUI for an item where it says "A mod tried to open a gui on the server without being" im sure the item will open the gui but i dont know what is causing this error, i have looked at other posts and none of the ones i found seem to work. with this i have the forge log, the main code, and the item code. if you need the code for other parts let me know and i will post it. Forge Log: Main Code (i have removed code that does not have to do with the item and have not caused any problems. all code left is for the item and opening the gui.): Item Code
  3. i do not, but i know what its not a firewall issue because we have lan connected the computers multiple times before 1.5 with forge installed. if its not directly a problem with forge ten do know what could be causing the problem.
  4. ive looked at it, and it still makes no sence i also looked at the forge tutorial and that made no sence. part of my confusion with it comes from the "func" methods as they do not give a clue as to what they do.
  5. Yes, i gave them an exact copy of my minecraft jar, which always has forge, and the lan didnt work. We downloaded vanilla and tested it and it worked. Since we also use optifine we added that and it still worked. Meaning that forge was causing the problem.
  6. But is that able to be turned into an item instead of a block?
  7. what i want is something kind of like the backpack mod, you right click holding an item and it brings up an inventory for that item, i also want to limit the inventory to just seeds, with the size of a small chest. if someone can at least show the basic code with place holders for vaiables that would be great.
  8. since the 1.5 update i have been having problems with connecting via LAN after testing some possible reasons behind this, i have come to the conclusion that forge mod loader is not compatible with LAN connections right now even if both clients have the same mods. the only error that comes up is an unable to connect to server error, it does not crash the game though. i have come to this conclusion by the fact that i removed forge from my minecraft and i was able to do lan connections.
  9. OHHHH! Now it makes sence... when it says "ClassNotFoundException: mods.betterFarming.common.betterFarming" the first one is NOT the mod folder it self, but the first folder for the mod within the mod folder so in my case instead of C:\Users\saxon564\AppData\Roaming\.minecraft\mods\betterFarming.zip\common\betterFarming.CLASS or C:\Users\saxon564\AppData\Roaming\.minecraft\mods\betterFarming.zip\betterFarming\common\betterFarming.CLASS its C:\Users\saxon564\AppData\Roaming\.minecraft\mods\Better Farming 1.0.zip\mods\betterFarming\common\betterFarming.CLASS the zip can be whatever you want it to b, but inside it has to start with the folder "mods"
  10. I have done that. It frustrates me that i have done everything i can think of to get it to work and every time it crashes to client.
  11. for some reason forge doesnt seem to be finding the class file for my mod and im not understanding why since the file path is what it should be. i have tried 4 different paths to make sure and neither of them worked. the paths i have tried are: C:\Users\saxon564\AppData\Roaming\.minecraft\mods\betterFarming\common\betterFarming.CLASS C:\Users\saxon564\AppData\Roaming\.minecraft\mods\betterFarming.zip\betterFarming\common\betterFarming.CLASS C:\Users\saxon564\AppData\Roaming\.minecraft\mods\betterFarming.zip\common\betterFarming.CLASS C:\Users\saxon564\AppData\Roaming\.minecraft\mods\betterFarming\betterFarming\common\betterFarming.CLASS the client crashes everytime i run it with the mod in the folder. would anyone be able to shed some light on this? Minecraft crash report: forge log class code:
×
×
  • Create New...

Important Information

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