stickyakp.blogg.se

Fabric api
Fabric api











fabric api

  • Update .ReflectionHelper to fix crash with the Configured mod when editing a value that does not have a valid $Range.
  • Fixed faulty Fabric maven publication from previous release.
  • Deprecated Forge's config command implementation, it is no longer used and will be removed in the future as it's not a relevant part of the api.
  • Disabled access to server configs when playing on a dedicated server which would throw an exception before.
  • Supports multiple configs per config type for a single mod (if present).
  • Invalid suggestions for mod id are no longer shown.
  • Some further improvements to the /config command itself
  • As a result Forge Config API Port's disableConfigCommand config option has become obsolete and was therefore removed.
  • The /config command now is registered as a client-side command to prevent issues with local multiplayer when vanilla clients are trying to connect (thanks for the suggestion DJtheRedstoner!).
  • Fixed an issue with compile time dependencies missing from Maven publication.
  • Will ensure corrected values are restored from a potentially present config file in defaultconfigs instead of using built-in default values.
  • Added correctConfigValuesFromDefaultConfig option from Night Config Fixes mod.
  • All notable changes to this project will be documented in this file.













    Fabric api