All versions
2.2.0
Release
Chaosdrachen 2.2.04 months ago 11
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
2.2.0
Bug Fixes:
- Rabbit cannot be invisible
New: Krystell:
- Force push now make an arena out of dripstones
Cyborg:
- 4 ability now shoots out 5 waves instead of 1
- 4 ability now has 60 second cooldown instead of 20
- Now immune against Nausea
- 1 Ability Projektiles now are harder to destroy
Time Dragon:
- Now climbs vines and leaders faster
- Walks 4x faster in water
Void Lord
- New Void Vision feature
Rabbit:
- Earthquake Radius from 50 blocks to 25 blocks
- Earthquake cooldown from 40 seconds to 30 seconds
- Earthquake now sinks the ground and deals extra damage
- Earthquake Nausea now 6 seconds instead of 12 seconds
- Now is 2 Times bigger
- Now Has 3x3 mining area to make up for the size
- No Longer Makes any Sound
- Dash distance increased by 1.25x
- -1 Second Dash Cooldown
- New Lucky Rush Ui bar
- New 1 ability and 2 ability
- Lucky rush can no longer be triggered from carrots or golden carrots
- New Rabbit Textures
Lich Zen
- New Self Contract Feature
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:2ien99Y3:3JBODQSc"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:2ien99Y3:3JBODQSc"
}

