Links
Tags
Creators
Details
Licensed ARR
Published 2 months ago
Updated 2 weeks ago
All versions
v0.0.14+26.1.2
Beta
SkyBlock Item List 0.0.14 for 26.1.2last month 428
Compatibility
Minecraft: Java Edition
26.1.x
Platform
Fabric
Supported environments
Client-side
Required content
Changes
Highlight
- Add new icons for Filter & Settings buttons
- Add the ability to search the inventory and chests
- This is done by double-clicking the search bar
- Move the Filter button inside the Search Bar
- And remove spacing between the Search Bar and the Settings button
- This helps give the search bar more space when using the centered search bar option.
- Let us know what you think about these changes!
- Move Calculator Result above Search Bar when using the centered search option
- Similar rationale to above, let us know what you think!
- Fix the calculator preventing some searches
What's Changed
- chore: bump version
- chore: remove experimental label from api stuff
- chore: move ExclusionZone class to impl package
- fix: edit box highlight width not respecting inner width
- feat: add debug commands
- feat: add Settings & Filter icons, move Filter Button into Search box (#60)
- feat: searching containers/inventories (#59)
- fix: move calculator result above centered search bar
- chore: remove unused imports + fix warning
- fix: use correct identifier method in SkyBlockMobsRepo
- feat: update lattice
- fix: not being able to search bob-omb (#58)
- chore: bump sbapi version to fix 26.2 thread issue
- feat: re-use spacers for exclusion zones
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:LVTCLRr0"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:OaKmV2nB:LVTCLRr0"
}


