Tags
Creators
Details
1.19.2-6.7
Compatibility
Changes
UPDATE 1.19.2-6.7 (Fabric)
NEW STRUCTURES -field_stone_ruins1 -field_stone_ruins2
The new rock type ruins are small ruins that can spawn a lot in the plains biome. -field_stone_ruins_rock1 -field_stone_ruins_rock2 -field_stone_ruins_rock3 -field_stone_ruins_rock4 -field_stone_ruins_rock5 -field_stone_ruins_rock6
STRUCTURE SPAWN CHANGES -The spacing and separation is has been edited to have a 10-15% of less ruins spawning in your world.
BOSS CHANGES -The new zombie boss dose not have the glowing outline to it. But please keep in mind that older ruins will still have them spawn as a outline effect.
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:G5F21Ze2"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:KdJhOYVV:G5F21Ze2"
}

