Mineuniverse
Log in Register
Mods

ConfigAnytime

Allows Forge configurations to be setup at any point in time
by CleanroomMC
Claim this project
3,307,898 downloads
0 likes
Updated Jun 30, 2026
0 hypes
ConfigAnytime


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:

repositories {
    maven {
        url 'https://maven.cleanroommc.com'
    }
}
<br>dependencies {<br>    implementation 'com.cleanroommc:configanytime:1.0'
}

 

- 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);
    }

}
```

No files available for download.

More from CleanroomMC

SpongeForge LTS
994
GroovyScript
662,356
Cleanroom Relauncher
52,582
Had Enough Items
4,968,348
Actually Advanced Info
3,369
Flare (Spark for 1.12.2)
307,588

You Might Also Like

Vivecraft
A Minecraft VR mod on a loader of your choice!
9,988,339
Athena
A crossplatform (Forge/Fabric) solution to connected block textures for 1.19.4+
99,799,527
Lodestone
A collection of code used throughout projects under the Lodestar team.
9,914,417
TheDragonLib
A library for most of sokratis12GR's Mods
9,910,232
Multi Mob Library
A library mod containing essential files for Daveyx0's mob mods
9,892,767
FTB Library (Forge) (Legacy)
FTB Library is a library mod that is used for some of our mods.
98,265,314