All versions
0.4.0-beta
Beta
Shinobi:RE 0.4.0-beta4 months ago 319
Compatibility
Minecraft: Java Edition
1.12.2
Platform
Forge
Supported environments
Client and server
Changes
Dojutsu & Mangekyo Sharingan
- Added 7 new Mangekyo Sharingan variants with unique abilities
- Added a Mangekyo awakening questline
- Improved synchronization for Sharingan, Mangekyo Sharingan, and Byakugan
- Reworked Byakugan
Kekkei Genkai & Techniques
- Added 17 new Kekkei Genkai
- Added new elemental and Kekkei Genkai techniques (~100 techniques!)
- Improved visual effects and particles
- Reworked chakra cost, damage, and cooldown balance
- Optimized heavy techniques for better performance
Clans & Kekkei Genkai
- Improved Kekkei Genkai acquisition logic
- Fixed issues with certain Kekkei Genkai unlocks
- Added and reworked technique learning scrolls
Quests & NPCs
- Reworked mentor questlines
- Fixed issues with Orochimaru, Healer, and Toad Sage quests
- Improved quest messages, coordinates, and localization
Summons
- Improved summon AI
Balance & Progression
- Completely reworked the progression system
- Reworked technique mastery
Multiplayer & Synchronization
- Fixed synchronization of techniques and visual effects
- Fixed eye, armor, and mode rendering for other players
- Improved multiplayer stability
- Reduced network-related crashes and issues
GUI & HUD
- Reworked the health bar system
- Added support for additional HP types
- Improved player profile GUI
- Improved Kamui interface
Optimization & Fixes
- Fixed numerous crashes and bugs
- Optimized particles and heavy techniques
- Improved performance on low-end PCs
- Improved overall server stability
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:hZc6YBt7:o2iyGiqO"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:hZc6YBt7:o2iyGiqO"
}

