Tags
Creators
Details
Licensed ARR
Published 3 years ago
Updated 4 days ago
All versions
2.1
Release
v2.1 (MC 1.21.11) - Content update4 months ago 345
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Unavailable version
Changes
Overlay
- Overlay is now hidden until you spawn a worm
- Can be changed back to showing immediately when entering the Crystal Hollows in the settings
- Visibility can also be toggled via a new keybind and a command: /scathapro overlay toggleVisibility
- Added icons to some of the overlay texts (can be disabled in the settings)
- Slightly changed some of the text
Scatha Pet Drop
- Added Scatha pet item popup effect similar to Totems of Undying (can be customized and disabled in settings)
- Added firework explosion matching the dropped rarity color (can be disabled in settings)
Custom Alert Mode
- Re-added edit screen
- Works slightly different to 1.8 version because opening a file chooser isn't easily possible anymore
- You can now select sounds from inbuilt alert modes
Note: some inbuilt alert modes are still missing sounds for certain alerts - Changed file format (should update existing files automatically)
Alerts
- Added obstacle alert (enabled by default)
- Triggers when obsidian (excluding the wall) or a chest is in your way
Profile Stats
- Added support for witches stews Magic Find
- Should detect stews eaten automatically from the stew menu + chat messages when eating one
- Can be updated manually using /scathapro profileStats setWitchesStewEaten ...
- Added support for shuriken Magic Find in pet drop message
Other changes
Hypixel mod API is now included in the jar
edit: doesn't work, my bad, will be correctly included in future releases- Added date & time format options (uses system format by default)
Fixes
- Fixed achievements not updating to their correct progress on game start
- Fixed repeatable achievements incorrectly unlocking with 1 repeat on initial unlock
- Fixed "Resourceful Vision" achievement unlocking incorrectly in a specific scenario
- The mod now works correctly with the ultimate Scatha pet gummy worm skin
- Hypixel's Tunnel Vision ready message is now ignored while the effect is still active, this fixes problems when the message is delayed for some reason
- Fixed drop message missing bestiary magic find
- Fixed potential crash when certain other mods are installed
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:lPe25xOt:RIsNhu15"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:lPe25xOt:RIsNhu15"
}

