1.9.2
Compatibility
Changes
➜ Several bugs fixed
➜ Added new items
↪ Harmful scale
↪ Poison bone
➜ Added new blocks
↪ Poison bones trap
➜ Changed the ability of some mobs
↪ Gritlock: increased slowness effect potency, now applies only on attack rather than on contact
↪ Ashclutch: increased slowness effect potency, now applies only on attack rather than on contact
↪ Dustcrag: increased slowness effect potency, now applies only on attack rather than on contact
↪ Smiling: mining fatigue effect no longer triggers on contact, now applied only on attack
↪ Vassezel: fire when hurt (melee attacks only)
↪ Stinger: increased poison effect potency, now applies only on attack rather than on contact
➜ Changed attributes for some mobs
↪ Harmful's health decreased from 40 to 20
↪ Baby Harmful's health decreased from 20 to 10
↪ Stinger's health decreased from 60 to 30
↪ Glarp's health decreased from 20 to 10
➜ Changed the drops for some entities
↪ Rotting
↪ Harmful
↪ Stinger
↪ Glarp
➜ Changed texture of some entities
↪ Vraal
↪ Harmful
↪ Glarp
➜ Other changes
↪ Changed spawn ratio of some entities
↪ Changed textures of some items
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:TUsZUXeu:cEQi2J7q"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:TUsZUXeu:cEQi2J7q"
}

