Links
Tags
Creators
Details
1.1.2
Compatibility
Required content
Changes
-
Added a Stand Disc for Cheap Trick
-
Cheap Trick can be put into a disc by using Whitesnake's ultimate while holding a stand disc
-
"RETIRED!" can now be played on player death and/or kill with a stand via the client side config
-
Added trades to Aya Tsuji to get Cinderella's Masks with Cinderella's Kiss IV enchanted onto it
-
Joke skins can be hidden by the server config
-
English KC can now be applied to any skin
-
Fixed no Cream ball
-
Added a scroll bar to the Skin Selection menu
-
Can now hide SP/SPTW and KQ/KQBTD duplicates in the Skin Selection menu
-
Locacaca plants can be put into a crafting table for 2 sticks
-
Fixed Tusk Platinum not showing up on Forge
-
Added new skins - Manga for The World by Subsetgaming
- HFTF for Hierophant Green by 8bit
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:kjWHJg7F:dEyUuAon"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:kjWHJg7F:dEyUuAon"
}


