Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
HALVED the performance impact of the mod by optimizing background ren…
…dering optimize element config json to only save settings that have changed from the default add "ElementUtilitySharer" so you can share data between multiple instances and types of elements add "Alternate Look" setting to MainConfig which when disabled, reverts button rendering to vanilla added "Player Count" element which displays the server player count AND world player count added "Player Capacity" element which displays the save player capacity elements can now have a "Max Instance" count elements can now have a "Notice" that is displayed as a ModCore notification on the config gui "Custom Image" element can now be rotated 360 degrees changed "Server IP" element to show "127.0.0.1" instead of "Singleplayer" when in a singleplayer world fixed "Memory Display" element displaying improperly added "Empty Box" element which is just an empty box... fixed crashing when elements are rendered out-of-game fixed crashing when you concurrently add listenables to EventManager (it was not thread safe) search bar in GuiAddElement is not properly aligned to the bottom right you can now get to the main configuration gui from the mods list cleanup of converters All GUIs now use parent gui
- Loading branch information