All versions
0.3.2-V1.3
Release
AHZNB's Naruto Mod Addon V1.3 for 0.3.29 months ago 747
Compatibility
Minecraft: Java Edition
1.12.2
Platform
Forge
Supported environments
Client and server
Required content
Changes
Fixed Chakra Charge not filling up fully. Fixed /ninjaxp command => /addchakra
- Added a way to obtain Medical Jutsu if you were not spawned it with it.
- Talk to Sakura with a Medical Scroll - Healing Jutsu item.
- A number is rolled between 1 and 20, and if it lands on 18+ you learn medical.
- The scroll is consumed both if you learn medical or if you fail to learn it, but you can try again!
- Added Advancements that track Jinchuriki Stuff!
- Advancement for the beast sealed! (make sure to enter the Beast Transformation, otherwise it wont trigger)
- Track your Tailed Beast / Jinchuriki Level with advancements, from Lv1 to Lv3!
- Also an additional Advancement that tells you to talk to sakura next to medical genin Advancement :)
- Added /addchakra command
- /addchakra <number>
- Best to use with the execute command as shown in the image, allows you to target all players or close ones using @a, @s or @p
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:ZVeEm331:g1E4rzkB"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ZVeEm331:g1E4rzkB"
}


