Maciej916 Posted December 15, 2021 Share Posted December 15, 2021 How can i check if other mod is present? Quote Link to comment Share on other sites More sharing options...
Maciej916 Posted December 17, 2021 Author Share Posted December 17, 2021 So basically I want to register compatibility with TheOneProbe, something like that: private void onCommonSetup(final FMLCommonSetupEvent event) { ModNetworking.setup(); ModGeneration.init(); // if the one probe is installed TOPPlugin.registerCompatibility(); } I didn't test it without mod installed but i think it will fail when it's not present. Quote Link to comment Share on other sites More sharing options...
Maciej916 Posted December 17, 2021 Author Share Posted December 17, 2021 Thank you! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.