Tags
Creators
Details
Licensed LGPL-3.0-only
Published 3 years ago
Updated 2 weeks ago
All versions
1.16.0
Beta
1.16.03 years ago 70
Compatibility
Minecraft: Java Edition
1.16.5
Platform
Fabric
Supported environments
Client-side
Server-side
Client and server
Changes
Changes since 1.15.0
- Advancement recursion speedup on Forge, based off Advancements Debug - embeddedt
- Simplify item rendering optimization - embeddedt
- Disable bugfix.chunk_deadlock for DimThread - embeddedt
- Disable packet leak fix when MemoryLeakFix is present on Fabric - embeddedt
- Decommission the chunk saving fix - embeddedt
- Make CanonizingStringMap not crash on null keys/values - embeddedt
- Fix Skyblock Builder crash - embeddedt
- Improve structure cache wording - embeddedt
- Disable cache invalidation outside dev - embeddedt
- Replace default backing map of NBT tags in more compatible way - embeddedt
- Add off-by-default feature to automatically thread dump every 60 seconds - embeddedt
- Split unbaked model load event into load and pre-bake stages - embeddedt
- Disable faster texture loader if Changed:MC is installed - embeddedt
- Add more texture paths - embeddedt
- Fire model integrations on Fabric - embeddedt
- Back client integration list with COW arraylist - embeddedt
- Depend on full Fabric API at runtime - embeddedt
- Tweak point at which dummy models are cleared on Fabric - embeddedt
- Disable faster_texture_loading and faster_texture_stitching when Opticrash is present - embeddedt
- Only preserve window position if a non-default width/height was given - embeddedt
- Avoid exposing mods to exceptions when baking models - embeddedt
- Fix performance issue when loading large NBT maps - embeddedt
- Replace Forge dynamic model bake event with modloader-independent custom solution - 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:42k2MtHD"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:nmDcB62a:42k2MtHD"
}

