forked from CCBlueX/LiquidBounce
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[LEGACY] Replaced old inventory management modules (CCBlueX#1432)
* Inventory rework fixes and improvements Fixed ArmorComparator incorrectly marking equipped armor as better incorrectly. (reported by @guosic) Fixed Armorer equipping armor from chests even when hotbar equipping was disabled, simplified code. Cleaner: * added MaxThrowableStacks * now preferably sorts strictly the best items into hotbar * now keeps only 1 bucket of each type max Stealer: * max stacks limit now checks, if the item that should be stolen won't merge with stacks in inventory, if so, it ignores stack limits, previously it wouldn't take it (reported by @guosic) Added InventoryUtils.countSpaceInInventory() * [LEGACY] Replaced old inventory management modules CoroutineStealer -> ChestStealer CoroutineCleaner -> InventoryCleaner CoroutineArmorer -> AutoArmor CoroutineArmorComparator -> ArmorComparator Added missing headers.
- Loading branch information
Showing
28 changed files
with
1,009 additions
and
1,923 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 5 additions & 0 deletions
5
src/main/java/net/ccbluex/liquidbounce/api/MessageOfTheDay.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.