Fixes
- Logging and restoring of Trinkets inventories should work properly again
/deathlog view
no longer disconnects the client when trying to send an instance of the missing property (#44)
This release primarily constitutes a port to 1.21. However, due to the large changes necessitated by the game, DeathLog now uses a different database format and old databases no longer work. Further, because some content (like enchantments) is now stored per-world, DeathLog on the client now also stores an individual database for each world/server you play on.
As a consequence of these sweeping changes, there are no guarantees of this build being especially stable - if you encounter any problems, please report them.
This is a straightforward port to 1.20.3/4 - support for older versions will be dropped
This is a straightforward port to 1.20.2 - support for older versions will be dropped
This is a straightforward port to 1.20 - support for older versions will be dropped
This is a straightforward port to 1.19.4 - support for older versions will be dropped
This update re-introduces the /give and item spawning functionality of the Death Log screen, previously removed during the port to owo-ui (#22)
Fixes
- The mod works now
Changes
- Hey, did you now that the mod works now
Features
- Made the mod work
This release brings the mod to 1.19.3 and also ships a whole new user interface and config solution built on top of owo-ui and owo-config. As such, owo-lib is now a required dependency.
UI and Config Changes
Along with a general tidying of the screen, everything has also been made slightly more compact in order to better fit on smaller displays. This means that the config, restore and delete buttons had to move. Config can now be found on the right side of the screen, restore and delete are found in a context menu opened by right-clicking any entry in the death list.
Configuration is now done with owo-config, meaning that the config button takes you to a separate screen instead of having the options integrated
Changes
There is now a new "Legacy Death Detection" option. When this is enabled, a more sensitive method of detecting deaths is employed. This not necessarily always accurate and might trigger false-positives but works with protocol translators like ViaFabric.
Fixes
The scroll bar in the Death Log screen can now actually be dragged with the mouse
Fixes
- Fix for issue #11 -> the game no longer crashes due to a NullPointerException if the config file is empty
Initial port to 1.19, no relevant changes
Move IO tasks to IO worker to prevent lag spikes on saving
Fix crash when Trinkets is removed after dying with it installed at least once
Initial port to 1.18.2, automatically create config if none exists
Allow taking a screenshot just before death, toggle in the client death log screen
Fix being able to restore from client-side screen on dedicated
Port to 1.18 proper
Lazily load death infos when viewing on a server, allow filtering in /deathlog view and show indexes
First 1.18 port