Tags
Creators
Details
7.3.0+1.20.4-fabric
Compatibility
Required content
Changes
(V.7.3.0 Changes) (1.20.4 Minecraft) (Config Datapack Updated)
Villages:
Fixed Crimson and Warped Villages's Weaponsmiths getting a wall of Obsidian that blocks their entrances.
Fixed several village houses not spawning or were absurdly rare.
Fixed Fishery building in Crimson and Warped Villages having waterlogged blocks.
Fixed Weaponsmith house having Terracotta and Orange Terracotta in Crimson and Warped Villages.
Fixed plants able to persist into RS village houses.
Made all RS village houses now pillar downward if land is removed under them at worldgen by cave or ravines!
Shipwrecks:
End Shipwrecks's insides won't be filled with terrain blocks anymore.
Outposts:
Added Ocean, Savanna, Basalt, and Soul Outposts!
Made all RS Outposts now pillar downward if land is removed under them at worldgen by cave or ravines!
Mineshafts:
Added Basalt and Soul Mineshafts!
Replaced Beetroot and Beetroot Seeds in Nether Mineshafts to have Porkchops and Cooked Porkchops instead.
Changed secret banner pattern for Nether Brick Mineshaft.
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:D7B8ZYMc"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:muf0XoRe:D7B8ZYMc"
}

