ConfigAnytime
Modby CleanroomMC
Allows Forge configurations to be setup at any point in time
Type
Mod
CurseForge Downloads
3,024,258
CurseForge ID
870276
Last Updated
Apr 13, 2026
Description
Allows Forge configurations to be setup at any point in time. Especially for developers that use Forge's configuration system during coremod/tweaker's loading stage.
Dev Usage:
- Add CleanroomMC's repository and depend on ConfigAnytime's maven entry:
- Example API Usage:
@Config(modid = "configanytime")
public class ConfigClass {
public static boolean configBooleanProperty = true;
public static int configIntProperty = 42;
// Static initializers go after the properties!
// This will run automatically when you retrieve any properties from this config class
static {
ConfigAnytime.register(ConfigClass.class);
}
}
```
Similar Mods
Backpacked
A vanilla-friendly backpack mod, featuring unlock-based progression, an augment system, customisation, pickpocketing, an...
Krypton
A mod to optimize the Minecraft networking stack
Sawmill
Ultimate Woodcutter. As it was intented, Compatible with ANY Mod, automatically. Includes Carpenter Villager
Wraith Waystones
A better way of transport
The Bumblezone (NeoForge/Forge)
An unBEElievable dimension full of bees to BEEfriend!
DimStorage
DimStorage with DimChest and DimTank