Tags
Creators
Details
Licensed ARR
Published 11 months ago
Updated 4 months ago
All versions
1.0.6
Release
1.0.6 The Structure Overlap Prevention Update!4 months ago 726
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.x
Platforms
Bukkit
Paper
Purpur
Spigot
Changes
-
New Features:
- Added a structure overlap prevention radius system to stop new ruins from spawning too close together.
- Added per-structure world toggles using allow-lists and block-lists for world-by-world control.
-
Changes:
- Reload now refreshes active spawn rules and world toggle settings immediately.
- Structure list and info command output now reflects the current world context.
- Main command metadata now matches all supported subcommands.
-
Fixes:
- Fixed haunted graveyard generation so it can spawn correctly.
- Fixed piglin village path placement so paths generate on terrain reliably.
- Fixed fallback loot coverage so every structure type has default loot behavior.
- Fixed container loot-tracking persistence so loot state survives server restarts.
- Fixed non-player handling for force-spawn commands with clear feedback.
- Fixed legacy trap validation behavior in desert temple ruins.
- Fixed command permission gating that incorrectly blocked non-reload subcommands.
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:f4Vseh0Y:LkkRr3NS"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:f4Vseh0Y:LkkRr3NS"
}

