2.0.9-SNAPSHOT
Compatibility
Required content
Changes
Minor Update – Optimization, Completion of Narcissus Feather
Added:
Added two new modifiers that require “Memory, Gate of the Kingdom” as a prerequisite:
-
ICY Memory: Converts Memory Shot damage into magic and advanced magic damage.
-
Love and Hate: Grants Memory Shot a piercing-like ability.
-
Added the Foundation Will modifier for Narcissus Wing
-
Added the Splendour heart modifier for Narcissus Wing:
-
Gradually improves tool abilities based on completed progress.
-
With no progress, all attributes are reduced by 100%.
-
Added a new slotless modifier “Huge Ego”, which grants one upgrade slot per level.
-
Added recipes for the above modifiers.
Fixed:
-
Fixed the strange behavior of Narcissus Wing’s Memory Shot.
-
Fixed incorrectly damaged texture on Under Plate Armor.
Optional dependencies
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:OL4M5bdp:xLFkjkJD"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:OL4M5bdp:xLFkjkJD"
}

