FastAsyncWorldEdit icon indicating copy to clipboard operation
FastAsyncWorldEdit copied to clipboard

WIP: initial work on reworked regeneration logic

Open PierreSchwang opened this issue 1 year ago • 1 comments

Reworked regeneration logic to be faster (kinda). And does not use reflection anymore - yay.

Addresses not-working plot clear on augmented plot worlds.

Fixes few mistakes found while debugging and trying out multiple approaches.

When 1.20 adapter is fully functional and ready, remaining adapters should be copied.

TODO:

  • Adjacent structures like trees not working (e.g. regenerating Chunk 1;0 - where at edge of Chunk 0;0 a tree is generated with leaves overlapping into 1;0. those leaves are not placed. Same for every other structure or POI)

PierreSchwang avatar Nov 02 '23 12:11 PierreSchwang

Please take a moment and address the merge conflicts of your pull request. Thanks!

github-actions[bot] avatar Dec 08 '23 06:12 github-actions[bot]