Tags
Creators
Details
Licensed LGPL-3.0-only
Published 3 years ago
Updated 2 weeks ago
All versions
5.5.0+mc1.18.2
Release
5.5.0+mc1.18.23 years ago 209
Compatibility
Minecraft: Java Edition
1.18.2
Platform
Fabric
Supported environments
Client-side
Server-side
Client and server
Changes
Depending on the size of this release, there may be a human-readable changelog available on the wiki page.
Changes since 5.4.1+1.18.2
- Link to wiki changelog - embeddedt
- Fix branch list including dev branches - embeddedt
- Move ModernFix branding to right side of screen - embeddedt
- Remove default impl from ModernFixPlatformHooks - embeddedt
- Remove all remaining hard dependency on Fabric API modules - embeddedt
- Remove dependency on fabric-lifecycle-events - embeddedt
- Replace ServerLifecycleEvents usage with mixin - embeddedt
- Fix world load time being printed if it wasn't actually set - embeddedt
- Fix incorrect return value from deduplicated postprocessing map - embeddedt
- Rewrite tracking code for game load/world join timing - embeddedt
- Avoid hardcoding projects to include - embeddedt
- Bail out early if empty map is passed to CanonizingStringMap.putAll - embeddedt
- Call Item.fillItemCategory() on all items when removing creative search trees - embeddedt
- Make dynamic codecs actually work - embeddedt
- Add option to generate block codecs on the fly instead of at startup - embeddedt
- Enforce 512MB heap for dev runs - embeddedt
- Lock FerriteCore deduplication fix to dev only - embeddedt
- Improve FerriteCore memory usage for blocks with one state - embeddedt
- Update MappedRegistry mixin for 1.18 - embeddedt
- Improve registry performance with large entry counts - embeddedt
- Workaround for mods instantiating PathResourcePack incorrectly - embeddedt
- Default reuse_datapacks to false - embeddedt
- Make FlagManager patch handle both impls of CoFH Core - embeddedt
- Skip dynamic resources single blockstate optimization when outside world - embeddedt
- Update zh_cn.json (#192) - 其智乃反不能及
- Clean up dead code - embeddedt
- Switch to Gradle build action - embeddedt
- Only collect options from ModernFixEarlyConfig added to the immutable map - embeddedt
- Add descriptions of options from newer versions - embeddedt
- Remove debug message - embeddedt
- Render sub-options more nicely - embeddedt
- Add option parenting, gate changes to sub-options when parent option is off - embeddedt
- Document 1.16 options - embeddedt
- Allow choosing custom path to language JSON - embeddedt
- Upgrade markdown generation script, can now detect missing descriptions outside game - embeddedt
- Update for 1.18 - embeddedt
- Switch to compile-only Arch Transformer - embeddedt
- Use Forge resource finder for directories instead of MF finder - embeddedt
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:nmDcB62a:4GPZ0uWs"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:nmDcB62a:4GPZ0uWs"
}

