1.0.0
Compatibility
Required content
Changes
This mod brings naoya and naobitos projection sorcery from JJK into Minecraft!! abilities:
1.counter(if you miss it you get turned into a frame)
2.become invisible leaving trails and doing a barrage move.end it with a stronger punch that will turn the enemy into a frame.
3.low cooldown dash move
4.dash and turn anyone in between 10 blocks to frame.(the dash stops if you try to use it as mobility but you still turn people into frames.)
5.run for 8 seconds and contuinesly get faster and end it with a really strong punch that will send you back.
6.turn anyone in a domain range area into frames(twice)also deal low ammounts of damage.
if a entity is in a frame they take more damage,they cant use their moves and they cant move.
if you got any suggestions or found any bugs please let me know in my discord server.Discord Server.
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:CHI5pbkh:WTQq6rMn"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:CHI5pbkh:WTQq6rMn"
}


