Posted February 28, 201411 yr I've searched about this in the forums and I found out that it is possible to disable a mod through a config file. There is no information on how to do it though (or I am just using the wrong keywords in searching). How?
February 28, 201411 yr public void init(FMLInitializationEvent e){ if(Config.activateMod){ ModItems.register(); ... } }
February 28, 201411 yr Yeah, it's that simple. Before registering all of your mod's stuff, check if the config has a boolean set to true, maybe? I try my best, so apologies if I said something obviously stupid!
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.