Tags
Creators
Details
Licensed MIT
Published 2 years ago
Updated 2 years ago
All versions
1.0.3
Beta
Buffed Morubane2 years ago 168
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
CHANGES:
Morubane Buff:
- Changed Morubane's right click ability, instead of looking at the position you left off from, you'll towards where you're going.
- Morubane no longer grants regeneration upon hit, instead, it will now instantly heal half a heart (0.5s Cooldown on this).
- Morubane's right click ability will now go 10% further both with and without "Ability Distance" enchantment
- Morubane no longer pulls mobs as this caused them to get a free hit.
Other Changes:
- Made "Soft Landing" enchantment even rarer to find, however, it can now be enchanted along with Multi-Jump!
- Added an easter egg
- The Unnamed Blade is still under work so there is no recipe, however there is now dialogue lines and advancements with it.
- Moved the "Dashing" and "Multi-Jump" UI elements more to the left to prevent view obstruction.
- Multi-Jump no longer triggers inside of water or while flying in creative mode to prevent wasteful usage.
Warning: We skipped 1.0.2 due to mass amount of bugs and glitches.
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:vKkLvamR:5KxDtP4l"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:vKkLvamR:5KxDtP4l"
}

