Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated 6 days ago
All versions
2.15+fabric-1.20.1
Release
2.15 (Fabric) (WM1.38.8 MM24.2.0)2 years ago 1,382
Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Fabric
Quilt
Supported environments
Client-side
Required content
Changes
- b918252 - create db metadata table
- 97c47dd - skip running db migration if db doesn't exist
- a835a19 - show minimap incompatible screen when no minimap is found
- a00107d - register ModMenu config screen
- 1466dda - loom 1.7
- 406cf5d - fix minimap incompatible screen not always opening
- ba21ff4 - more detailed error logging
- bef6be2 - remove unneeded dim check
- 552a66d - add null checks on dimension cache init
- 1f4c22e - use correct jdbc API's
- e8eea4a - use sqlite live backup API
- 86808a9 - newchunks: check for source blocks in column check
- 74793a5 - remove custom dimension limits for saving db's
- 19fa862 - v2 database migration
- 90a2779 - save inverse new chunks to db if disk/save enabled
- 76089e8 - adjust inverse new chunks scanning predicates
- a1f3f0d - bump version
- 86a8e5d - NewChunks render inverse setting
- 249eb8a - optimize newchunks chunk scanning
- 8e553bd - add remapped sources to idea excludeDirs with gradle plugin
- 9631cd6 - newchunks: skip loading block entities from packet
- 789bc50 - overlay opacity fix setting
- c37503e - update supported mc versions badges
Optional dependencies
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:EnPUzSTg:9mTPyxhG"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:EnPUzSTg:9mTPyxhG"
}





