Tags
Creators
Details
All versions
2.2.3+26.2
Release
NeoForge v2.2.3+26.23 days ago 21
Compatibility
Minecraft: Java Edition
26.2
Platform
NeoForge
Supported environments
Client-side
Changes
- Added configurable load conditions in the context menu options for the default resource pack profile:
NO_OPTIONS_OR_VERSION_FILE: Triggers when theoptions.txtorconfig/packed_packs/__version.jsonis missing.- Fixes default profile not applying with Default Options (#67)
- Used as the default condition when the
config.meta.jsonis newly created. - Note: You should not ship the
__version.jsonfile in modpacks, and since it's new to this update, switching to this option will reset the resource pack configuration for existing users.
NO_OPTIONS_FILE: Triggers only when theoptions.txtis missing.- Only exists to preserve the resource pack configuration for existing users when updating to this or newer versions of the mod, otherwise use the above option.
- Used as the default load condition when the
config.meta.jsonfile already exists.
- Updated Russian Translation (#70 by iceban)
- Improved compatibility with smooth scrolling (#71)
- Fixed translation keys for toggling the default and lock setting of profiles being inverted in the context menu.
- Arrow key navigation in pack lists is no longer constrained.
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| packed_packs-neoforge-2.2.3+26.2-sources.jar | Unknown | 177.88 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:8Pq6Exn2:ITOysEA6"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:8Pq6Exn2:ITOysEA6"
}

