Tags
Creators
Details
Licensed ARR
Published 5 months ago
All versions
1.1.1.0
Release
behemoths 1.1.1.03 months ago 490
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
BEHEMOTHS 1.1.1.0 CHANGELOG
New Features
- Added the Sky Charybdis, a mini-boss Behemoth of the Phantom.
- Added multiple new Charydbis-related blocks such as Phantashrooms.
- Added the Phantashroom Glutton, an entity crucial for the mini-boss mechanic for the Sky Charydbis.
- Added the Charydbis Zone structure, a fighting arena for the Sky Charybdis.
- Added items related to the Sky Charydbis such as the Blighted Sword.
- Added the common configuration to enable/disable Pandemonium Voting and Pandemonium Modifiers.
- Added the client configuration to enable/disable sudden Pandemonium voting screen popups when voting sessions begin.
Adjustments
- Significantly reduced spawn rates for Archzombies and Hollowborne Turrets.
- Decreased rotation speed for Hollowborne Turrets.
- Increased shooting inaccuracy for Hollowbornes Turrets.
- Slightly decreased velocity for Hollowbornes Turrets' projectiles.
- Decreased damage scaling for the Banishment of the Dead weapon specialty.
- Percentage displays for weapon specialties in tooltips now show the actual gain relative to the baseline.
Bug / Incompatibility Fixes
- Fixed a bug where Behemoths' VFX particles make some other particles turn into black squares.
- Fixed a bug where Mortyx Upgrade Smithing Templates spawn when breaking some blocks below Y-50.
- Fixed a bug where Soul Particles sometimes emit from Hollowbornes despite it not being tamed yet.
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:V2LHp4Si:8lSBofdx"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:V2LHp4Si:8lSBofdx"
}

