All versions
v0.0.16+26.2
Beta
SkyBlock Item List 0.0.16 for 26.25 days ago 312
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client-side
Required content
Changes
Highlight
- Add Viewing Mob Drops
- Using View Recipe/View Usage on a mob will show its drops.
- This is a WIP, with some more things planned.
- Let us know what you think!
- Add simple screens to edit Custom Filter and Custom Calculator Constants in the Config
- Add an option to show the Item List outside of SkyBlock
- Many items will show without a texture unless the SkyBlock Resource Pack is loaded!
- Add searching item lore to Container Search
- Add 'Replace on Enter' calculator option
- Update mod icon with SkyBlock Resource Pack textures
- Fix 'x' not working for multiplication in the calculator
- Fix changing the Enabled option if the screen was too small to show the Item List.
What's Changed
- chore: bump version
- fix: search not working when in creative
- 'x' as multiplication operator (#72)
- feat: add replacing calculator equation with result
- feat: view mob drops (#63)
- feat: add lore searching to containersearcher (#71)
- feat: custom filters config (#67)
- feat: update icon with new resource pack textures
- fix: saving disabled state if screen is too small
- feat: outside skyblock option (#64)
- feat: primitive custom filter config
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:OZY9g71a"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:OaKmV2nB:OZY9g71a"
}


