All versions
7.13.0
Beta
7.13.0 for 1.21.113 months ago 15.7K
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Required content
Changes
SkyHanni Beta 7.13.0
Improvements
- Added 21 more /shachievements. - nopo (https://github.com/hannibal002/SkyHanni/pull/5489)
Fixes
- Fixed crash with Discord RPC enabled. - Daveed (https://github.com/hannibal002/SkyHanni/pull/5495)
- Fixed Dice Achievement. - nopo (https://github.com/hannibal002/SkyHanni/pull/5489)
- Fixed issues with GFS auto-complete. - Daveed (https://github.com/hannibal002/SkyHanni/pull/5494)
- Fixed Slayer Kill Time not counting the first phase for Tarantula Broodfather 5. - Luna (https://github.com/hannibal002/SkyHanni/pull/5466)
- Fixed some overlays rendering at the wrong size with separate inventory GUI scales, and fixed Diana's nearest warp helper rendering twice over inventory. - akinsoft (https://github.com/hannibal002/SkyHanni/pull/5482)
- Fixed Translate on Click feature. - NetheriteMiner (https://github.com/hannibal002/SkyHanni/pull/5483)
Technical Details
- Added alpha param for item stack rendering. - Daveed (https://github.com/hannibal002/SkyHanni/pull/5341)
- Renamed BlockUtils.rayTrace to BlockUtils.raycast. - Luna (https://github.com/hannibal002/SkyHanni/pull/5488)
- Renamed MobUtils.OwnerShip to MobUtils.Ownership. - Luna (https://github.com/hannibal002/SkyHanni/pull/5488)
- Renamed MobUtils.rayTraceForMob to MobUtils.raycastForMob. - Luna (https://github.com/hannibal002/SkyHanni/pull/5488)
- Renamed MobUtils.rayTraceForMobs to MobUtils.raycastForMobs. - Luna (https://github.com/hannibal002/SkyHanni/pull/5488)
- Renamed SlayerChangeEvent file to SlayerEvents and moved SlayerQuestCompleteEvent to it. - Luna (https://github.com/hannibal002/SkyHanni/pull/5466)
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:byNkmv5G:yvYh00Zq"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:byNkmv5G:yvYh00Zq"
}


