Undo won't remove item frames
Server Implementation
Paper
Server Version
1.21.1
Describe the bug
When I use paste -e then try and undo and undo -e item frames (I have them invisible and containing a map) won't get removed with it.
To Reproduce
- Create an long area (170 block) with item frame maps in it using the below
/give @s item_frame[entity_data={id:"minecraft:item_frame",ItemRotation:4b,Fixed:1b,Invisible:1b,Item:{id:"minecraft:filled_map",components:{"minecraft:map_id":0}}}]
- Do
paste -e - Then
undoandundo -e - See item frame maps are still there
Expected behaviour
Item frames should be removed
Screenshots / Videos
No response
Error log (if applicable)
https://mclo.gs/Kn7xsP6
Fawe Debugpaste
https://athion.net/ISPaster/paste/view/e0cddb3722564374b04806ec59369b5c
Fawe Version
2.12.4
Checklist
- [x] I have included a Fawe debugpaste.
- [x] I am using the newest build from https://ci.athion.net/job/FastAsyncWorldEdit/ and the issue still persists.
Anything else?
No response
Thanks for your report. But the //undo also removes the item frame for me.
No difference with using of the custom item frame from your command. It also works with a //stack 180 -e scenario. I can even see in my F3 view how the item_frames are removed first.
@Josh65-2201 Is the problem only with larger quantities (stacked), or also in individual cases (on block)?
By the way: undo -e does not exist at all (//help undo).
Tested with FastAsyncWorldEdit-Paper-2.13.1-SNAPSHOT-1057 on PaperMC 1.21.1
Single blocks or small areas work fine. As I said in the to reproduce section
Create an long area (170 block) with item frame maps in it using the below
They don't have to be next to each other, for me the item frame maps are 10 blocks apart over the 170 block length
I cannot replicate this any more, probably fixed by the changes to entity edits..?