Tags
Creators
Details
Licensed LGPL-3.0-only
Published 3 years ago
Updated 2 weeks ago
All versions
5.6.1+mc1.16.5
Release
5.6.1+mc1.16.53 years ago 3,826
Compatibility
Minecraft: Java Edition
1.16.4–1.16.5
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.6.0+1.16.5
- Rewrite testmod debug renderer to be cooler - embeddedt
- Testmod for many blocks/items test - embeddedt
- Introduce test mod - embeddedt
- Add minor Brigadier patch to limit suggestion count to 10000 - embeddedt
- Implement minor memory usage optimization for environments without FerriteCore - embeddedt
- Allow disabling Fabric API for runtime in dev - embeddedt
- Allow only applying mixins when mods aren't present - embeddedt
- Minor buildscript improvements - embeddedt
- Skip generating remapJar for common project - embeddedt
- Increase default heap from 512MB to 1GB to avoid issues with Fabric remapper - embeddedt
- Update zh_cn.json (#207) - 其智乃反不能及
- Add Japanese translation (#206) - 羊羽ちゃん
- Redirect fetchChoiceType directly in vanilla code instead of fully disabling it - embeddedt
- Try to provide more guidance to users when reloading configs - embeddedt
- Don't enable blast_search_trees with REI present on 1.16 - 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:edDrlUuk"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:nmDcB62a:edDrlUuk"
}

