Tags
Creators
Details
Licensed LGPL-3.0-only
Published 5 years ago
Updated 2 days ago
All versions
v5.4.0+1.21.5
Release
Skyblocker 5.4.0 for 1.21.5last year 44.1K
Compatibility
Minecraft: Java Edition
1.21.5
Platform
Fabric
Supported environments
Client-side
Required content
Changes
Highlight
- Use custom vanilla GSON config serialization The mysterious config wipe errors were the result of malformed json, normal GSON is extensively tested and is highly unlikely to produce that itself but YACL uses an intermediary parser that has had similar problems with this stuff in the past.
- Add HOTF perk level slot text adder
- Add hunting box helper
- Hunting Mobs features
- Hunting Box Shard Prices
- Add a minimum pickle count to sea lumies
- Add attribute level slot text
- Same Color Terminal Solver
- Copy Underbid Price to Clipboard
- Add a config option to toggle item protection chat notifications
- Calculator improvements
- Config for config button and customize button
- Add attribute list for bazaar price support
- Add new shards to dungeon profit calculators
- Sea Lumies Highlighter improvements
- Fix ARGBTextInput crash when pasting
- Fix Item Pickup Widget Network Protocol Error Disconnect
- Get rid of ETF log spam
- Fix suggestions flashing sometimes when removing history entry
- New items like Fig and Mangrove Logs are now displayed as the correct item (not a player head)
Optional dependencies
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:y6DuFGwJ:hmAg0S2o"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:y6DuFGwJ:hmAg0S2o"
}





