44
Compatibility
Changes
What's New ?:
-
slightly changed the "afterlife" enchant (just buffed the number of undeads you can have)
-
fixed "thrill" apparently the combo was NEVER resetting
-
added 2 new enchants for the bone alloy saber: "Marrow" and "Lockout"; Marrow give a 1.5 damage boost for each pieces of armor you're not wearing and Lockout apply the Seize effect every 6 hits.
-
added 2 new effects: "Seize" and "Sugar rush"; Seize simply prevent sprinting and jumping, while Sugar Rush makes you fast (mining speed, attack speed, speed) but makes your screen shake a lot in every direction. When it wears off, you're left tired.
-
Echo Caramel and Echo apples now give sugar rush.
-
Made Calcite craftable cause I lwk want to build with it more and it's ass to get
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:sHZlXuMx:ITfhjCI1"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:sHZlXuMx:ITfhjCI1"
}

