Skip to content

v2.0.5+1.20.5

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Apr 11:12
v2.0.5+1.20.5
917d5ac

Thanks for waiting for Stonks to update to Minecraft 1.20.5! This update fix a critical bug related to loading data, as well as updating Stonks to Minecraft 1.20.5

Critical bug fix: Data loading

Previously, Stonks will load 1 single entry from stonks.bin and discard the rest. This update fixed that bug by keep reading the file until null version is found.

  • This does not affect data saving.
  • This only affect data loading and can cause data loss.

To avoid further data loss, backup the current stonks.bin file first, then stop server, install this update and start server again. After that, you can merge the data from backed up stonks.bin with the current data. The schema for stonks.bin can be found at the tools/ folder of this reppository (as ImHex pattern file). stonks.bin can be found at saves/<World name>/stonks.bin if you are on integrated server (a.k.a singleplayer), or world/stonks.bin if you are using dedicated server.

Update to Minecraft 1.20.5

The change mostly involves around item components. The item construction data in config/stonks/config file follows the same format that is used in /give command.

Further bug fixing

If you encountered any bugs (including critical bugs like the one above), please head over to Issues page of Stonks GitHub repository and report bug there.

Commits

  • 11c470c: Update to Minecraft 1.20.5 (#50) (An) #50
  • 917d5ac: Forgot these files + Force CI to run (nahkd123)