Jump to content

Recommended Posts

Posted

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:

 

  Reveal hidden contents

 

 

forge log

 

  Reveal hidden contents

 

 

class code:

 

  Reveal hidden contents

 

Posted

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"

Guest
This topic is now closed to further replies.

Announcements



×
×
  • Create New...

Important Information

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