Links
Tags
Creators
Details
Licensed ARR
Published 2 months ago
Updated last week
All versions
v0.0.8+26.1.2
Beta
SkyBlock Item List 0.0.8 for 26.1.22 months ago 62
Compatibility
Minecraft: Java Edition
26.1.x
Platform
Fabric
Supported environments
Client-side
Required content
Changes
Highlight
- Add Collapsible Item Groups
- This can be enabled in the Config.
- Make Favorited Recipes more obvious
- Fix taking mouse input away incorrectly
- Fix Potion Effect Exclusion Zones being inaccurate
- Fix some config options not applying immediately
What's Changed
- chore: bump version
- fix: restore scrolling anywhere on list to scale/switch pages
- feat: add marker on expanded collapsible entries
- feat(recipe): error message on recipe/usage not found (#43)
- fix: eating mouse input (#42)
- fix: potion effect exclusion zones being inaccurate
- feat: group items by parent list (#38)
- feat: add GitHub issue templates (#40)
- chore(RecipeScreen): Make Favorite button use colors and heart
- fix: some settings not applying until reopening the screen
- fix: item size config option description
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:OaKmV2nB:zKsBjMIl"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:OaKmV2nB:zKsBjMIl"
}


