Tags
Creators
Details
Licensed JSON
Published 3 years ago
Updated last month
All versions
1.1.4
Release
1.12.2-1.1.44 months ago 1,702
Compatibility
Minecraft: Java Edition
1.12.2
Platform
Forge
Supported environments
Client and server
Changes
- Added an "accuracy" entity attribute that grants a chance to pierce through evasion
- Added the "accuracy" modifier using the new "wide lens" item, which grants accuracy to weapons
- Added the "true strike" trait, which pierces through evasion on fully-charged hits
- Added true strike to enderium
- Added some of the simpler Ender IO tool materials
- True strike is available on crystalline alloy weapons
- "Purging" is available on melodic alloy weapons, which has a chance to remove positive buffs on fully-charged hits
- "Megaflip" is available on vivid alloy armour, which negates explosion damage and increases knockback received from explosions
- No dark steel, end steel, or stellar tools yet...
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:IGALuv74:5yQ45h5J"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:IGALuv74:5yQ45h5J"
}

