1.0.1
Compatibility
Required content
Changes
New Content:
Added the End Eye slot; all eyes are now moved to this dedicated slot.
Changes:
Corrupted Eye (Target takes additional damage equal to 5% of its max health) (Nerfed)
Cryptic Eye (+2% damage per enchantment level) (Nerfed)
Evil Eye (Magic damage taken reduced by 60%) (Nerfed)
Exotic Eye (All attributes increased by 10%) (Buffed)
Magical Eye (Deals 2x damage to Illagers and reduces damage taken from them by 50%) (Nerfed)
Nether Eye (Deals 1.5x damage to burning targets, or 2x while in the Nether) (Nerfed)
Undead Eye (Cooldown increased to 60 seconds) (Nerfed)
(All of the above values can be modified in the configuration file.)
Guardian Eye now only affects hostile creatures and excludes tamed pets.
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:9bIWo80j:7a9MCC1O"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:9bIWo80j:7a9MCC1O"
}



