You're in Grave Danger

You're in Grave Danger

21M Downloads

Soulbound item duplication when set to "ON_GROUND"

LiebeaLUA opened this issue · 3 comments

commented

Describe the bug

When dying with one or more Soulbound items and retrieving them from your grave while "dropOnRetrieve" is set to "ON_GROUND", said items are duplicated.

To Reproduce

  1. Open them mod's config, go under "Grave Component Config" and set "Where to Drop Items" ("dropOnRetrieve") to "ON_GROUND"
  2. Give yourself one or more items with the Soulbound enchantment applied to them (and at least one more item if empty grave generation is disabled)
  3. Die and receive your Soulbound items back upon respawning
  4. Retrieve your grave and pick up all the dropped items, which should include a duplicate copy of any items which had Soulbound on them

Expected behavior

Your Soulbound items are given back to you as soon as you respawn, and duplicates are not generated inside your grave.

Priority

P3
(https://developers.google.com/issue-tracker/concepts/issues#priority)

Screenshots/Video

video_2025-03-17_12-24-37.mp4

Desktop

  • OS: Windows 11
  • Minecraft Version: 1.21.1
  • YIGD Version: 2.4.14 [Fabric]
  • Cloth Config API Version: 15.0.140 [Fabric]
  • Fabric API Version: 0.115.0+1.21.1

Additional context

Verified both inside a modpack and only with the required dependencies.

commented

Thank you, keep up the awesome work~ ☆

commented

Thank you for reporting! The issue has been identified and fixed in the development build. It will be fixed in the next release of the mod

commented

Finally got around to actually updating. Should be fixed in the latest release of YiGD
Let me know if anything else would be off, and thanks again for reporting!