Laylafied
Minecraft: Laylafied is a comprehensive overhaul of Minecraft's enchantment system, created according to Layla's vision. We hope this modification will suit your taste as well.
Key Features
Barbaric
This enchantment imbues weapons with the spirit of a barbarian, revealing its true power at the most critical moment. The weapon's damage increases as its durability decreases. For balance purposes, this enchantment is incompatible with Mending and Unbreaking. Perfect for golden axes and swords, allowing you to use highly effective weapons with massive damage in challenging situations.
Information for Developers
Local repository can be configured through the build.gradle.kts file:
/ build.gradle.kts /
dependencies {
modImplementation("io.github.laylameower:Laylafied:${version}")
}
repositories {
maven {
name = "Laylafied"
url = uri("https://maven.pkg.github.com/LaylaMeower/Laylafied")
}
}