Posted March 31, 20205 yr Hey, does anyone know how to access a list of running mods, or really just any way that you can stop one from running via the forge api? I need something along the lines of Minecraft.getMods().disable(modID). I'll only need this to disable my own mod, which I have implemented in other ways anyway, but it still appears on the mod list, so if there isn't a way to do the above, I could settle for just removing it from the mod list Thanks in advance Edited March 31, 20205 yr by OnePound
March 31, 20205 yr Author 1 minute ago, diesieben07 said: Mods cannot be disabled at runtime at this time. Why do you want to do this? Ok that's fine - if there is a way to alter the mod list though that would be good to know
March 31, 20205 yr Author 1 minute ago, diesieben07 said: For what reason? I want to be able to simulate the mod not being present - just OCD really.
April 1, 20205 yr 23 hours ago, OnePound said: I want to be able to simulate the mod not being present - just OCD really. That is a really bad idea. If your mod does nothing, there's no point having it installed. If your mod does something, it should show up in the mod list. Otherwise, if there is a strange interaction between your mod and another one, it becomes very hard to find the problem (because the users don't know they have your mod installed). Edited April 1, 20205 yr by Alpvax
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.