Links
Tags
Creators
Details
Licensed ARR
Published 2 months ago
Updated 2 weeks ago
All versions
v0.0.15+26.2
Beta
SkyBlock Item List 0.0.15 for 26.2last month 6,358
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client-side
Required content
Changes
Highlight
- Add documentation for the Plugin API
- Fix calculator result text position when centered search is disabled
- Fix calculator not working with large constants
What's Changed
- chore: bump version
- fix: calculator not working with large constants
- fix: remove tabbing to item panel buttons
- fix: calculator result pos with uncentered search
- chore: link to default plugin in API readme
- fix: add missing ApiStatus Internal annotations
- chore: minor plugin README changes
- feat: basic plugin README
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:oWy3YgLG"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:OaKmV2nB:oWy3YgLG"
}


