All versions
5.0
Release
JujutsuAddon 5.03 months ago 1,145
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Changes
Remade version; JujutsuTweaks is no longer required.
Cursed Energy & Growth
- Maximum CE and CE efficiency increase with technique usage
- Added progress for Special Tier I..V
Domain Expansion
- Barrierless usage enabled for all techniques
- Shrinking on collision with Barrierless; internal entities and particles also scale down (WIP, Pehkui required)
Simple Domains & Anti-Domain Techniques
- Added function to switch crouching/non-crouching techniques (WIP)
- Long press to extend effect duration, reduces movement speed, plays dedicated animation
Character Adjustments
- Okkotsu: Rika bonus now applies to other characters; Off-hand Megaphone support
- Naoya: Fast frame generation
- Kugisaki: Added nail replenishment technique
- Mahoraga: Improved adaptation behavior
Reverse Cursed Techniques & Revive
- Four types of RCT progress
- “Core of Cursed Energy” event triggers during revive standby
System & QoL
- Messages displayed in client language
- Status and revive count configurable via commands
- Enhanced control over Shikigami and Cursed Spirit (WIP)
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:xH78z1NO:dSI62Hkt"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:xH78z1NO:dSI62Hkt"
}


