Links
Tags
Creators
Details
Licensed ARR
Published 3 months ago
Updated last week
All versions
v0.0.22+26.3
Beta
SkyBlock Item List 0.0.22 for 26.3last week 2,413
Compatibility
Minecraft: Java Edition
26.3
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Any compatible version
Changes
Highlight
- Add support for 26.3
- Add an option to prioritize item name searches
- names starting with > names containing > lore matches
- Add more information to Mob and NPC items
- Show Mob Drop recipes for Attribute Shards
What's Changed
- chore: bump version
- fix: 26.3 lattice issue
- chore: bump sbapi
- feat: 26.3 (#101)
- feat: show Mob Drop recipes on Shards
- chore: bump fabric loader, template version in fmj
- chore: use sbapi ItemStack#toLazy
- fix: remove neu id from mob stacks
- feat: use real mob item stacks
- chore: bump sbapi
- refactor: use existing pip texture view
- feat: use InputConstants values for mouse buttons
- feat: prioritize prefix matches in item search (#100)
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:PzMjo0qo"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:OaKmV2nB:PzMjo0qo"
}

