Tags
Creators
Details
Licensed ARR
Published 3 months ago
Updated 3 weeks ago
All versions
1.2.4
Beta
One Piece Grand Line Adventures 1.2.43 weeks ago 90
Compatibility
Minecraft: Java Edition
26.1.2
Platform
NeoForge
Supported environments
Client and server
Changes
- Added passive Attacks/Abilities system. So now there are attacks which execute by themselves on designated events
- Added these commands:
/onepiece attack unlock [attackid]
/onepiece attack lock [attackid]
/onepiece attack execute [attackid]
/onepiece attack setslot [slot] [attackid]
/onepiece attack getslot [slot]
/onepiece gui open [gui]
- Ported to NeoForge 26.1.2 (from Forge 1.21.11)
- Fixed bug in AttackSelectionGUI
- Fixed saving SlotValue for next game session.
- Added cooldown MobEffect, so that you can see if an attack is on cooldown
- Added the option that creative players can choose attacks by selecting them in attack encyclopedia mode of AttackSelectionGUI
- added 13 new Attacks/Abilities according to the Races which you chose. It also includes the new introduced passive Attacks
- also added chinese and japanese translations
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:PBZ08xXL:5wQyt5b7"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:PBZ08xXL:5wQyt5b7"
}

