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
59 stars 16 forks source link

Fabric: support for multiple simulatenous graves #153

Open alexweber opened 4 months ago

alexweber commented 4 months ago

Hi there, not sure if there's a config for this I'm missing but if you die trying to retrieve your grave, a new grave is generated as expected but breaks the old grave.

Steps to replicate:

Thanks!

B1n-ry commented 4 months ago

This is not intended, and likely a bug. I would recommend checking what your "maxBackupsPerPerson" config is set to. If this is 1, it would explain at least half the issue (only half as that should delete the old grave too). Does this happen with only YiGD and its dependencies? Or can you find some mod in particular that causes the issue? I'm assuming you're playing on 1.20(.1) using the latest version of YiGD, but answering these other questions would help, as I might not have time for testing for a few days myself

alexweber commented 4 months ago

Thanks for the reply! I'm playing on 1.20.1 with Travelers Backpack, Trinkets and Elytra Trinked - which was the combo I'd been specifically testing because most other grave mods don't play well with them...

maxBackupsPerPerson is set to 50.

I'll try and replicate on a cleaner instance and also check that config and post back in a bit..

B1n-ry commented 2 months ago

Any updates? I'm sorry for the long response time, but I was not able to reproduce the issue myself