Host your Minecraft server on BisectHosting - get 25% off your first month with code MODRINTH.
Filter loader...
Filter versions...

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog.

[v20.6.0-1.20.6] - 2024-04-30

  • Update to Minecraft 1.20.6

Changed

  • Port upstream changes for ForgeConfigSpec and ModConfigSpec
  • Overhaul server config syncing to occur during the configuration phase in favor of login

Removed

  • Remove deprecated Fabric api events and helper methods

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog.

[v20.4.3-1.20.4] - 2024-01-22

Fixed

  • Fix mods.toml entries for NeoForge

[v20.4.2-1.20.4] - 2024-01-13

Changed

  • Implement UnmodifiableConfigWrapper for IConfigSpec adapters on NeoForge & Forge

[v20.4.1-1.20.4] - 2024-01-10

  • Huge internal restructure, including new publications for NeoForge (for using Forge configs) and Forge (for using NeoForge configs)
  • The Fabric publication still includes all classes for both config systems, the api package has been split from fuzs.forgeconfigapiport.api.config into fuzs.forgeconfigapiport.fabric.api.forge and fuzs.forgeconfigapiport.fabric.api.neoforge
  • The common module is no longer published as forgeconfigapiport-common, instead there are now two common publications which are forgeconfigapiport-common-forgeapi and forgeconfigapiport-common-neoforgeapi

Added

  • Added disableConfigWatcher config option to both ForgeConfigSpec and ModConfigSpec

Changed

Fixed

  • Fixed FileWatcher hanging due to an invalid path when unloading server configs

[v20.4.0-1.20.4] - 2023-12-21

  • Updated to Minecraft 1.20.4 (thanks to Girafi for helping out!)
  • The mod version now is more streamlined by including the targeted Minecraft version (e.g. Minecraft 1.20.4 -> Mod Version 20.4.X)

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog.

[v20.2.6-1.20.2] - 2024-01-22

Fixed

  • Fix mods.toml entries for NeoForge

[v20.2.5-1.20.2] - 2024-01-13

Changed

  • Implement UnmodifiableConfigWrapper for IConfigSpec adapters on NeoForge & Forge

[v20.2.4-1.20.2] - 2024-01-10

  • Huge internal restructure, including new publications for NeoForge (for using Forge configs) and Forge (for using NeoForge configs)
  • The Fabric publication still includes all classes for both config systems, the api package has been split from fuzs.forgeconfigapiport.api.config into fuzs.forgeconfigapiport.fabric.api.forge and fuzs.forgeconfigapiport.fabric.api.neoforge
  • The common module is no longer published as forgeconfigapiport-common, instead there are now two common publications which are forgeconfigapiport-common-forgeapi and forgeconfigapiport-common-neoforgeapi

Added

  • Added disableConfigWatcher config option to both ForgeConfigSpec and ModConfigSpec

Changed

Fixed

  • Fixed FileWatcher hanging due to an invalid path when unloading server configs

[v9.1.2-1.20.2] - 2023-12-02

Changed

  • Server configs can now once again be read from a local world directory, when a config file is present (it has to be manually copied there)
  • New server config files are still only created in the global .minecraft/config directory
  • Refactored fuzs.forgeconfigapiport.api.config.v3.ForgeConfigPaths

Fixed

  • Fixed ModConfigSpec using a wrong package

[v9.1.1-1.20.2] - 2023-12-01

Fixed

  • Fixed ForgeConfigSpec still using the old name for NeoForge

[v9.1.0-1.20.2] - 2023-11-30

Added

  • Added support for the net.neoforged namespace in addition to net.minecraftforge
  • Support for Minecraft Forge will be dropped in the long term
  • At the moment config systems from both mod loaders are fully supported, except the /config command which now only works for NeoForge configs

[v9.0.0-1.20.2] - 2023-09-22

  • Ported to Minecraft 1.20.2

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog.

[v20.4.2-1.20.4] - 2024-01-13

Changed

  • Implement UnmodifiableConfigWrapper for IConfigSpec adapters on NeoForge & Forge

[v20.4.1-1.20.4] - 2024-01-10

  • Huge internal restructure, including new publications for NeoForge (for using Forge configs) and Forge (for using NeoForge configs)
  • The Fabric publication still includes all classes for both config systems, the api package has been split from fuzs.forgeconfigapiport.api.config into fuzs.forgeconfigapiport.fabric.api.forge and fuzs.forgeconfigapiport.fabric.api.neoforge
  • The common module is no longer published as forgeconfigapiport-common, instead there are now two common publications which are forgeconfigapiport-common-forgeapi and forgeconfigapiport-common-neoforgeapi

