December 17, 20213 yr Author 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.
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.