SIsilicon / WorldEdit-BE

A Minecraft Bedrock addon port of the famous WorldEdit mod for Minecraft: Java Edition.
GNU General Public License v3.0
292 stars 34 forks source link

Undo Doesn't Work on Block Replacer Tool (0.9.0.4) #251

Closed Hortseen closed 7 months ago

Hortseen commented 7 months ago

Is there an existing issue for this?

Current behaviour

When trying to undo edits made with the block replacer tool, world edit doesn't touch what you did at all with that tool and will instead undo edits made without the tool, Making development more tedious.

Expected behaviour

The undo & redo actions correctly work for the block replacer tool.

Steps to reproduce

  1. Make a new block replacer tool.
  2. Make sure you have the undo item in your inventory.
  3. Replace a block with the block replacer tool.
  4. Try to undo that action.

Content logs

No response

Minecraft version

1.20.80.24

Device and operating system

Windows 11

Additional info

No response

SIsilicon commented 7 months ago

This is intentional since the replacer tool can make a large amount of individual edits at a time.