Jump to content

Recommended Posts

Posted

I compiled my mod successfully but when i try to load it into mine craft it gives me this crash

 

  Reveal hidden contents

 

the classes are all there, so i don't know whats the problem

if (You.likescoding == false){
      You.goaway;
}

Posted
  On 3/10/2014 at 11:11 AM, diesieben07 said:

You failed to add your ClientProxy to your mod jar file or your @SidedProxy declaration is broken.

it was the sidedproxy

if (You.likescoding == false){
      You.goaway;
}

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.