Changes
- Improved JAR file security
- Removed the "Refresh current screen" key-binding from the controls settings, as that was intended to be a "debug"/"testing"-related feature.
- Resolved conflict with the Screenshot viewer mod that'd cause a crash when using the two mods together.
Regarding "improved security"
As a security measure, so as to keep everyone safer; starting from now, I will be signing all JAR files I publish on CurseForge and Modrinth. This will effectively make those JAR files "tamper-resistant".
Should anything on your device end up modifying one of my JAR files, be it malicious or not, Java will refuse to load those files, after which it will crash the game and show you errors relating things like "hash mismatches" and "invalid files". If you ever see those errors, I personally recommend you immediately shut off your internet connection, and start a virus scan.
The ultimate goal here being increased security and warning users should anything bad ever take place in the future.
- Updated Simplified Chinese translations, thanks to Issue #14.
- Improvements to the mod's networking code for better readability and to make it easier to build upon it
- TCDCommons's custom payload network now supports sending over large chunks of data. This is done by splitting large data into multiple smaller packets. The size maximum limit is technically infinite, but I do not recommend those using this API to send infinitely-large files over the network.
- Added a basic dialog box screen, to allow mods to display simple dialog boxes via this API
- Fixed a bug with the scroll-bar widget
- Ported to Minecraft 1.21
Note:
- This version is incompatible with mods using older versions of this API, due to changes that were done to the networking protocol. Please be cautious.
- This version depends on Fabric API, but I hope to someday figure out a way to make this mod independent from Fabric API (again...)