diff options
author | Cow <cow@volloeko.de> | 2023-07-23 22:09:07 +0200 |
---|---|---|
committer | Cow <cow@volloeko.de> | 2023-07-23 22:09:07 +0200 |
commit | 957db001954a4948214641264d484ae3daa812de (patch) | |
tree | 1088fb44d9ac56feea24b6b88cd3d9bc90df0b5e /CHANGELOG.md | |
parent | 799046f0ff32a43956dc2f46df9ae5707d9dcfbf (diff) | |
download | Cowlection-957db001954a4948214641264d484ae3daa812de.tar.gz Cowlection-957db001954a4948214641264d484ae3daa812de.tar.bz2 Cowlection-957db001954a4948214641264d484ae3daa812de.zip |
Changed lowest BIN values from int to long
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index bd4405e..13b8d97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,10 +30,11 @@ All other features *do not* require an API key and thus should be unaffected by ### Fixed - Pet exp in tooltips: fixed rare crash caused by unexpected NBT data typing -- Bazaar: fixed "Show items left to buy/sell" not working anymore +- Bazaar: fixed "Show items left to buy/sell" for buy/sell orders not working anymore - Enchanted books: fixed "price converted to level 1 books", as enchantments are now sold on the Bazaar, and no longer inside the Auction house - works on "intermediate" Bazaar pages, so the 'overview' Bazaar pages that list all levels of a certain enchantment (GUI title starts with either `Enchantments ➜` or `Ultimate Enchantments ➜`) - (related config options: `/moo config enchantment`) +- `/moo analyzeChests`: lowest BINs are now stored as long values instead of integers (affects only a handful of items with very high BIN prices) ### Changed - Dungeons overlay: now disabled by default (old config entries aren't modified) |