Jump to content

Recommended Posts

Posted

Is there a method available in the API to force a mod to load last (after all other mods)?

 

(Sorry for the short-winded post, but I'm not sure how to elaborate on this question...)

Posted

Is there a method available in the API to force a mod to load last (after all other mods)?

 

(Sorry for the short-winded post, but I'm not sure how to elaborate on this question...)

 

I don't know what you want to do, but you could just use the @PostInit method in your main class. It is fired after all mods are loaded into the classpath.

Don't ask for support per PM! They'll get ignored! | If a post helped you, click the "Thank You" button at the top right corner of said post! |

mah twitter

This thread makes me sad because people just post copy-paste-ready code when it's obvious that the OP has little to no programming experience. This is not how learning works.

Posted

I don't know what you want to do, but you could just use the @PostInit method in your main class. It is fired after all mods are loaded into the classpath.

Glorious! Exactly what I wanted to know. =)
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.