Tags
Creators
Details
All versions
5.7.0
Beta
5.7.0 for 1.21.58 months ago 2,473
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.5
Platform
Fabric
Supported environments
Client-side
Required content
Changes
SkyHanni Beta 5.7.0
Improvements
- Added support for Moonflower, Sunflower, and Wild Rose in Basket of Seeds for Not Clickable Items. - Luna (https://github.com/hannibal002/SkyHanni/pull/4954)
- Only Show Coa counter during diana. - nopo (https://github.com/hannibal002/SkyHanni/pull/4942)
Fixes
- Fixed composter overlay not working sometimes (hopefully). - nopo (https://github.com/hannibal002/SkyHanni/pull/4944)
- Fixed error when getting a tool capsule. - nopo (https://github.com/hannibal002/SkyHanni/pull/4943)
- Fixed error when getting a trophy fish. - nopo (https://github.com/hannibal002/SkyHanni/pull/4943)
- Fixed Hideonleaf finder navigating when typing. - nopo (https://github.com/hannibal002/SkyHanni/pull/4945)
- Fixed Hoe Level Display not saving its location. - nopo (https://github.com/hannibal002/SkyHanni/pull/4958)
- Fixed Jacob's Contest spam around SB new year. - nopo (https://github.com/hannibal002/SkyHanni/pull/4955)
- Fixed Nether Wart Fortune stat not being properly detected on items. - Luna (https://github.com/hannibal002/SkyHanni/pull/4947)
- Fixed Organic matter display going negative. - nopo (https://github.com/hannibal002/SkyHanni/pull/4957)
- Fixed Skill error during crop fever. - nopo (https://github.com/hannibal002/SkyHanni/pull/4950)
- Fixed some box rendering on modern. - nopo (https://github.com/hannibal002/SkyHanni/pull/4940)
- Fixed Tablist not rendering over other elements when using toggle tab. - nopo (https://github.com/hannibal002/SkyHanni/pull/4941)
- Fixed vinyl error in the vacuum. - nopo (https://github.com/hannibal002/SkyHanni/pull/4949)
- Made armor drop tracker work with the greenhouse update. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/4953)
Removed Features
- Removed dicer rng tracker. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/4953)
- Dicers no longer drop crops like that.
- Removed Fungi Cutter Warning. - Luna (https://github.com/hannibal002/SkyHanni/pull/4951)
- Fungi Cutters no longer have a mode.
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:kEZLVXw8"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:byNkmv5G:kEZLVXw8"
}


