Links
Tags
Creators
Details
1.9.9
Compatibility
Required content
Changes
it only partially works but the main stuff is fine and its a lot better than the old versions
changes: expanded debug command changed the way encounter entities spawn sublevels(now supports conditions) the mod no longer uses jar files for encounterpacks, instead it uses zip files and it has its own folder now
new stuff: working: mod now has its own folder containing encounterpacks(drop an encounterpack zip there) encounters and encounterconditions
not fully working:
reputation(btw it also doesnt reset after death if forgivedeadplayers is on) added some useful blocks like: a block that outputs a redstone signal depending on if a raid is happening nearby, a block that acts similar to an elderguardian with configurable range(the range is not working properly)
not sure if its working:
bossbar thats tied to blocks around a main bossbar block
i dont have the time to complete the changelog now, ill change it tomorrow or tonight
Optional dependencies
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:GCSN5yQs:r65NIu3F"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:GCSN5yQs:r65NIu3F"
}

