Tags
Creators
Details
All versions
1.1.0
Release
1.1.02 years ago 209
Uploaded by
Compatibility
Minecraft: Java Edition
1.8.9
Platform
Forge
Supported environments
Client-side
Changes
What's Changed
- New Feature: Highlight Sell Method (RED = Salvage / YELLOW = 0-5m item / GREEN = 5m+ item)
- New Feature: Show Value in Auction Sign (Shows the value of item in the sign GUI, click to paste in sign)
- New Feature: Undercut by Coins/Percent (When pasting value in sign, it will undercut by some amount of coins or percent)
- New Feature: Sorting Helper (Will figure out what items should go in what chests and highlight chests/items accordingly)
- New Feature: Kuudra Chest Profit highlights kismet / open chest slot according to which is better
- Separated /equipmentprice command into /moltenprice and /equipmentprice
- Delete previous command output on new command
- Revamped entire item valuation system to be better on performance
- Chest Analyzer highlights opened chests
- Chest Analyzer has an option to turn all armors in t5 and shards into t4 (to make reading easier)
- Chest Analyzer has an exit button now
- Chest Analyzer copies info in a sorted format now
- Combine Helper now works properly
- Hover on a line in Container Value Overlay highlights it
- Clicking on a line in Container Value Overlay moves it to inventory
- Made Container Value easier to use (turn on config option and now button shows up in the GUI)
- Added option to not value high tier attribute items
- Added option to always show attribute item value in lore
- Added option to include downtime to profit tracker
- A LOT of small performance improvements
- A lot of tiny bug fixes Note: When updating with the auto updater, make sure you quit the game via the button on the main menu instead of closing out of the game.
Full Changelog: https://github.com/mastermindgolem/SkyBlock-Utils/compare/1.0.5.Beta.3...1.1.0
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:dmgC9LLH"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:RJxKE9A6:dmgC9LLH"
}
