Tags
Creators
Details
All versions
B0.6.2
Beta
Beta 0.6.23 months ago 6,274
Compatibility
Minecraft: Java Edition
1.20.x
1.19.x
Platform
Data Pack
Changes
Vanilla structures update. Part 3: Monster rooms
New content
- Huge overhaul of monster rooms. Added variations of monster rooms, depending on biome they spawn in and spawn height. They have simular spawn chances to vanilla monster rooms, but being different, they can not be located using chunkbase.
Technical part
- Added compatibility with Minecraft version 26.2;
- Fixed crash on 1.19;
tower_islandrenamed tocottage_island;island_village_1renamed totower_island;- Added bottom part to
tower_island(new), added processor; - Fixed terrain adaptation for
abandoned_castle_pillager(other rare structures are planned next updates); - Partially rebuilt/fixed
castle(more fixing planned in future); - Fixed flowing water in
farm_islandnow it flows down from island upon generating; - Added underwater columns to
offshore_pillager_platform; - Added tunnel leading to mining site under
claw_pillager; - Removed infested stone bricks, added processor in
graveyard; - Removed buttons from
stelzen; - Added air to
camp_1andcamp_3; strange_housedivided into 2 parts, added terrain adaptation, removed excess spawners, added processor;- Replaced campfires, added processor in
fort; - Changed
salt.
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:h2jngREY:ZoqThLO3"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:h2jngREY:ZoqThLO3"
}

