Builder's Guides

Builder's Guides

830k Downloads

Chunk marker is based off the players chunk

Ipsis opened this issue ยท 2 comments

commented

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.

commented

Uses entity.chunkcoord to determine the current chunk which is clearly only true when the entity and marker are in the same chunk.

commented

Fixed in 1.0.0B4.
Changed the marker tile entity to calculate the chunk coord based off its own coordinates.