Tags
Creators
Details
All versions
2.5.1
Release
SkyblockAddons-2.5.112 hours ago 75
Compatibility
Minecraft: Java Edition
26.3
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Any compatible version
Changes
2.5.1 release for FabricMC 26.3:
- feat: store Jerry's Perkpocalypse mayor to avoid redundant state updates
- chore(islands): update barn and mushroom desert for Fancy Warp
- fix(clipboard): prevent MemoryStack OOM on large text copy
- fix: in-world chroma text rendering
- refactor: remove redundant SkyblockRarityAdapter and improve config fallbacks
- feat: Remaining Baits Display compatible with Bait Sacks (#214)
- feat: Remaining Baits Display compatible with Bait Sacks
- fix: prioritize actual bait over dummy on Edit GUI
- refactor(data): lazy resolve textured heads from items api with thread-safe caching
- fix(keybindings): explicitly define input type and correct default keycodes
- build(gradle): modernize bundle configuration and simplify shadowjar exclusions
- fix(regex): restore Fishing Bag regex for backward compatibility
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:sMYuXjLS"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:F35D4vTL:sMYuXjLS"
}

