12
Compatibility
Required content
Changes
New Abilities Added
Devil Fruits: New abilities have been added to the following Devil Fruits:
- Bomb-Bomb Fruit (ボムボムの実)
- Kilo-Kilo Fruit (キロキロの実)
- Hollow-Hollow Fruit (ホロホロの実)
- Shadow-Shadow Fruit (カゲカゲの実)
- Glimmer-Glimmer Fruit (キラキラの実)
- Bis-Bis Fruit (ビスビスの実)
- Mochi-Mochi Fruit (モチモチの実)
- Dog-Dog Fruit, Model: Wolf (イヌイヌの実 モデル:狼)
- Cat-Cat Fruit, Model: Leopard (ネコネコの実 モデル:豹)
- Bird-Bird Fruit, Model: Phoenix (トリトリの実 モデル:不死鳥)
- Dragon-Dragon Fruit, Model: Pachycephalosaurus (リュウリュウの実 モデル:パキケファロサウルス)
- Human-Human Fruit, Model: Daibutsu (ヒトヒトの実 モデル:大仏)
- Bat-Bat Fruit (バットバットの実)
- Smoke-Smoke Fruit (モクモクの実)
- Forest-Forest Fruit (モリモリの実)
Character Abilities: New abilities added to the following categories/characters:
- Kozuki Oden (光月おでん)
- Lunarian Tribe (ルナーリア族)
- Cyborg (サイボーグ)
- Fish-Man (魚人)
Weapon Abilities: Abilities added to Vergo's Weapon (ヴェルゴの武器).
Entity Abilities: Abilities added to the following entities:
- Saint Nasujuro (ナス寿郎聖)
- Urouge (ウルージ)
Other Adjustments
- Many other abilities have been remade or significantly enhanced. (その他の多くの技にリメイクや大幅強化)
- Fixed player animations in multiplayer. (マルチプレイのプレイヤーアニメーションの修正)
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:KNuTiIAk:UlXZjY3F"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:KNuTiIAk:UlXZjY3F"
}



