All versions
1.1.0
Release
Cracker's Wither Storm Mod: V-Sides Soundtrack 1.1.02 years ago 127K
Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Forge
NeoForge
Supported environments
Server-side
Singleplayer
Required content
Changes
THE PERFORMANCE OPTIMIZATION UPDATE YOU'VE LONG BEEN WAITING FOR HAS FINALLY ARRIVED AT YOUR DOORSTEP
This update introduces a code rewrite which will no longer eat away at your poor TPS.
- BEGONE is no longer listenable in default gameplay as per soundtrack author's request and can only be heard via Withered Radio.
• A very important change in the name of a certain procedure because I was a freaking troglodyte to even have the idea of naming it the way I did in previous versions. [This part was edited into this changelog at a later date in response to comments (on CurseForge) using older versions of the mod and calling me out for the name of that procedure in said older versions of the mod which is totally fair though man I just hope that next time anyone is gonna read these changelogs and/or actively monitor whether they're up to date before making their final judgement on a piece of content (thanks to the reply comment for kinda having my back on that part).]
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:dXudHaYl:YcW06IFe"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:dXudHaYl:YcW06IFe"
}


