Tags
Creators
Details
Licensed LGPL-3.0-only
Published 3 years ago
Updated 2 weeks ago
All versions
2.7.0
Beta
2.7.03 years ago 66
Compatibility
Minecraft: Java Edition
1.18.2
Platform
Fabric
Supported environments
Client-side
Server-side
Client and server
Changes
Changes since 2.6.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
- Support new REI version - embeddedt
- Improve structure cache wording - embeddedt
- Disable cache invalidation outside dev - embeddedt
- Fix resource pack cache not working as well as it could - embeddedt
- Only use JEI backed search tree if EMI is not installed - 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
- Fix startup crash introduced in last commit - embeddedt
- Work around KeyMapping names being retrieved off-thread - embeddedt
- Add more texture paths - embeddedt
- Fire model integrations on Fabric - embeddedt
- Move AE2 dynamic resources compat to common module - embeddedt
- Fix AE2 mod id - 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:z5NtPX4A"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:nmDcB62a:z5NtPX4A"
}

