Tags
Creators
Details
Licensed ARR
Published 4 years ago
Updated 7 months ago
All versions
1.20.1-3.7
Release
Philips-Ruins1.20.1-3.7[Fabric]2 years ago 4,319
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Fabric
Supported environments
Client and server
Changes
- UPDATE 1.20.4-1.9 (Forge) 1.9 (Fabric)
- UPDATE 1.20.2-2.5 (Forge) 2.5 (Fabric)
- UPDATE 1.20.1-3.7 (Forge) 3.7 (Fabric)
- UPDATE 1.19.2-8.9 (Forge) 9.1 (Fabric)
- Added Small simple stone ruins.
- NEW STRUCTURES
- -ancient_ruin_27
- -ancient_ruin_28
- -ancient_ruin_29
- -ancient_ruin_30
- SPAWN PROPERTIES
- -Ancient ruins will now spwan in tag biome
- "minecraft:savanna" for ancient_ruins_biomes.
- -Level two ruins biome values change to.
- "values": [
-
"minecraft:plains", -
"minecraft:frozen_peaks", -
"minecraft:stony_shore", -
"minecraft:dark_forest", -
"minecraft:jungle", -
"minecraft:meadow", -
"minecraft:swamp", -
"minecraft:mangrove_swamp" - ]
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:rULdtIFq"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:KdJhOYVV:rULdtIFq"
}

