AutoConfig
AutoConfig copied to clipboard
Fork of Auto Config.
Added ```java @Gui.CollapsibleObject public ArrayList groups = new ArrayList(); ``` to my config class, and I get this error: https://gist.github.com/TechPro424/196d9e0542eed2ba557d32141143ab9e Here is the `Group` class that I am using in...
As the title says, I'd like to see a possibility to partition the server part of the config into `world/serverconfig`. E.g.: ``` config/MyMod-common.toml config/MyMod-client.toml saves/worldname/serverconfig/MyMod-server.toml ```
Error message in Fabric 1.18.1. Minecraft - 1.18.1 Fabric loader - 0.12.12 Fabric API - 0.46.1+1.18 Auto Config - 3.3.1 Mod Menu - 3.0.1 Log - https://paste.ee/p/JYTRt
Just loops on launch, attempting to reload the resourcemanager (resource packs) https://github.com/gnembon/fabric-carpet This can be reproduced with: carpetmod+FabricAPI+autoconfig1u and some other mod that will trigger it.... slimeology is an easy...
As it is now, localization keys for config entries are absurdly long. I request one or more of the following options to be added for developers: - [ ] An...
* Add providers for `KeyCode` and `ModifierKeyCode` in `DefaultGuiProviders` * Add custom (de)serializers for `KeyCode` and `ModifierKeyCode` in Gson and Jankson Notes: * TOML doesn't get (de)serializers, I guess TOML4J...
By default, the game crashes if cloth config isn't installed and the user clicks on the "Configure" button on Auto Config in modmenu. Arguably, all of the example code should...
The characters `'`, `=`, `&`, `` ([source](https://github.com/google/gson/blob/3958b1f78dc2b12da3ffd7426d3fc90550d46758/gson/src/main/java/com/google/gson/stream/JsonWriter.java#L158-L162)) are by default HTML-escaped, so they'll be serialized to something like `\u0027`. This is absolutely not needed for locally stored config files (and...
I'm not sure whether this is an issue with AutoConfig or Cloth Config, but if a field that would display using `FloatListListEntry` or `DoubleListListEntry` contains a number that [would be...
Using the JanksonConfigSerializer if a config file is not present it generate the file correctly. If, instead, a configuration is already present(like a second run) the entries generated by inner...