Tags
Creators
Details
Licensed LGPL-3.0-only
Published 3 years ago
Updated 2 weeks ago
All versions
5.1.0+mc1.19.4
Release
5.1.0+mc1.19.43 years ago 69
Compatibility
Minecraft: Java Edition
1.19.4
Platform
Forge
Supported environments
Client-side
Server-side
Client and server
Changes
Changes since 5.0.4+1.19.4
- Disable cache_strongholds when LittleTiles is installed - embeddedt
- Populate isFabric earlier - embeddedt
- Clean up build script some more - embeddedt
- Apply merge mode change to 1.18 - embeddedt
- Use same merge mode as default Spark - embeddedt
- Make mixin info clearing work on Fabric - embeddedt
- Add option to aggressively clear Fabric mapping tables - embeddedt
- Add missing ExpectPlatform - embeddedt
- Give correct MC/platform info to profiler - embeddedt
- Use correct platform name - embeddedt
- Add platform name to hooks - embeddedt
- Add option to profile launch using Spark - embeddedt
- Eliminate need to use platform hook to retrieve server here - embeddedt
- Add 1.20 to README - embeddedt
- Use WeakReference for server variable but never clear it for better mod compat - embeddedt
- Initial version of resource pack caching for 1.19.4+ - embeddedt
- Add a few more features to resource pack cache engine (for 1.19.4+) - embeddedt
- More aggressively load model files - embeddedt
- Explicitly run it on all branches - embeddedt
- Do not run Gradle workflow when pushing a tag - 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:y4X4GM0C"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:nmDcB62a:y4X4GM0C"
}

