Creators
Details
Licensed MIT
Published 2 years ago
Updated 3 weeks ago
All versions
3.2.3
Beta
Configurable Fabric 3.2.3 for 1.21.111 months ago 869
Compatibility
Minecraft: Java Edition
1.21.1–1.21.7
Platform
Fabric
Supported environments
Client-side
Server-side
Client and server
Required content
Changes
3.2.3
- Update night config
3.2.2
- No longer rely on events for syncing configs on world join
3.2.1
- Improve clarity in naming
3.2.0
- Fix locating config file in neo runtime
- Add
loadFromDisktoConfigurableApi
3.1.0
- Fix saving incorrect configs in production
3.0.2
- Include nightconfig in fabric jar
3.0.1
- Add library tag for modmenu
- Add mod icon
3.0.0
Complete rewrite from the ground up. No compatibility with previous versions.
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| configurable-3.2.3+1.21.1-fabric-sources.jar | Unknown | 45.98 KiB |
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:lGffrQ3O:4P70Xmh4"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:lGffrQ3O:4P70Xmh4"
}

