All versions
1.15.2-0.7.4
Release
Mine Mine no Mi - 1.15.2 - 0.7.44 years ago 4,493
Compatibility
Minecraft: Java Edition
1.15.2
Platform
Forge
Supported environments
Client and server
Changes
Improvements:
- /check_fruit command is now disabled if the One Fruit per World config is not enabled to avoid confusion
- Damage Multiplier command now allows for multiplier under 1 but above 0 (ex: 0.5)
- Toned down the 4th Black Leg trial from 15 rabbit feet to only 5
- Added a "Under Maintenance" message in the config screen to avoid people thinking its broken
Fixes:
- Major security fixes related to the networking (basically updated some really old packets that allowed some smart people to cheat)
- Fixed Advanced Haki (Fullbody / Future Sight) not being unlockable for some players
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:XAFRi6LT"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:AWGqBEjs:XAFRi6LT"
}
