ConfigAnytime
Modby CleanroomMC
Allows Forge configurations to be setup at any point in time
Downloads
3,011,265
Type
Mod
CurseForge ID
870276
Last Updated
Apr 9, 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
Wraith Waystones
A better way of transport
Backpacked
A vanilla-friendly backpack mod, featuring unlock-based progression, an augment system, customisation, pickpocketing, an...
Buzzier Bees
Enhances and introduces various bee and honey related content!
Oh The Biomes We've Gone
An astounding sequel to the original BYG mod for 1.20.1+ with over 50+ biomes ranging from the magical to the realistic...
Project: Vibrant Journeys
A mod that aims to spice up vanilla survival
Chimes
Wind chimes that create ambient noises for your base.