Flan (Forge)

Flan (Forge)

2M Downloads

Claims show up with a wrong end offset in Bluemap

dimaguy opened this issue ยท 0 comments

commented

Modloader

Fabric

Minecraft version

1.20.1

Modloader version

0.16.9

Mod version

1.10.10

Description

Claims seem to have a bad end offset, issue may be here:

.shape(Shape.createRect(dim[0], dim[2], dim[1], dim[3]), dim[4], claim.getMaxY())

image

In the image above, the claims are supposed to be contiguous, instead they are separated by a block in some borders.

image

In the image above, theres a claim that looks like a line, when it should be a rectangle with 1 block width

Steps to reproduce

  1. Make a claim
  2. Open Bluemap to see it

Mods that might affect the issue

No response

Logs

N/A - Not a crash, just a visual bug