Links
Tags
Creators
Details
1.7.3_b1
Compatibility
Changes
Hello! This is a pretty bare bones update to 1.21.4, with no added features.
- Updated to 1.21.4
- Known issue: Deep Statue structures only generate in Molten Caves, Cabins no longer generate
- For some reason I was having trouble with biome tags and wanted to rush out a beta version. I might update it sometime to make it work, I might not. Who knows.
Truth be told, I am not very motivated to work on this mod a ton. I am a college student and computer science isn't my passion—besides, I only ever play Minecraft with one friend of mine who lives on the other side of the contient from me (shout out to you Percy). Don't be surprised if this mod fades into obscurity. Its gonna happen—not just to this mod, but to everything. Maybe someone'll pick up this mod and keep it going after I eventually abandon it, maybe itll just die. Who knows. I'm not yet abandoning it; as long as Percy and I are playing Minecraft I'll keep it updated. But don't expect new features or fast update times. Thank you all for the tremendous support over the past 3 years I've been working on and maintaining this mod.
I am not abandoning Profundis yet, but I will eventually.
Thank you,
Ellie/"FireNH"
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:aucz7XCt:T5KUgVRH"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:aucz7XCt:T5KUgVRH"
}

