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

Falling out of the world in the end places a tombstone in a nearly inaccessible location. #130

Closed Meganium97 closed 10 months ago

Meganium97 commented 10 months ago

Is there a way to change that and if so, why is it the default to just have it floating above the void instead of on the nearest solid block?

B1n-ry commented 10 months ago

Finding the nearest solid block can be heavy on resources (depending on how far away the nearest solid block is). Also I think it makes sense to generate the grave as close to where you died as possible. There is a config though that you can enable that will cause the grave to be generated at the last block you stood on. I would assume you'd be happy with this?