Regarding GUI mobs no longer displaying in mob stats tabs; In this beta release, the UI of mob stats look cleaner by having them look more general-stats-like.
In the meantime as a sidenote; If anyone experienced has any advice on how I could get GUI mob rendering to work again, or if there is an API mod for this that I could turn into an optional dependency, please let me know on GitHub. It would be greatly appreciated.
Ported to 1.21.6
, but with some caveats, hence the "beta" version.
The 1.21.6
game update has made a lot of changes to the game's GUI code that this mod relied on. As such, this port is more of a "band-aid patch" and certain features such as tooltips may look "off" and the GUI mob rendering has ceased to work (you will notice Better Statistics Screen's mob stats will no longer visually display mobs for now).
A proper resoltion will likely involve yet another rewrite of this mod (v4.X) in the future (although it likely will not be ready any time soon).
Traditional Chinese translations have been updated thanks to dirtTW (Issue #147).
Thanks to a suggestion (Issue #146 on GitHub), there is now a config property that allows you to hide your player information from the Statistics screen.
May be useful if you are recording and do not wish this mod to reveal your account's name or UUID.
- (Likely) Resolved issue #143; "Minor interoperability issue between Better Statistics Screen and Inventory Profiles Next"
- (Likely) Resolved issue #144; "Crash with Inventory Profiles Next when shift-clicking an item shortly after world load"
- Added a new config property (
client-updateItemGroupsOnJoin
), for further dealing with those issues if they somehow persist.