WorldEdit icon indicating copy to clipboard operation
WorldEdit copied to clipboard

Tree generation is not captured in history

Open SirreStrange opened this issue 3 years ago • 3 comments

WorldEdit Version

Fabric-Official(7.2.6-beta-01+1415e6f)

Platform Version

0.7.4 Fabric

Bug Description

//undo does not see //forest as something to undo

https://imgur.com/a/mnM0DFS

I have seen the other issues, but those are all on Paper/A Server, mine is a singleplayer Fabric world

Expected Behavior

I expect for it to remove the forest when I type //undo

Reproduction Steps

  1. Make any change, like //set
  2. Make a forest, i.e. //forest acacia
  3. //undo ❌ It does not see //forest as something to //undo, it reverts the change made in Step 1

Anything Else?

Minecraft 1.17

SirreStrange avatar Jul 12 '21 16:07 SirreStrange

This is a feature request, not a bug. Forest has never been undoable on Forge or Fabric due to the way that it works (asking MC to generated features in the world). I don't know if we can make it undoable, but it's something to investigate later.

octylFractal avatar Jul 12 '21 16:07 octylFractal

this is technically probably a feature request. it used to be supported on bukkit platforms because they actually had api for it, but they broke that recently (#1745) but for all other platforms we need to add specific support to capture generator changes, since they aren't done by worldedit itself.

wizjany avatar Jul 12 '21 16:07 wizjany

Ah, sorry

SirreStrange avatar Jul 12 '21 18:07 SirreStrange

This was added a while ago

me4502 avatar Dec 11 '23 12:12 me4502