21
Compatibility
Required content
Changes
forgot to update 20 sorry (i been busy with irl stuff and other stuff) rework the code that render (trying to remove all requirement with Kleiders Custom Renderer API however some stuff still require it so for now you will still need it)
valenbuster will now be render on the side off your character (added in the kamen rider gavv config file a way to disable the render client side so you can turn it off if you don't like the valenbuster being render on your side)
added 2 legend gochizo being kuuga (from ep 50 off gotchard) and zeztz (from ep 50 off gavv) for now they do nothing (as they seen todo nothing) and creative only (for now)
change some stuff relating to granute dimension
using granute ability key with bocca will now allow you change form into the "reveal form" (power up state) detransforming/putting mimic key and pulling it out will not change you into the power up version (you will have to use the keybind everytime to change)
gochizo can now die.
if you don't shift right click gochizo (don't shift left click they just put the gochizo on your shoulder/the void since i forgot to setup some stuff for that so i need work on that later) then the gochizo won't drop itself in an item form (this is so it more accurate to what shown in series where people/glotta can kill the gochizo)
A TON OFF BUGFIXES
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:xFIUccim:46y1P1gZ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:xFIUccim:46y1P1gZ"
}

