1.0.4
Compatibility
Changes
-Added a new effect, Aggression.
Aggression is a potion effect brewed using a Potion of Tranquility and a Fermented Spider Eye.
Aggression is the polar opposite of Tranquility, making any neutral or hostile mob attack anything in sight (except creepers)
Mobs with the Aggression affect will be targetted with priority by hostile/neutral mobs nearby.
Mobs affected by Aggression will attack anyone and anything indiscrimnately, changing target if hit by something to the thing that just attacked it.
Mobs affected by Aggression are able to be calmed down using Tranquility, or mobs affected by Tranquility can be turned aggressive with Aggression.
For players, it makes everything (except their own pets and passive animals) target them.
At higher amplification levels, affected mobs gain extra strength, resistance and speed to keep them fighting for longer.
-Added compatability for making extended/amplified potions with redstone/glowstone.
-Fixed not being able to turn splash/lingering potions into this mod's potions of the same type.
-Nerfed Tranquility being able to turn Brutes non-hostile.
-Other unnamed bug fixes because I forgot, but there's a lot.
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:ZypjTb1d:fj6jpPVW"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ZypjTb1d:fj6jpPVW"
}

