HomeJavaModsConfigurable Mod (1.21.11, 1.20.1) – Decentralised Settings in a Mod
Configurable Mod (1.21.11, 1.20.1) – Decentralised Settings in a Mod
ModsJava

Configurable Mod (1.21.11, 1.20.1) – Decentralised Settings in a Mod

Configurable Mod is a compile/runtime config library that allows config settings to be decentralised, centralised or a combination of both if you like…

⬇ DownloadOpen in MCModsHubGet it on Google Play →

Configurable Mod is a compile/runtime config library that allows config settings to be decentralised, centralised or a combination of both if you like. The premise behind Configurable is everything is done for you, so all you need to worry about is what you want to configure.

Features:

The configurable.properties file tells Configurable what name the config should use and how to serialize it. It is expected at the project root (via System.getProperty(user.dir)).

Example:

name=my_config  
type=toml  
naming_policy=lower_case_with_dashes

The core of this library is the @Configurable annotation. It lets you declare configuration fields.

The @Validator annotation defines validation logic for a @Configurable field.

Configurable Mod Download Links

For Minecraft 1.20.1, 1.20

Fabric Version: Download from Server 1Download from Server 2

For Minecraft 1.21.1, 1.21

Fabric Version: Download from Server 1Download from Server 2

NeoForge Version: Download from Server 1Download from Server 2

For Minecraft 1.21.3, 1.21.2

Fabric Version: Download from Server 1Download from Server 2

NeoForge Version: Download from Server 1Download from Server 2

For Minecraft 1.21.5, 1.21.4

Fabric Version: Download from Server 1Download from Server 2

NeoForge Version: Download from Server 1Download from Server 2

For Minecraft 1.21.8, 1.21.7, 1.21.6

Fabric Version: Download from Server 1Download from Server 2

NeoForge Version: Download from Server 1Download from Server 2

For Minecraft 1.21.10, 1.21.9

Fabric Version: Download from Server 1Download from Server 2

NeoForge Version: Download from Server 1Download from Server 2

For Minecraft 1.21.11

Fabric Version: Download from Server 1Download from Server 2

NeoForge Version: Download from Server 1Download from Server 2

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more