WorldEdit

WorldEdit

42M Downloads

//regen acts different depending on the chunk the selection is in.

helpimnotdrowning opened this issue ยท 1 comments

commented

WorldEdit Version

7.2.5

Platform Version

Fabric-Official(7.2.5+57d5ac9)

Bug Description

//regen regenerates differently depending on wether the selection is contained entirely within one chunk or not, but only on some chunks.

Expected Behavior

//regen should act the same no matter where the selection is in.

Reproduction Steps

  1. Make Superflat world using "overworld" preset
  2. Find lake
  3. //regen, but keep the selection inside of a single chunk

image
becomes
image
, but expanding the selection 1 block to the left regens the lake like normal.
image

Anything Else?

It only work in certain chunks, but I have no idea how to tell those apart.

commented

pretty sure this is just a consequence of how world gen/feature placement works. we really don't make any guarantees as to how regen will behave since it's entirely up to the underlying world generator.