Guest Posted May 12, 2015 Posted May 12, 2015 I would like to know if it is possible to access another mod's classes and code without setting a dependency. Basically what I want to do is if the mod is installed I want to be able to access it's code but if it's not installed to not do anything with it. I don't want to make an addon, I just want to basically call some methods in another mod if it is installed if that make sense. Quote
jabelar Posted May 12, 2015 Posted May 12, 2015 Note also that depending what you want to do, some of the mod content may be available through things like the registries. For example, if you wanted to spawn a mob from another mod I think you just have to check if it is registered then spawn it. Quote Check out my tutorials here: http://jabelarminecraft.blogspot.com/
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.