Simple Tomb

Simple Tomb

8M Downloads

[1.16.5] Graves not finding suitable locations despite there being plenty of room

NielsPilgaard opened this issue ยท 2 comments

commented

Minecraft Version:
1.16.5

Forge Version:
1.16.5-36.1.16

Mod Version:
simpletomb-1.16.5-1.0.7

Single Player or Server:
SP

Describe problem (what you were doing; what happened; what should have happened):

Dying in a dungeon from Dungeon Crawl or a Mineshaft results in the grave not spawning most of the time, with the message There was nowhere to place the grave!
It happens pretty consistently, steps to reproduce:

  • teleporting to a dungeon from Dungeon Crawl
  • descend down the initial staircase
  • Use /kill
  • It should happen roughly 75% of the time, no matter where you're standing inside the dungeon.

Log file link:

Video/images/gifs (direct upload or link):

If your bug is related to anything causing LAG you need to measure the lag by taking a sample https://minecraft.curseforge.com/projects/sampler

commented

return blockState.getBlock() == Blocks.AIR || blockState.getBlock() == Blocks.WATER; // && fluidHere.getFluid().isIn(FluidTags.WATER));

What about CaveAir?

commented

@Lothrazar This is a bit critical tbh. Could you please have a look?