All versions
0.7.3
Release
Mine Mine no Mi - 1.15.2 - 0.7.34 years ago 4,762
Uploaded by
Compatibility
Minecraft: Java Edition
1.15.2
Platform
Forge
Supported environments
Client and server
Changes
Improvements:
- Mod NPCs will now attack monsters
- Marines will no longer hurt "civilians", this includes all trainers and skypiean civilian/trader (as a side effect Marine players will no longer be able to kill these NPCs as well)
- Design Barrels now share the same hardness as their vanilla counterpart and will also drop it when destroyed
Fixes:
- Haki abilities will no longer get randomly deleted or added on world join
- Fixed a crash with Torikago when the ability was removed from the user's combat bar without the actual cage being removed first
- Fixed a crash when finishing quests via /quest finish in multiplayer
- Fixed a crash caused by Gomu projectiles without an owner
- Fixed morphing abilities displaying a "insufficient space" error while in tall grass or vines
- Fixed morphing abilities still triggering other abilities alt modes despite not being actived
- Fixed the "Crew" button from the Player's UI would not correctly updating after they've created or joined a crew
- Fixed "Renpatsu Namari Boshi" shooting only 1 bullet
- The haki SFX will correctly play when Imbuing haki gets activated by Enma
- Fixed a bug where players could temporarily bypass Enma's imbuing requirement by having the ability on cooldown
- Fixed the "Elemental Flight" ability of Suna, Gasu and Moku spawning particles while in spectator mode
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:AWGqBEjs:lGtWPHJo"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:AWGqBEjs:lGtWPHJo"
}
