Tags
Creators
Details
All versions
2.4.5-beta.1
Beta
SkyblockAddons-2.4.5-beta.12 weeks ago 2,036
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client-side
Required content
Changes
HEAD NOTE: If you encounter any issues with #205 or #208, please report them via GitHub Issues.
2.4.5-beta.1 release for FabricMC 26.2:
- chore: add Magic For Pets In A Hurry to petItems.json
- fix: itemModel is applied only to skull_item
- refactor: render equipment and container preview through the vanilla slot path
- Both features now draw through AbstractContainerScreen#extractSlot instead of manual blits, so other mods hooking that method decorate them as well. The new VirtualSlot base keeps these client-only slots out of the menu and out of hoveredSlot, so no container packet can originate from them.
- fix: NPE when container preview items fail to decompress
- fix: recipe book was shifted by the equipment panel outside the inventory screen
- Closes #208
- chore: compactorItems.json and seaCreatures.json update
- feat: Show Outside Skyblock setting for Item Prices in Tooltip
- Closes #205
- feat: separate cache field for Safari equipments
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:F35D4vTL:AveYQRaz"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:F35D4vTL:AveYQRaz"
}


