Ipsis / BuildersGuides

Align EVERYTHING!
GNU Lesser General Public License v3.0
4 stars 3 forks source link

Chunk marker is based off the players chunk #1

Closed Ipsis closed 10 years ago

Ipsis commented 10 years ago

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.

Ipsis commented 10 years ago

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

Ipsis commented 10 years ago

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