Modscraper Modscraper Minecraft
ConfigAnytime logo

ConfigAnytime

Mod

by CleanroomMC

Allows Forge configurations to be setup at any point in time

Type

Mod

CurseForge Downloads

3,578,744

CurseForge ID

870276

Modrinth Downloads

254,750

Modrinth ID

Bnsrfd1o

Last Updated

Sep 5, 2026

Description

## 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: ```groovy repositories { maven { url 'https://maven.cleanroommc.com' } } dependencies { implementation 'com.cleanroommc:configanytime:3.0' } ``` - Example API Usage: ```java @Config(modid = "configanytime") public class ConfigClass { public static boolean configBooleanProperty = true; public static int configIntProperty = 42; public static final InnerClass INNER_CLASS = new InnerClass(); // Inner access via this member, this is processed automatically by ConfigManager public static class InnerClass { public boolean innerProperty = false; // Must be non-static, referenced via the member field in the outer class } // Static initializers go after the properties! // This will run automatically when you retrieve any properties from this config class static { ConfigAnytime.register(ConfigClass.class); } } ```

Compatibility

Mod Loaders

Forge

Game Versions

1.12.2

Recommended Gear

Affiliate

Hardware and extras that pair well with this mod.

As an Amazon Associate I earn from qualifying purchases.

Similar Mods

Included in Modpacks (104)

Most downloaded
Show all 104 modpacks

External Resources