3.4-1.20.1
Compatibility
Changes
Fixes: Altered the Fracture Enchantment description Altered “Eldritch Expunged” description Added Volley to the “Weapon of the Future” advancement criteria Negated Fall Effect Color Changed Negated Fall no longer reduces durability per blocks fell Aberrant Sword now plays a sound when swinging Volley Enchantment becomes more common Additional attack is now seen in the tooltip of the Perithyst Scythe when the fracture enchantment is applied and the attack bonus is active Ability is now removed from the Aberrant Sword by default Aberrant Sword tooltips altered Aberrant Sword will now increase the combo percent with successive damage and when reaching above 80% will grant a damage bonus Peridot Block texture changed Peridot Ore texture changed Scythe now has the same attack cooldown as a sword New Additions: Added potions for Negated Fall, Aberrant and Crystallize (Extended, Splash and Lingering) Tattered Stew added Vile Enchantment Added (Max Level: 1): Allows the Aberrant Sword to inflict the Aberrant Effect when the combo percent is over 80% (can be toggleable) Frenzy Enchantment Added (Max Level: 4): Increases the attack speed with combo percent on the Aberrant Sword Added a Aberrant Sword achievement Added Red Sand and Clay variants for Peridot Ore
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:oJgmz2I8:nqbiOnK1"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:oJgmz2I8:nqbiOnK1"
}

