-
-
Notifications
You must be signed in to change notification settings - Fork 535
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Configuration is not accessible through the forge mod menu #5794
Comments
The config gui has not been re-implemented in forge yet after forge was rewritten in 1.13/1.14. While it is possible to manually create all the GUI code and stuff and hook that up to the config button, I am not planning on dealing with it/trying to get the config gui working until after MinecraftForge/MinecraftForge#6421 gets merged. At which time I will test to make sure our configs show/behave properly using it and that if anything needs a localization string + key that it has one. |
I am not sure if this was recently re-implemented but I have noticed that a couple of my other mods re-implemented there settings in the mod menu. The 2 mods are xaeros minimap and worldmap. |
It hasn't been (MinecraftForge/MinecraftForge#7395) and I still see no need to deal with creating our own set of GUIs when the config files work just fine, if not better in my opinion than a GUI based system. |
I did not even realize that a mod even had an option to create its own GUI. It was my mistake thinking that this was fixed when noticing that this mod had the option available. |
- Adds support for editing our configs using the config GUI, and for translating their contents. #5794 - Restructure organization of entries within individual config files. This unfortunately will cause all configs to get reset as I removed a parent level node in order to make the config GUI easier to navigate. - Fixes Mekanism's Additions description translation not being used in game - Flip Mekanism Addition's voice key is toggle config to a push to talk config option. (Same default behavior, just is a bit better of a name) - Slightly lowered the default `dumpExcessKeepRatio` config value (from `0.9` to `0.85`)
Please use the search functionality before reporting an issue. Also take a look at the closed issues!
Issue description:
I am not sure if this is an issue with forge itself still being in beta but all the mod configurations in the mod menu are grayed out. I do know how to change these configurations through the files themselves though although I find this to be kind of inconvenient at times. I believe that the mod creators are supposed to point forge to where the mod configuration files are to allow it to access them.
Steps to reproduce:
Version (make sure you are on the latest version before reporting):
Forge: 30.0.41
Mekanism: 9.9.3
The text was updated successfully, but these errors were encountered: