Posted December 4, 201510 yr My mod depends on a specific version of another mod. I know how to detect that mod presence with Loader.isModLoaded("modid"). My issue is to access that mod version. Is there any easy way to access it?
December 5, 201510 yr FMLCommonHandler.instance().findContainerFor(Object).getVersion() Put the modid string in for the object and you'll get the version string I think its my java of the variables.
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.