Tags
Creators
Details
Licensed GPL-3.0-only
Published 2 years ago
Updated last year
All versions
v1.0.1
Release
v1.0.12 years ago 3,125
Compatibility
Minecraft: Java Edition
1.8.9
Platform
Forge
Supported environments
Client-side
Changes
Changes
+ Added Highlight Losing Auctions
+ Added Bidding Overlay
+ Added Auction View Overlay
+ Added Auction Selling Price Overlay (suggested pricing when selling item)
+ Added default pos & color settings for, EHP, Speed, Mana, Overflow mana, health, etc.
+ Added hold key to open best flip to auction flipper
= Changed keybind setting button size slightly (-33%)
= Stopped ended auctions from showing in the auction flipper
= 15 Minute reload to item apis to get accurate pricing
= Changed colors and layout of auction flipper notifications
= Swapped to multi threading for auction flipper
-> Reduces time from ~20 seconds to ~1 second
+ Custom Auction Outbid Notifications
+ /sbt help -> help command for Skyblock Tweaks
+ Added 'Party Bidder' Button to auction view
+ Added developer options to log network requests
= Stop the developer tab from showing if not in developer mode
+ Config Gui Style Overhaul
= New Themes and colors!
= Live color changing no reload required
= Rounded corners
= More Customizable colors!
= Working version in config menu
= Developer mode tab is hidden unless toggled
= Added button to reload socket connection in dev
= Added Edit Gui Locations Button (top left)
+ Entity Outlines (1.9 Glow)
= Added Highlight Correct Livid
= Added Highlight Starred Mobs
= Added Highlight Slayer Bosses
= Swap to rounded corner gui elements for auction house sidemenus
+ Added Crimson Isles Map
+ Added Slayer Timer
+ Auto Select Search when opening config menu
+ Added invalid syntax response to /sbt
= Swap to custom user-agent for network requests
= This change will be required to access the SBT servers once this version is officially released, this means any version before this will no longer work.
+ Added 'Nearly Coherent Rod Radius Display'
+ Adjust health & maxhealth to work in rift
+ Added 'Moody Grappleshot Highlight'
+ Added Defence Color to defence number
+ Added Show Item Effective Area
+ Added Dungeon Party Gui
- Accessed with /dp,/pm, or /dungeonparty while in a dungeon party
- Will have changes in future to auto open and load upon joining parties
= Added rift time bar example
= Added text style options to item pickup log
= Text is now centered on certain features like stat displays
= Adjust edit box for ItemPickupLog and added example
= /sbtdebug revamp
= Re-styled Slayer Timer for better looks
= Added handling for disconnecting party messages
= Change from underline to icon for party leader in party display
+ Added Minion Overlay
= Along with show time since last collected above minion
= Re-enabled BIN Flips on auction flipper
Fixes
= Fixed Crash with sound spamming when using auction flipper
= Fixed Auction Flip Profit Percentage Calculation
= Fixed integer limit crash with auction house and profit calculation
= Fix Skyhanni Glow Compatability, added a CompatabilityManager to allow for easier comptability changes in future for more mods
= Fix Item API not loading on startup
= Fix profile caching not working
= Fix button not uncoloring after hover in config menu
= Fix replacing old party members with cleared instances
= Fix slayer time firing on claim rewards
= Fix socket not connecting on game start
= Fix mark as in party if someone joins from party finder
= Fix Wrong floor in /jd
= Fixed Pet Crash when getting skyblock id of certain pets (tarantula)
View all technical changes: https://github.com/MrFast-js/Skyblock-Tweaks/releases/tag/v1.0.1
Modrinth Link: https://modrinth.com/mod/skyblock-tweaks/version/1016
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:5SDy0bij:7NJuRHJE"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:5SDy0bij:7NJuRHJE"
}

