All versions
1.0.0
Release
Divine Dog JJK 1.0.05 months ago 203
Compatibility
Minecraft: Java Edition
1.21
Platform
Fabric
Supported environments
Client and server
Changes
A Minecraft Mod that adds the Shikigami Divine Dog from Jujutsu Kaisen to Minecraft!
Main Features about this mod you should know :
- The Divine Dog becomes invisible when the player is in a dark cave with cursed energy particles radiating from it. (This is imitated using soul sand particles)
- When the player is near the Divine Dog, it can use Shadow Warp to teleport directly to the player every 2 seconds, making an escape really hard to pull off.
- The Divine Dog will have a projectile nullification technique, using which it can nullify any projectile in the game.
- Once the ritual is complete and the divine dog is killed by the player, lightning will be summoned in a desperate attempt to kill the player .
This mod uses the Fabric 1.21 version
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:6Q26NNei:zp3B2IZL"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:6Q26NNei:zp3B2IZL"
}

