sbrl / Minetest-WorldEditAdditions

Extra tools and commands to extend WorldEdit for Minetest
https://worldeditadditions.mooncarrot.space/
Mozilla Public License 2.0
16 stars 3 forks source link

Only a piece of region is removed when hitting it #102

Closed Zughy closed 1 year ago

Zughy commented 1 year ago

From the multipoint update. It's very frustrating to remove :(

More info about the video: just logged in, created a region through //pos1 and //pos2, then pressed "record" MT 5.7

https://github.com/sbrl/Minetest-WorldEditAdditions/assets/63455151/cedb008a-068c-41d3-a38a-328108f643bc

VorTechnix commented 1 year ago

To remove the region you can use //reset (the command is compatible with both WE and WEA selection systems). You should also be able to remove the region by punching pos1 and/or pos2. The fact that you can break the selection volume at all is a bug for Starbeam to look into.

sbrl commented 1 year ago

Ahhh, thanks for bringing this to our attention. I will implement a fix for this today.

Note that the //unmark command will hiide the defined region without deselecting it

sbrl commented 1 year ago

Fixed, just preparing a release.

sbrl commented 1 year ago

Pushed a new release: https://github.com/sbrl/Minetest-WorldEditAdditions/releases/tag/v1.14.4-hotfix4

Let us know if this is fixed @Zughy. If not, then we can take another look.

Apologies again for forgetting to implement this.