Added

  • Added disableConfigWatcher config option to both ForgeConfigSpec and ModConfigSpec

Changed

Fixed

  • Fixed FileWatcher hanging due to an invalid path when unloading server configs

[v20.4.0-1.20.4] - 2023-12-21

  • Updated to Minecraft 1.20.4 (thanks to Girafi for helping out!)
  • The mod version now is more streamlined by including the targeted Minecraft version (e.g. Minecraft 1.20.4 -> Mod Version 20.4.X)

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog.

[v20.2.5-1.20.2] - 2024-01-13

Changed

  • Implement UnmodifiableConfigWrapper for IConfigSpec adapters on NeoForge & Forge

[v20.2.4-1.20.2] - 2024-01-10

  • Huge internal restructure, including new publications for NeoForge (for using Forge configs) and Forge (for using NeoForge configs)
  • The Fabric publication still includes all classes for both config systems, the api package has been split from fuzs.forgeconfigapiport.api.config into fuzs.forgeconfigapiport.fabric.api.forge and fuzs.forgeconfigapiport.fabric.api.neoforge
  • The common module is no longer published as forgeconfigapiport-common, instead there are now two common publications which are forgeconfigapiport-common-forgeapi and forgeconfigapiport-common-neoforgeapi

Added

  • Added disableConfigWatcher config option to both ForgeConfigSpec and ModConfigSpec

Changed

Fixed

  • Fixed FileWatcher hanging due to an invalid path when unloading server configs

[v9.1.2-1.20.2] - 2023-12-02

Changed

  • Server configs can now once again be read from a local world directory, when a config file is present (it has to be manually copied there)
  • New server config files are still only created in the global .minecraft/config directory
  • Refactored fuzs.forgeconfigapiport.api.config.v3.ForgeConfigPaths

Fixed

  • Fixed ModConfigSpec using a wrong package

[v9.1.1-1.20.2] - 2023-12-01

Fixed

  • Fixed ForgeConfigSpec still using the old name for NeoForge

[v9.1.0-1.20.2] - 2023-11-30

Added

  • Added support for the net.neoforged namespace in addition to net.minecraftforge
  • Support for Minecraft Forge will be dropped in the long term
  • At the moment config systems from both mod loaders are fully supported, except the /config command which now only works for NeoForge configs

[v9.0.0-1.20.2] - 2023-09-22

  • Ported to Minecraft 1.20.2

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog.

[v20.2.4-1.20.2] - 2024-01-10

  • Huge internal restructure, including new publications for NeoForge (for using Forge configs) and Forge (for using NeoForge configs)
  • The Fabric publication still includes all classes for both config systems, the api package has been split from fuzs.forgeconfigapiport.api.config into fuzs.forgeconfigapiport.fabric.api.forge and fuzs.forgeconfigapiport.fabric.api.neoforge
  • The common module is no longer published as forgeconfigapiport-common, instead there are now two common publications which are forgeconfigapiport-common-forgeapi and forgeconfigapiport-common-neoforgeapi

Added

  • Added disableConfigWatcher config option to both ForgeConfigSpec and ModConfigSpec

Changed

Fixed

  • Fixed FileWatcher hanging due to an invalid path when unloading server configs

[v9.1.2-1.20.2] - 2023-12-02

Changed

  • Server configs can now once again be read from a local world directory, when a config file is present (it has to be manually copied there)
  • New server config files are still only created in the global .minecraft/config directory
  • Refactored fuzs.forgeconfigapiport.api.config.v3.ForgeConfigPaths

Fixed

  • Fixed ModConfigSpec using a wrong package

[v9.1.1-1.20.2] - 2023-12-01

Fixed

  • Fixed ForgeConfigSpec still using the old name for NeoForge

[v9.1.0-1.20.2] - 2023-11-30

Added

  • Added support for the net.neoforged namespace in addition to net.minecraftforge
  • Support for Minecraft Forge will be dropped in the long term
  • At the moment config systems from both mod loaders are fully supported, except the /config command which now only works for NeoForge configs

[v9.0.0-1.20.2] - 2023-09-22

  • Ported to Minecraft 1.20.2

External resources



Project members

Fuzs

Owner


Technical information

License
MPL-2.0
Client side
required
Server side
required
Project ID