Fix DH beacon detection logic mutating input block pos

alternate title: Fix DH beacon detection logic breaking the lighting engine
This commit is contained in:
James Seibel
2024-08-29 19:54:36 -05:00
parent 1d6d712483
commit ed39b6181f
5 changed files with 39 additions and 25 deletions
@@ -399,7 +399,7 @@ public class LightingTestChunkWrapper implements IChunkWrapper
}
@Override
public ArrayList<DhBlockPos> getBlockLightPosList() { return this.blockLightPosList; }
public ArrayList<DhBlockPos> getWorldBlockLightPosList() { return this.blockLightPosList; }
@Override
public boolean doNearbyChunksExist() { return false; }