Tags
Creators
Details
Licensed LGPL-3.0-only
Published 3 years ago
Updated 2 weeks ago
All versions
4.1.0
Beta
4.1.03 years ago 800
Compatibility
Minecraft: Java Edition
1.19.4
Platform
Fabric
Supported environments
Client-side
Server-side
Client and server
Changes
Changes since 3.5.2
- Use half fix for packet leak - embeddedt
- Synchronize LivingEntityRenderer layer list - embeddedt
- Remove unneeded imports - embeddedt
- Fix classloading hack not working anymore - embeddedt
- Fix search tree provider crash - embeddedt
- Use less invasive mixin on Blocks.rebuildCache() - embeddedt
- Add JEI plugin to fabric.mod.json - embeddedt
- Move search tree replacement to common module - embeddedt
- Fix workaround message printing twice - embeddedt
- Move search tree replacement to common, support both modloaders - embeddedt
- Bump required Forge version, drop datapack reload patch - embeddedt
- Workaround for Forge issue #9505 - embeddedt
- Fix compile error - embeddedt
- Remove blockstate compression - embeddedt
- Fix performance issue when loading large NBT maps - embeddedt
- Fix missing model flag not being cleared at times - embeddedt
- Add support for Fabric datagen from runClient - embeddedt
- Fix compile errors - embeddedt
- Fix spotless error - embeddedt
- Invalidate pack caches directly instead of iterating resource manager pack list - embeddedt
- Fix resource pack cache not invalidating on F3+T - embeddedt
- Update patch for 1.19 - embeddedt
- Add button to title screen for datagenning inside runClient - embeddedt
- Move iteration later in texture atlas patch - embeddedt
- Shorten structure hashes to fix issues on Windows - embeddedt
- Optimize server thread aliveness check - embeddedt
- More Fabric dynamic model loading improvements - embeddedt
- Fix texture reload failing on second try - embeddedt
- Add more paths to texture search - embeddedt
- Enable GitHub Gradle cache - embeddedt
- Fix Continuity emissives - embeddedt
- Make RenderType EqualsStrategy more predictable - embeddedt
- Disable faster texture loading when Stitch is present - embeddedt
- Adjust faster texture loading for FAPI compat - embeddedt
- Update incompatible mod disabling list - embeddedt
- Update patch for 1.19 - embeddedt
- Avoid running Fabric loading hook except for extra models - embeddedt
- Minor optimization when turning MRL into blockstate list - embeddedt
- Set the missing model early if needed - embeddedt
- Handle bakedTopLevelModels not being a dynamic provider yet - embeddedt
- Rewrite Fabric dynamic model loader to not load all models at startup - embeddedt
- Update item renderer mixin for 1.19.4 - embeddedt
- Actually cache item models - embeddedt
- Rewrite 1.19.4 Fabric model baker mixin for compatibility purposes - embeddedt
- Tweak Fabric model bakery to run more vanilla code - embeddedt
- Update entity renderer mixin - embeddedt
- Drop resource pack mixin from 1.19.4 for now - embeddedt
- Fix model bakery issues - embeddedt
- Fix mixin - embeddedt
- Spotless - embeddedt
- Fabric - embeddedt
- Compilation fixes - embeddedt
- Fix compile error - embeddedt
- Fix NamespacedWrapper needing remap - embeddedt
- Fix exception in model removal notification - embeddedt
- Fix search trees, downgrade Forge so REI works in dev - embeddedt
- Fix running outside dev - embeddedt
- Speed up world creation screen - embeddedt
- Port dynamic model loading to 1.19.4 - embeddedt
- 1.19.4 - 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:qVu4O77q"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:nmDcB62a:qVu4O77q"
}

