Tags
Creators
Details
0.2.2+mod
Compatibility
Changes
Additions:
Added the Item Updater block, which will attempt to update all calamity items in your inventory
-
MANY Items have been redesigned because of new data driven additions in 1.21.2
-
You will get one for free if you update, but you can also craft them if you think they look pretty.
-
May eventually expand to fixing entities as well... because custom_model_data is obsolete in the next update
Changes:
Every fix that was added for the 1.21.1 version
Many weapons now "charge" instead of use instantly
You can now "unreel" a yoyo by recasting while a yoyo exists
Yoyos now spin
Some accessories now need you to jump instead of sneak
Added new sounds for equipping arctic_diving_gear, jellyfish_diving_gear, goggles, sunglasses, and 0x33_aviators
Yharon's model code is slightly different.
-
Fixed yharon not flying away fast enough when killed
-
Fixed yharon's death animation being rotated in certain circumstances
Entities no longer spawn disabled
Removed bundles from UGcabin loot (because its obtainable now)
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:y7VxdN7W:WP9qt1b5"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:y7VxdN7W:WP9qt1b5"
}

