V2
Compatibility
Changes
Kaiju V2
General
-Made leap charge faster
-Make dash stronger
-Added animations to Dash, Back dash, Leap landing
-Added particles and sounds to leap landing
-Removed strength buff from battle suit
-Increased first three m1 cooldown on weapons
-Added timed fall damage cancel to dash
Philinosoma
-Added attacks Bite, Sweep, Slam
-Reduced health and damage
-Changed walk animation
Lizard
-Added new lizard kaiju
Yamato
-Added Million Bolts
-Added Aerial Cleave
-Added unique battle suit on animation
Twin Blades
-Reworked right click
-Added unique battle suit on animation
-Added air variant
Weapons 1
-Added vfx to leg sweep
-Changed pressure points to have vfx and more hits
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:PomkZowI:ScsOCX5c"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:PomkZowI:ScsOCX5c"
}

