CurseForge · Minecraft mod
ConfigAnytime
Allows Forge configurations to be setup at any point in time
Quick answer
Which ConfigAnytime release should I use?
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.
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.
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.
- 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.
- 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.
- 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.
- 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.
Check the dependencies, then try the file in a copied instance before changing a world you care about.
Recent files
ConfigAnytime versions and loaders
!configanytime-3.0.jar
26 Mar 2024
!configanytime-2.0.jar
9 Mar 2024
!configanytime-1.0.jar
9 Jun 2023
Looking for an older file? The official CurseForge project page is in Resources.