Tags
Creators
Details
1.19.2-5.9
Compatibility
Changes
UPDATE 1.19.2-5.9 (Fabric)
Update is still in development, many more features are on their way.
NEW STRUCTURES -ocean_fortress_main -ocean_fortress_part1 -ocean_fortress_part2 -ocean_fortress_part3 -ocean_ruin6 -ocean_ruin7
NEW OCEAN PROPERTIES -Gravel is now more common to randomly spawn on the ruins oceans floor to blend into the terrain better.
LOOT TABLE CHANGES -The ruins type loot has now a 5% decrease of value.
STRUCTURE SPAWNS -All ruins structure spawns has a now 10-15% decrease of spacing, and separation.
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:KdJhOYVV:XFCeBOdU"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:KdJhOYVV:XFCeBOdU"
}

