Tags
Creators
Details
1.20.1-2.9
Compatibility
Changes
UPDATE 1.20.4-1.1 (Forge) 1.1 (Fabric) UPDATE 1.20.2-1.1 (NeoForged) UPDATE 1.20.2-1.7 (Forge) 1.7 (Fabric) UPDATE 1.20.1-2.9 (Forge) 2.9 (Fabric) UPDATE 1.19.2-8.1 (Forge) 8.3 (Fabric)
NEW STRUCTURES -ancient_ruin_6 -ancient_ruin_7
CONFIGS (FORGE ONLY) -Improved config files for better user experience. -Fixed seed config not working. -You Can now disable certain ruins from spawning. -Added control spawn weight property. -Fixed memory leak when loading certain configs. -Added ocean ruins can now be disabled. -Added underground ruins can now be disabled.
GAME PLAY (FORGE ONLY) -The game will now send an error message in chat when searching for a disabled ruin.
BUG FIX -Fixed Ancient Ruins not spawning. -Fixed Seed in configuration not working. (Reported by edik65)
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:HYQoj3KG"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:KdJhOYVV:HYQoj3KG"
}

