LemADEC Posted December 4, 2015 Posted December 4, 2015 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? Quote
RANKSHANK Posted December 5, 2015 Posted December 5, 2015 FMLCommonHandler.instance().findContainerFor(Object).getVersion() Put the modid string in for the object and you'll get the version string Quote Quote I think its my java of the variables.
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.