
Grave Fails to Find Suitable Location in the Deep Dark
NielsPilgaard opened this issue ยท 3 comments
Describe the bug
A grave fails to spawn when dying in The Deep Dark dimension, from Extra Utilities 2. This happens in the modpack Enigmatica 2: Expert version 1.50a
To Reproduce
Steps to reproduce the behavior:
- Go to the Deep Dark, by standing on a Deep Dark Portal
- Use the command /kill
- See error
Expected behavior
A grave to spawn at the place of death.
I did some investigating. The grave fails to spawn because of this line
the call world.getActualHeight()
returns 128 while the deep dark's max height is 255. I confirmed this by going below 128 where it does indeed spawn a grave. I'll attempt to fix this myself if possible. The fault may lie with Extra Utilities but I need to investigate the getActualHeight()
code more to determine that