- Fixed Issue #120. This bug resulted in you being unable to search for items in the creative inventory menu. This has now been resolved.
Important notices:
- This version of this mod is incompatible with older versions of this mod and older versions of TCDCommons API. Please ensure the latest versions are present.
- Due to both technical and common-practice reasons, I have decided to stop embedding TCDCommons API into this mod for now. The goal is to avoid bloat and unnecessary bandwidth and storage usage, in the event other mods also use that API.
- This means you will have to download TCDCommons API separately.
- Luckily, most launchers already do this automatically for you. Launchers such as CurseForge and Modrinth will automatically download TCDCommons API the moment you download this mod. So most people will be completely unaffected by this.
- Apologies in advance if this ends up inconveniencing you. Feel free to send me your feedback at any time.
- I may choose to go back to embedding TCDCommons API into this mod in the future, if keeping it separated ends up being infeasible.
- You may download TCDCommons API over on CurseForge, Modrinth, GitHub, and TheCSDev.Com.
- In this case, you're looking for
v3.11
of TCDCommons API or higher.
- In this case, you're looking for
Changelog:
- Restructured the networking code, to make it more optimized, more readable, and easier to build upon.
- Please note that because of this, servers that use this mod will have to update to this version or a later one. If the client (aka you) uses this version of this mod, and the server uses an older version, then the two will not be able to work together.
- Implemented "stats sharing", a feature that allows people to view statistics from other players.
- Please note that for potential privacy reasons, I have made it so the other person whose stats you vish to view has to actually "consent" to you viewing their stats. The only way they can do that is by installing this mod as well, so this mod can then tell the server their stats sharing preference.
- This also means that you too can go in the mod's config, and disable stats sharing if you do not feel comfortable with having your stats shared with other players.
- Speaking of "stats sharing", I am also thinking of implementing a "quick share" feature. The idea is for it to allow you to quickly share your statistics with anyone using this mod by just clicking a button. This does mean I will have to figure a bunch of stuff out, including cloud file hosting (aka a CDN). So if it all works out (and doesn't cost too much to maintain), that feature is planned to eventually be implemented as well.
- Unfortunately I cannot 100% promise this feature. In the event I don't manage to figure the CDN stuff out (aka how to implement it), or if CDNs end up costing too much, I'll have no choice but to scrap the idea.
- Ported to Minecraft 1.21
- Same as
v3.9.7
, but recompiled using1.20.6
build settings; which is just a different way of saying "Port to1.20.6
".- Note that
v3.9.7
should work on1.20.6
as well, so there's really no need to download this one.
- Note that
- Port to
1.20.5
. The1.20.5
port of this mod now depends on Fabric API.
- 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.