Tags
Creators
Details
2.0.1
Compatibility
Required content
Changes
-Added more gum worm sound variation for jumping
-Fixed gum worms having 30 instead of 150 health
-Fixed broken create compatibility tags
-Fixed crash in creative menu on rendering of sack of sating
-Fixed missing texture for double wafer cookie slab
-Fixed conversion crucible wanting bedrock
-Fixed sweetish fish being unbucketable
-Fixed missing name for potion thrown by licowitches
-Fixed crash with soda-logged gummy rings
-Fixed crash with candy cane hook
-Fixed conversion crucible not consuming biome treat
-Fixed gum worm rendering bug with entity culling mod
-Fixed conversion crucible crash with invalid biome treat
-Fixed conversion crucible breaking bedrock
-Fixed frostmint explosions creating desynced air blocks
-Fixed missing subtitles
-Fixed conversion crucible transforming biomes temporarily and undoing previous transformations
-Fixed gum worms freezing underneath gobthumpers
-Fixed licowitch thrown radiant essence being usable
-Fixed gingerbarrel item stack exploit
-Fixed gumbeeper continuous explosion when sugar rush is active
-Fixed giant gobstoppers and donuts generating through bedrock
-Fixed crash from small candy cane blocks
-Fixed broken holograms for gummy bear and caramel cube
-Fixed no limit on how many concurrent rainbow particles can appear in the world
-Fixed sugar rush and darkness incarnate making the world invisible
-Fixed rainbounce boots bouncing on sugar glass making players stuck in air
-Fixed rainbounce boots bouncing infinitely higher on sundrops
-Fixed sweetish fish buckets not working with dispensers
-Fixed rainbounce boots not blocking fall damage
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:U6GY0xp0:aQbhVUVf"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:U6GY0xp0:aQbhVUVf"
}


