Creators
Details
Licensed MIT
Published 2 years ago
Updated 3 weeks ago
All versions
3.3.2
Beta
Configurable Neoforge 3.3.2 for 1.21.17 months ago 43.9K
Compatibility
Minecraft: Java Edition
1.21.1–1.21.4
Platform
NeoForge
Supported environments
Client-side
Server-side
Client and server
Changes
3.3.2
- Fix automatic config finding on neo
3.3.1
- Update to 1.21.11
3.3.0
- Add 1.21.5/6 artifacts
3.2.12
- Fix automatic config finder
3.2.11
- Fix pack.mcmeta for 1.21.9+
3.2.10
- Add support for 1.21.9/10
3.2.9
- Fix typo in handshake packet id (#21)
3.2.8
- Client now tells server what configs it has so server can make better decisions on what to send (#19)
3.2.7
- Handle sideness myself as api implementation is not sufficient for handling client-server mismatches (Neruina/#152)
3.2.6
- Fix reliance on client-side config being present (#18)
- Add LICENSE
3.2.5
- Correct fmj/nmt mc version population for dep range to be based on compatible versions rather than build version
3.2.4
- Neo: Only send packet to connections that have remote channel
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.3.2+1.21.1-neoforge-sources.jar | Unknown | 48.68 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:orsct6Yu"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:lGffrQ3O:orsct6Yu"
}

