Imanity-Software/ImanitySpigot3-git

Height map does not update (highestBlock)

Opened this issue · 0 comments

Expected behavior

Height map refresh

Normally, when a block is placed or destroyed, the chunk heightMap (linked to World#getHighestBlockAt and other nms behaviour) is adjusted to the new highest block.

Observed/Actual behavior

Addition: asyncFastLight

With asyncFastLight addition active, the heightMap is not updated.

Youtube Video Demonstration

Steps/models to reproduce

  1. Enable asyncFastlight
  2. Check current highest block
  3. Place or destroy a block
  4. The highest block remains the same.

Plugin list

image
image

ImanitySpigot3 version

2023.10.1 LTS BUILD 2 (latest & recommended)

Agreements

  • I am running the latest version of ImanitySpigot3 available from
  • I have searched for and ensured there isn't already an open issue regarding this.
  • I have compared the issue between TacoSpigot 1.8.8 and ImanitySpigot3 And only ImanitySpigot3 occurred this issue.

Other

No response