Tags
Creators
Details
1.0.0-Beta.11+1.21.8
Compatibility
Required content
Changes
This release includes some fairly major internal changes, with the most visible changes being around how the mod detects the current mayor and perks, and most notably:
This release requires Fabric Loader 0.18.0 or newer
- If you're using a third-party launcher (e.g. the Modrinth launcher or Prism Launcher), please refer to their documentation for instructions on how to update Fabric Loader.
- If you're using the vanilla launcher, you'll have to reinstall Fabric Loader for your game version.
Additionally, this is likely one of the final releases to support 1.21.5; we recommend taking the opportunity to update to 1.21.8 or newer.
Added
- Support for 1.21.11 (#304)
- Duplicate class alert (#305)
- Highlight self in Dungeons ready up menu (#305)
- Auto
/chat pwhen joining a party (#305) - Hide highlight on menu panes (#305)
- Blazetekk Radio chat filter (#313)
- Garden Composter sound filter (#313)
Changed
- The mod now requires Fabric Loader 0.18.0 or newer (#304)
/noba confignow accepts a search query to open with (#305)- Replaced the existing update notifications with an implementation that allows updating in-game (#302)
- Rewrote how the mod estimates the server's TPS to be much more accurate (#303)
Fixed
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:ZrHxHT33:Snv0gVj1"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ZrHxHT33:Snv0gVj1"
}



