Tags
Creators
Details
Licensed ARR
Published 3 weeks ago
Updated 2 days ago
All versions
2.2.1
Release
The Boys: Unbalanced 2.2.12 days ago 312
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Fabric
Supported environments
Client and server
Changes
Version 2.2.1 - Safe Mode, Admin Panel item and improved V bars
Safe Mode
- You can now enable safe mode (default keybind H, or toggleable in Compound Menu)
- While in safe mode, your abilities will not destroy blocks.
- Added globalSafeMode config to general config that forces safe mode to all players on the server.
Compound Admin Panel
- A new uncraftable item that provides quick access to the mod's gamerules and cheats
- Lets you grant/remove any power on any online player and change their V and V toxicity values.
- Also allows granting multiple powers onto one player! Works, but dont expect anything. It will just make abilities overlap when activated.
V Toxicity indicator
- Now shows both your temporary and permanent V toxicity
- Hovering shows a tooltip indicating how much time till all of it fully expires
Fixes
- Patched mixin incompatibility with Origins mod
- Fixed Lamplighter having ridiculous damage
- FIxed The Deep having ridiculous underwater speed
- Fixed The Deep having inconsistent bad omen application
- Fixed temporary V toxicity system, adjusted some values.
Added a new command that does something drastic when used
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:RHbNgFri:zjUOjFjn"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:RHbNgFri:zjUOjFjn"
}

