Carpet

Carpet

2M Downloads

perimeterInfo in 1.18 does not search below y=0

MadMan25z opened this issue ยท 3 comments

commented

As stated above. The perimeterInfo command does not check blocks below y=0

commented

Does the same apply above the old height limit? In other words,

  1. Find some flat terrain below Y=128.
  2. Fly above Y=256 in that area and place some blocks there. Example: /fill ~-10 300 ~-10 ~10 300 ~10 stone
  3. Run /perimeterinfo while you are standing on the newly generated platform.
commented

It also does not work for any blocks at y>=255.

commented

Currently, these limits are hard-coded. If they are to be changed, they will need to be dynamically queried with a function instead of remaining hard-coded, as the build height limits are not the same in the Overworld, the Nether, and the End.