Open NielsPilgaard opened 5 years ago
Still happens
I did some investigating. The grave fails to spawn because of this line https://github.com/M4thG33k/TombManyGraves2/blob/f98cfdbec9aa38674e9489b82ae3ad135d0b0b77/src/main/java/com/m4thg33k/tombmanygraves/events/CommonEvents.java#L224
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
I doubt Extra Utilities would update, even if they're at fault tbh :)
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:
Expected behavior A grave to spawn at the place of death.
Screenshots