B1n-ry / Youre-in-grave-danger

A minecraft mod which adds one single block. The grave, which will generate when you die, and store your items
https://www.curseforge.com/minecraft/mc-mods/youre-in-grave-danger
MIT License
65 stars 18 forks source link

Compatibility with Utility Belt #146

Closed Abbie5 closed 8 months ago

Abbie5 commented 8 months ago

Currently, items in your utility belt get deleted when you die if YIGD is installed.

https://modrinth.com/mod/utility-belt

Log: https://0x0.st/HDqf.txt

B1n-ry commented 8 months ago

Thank you for reporting! I believe I've found the cause of this issue. The utility belt will when the player inventory is cleared, clear the belt itself. When YiGD stores a player's inventory in a grave, the player inventory is cleared afterwards as no items should drop by mistake, duplicating it. This clears the already stored utility belt. I've fixed it on my side, and will release a new version hopefully within a few days

B1n-ry commented 8 months ago

Compat is fixed in yigd 2.0.0-beta-8. Thank you for reporting in the issue! Let me know if you would experience any other problem with this mod!