All versions
v2+mod
Release
DnT Woodland Mansion Overhaul v29 months ago 3,694
Compatibility
Minecraft: Java Edition
1.21.9–1.21.11
Platform
Forge
Supported environments
Changes
- From 1.21.9 onward, this project no longer will replace woodland mansions with the Illager Manor from Dungeons and Taverns and instead place a proper Woodland Mansion Overhaul.
- it still reuses a lot of the Illager Manor rooms but those have been reworked to work with the new Woodland Mansion
- it also adds quite a lot new rooms totaling in 184 rooms
- New Overhauled Loottables that have a chance to roll instead for the Vanilla loot table too, this is for mod compability and to ensure the loot tables dont utterly break once mojang updates woodland mansion loot tables again like in 1.21.4
- Houseshape can warry and sometimes have extra wings
- There are always 2 staircases leading to the next layer up, but only down into the basement
- There is now a path leading away from the Woodland Mansion with lanterns and some pillager pre-spawned in, mobs dont respawn
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:3GfxWFCy:a7pMsPjn"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:3GfxWFCy:a7pMsPjn"
}

