1.42.1
Compatibility
Required content
Changes
Main Focus
The main focus of this patch is just to fix random issues
-
Fixed the permafrost beast ultimate attack awareness circle being around its target instead of him
-
Avariel drones could be killed by Avariel laser ON SPAWN, moved their spawn 3 blocks up, can still be killed normally by moving avariel laser through them
-
Avariel drones now spawn “smoke normal“ vanilla particles
-
Now permafrost Beast spawns in the same way as the pigmy god slayer (position)
-
Blizzard Vultures kinda broke whenever they killed their target
-
Now resistance affects elemental damage
-
Fixed Phoenix healing
-
Fixed Phoenix blast moving him along it
-
Azurite spykes never spawned at all
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:iOMf65x8:I3kkpDgs"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:iOMf65x8:I3kkpDgs"
}



