Tags
Creators
Details
1.20.1-2.7
Compatibility
Changes
UPDATE 1.20.2-1.5 (Forge) 1.5 (Fabric) UPDATE 1.20.1-2.7 (Forge) 2.7 (Fabric) UPDATE 1.20-2.8 (Forge) 2.8 (Fabric) UPDATE 1.19.2-7.9 (Forge) 8.1 (Fabric)
New structure type added named Ancient Ruins. Since the structures are considered to be older than others, they will spawn lots of zombies around them. So be careful.
NEW STRUCTURES -ancient_ruin_1 -ancient_ruin_2 -ancient_ruin_3
MOD CONFIGS -Added a spawn list for only land type ruins. Spawn list is in beta.
BUG FIX -Certain structures were not spawning right because one of the custom structure sets being off.
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:w6SDQRdP"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:KdJhOYVV:w6SDQRdP"
}

