All versions
2.3.1
Release
Chaosdrachen 2.3.14 months ago 23
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
2.3.1
Bug FIxes:
Krystell
- Dripstones get dropped when broken
Lavadon
- Summons again attack own there own
New Stuff:
Death Elemental
- Speed form 0.8 to 0.5 reduced
- Damage reduce to 40 from 60 and on hard to 55 from 90
- Meteor spell removed
- New shock wave attack
- New Second Phase
Lavadon Class
- New Search Function for enchantments
- Bug fixed with wrong displayed daily books
Lich Zen
- Contact buttons hovering over them gives explanation
- Summons now get Teleportet back when further than 50 blocks away
Portal Demon
- small form got +60 blocks Safe Fall distance
- Teleport now up to 100 Blocks and visual indicator where you go
Rabbit
- earthquake now spares containers and ores
Explosion Master
- gains now speed buff when by - explosion strength
Cyborg
- 1 ability replacement with slash attack
World Eater
- Auto smelt ores with a toggle
- Consumption kills mops when they reach you
- Movement efficiency buff
Ice age
- now no longer weak to fire
- Immune to drowning
- now regeneration 2 instead of regeneration 1
- 3 ability Case Light area now damages all Hostile mobs
- Frost Aura range increased from 5 block radius to 8 block radius
Void Lord
- 4 ability every time you teleport you deal 2 damage to the surrounding
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:9o82vCkn"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:2ien99Y3:9o82vCkn"
}

