Links
Tags
Creators
Details
2.0.0
Compatibility
Required content
Changes
-
Fixed an issue where the Mutant Iceologer would have trouble climbing up blocks.
-
The Mutant Iceologer now can vault over 3 block high walls to get to the Player.
-
The Mutant Iceologer's ice throwing attack is now easier to dodge.
-
Direct hits now will also deal more damage than if the projectile hits the Player from the side.
-
Reworked the Mutant Iceologer Pathfinding and AI.
-
The Mutant Iceologer will now use the ice throwing attack if you are more than 10 blocks away and ground pound if you are up close.
-
Added Iron Rod's, Iron Rod's can be chilled into Chilled Iron Rod's and then crafted into a Iceologer Staff.
-
Added The Iceologer Staff, Harness the power of The Iceologer inside of you and YEET them ice blocks at your foes with 200 uses before breaking but will require a Chilled Spike block as ammo.
-
Added a new advancement "Iceologer's Revenge" that requires you to kill a Glow Squid using an Ice Staff.
-
Fixed incorrect death messages getting displayed when killed by a Mutant Iceologer
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:9lbfIPsl:A2v1AUYH"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:9lbfIPsl:A2v1AUYH"
}


