SuperMartijn642's Config Lib
Modby SuperMartijn642
Config Lib makes dealing with config files just a bit easier.
Type
Mod
CurseForge Downloads
0
CurseForge ID
438332
Modrinth Downloads
23,323,418
Modrinth ID
LN9BxssP
Last Updated
Apr 27, 2026
Description

SuperMartijn642's Config Lib allows you to specify a config once and it then handles reloading values between world loads, syncing values with clients, and generating values for client- or server-only on its own.
![]()
Creating a config:
A config is created using a ModConfigBuilder.
Simply create a new instance using #ModConfigBuilder().
ModConfigBuilder builder = new ModConfigBuilder();
A value can be added to the config with ModConfigBuilder#define which takes a name and a default value.
For integer and double values a minimum and maximum value are also required.
Test code block;
ModConfigBuilder#define returns a Supplier which should be stored to retrieve the value from the config.
Supplier<Boolean> booleanValue = builder.define( "booleanValue", true );
Supplier<Integer> integerValue = builder.define( "integerValue", 5, 0, 10 );
Supplier<Double> doubleValue = builder.define( "doubleValue", 0.5, 0, 1);
Supplier<ExampleEnum> enumValue = builder.define( "enumValue", ExampleEnum.VALUE_1 );
A comment can be added to a value by calling ModConfigBuilder#comment(String) before defining the value.
Supplier<Boolean> valueWithComment = builder.comment( "this is a comment for 'valueWithComment'" ).define( "valueWithComment ", true );
By default values are reloaded when world is loaded.
This can be changed to only reload a value when Minecraft launches by calling ModConfigBuilder#gameRestart() before defining the value.
Supplier<Boolean> notReloadedValue = builder.comment( "this is value will not be reloaded" ).define( "notReloadedValue", true );
Values in COMMON or SERVER configs are synchronized with clients by default, to prevent this use ModConfigBuilder#dontSync().
Supplier<Boolean> notSynchronizedValue = builder.comment( "this is value will not be synchronized" ).define( "notSynchronizedValue", true );
Values can also be put into categories.
ModConfigBuilder#push(String) pushes a category and ModConfigBuilder#pop() pops a category.
builder.push( "special" );
Supplier<Boolean> specialValue = builder.comment( "this value is in the 'special' category" ).define( "specialValue", true );
builder.pop();
A comment can be added to the active category using ModConfigBuilder#categoryComment(String).
builder.push( "client" ).categoryComment( "this, is a comment for the 'client' category" );
After defining all values ModConfigBuilder#build() must be called to finish the config.
builder.build();
Now the values in your config will reloaded and synced automatically and the values can be retrieved using the stored Supplier instances.
This will work for all available versions, that includes Minecraft 1.12, 1.14, 1.15, and 1.16
![]()
Example Mod:
For a concrete example of how to use Config Lib checkout the example mod.
![]()
Discord
For future content, upcoming mods, and discussion, feel free to join the SuperMartijn642 discord server!
![]()
Similar Mods
Storage Drawers
Interactive compartment storage for your workshops.
Puzzles Lib
Why it's called Puzzles, you ask? That's the puzzle!
Supplementaries
Vanilla+ additions: Jars, signposts, faucets, weather vanes spring launchers, sconces, planters, lights, decoration and...
Applied Energistics 2
A Mod about Matter, Energy and using them to conquer the world..
FTB Library (NeoForge)
Common code for all GUI stuff in FTB Mods
FerriteCore ((Neo)Forge)
Memory usage optimizations
Included in Modpacks
verdant dreams
create simple cool
Convergence
SuperSMP Pack
Semi Realistic Space Exploration Modpack
EinsEinundzwanzigElf
Creatively Create
Ultra Turbio
Create: Kryp
Better Hypixel Experience
Fast and Better Vanilla
Vanilla Enhanced
Zombie Invade 100 Days
COBBLEVERSE - Pokemon Adventure [Cobblemon]
Prominence™ II: Hasturian Era
Pokemon Elysium
Cobblemon Delta
Aged
Landscapes Reimagined Genesis
Society: Sunlit Valley
LebaneseMC
PacPack Voxydized Server
MakeShift
Kart's Chaotic Kit
PacPack Voxydized
Dark's simple QoL
Fabulous Vanilla
SPW Modpack
Christmas Dreams
The Pookie Bears
CobbleGalaxy - Cobblemon
Velocity
Elysian Horizon
Vanilla Horizons
Velocity PVP
Socky's Create Modpack
EdonMe Survival
Age of Scales & Bones
Cyclo's Gearbound
RainbowMon 2
Tralty's Modded Adventure 2
ImmersiveMC - IMC2
ImmersiveMC - IMC1
Forestry N Stuff
MysticWorld
Goodfellaz Vanilla+
DiamondFire Modpack
Pixelax
Brassburg SMP Modpack
Create: SatisFactory
The Last War - Guns And Adventure
Prehistoric World
Essentials Mods
[XM] xK0KLIN Modpack's
HORYZONEA
Fallen World - Prehistoric Corruption
CobbleCafe Oficial
Jellisy Vanilla
PvP+: Reimagined
Farming Experience
Engineer's Journey
Cobblemon Eclipse
Wen's Create Experience
Mazite
Minecraft: Story Mode
Ex.Beta RDX
Leos fantastiska modpaket
Thoryx
Official Dynastie Community Modpack
Forged in Dragonfire
Lunaria the Creater
Onyx
SYNCRAFT
Train Yard
Cobblemon Empire
LFY Experience
Order of the Stone
vibrant experience
Architecture & Automatum
NovaMTR Modpack
PokeCube
Rebio SMP
CobblemonCove - Cobblemon
InventMC Modpack
Master Farmer's
cloudmoon
Lotus Mods
vilmiComfort
ImAcidicSMP Modpack
Barely Modded
MC:SM Ultimate Experience Refresh!
Uiopik's Skyblock
Sosaland
Haydenmon Evolved
Legacies
Simple Survival Immersion - SSI
命运齿轮FOM【Fate's Machinery】
Transportcraft Next Generation
Angels PvP Pack
Farwater: Create Basics
Society: Sunlit Cobblemon
Crafted Chaos
CreateAbility
Assembly Assembled
Assembly Assembled | Server
Realistic Minecraft - Frealism
The Living World
LunarFox
QuikPak
Vanilla Reimagined
Vanilla Plus - Slime Edition
The True Vanilla
