Legoman99573 / GravesX

A fork of Graves by ranull. Source also forked from JSmethers.
https://www.spigotmc.org/resources/gravesx.118271/
GNU General Public License v3.0
3 stars 1 forks source link

[Common Issue] Chest Tracker Mod client issue #27

Closed KleinDevDE closed 1 month ago

KleinDevDE commented 1 month ago

Minecraft Server Version

1.21.1

/graves dump output

https://mclo.gs/oRx8z2V

Summary of the bug

After the latest update to 4.9.4.1,

The first hologram contains the texts I have set. The second hologram only contains “KleinDev's Grave”, which is (usually) only created/spawned when you have emptied the grave.

I have also stopped the server, deleted the GravesX folder and started it again. The problem is still occuring, so it's not a configuration problem.

I also created a fresh local PaperMC Server and joined them with the default Vanilla 1.21.1 Client (from the Minecraft Launcher). The same problem is still happening.-

Steps to Reproduce

  1. die
  2. Empty your skull (right click, loot all items)
  3. Skull got removed, the HUD also, but then another HUD got created

Expected Result

After looting the grave, the grave and it's Holographs are removed completely.

Actual Result

After looting the grave, the grave and it's Holographs is removed, but a new Holographic with the text "KleinDev's Grave" has spawned. You can only remove it by placing another block to the position, where the skull was, and then remove the block.

Screenshots

image image image image

Additional Information

No response

Version Confirmation

Legoman99573 commented 1 month ago

Likely has to do with the validation to make sure grave holograms are removed when armor stand ticks are set to true. Will check this afternoon.

KleinDevDE commented 1 month ago

After some investigation, I found out that this was only client-side.
The reason for this behaviour was the Mod Chest Tracker and it's feature:
Displays custom names of containers in the world (can be disabled under the Memory Bank Settings).

@Legoman99573 This issue can be closed now I for myself leave this issue open to make sure, that you read this before making extra investigations. P.S.: ty for the "good first issue" label 😄


To all other users having the same problem

You can disable this feature in the Mod settings.
image -> Maybe you need to install the ModMenu first.

Legoman99573 commented 1 month ago

Pinned for future reference