- Resolved Issue #102, where
Fabric API
was forcing clients to install this mod.- Turns out the reason for this was due to a flaw in the code on my end, and had nothing to do with
Fabric API
. You may read about this issue in more detail on the linked GitHub page if you're interested. - This resolution basically means that you may finally install this mod on a server, without clients being forced to install it as well.
- Turns out the reason for this was due to a flaw in the code on my end, and had nothing to do with
- Resolved Issue #115, where I accidentally used a wrong translation key in
1.20.4
.
Thanks to Rvbsm for helping me resolve 102, and Xxxkingxl for reporting 115.
Just for fun, I decided to publish a port to 24w13a
.
Please note that 24w14a
is the latest snapshot at the moment, and I do not know whether or not this port will work with 24w14a
. You may test that if you want.
Note: Depends on Architectury API.
- Removed "Featured sponsors" from the "Credits" tab, due to the section being unused
- The "Special thanks" section in the "Credits" tab is now hard-coded, rather than being fetched from the WWW
- Removed links for "Ko-Fi" and "Discord" from the "About" section, as they both pointed to unused resources
- Fixed the "Feedback" button texture missing on
1.20.2
- Some links were accidentally broken in the previous version. This should now be fixed
- Futher attempts to minimize the impact of Issue #102, where
Fabric API
forces clients to install this mod- Disabling the
/statistics
command on the server-side should now prevent the issue from taking place. - If you really need the command on the server, then ISIWIW remains your option.
- Disabling the
- Renamed the
properties.json
resource file tobetterstats.properties.json
, so as to avoid any potential conflicts with external resources that might have the same name. - Updated the embedded
tcdcommons
API mod, featuring a very minor potential performance improvement with cache file handling.
- Fixed Issue Issue #113 that was causing crashes on devices with non-English systems.
A port to 24w09a
.
Requires and depends on Architectury API.
Uploaded just for fun. Just for the sake of it.
Note: The latest snapshot as of right now is 20w11a
. A proper 1.20.5
port will be released once 1.20.5
comes out.
This update fixed Issue #112, where the Failed to clean up cached files
error kept appearing in console. Apologies to everyone who was affected and had their consoles and logs flooded with error messages.
Additionally, I have made a resource pack that allows people to use this mod completely independently from Fabric API
. Given Fabric API
's resource loader is responsible for loading modded resources; If you do not have Fabric API
installed, you may instead download and apply the resource pack I made, effectively allowing you to use this mod properly without Fabric API
.
The resource pack file is called bss_rp-3.9.3+1.20.4.zip
, and can be downloaded by clicking here. It works on all 1.20.X
versions as well, so feel free to ignore any "incompatibility" warnings the game shows you.
Note to Windows users
Microsoft Windows Defender appears to be false-flagging the v3.9.2+fabric-1.20.1
file. This message is just a heads-up so you don't get scared if you encounter the "Trojan:Script/Wacatac.B!ml" detection. You may safely ignore it. For more info, visit Issue #111.
Update
The Microsoft Windows Defender issue has been resolved. If you still encounter issues, please visit Issue #111.
Performance update, plus some fixes and tweaks.
- Updated Russian translations thanks to Korben (#110).
- No longer depending on Fabric API (sort of).
- Turns out the whole "depending on Fabric API" thing was due to an error on my end this entire time. The error has been resolved.
- This fix is pointless however, as Fabric API is still responsible for loading modded textures and translation files.
- General stats now support the "group by" filter.
- Item stats and mob stats are now paginated.
So what's the performance update here?
Pagination. Let me explain;
Remember that one time you clicked on "Show empty stats" while playing with a massive mod-pack, only for this mod to display like all ~20k stats all at once, turning your PC into a DIY grill?
Yeah me neither. Well either way, that issue has now been resolved.
By dividing stats into multiple "pages", we are effectively preventing too many stats from showing up at once and lagging out the game.