Tags
Creators
Details
All versions
1.1.0+1.21.11
Release
1.1.0 for 1.21.113 months ago 405
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Any compatible version
Any compatible version
Changes
Added
- Support for 26.1 (#346, #349)
- Storage preview & hide storage slot numbers (#208, #335, #339)
- Compact auction house messages (#344)
- /swiki now supports searching the community SkyBlock wiki, and can now be disabled (#351)
Changed
- Etherwarp Overlay will now indicate when you can't teleport while looking at certain blocks (such as chests) (#338)
Fixed
- Fixed the mod's backup data repo still using the old mod ID which broke switching to it (#341)
- Fixed the mod not properly detecting when you're in a dungeon (#343)
- Fixed an issue that could cause the game to freeze when taking damage from the Barbarian Duke with Hotspot Waypoints enabled (#352)
- The mod now understands the new farming tool type (#348)
Removed
Optional dependencies
Any compatible version
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:ZrHxHT33:LYQ9ze1B"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ZrHxHT33:LYQ9ze1B"
}
