All versions
1.3.7.1
Beta
Dynamic Dojutsu | Ahznb's Naruto Addon 1.3.7.14 months ago 222
Uploaded by
Compatibility
Minecraft: Java Edition
1.12.2
Platform
Forge
Supported environments
Client and server
Changes
1.3.7.1 Dev Build Changelog (Hotfix)
Sharingan:
- Rinne-sharingan (Through both Jinchuriki route and chakra fruit route. Heavy WIP)
- Fixed MS awakening crashing (Needs Testing)
- Fixed Genjutsu breakout crash (Needs Testing)
- Can now make all custom Rinnegan variants through the config. (Rinnegan, Rinne-Tomoe, and Rinne-Sharingan)
- Added other Base Eye colors. (Check your keybinds for the GUI. This is still WIP, so that you can set it, but it won't save it. More colors are to come.)
- Fixed Rinne-Tomoe MS Abilities
- I forgot to change the color of Raijen Kosen back to red during testing. (Fixed)
Fire Jutsu:
- Fixed Fire Dragon Jutsu texture
Blaze Release:
- Fixed Blaze Dragon texture
General Fixes and Additions:
- 3 new Shakujos (Obito, Madara, Hanmara)
- Custom Sage Summon scrolls have unique positions like the base mod's Summoning scroll.
- Bashosen is shown on the player's back.
- 2 new Weapons added (WIP Models and Textures)
Wiki has been updated with the Rinnegan forms as well.
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:bEWx9O0K:BFm3GM8B"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:bEWx9O0K:BFm3GM8B"
}

