Tags
Creators
Details
6.1.1+1.19+quilt
Compatibility
Required content
Changes
(V.6.1.1 Changes) (1.19.0 Minecraft)
Mansions:
All RS Mansions now use template pool files to spawn the Illagers. Now it is possible to easily add new mobs to any specific RS mansion by datapack! Also made sure that RS Mansion rooms will have same number of Illagers across all biome variants of it. (Some RS Mansions now will spawn slightly more Illagers than before in rooms that were missing Illagers)
Made Mangrove Mansions have their own structure set and made them much more common. Should generally be around 6000-15000 blocks away on average now instead of like 20000-40000 blocks away.
Pyramids:
Redid the Icy Pyramid trap so it is far more stable and less likely to set off the trap due to Observers not being usable in structures safely.
Mineshafts:
Support pillars/chains can now replace many more non-solid blocks and is controlled by the repurposed_structures:mineshaft_support_replaceables block tag.
This means RS Mineshafts have pillars/chains support more often in Dripstone Caves and Lush Caves.
RS Spawners:
Fixed bug where removing all mobs for an RS Spawner will cause air pockets to spawn in place of the spawner in Ocean Mineshafts and Ocean Dungeons. Also causes Pig Spawners to spawn in End Dungeons. Now, removing all mobs will remove the spawner block properly without placing air pockets or Pig Spawners for Ocean Mineshafts, Ocean Dungeons, and End Dungeons.
Mod Compat:
Added some William Wythers' Overhauled Overworld biomes to RS's biome tags to improve compat. Also, update to v3.0.3 or newer Fabric William Wythers' Overhauled Overworld have maximum compat with RS.
Allowed Flower Forest Pyramid to spawn in more Terralith biomes.
Fixed issue where Icy RS Structures could spawn in Frozen Ocean, Frozen River, and Deep Frozen Ocean due to using c:icy tag. Don't ask why Fabric included those biomes in icy tag.
(V.6.1.0 Changes) (1.19.0 Minecraft)
Misc:
Ported to Quilt Modloader
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:muf0XoRe:dgE3oMcH"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:muf0XoRe:dgE3oMcH"
}

