Chunk marker is based off the players chunk
Ipsis opened this issue ยท 2 comments
When placed the chunk marker should mark the chunk that the marker is placed in. However from a mod spotlight linked off the Minecraft forum, it showed the player placing the marker in the next chunk. However the chunk that the player was in was highlighted instead.
Uses entity.chunkcoord to determine the current chunk which is clearly only true when the entity and marker are in the same chunk.