Tags
Creators
Details
0.22+mod
Compatibility
Changes
General Changes
-doubled average cheese cave size i think
-changed the trees in littoral hollow to be more unique
-changed the dimension crossing tp to be at y=300 instead of y=320
-added sinkhole ruins explorer map to villantis loot tables
-removed a very small amount of junk files
-some other changes that i forgot
-testing forceload stuff, tell me if it impacts the performance
finished glacial carve
-very icy cave ngl
-has alot of blue ice and some ancient debris
-there are small grassy areas where trees can grow
finished crystalline cavity
-underground version of crystallized peaks
-mixed of blackstone mushrooms and colorful "crystals"
- fairly lit up
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:eBiNxmRM:kuBYtTvz"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:eBiNxmRM:kuBYtTvz"
}

