Skip to content

DeathLogger 1.0.0

Latest

Choose a tag to compare

@pamquale pamquale released this 30 Jul 12:34
· 3 commits to main since this release

DeathLogger 1.0.0 — rewritten from scratch as a multiloader mod.

Inspired by DeathLog by glisco03, but no
longer a fork: the storage format, networking, GUI and build are all new.

Supported

Minecraft Fabric NeoForge Forge
26.2
26.1.2
26.1.1
26.1

Forge is published for 26.1.2 only: it has no recommended build for 26.1 or
26.1.1, and those versions fail to start regardless of which mods are installed.

What changed since 0.4.3

  • Runs on NeoForge and Forge, not just Fabric.
  • owo-lib is gone. Serialization moved to vanilla Codecs, the GUI to vanilla
    widgets, the config to plain JSON, networking to vanilla payloads.
  • Death screenshots are captured at the moment of death and stored by name,
    rather than guessed from a folder scan by file timestamp.
  • Container previews for Shulker Boxes and Bundles.
  • Copy as command now carries the item's components, so enchantments and a
    shulker's contents survive the round trip.
  • Scrollable detail panel, so long entries no longer run off the screen.
  • Death log storage is format revision 4. A revision-3 file is moved aside as
    <name>.r3.bak and a fresh log is started; there is no converter.
  • The keybind is unbound by default. Open the screen from the Statistics screen,
    from Better Statistics Screen's menu bar, or bind a key yourself.

Requirements

Java 25, which is what Minecraft 26.1+ ships with. Fabric additionally needs
Fabric API.