
JujutsuFB
Silly Lil mod that needs JJKU and Jujutsucraft to work. It adds new races such as sorcerers, incarnated sorcerers, curses, disaster curses, Q, etc with specific buffs for each race. It also adds character awakenings for characters like Yuji, Higuruma, etc.
Tags
Creators
Details
0.36
Compatibility
Changes
Added
Custom HR
- Awakened Maki Advancement: +8 power, Double Jump, Cursed Trait(+1 in all stats)& Domain Immunity.
- Awakened Toji Advancement: +7 power, Double Jump, Cursed Trait(+1 in all stats)& Domain Immunity.
- Awakened Berserker Toji Advancement: +10 power, +10 Hp, Double jump, Cursed Trait(+1 in all stats)& Domain Immunity.
Awakening Additions
- The Nobara Awakening can now also activate during a domain expansion
- Miwa Awakening: +8 power for 1 minute
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:EfuhjA7Q:I9jrN6lK"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:EfuhjA7Q:I9jrN6lK"
}
