Tags
Creators
Details
1.0.4.Beta.1
Compatibility
Changes
Release Notes
This release introduces several new features, improvements, and code cleanups, enhancing the overall user experience and functionality of Skyblock Utils.
New Features and Enhancements
-
Auto Updater (5e82c64)
Will give you a message on log in if you are using an outdated mod version. -
Read User Waypoints in Party Chat (c02de62)
Waypoints sent in party chat will turn into a waypoint for the amount of time stated in config. -
Added Update Command (c4058a7)
Added /updatesbu to update the mod to latest version. -
Show Kuudra HP in Boss Bar and Removed Outline (07f930c)
Now show's Kuudra's HP as a % on the boss bar. In Phase 4, the boss bar is changed to show his HP for that phase. -
Added Supply Safe Spots (ed22c96)
Added safe spots for supplies and fuel cells (T1-T2 only), also showing where to start the run, depending on what pre-supply you are. -
Added Run Overview (ecdf62c)
An informative run overview feature has been introduced, providing you with a comprehensive overview of the run to see where you can improve your runs.
Improvements and Bug Fixes
-
Cleaned Code (fc70368, cc3ff5e, 5ccd8b3)
Codebase has been cleaned up, enhancing readability and maintainability. -
Improved Ender Pearl Calculation (cb6a49f)
The calculation for ender pearl waypoints has been improved, should provide more accurate results. -
Fixed Alerts and Align Alert (b2868dc, 64ddd14)
Alerts have been fixed, along with Align Timer issues. -
Updater Fixes (215f319, 8aa2ce9)
Issues with the updater have been resolved.
What's Changed
- 1.0.4 beta release 1 by @mastermindgolem in https://github.com/mastermindgolem/SkyBlock-Utils/pull/4
Full Changelog: https://github.com/mastermindgolem/SkyBlock-Utils/compare/1.0.3...1.0.4.Beta.1
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:RJxKE9A6:WxH3VdGe"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:RJxKE9A6:WxH3VdGe"
}
