2.0.0
Compatibility
Required content
Changes
Fixed Gojo 3 Black Flash skill.
Added a new progression system like GT, can be turned off and changed anytime.
Reworked Naoya technique and improved it, added 3 new skills, removed 3, and made 1 a passive.
We'll Crush You With Speed has a Shift variant that makes it faster.
24FPS Beatdown is a combo skill and has a Shift variant.
Speed Output: control the speed of We'll Crush You With Speed and 24FPS Beatdown.
Naoya and Naobito NPCs can use 24FPS Beatdown for now.
Reworked Waffle Slash completely. It can be charged now and become a World Cutting Slash.
Remade some GUIs.
Fixed Uro technique and added a new skill.
Added a new blur effect when using Uro skills.
Fixed Kenjaku infinite RCT.
Fixed some other bugs.
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:nSaZ4CRb:EFZdhL5N"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:nSaZ4CRb:EFZdhL5N"
}


