Back to mods
ConfigAnytime project artwork

CurseForge · Minecraft mod

ConfigAnytime

Allows Forge configurations to be setup at any point in time

Choose a version Pick your version below, then grab the matching file.

Quick answer

Which ConfigAnytime release should I use?

Updated 1 year ago
Latest stable file !configanytime-3.0.jar
Game version 1.12.2
Loader Forge

ConfigAnytime !configanytime-3.0.jar targets 1.12.2 with Forge. The project page does not say whether it belongs on the client. The project page does not say whether it belongs on the dedicated server. No extra mods listed for this file.

Where it goes

Is ConfigAnytime required on the client, server, or both?

The project page does not say whether it belongs on the client. The project page does not say whether it belongs on the dedicated server.

Client Source doesn’t say
Dedicated server Source doesn’t say
Loader for this release Forge
Required install it here Optional supported, not mandatory Not supported do not install here Source doesn’t say do not assume

The source does not explicitly classify this release as client-only or server-only.

What else does ConfigAnytime !configanytime-3.0.jar need?

!configanytime-3.0.jar. Change the file and its required mods may change too.

No extra mods listed for this file

This file does not list any required mods. Do not add a library just because a different file uses it.

This file does not list any required or optional mods.

Before you install it

Add ConfigAnytime without breaking your instance.

Built for ConfigAnytime !configanytime-3.0.jar. Pick another file and the loader, install side or required mods may change.

  1. 01

    Stick to this file

    Use !configanytime-3.0.jar. It targets 1.12.2 with Forge; another release may have different loader, side or dependency requirements.

  2. 02

    Bring the mods it needs

    This file does not list any required mods. Do not add a library just because a different file uses it.

  3. 03

    Put it on the correct side

    The project page does not say whether it belongs on the client. The project page does not say whether it belongs on the dedicated server.

  4. 04

    Pick the file you checked

    Use the “Get this file” button beside !configanytime-3.0.jar. It opens that exact file at the source.

About this project

What does ConfigAnytime add?

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

}
```

Project description from CurseForge.

Pick your setup

ConfigAnytime by Minecraft version and loader

Choose the version and loader you play, then open the matching release.

1 available setups

Check the dependencies, then try the file in a copied instance before changing a world you care about.

Recent files

ConfigAnytime versions and loaders

3 of 3 releases match

Looking for an older file? The official CurseForge project page is in Resources.