Tags
Creators
Details
0.07
Compatibility
Changes
Log from PMC, they're formatted weirdly so it will look rough. my bad! This is the first 1.19.4 version. should be backwards compatible with 1.19.2-3, but I'm not sure.
converted to 1.19.4
-some paths are deeper or look less janky
-fixed big placement problems for all biomes (stuff should not
generate in water, in the middle of paths, or just straight up float)
-adjusted the moss basin trees a little bit
-fixed some inconsistencies for the void structure
-crystalized peaks and basalt climb no longer rain/snow
-messed with how many trees generate in enchanted. tell me if you like it
-haven't seen a tree floating in awhile so i think it's finally fixed basalt climb is a little less boring
-the air now has floating black glass and ochre froglights
-the ground now has blackstone sprinkled into it
-added a very common path made out of normal basalt
-added trees made out of polished basalt, or if you're lucky, blackstone.
-the normal basalt path is the only place where they can "grow"
-they both have froglights floating near them
-the blackstone tree has gilded blackstone in it
-ill be honest, ill probably change the shape of the trees sometime later. they look too clunky and weird for my liking
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:EzkaTH06"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:eBiNxmRM:EzkaTH06"
}

