When //copy -e, //rotate 90 and then //paste then entities are rotated by 180 degrees (double transformation)
LadyCailinBot opened this issue ยท 3 comments
WORLDEDIT-3652 - Reported by serjproch
this happens to all entities, including frames and armor stands
This bug with "double transformation" also occurs in command //stack
Symptoms:
1, select region with entities (Armo Stands, frames, mobs)
run command //stack 3 up
You will see that entities are shifted more than once
2. select region with entities (Armo Stands, frames, mobs)
run commands: //copy -e //rotate 90 //paste
You will see that entities are rotated by 180 degrees
Look please my pull request. I think I have fixed it
#416
Comment by serjproch
I have made new PR #416
This PR is more correct and simpler
=)
Comment by serjproch
Thanks @me4502 for merging my PR =)