Jump to content

Standerd coremod from tutorials -> gets disabled ?


0xC6607Eo1

Recommended Posts

Hey, I have a coremod that I just named SuperUser cause it changes things that we're complied by the byte code of java.

The only thing I came across that it disabled it self:

Mod SuperUser has been disabled through configuration

 

disabled trought configuration, why is that. I haven't inserted any config that may disable it.

If it's automated to disable by Minecraft where can I reject it and make it run for aslong as the Minecraft is open ?

 

Thanks alot.

Link to comment
Share on other sites

That is indeed weird. Maybe your IFMLLoadingPlugin is referencing the wrong ModContainer.

 

It's something with the DummyModConatiner for me. after I changed DummyModContainer it had been fixed.

The problem is it's using an @Override that overrides my thing from return true; to return false;

I'm gonna try some stuff, altought nothing worked for now.

Link to comment
Share on other sites

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.