Creators
Details
All versions
2.2
Release
Danker's Skyblock Mod v2.2 for MC 1.8.92 years ago 63.8K
Compatibility
Minecraft: Java Edition
1.8.9
Platform
Forge
Supported environments
Client-side
Changes
New Features
- Added equipment to /inventory
- Added Agarimoo to fishing tracker
- Added Spirit Mask timer (@Jason54jg)
- Added Bouquet of Lies and Fire Freeze to stop placing flowers (@RayDeeUx)
- Added enchanted blaze powder to Blaze tracker
- Added highlight plots with pest in /desk
- Added new dungeon drops to trackers
- Added taming 60 support
Changes
- Removed needing API key (big thanks to Polyfrost)
- Use EliteBot API for /weight farming (@ptlthg)
- Renamed /bank to /bankof and added /coins alias
Bug Fixes
- Fixed dungeon meter crash
- Added Rift and vampire support to commands (/slayer, /weight, /player, /sbplayers)
- Fixed Kuudra features not working
- Fixed fishing tracker not counting with some mods
- Fixed custom music crash
- Fixed not detecting vampire minion
- Fixed Opal not tracking in blaze tracker
- Fixed Derelict Ashe not saving to config
- Fixed Grizzly Bait -> Grizzly Salmon
- Fixed blaze solver not working and causing lag (@cinqdtun)
- Fixed /drag warp (@CarsCupcake)
- Fixed cake timer refresh (@cinqdtun)
- Fixed Bonzo timer phase 1 split trigger
- Fixed Hypixel not being detected when connecting with different address (@alexiayaa)
- Fixed Enderman XP not being added to total slayer XP
- Fixed double hook not counting as 2
Notes
/weight is broken, /weight farming still works
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:QzpBqSX9:VFcyXm7F"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:QzpBqSX9:VFcyXm7F"
}
