Tags
Creators
Details
Licensed LGPL-3.0-only
Published 3 years ago
Updated 2 weeks ago
All versions
5.7.0+mc1.18.2
Release
5.7.0+mc1.18.23 years ago 189
Compatibility
Minecraft: Java Edition
1.18.2
Platform
Forge
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.6.1+1.18.2
- Fix merge error - embeddedt
- Add wiki button - embeddedt
- Disable config reload message for now - embeddedt
- Convert milliseconds to nanoseconds correctly - embeddedt
- Show time to bootstrap stage on Forge - embeddedt
- Create FUNDING.yml [skip ci] - embeddedt
- Italian Localization (#217) - TheBossMagnus
- Add runes/ to legacy texture folder list - embeddedt
- Suppress dots and header in stacktraces where possible - embeddedt
- Update world leak patch to 1.18 - embeddedt
- Mitigation for memory usage from leaked client worlds - embeddedt
- Change CanonizingStringMap to use weak interner - embeddedt
- Add more links to Mod Menu - embeddedt
- Fix chunk future chain not being bypassed during entity load - embeddedt
- Introduce MixinExtras - embeddedt
- Update SafeBlockGetter for 1.18 world height - embeddedt
- Prevent mods from causing deadlocks in BlockState.getOffset - embeddedt
- Update zh_cn.json (#211) - 其智乃反不能及
- Better compatibility with mods that inject into initCache - embeddedt
- Remove Werror now that almost all warnings are addressed - embeddedt
- Adjust mixin config - embeddedt
- Clean up warnings - embeddedt
- Change resource key name - embeddedt
- Add warning for Connectedness and dynamic resources - embeddedt
- Add warning when launched with Continuity and dynamic resources is on - embeddedt
- Message wording change - embeddedt
- Try to make config reload message appear less often - embeddedt
- Remove outdated mixin - embeddedt
- Add IgnoreOutsideDev marker to forgotten mixin - embeddedt
- Add hacky solution for "runtime" remapping in dev - embeddedt
- Fix Custom Machinery models - embeddedt
- Fix crash if FerriteCore detection fails in neighbour table mixin - embeddedt
- C U B E - embeddedt
- Add API to skip blockstate/model scanning for specific models - embeddedt
- Compact Mojang registries (not available yet) - embeddedt
- Allow setting config options via JVM properties - embeddedt
- Implement blast_search_trees on Fabric (dummy mode only) - 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:TJqCeI1u"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:nmDcB62a:TJqCeI1u"
}

