90% of ad revenue goes to creators. Go ad-free while supporting creators with Modrinth Plus. Subscribe today!
Minecraft: Laylafied, rewriting the enchantment system to fit Layla's taste. And hopefully, yours.
Features:
- Barbaric - This weapon is imbued with the soul of a barbarian, unleashing its might when vulnerable the most.* Does more damage when lower on durability. Incompatible with Mending and Unbreaking for balance. Can be enchanted. It is intended to be used on Golden Axes & Swords - allowing one to use a very-effective and high-damage weapon when in times of need.
For the list of all planned features, please visit this Google doc.
Using as a dependency
/* build.gradle.kts */
dependencies {
modImplementation("io.github.laylameower:Laylafied:${version}")
}
repositories {
maven {
name = "Laylafied"
url = uri("https://maven.pkg.github.com/LaylaMeower/Laylafied")
}
}