- Fix "serverConfig" is null. Log instead
- small logic improvement for data pack json listener
- support 1.21.4
- auto-update player profile cache
- fix "connection lost" on SP world join
- add PlayerEvents.DESTROY_SPEED
- support 1.21.2 & 1.21.3
- add config screen (not yet supporting lists and maps, only primitives)
- add turkish by Feitan_Portor
- merge configs to JSON5 format
- add comments to configs
- update to MixinExtras 0.4.1
- cache player profiles & patreons offline
- add "invalid command perms" lang key
- add new lang keys for changing config entries
- fix duplicate log entries with no internet connection
- add methods to check caching status (for player profiles)
- add custom texture cache
- fix ConcurrentModificationException when creating a new event
- move Threads to async completable futures
- fix writing null-tag
- fix crash on 1.20.1
- fix crash on Fabric 1.21
- add new graphics tools
- add NetUtils
- add PlayerProfile
- improve PlayerDataRegistry
- add delete tag logic for Player Data
- fix sync error with player data
- rework multi-version structure
- fix crash on NeoForge 1.20.4 with Server
- fix mixins on forge not working properly anymore
- upgrade to Minecraft 1.21
- fix error when sending update message
- improve filter mechanism for modrinth version checking
- update to NeoForge 20.6.111 for 1.20.6
- integrate Mixin Trace mod for more detailed crash reports
- fix keys not always registered on Forge
- fix breathing speed on 1.18.2
- fix crash on Forge Server when receiving Packet
- fix Entity Interactions failed most times
- fix key mappings not always registered on Forge/NeoForge
- remove HTTPClient 5 background library
- improve Render Overlay Events for MinecraftForge & Fabric
- fix SynchronizedReloadRegistry for Fabric
- remove Architectury API dependency
- add Living Breathe Event
- add Data Pack Sync Event
- background improvements
- fix crash on dedicated server
- fix networking issues on 1.20.6
- fix NeoForge not detecting mod
- add Command-Registration-Event
- add Player Sleep Events
- add SynchronizedJsonReloadListener
- implement new custom networking
- create custom Event system
- add VersionChecker for Modrinth API
- fix "Invalid Player Data" on first world join with multiple mods
- fix patreons can't be synced with web
- cached patreons are stored locally for offline functionality
- fix crash on neoforge & dev versions
- merge to apache http client 5
- version checker for maven meta data xml files is now updated & improved
- small improvements to the player data saving system
- better logging while config handling
- add local patreons list
- add new version checker option to check for new tags & releases on GitHub
- Patreons are now on a github.io-Page
- fix crash on Legacy Forge
This is just a small crash patch to prevent infinite loading times while joining the game.
Patreons are now cached in an external thread to save performance. Furthermore, the metadata automatically updates now, so the dependency versions are correct (Minecraft, Modloader, Architectury API). Moreover, the version checker doesn't show you if there's a new version available, if this new version is below your version. Last but not least, there are massive improvements to the config, including a crash fix. This improvements include options for modder to re-sync the config to clients, if changes applied and to save it at a specific time.