Paintings in item frames don't get rotated, if item frame is on the top or bottom of a block
BSBMteam opened this issue ยท 1 comments
WorldEdit Version
Fabric-Official(7.2.6-beta-02+2e45a20)
Platform Version
Fabric 0.11.6-1.17
Bug Description
Paintings on all item frame types (regular, invisible, and glow item frames) placed on the top and bottom of blocks don't get rotated. If you rotate the selection 90 degrees and paste it -e, the paintings don't get rotated 90 degrees.
These values set painting rotations in item frames:
ItemRotation: 0b = North
ItemRotation: 1b = East
ItemRotation: 2b = South
ItemRotation: 3b = West
ItemRotation: 4b = North
ItemRotation: 5b = East
ItemRotation: 6b = South
Maybe by default, //rotate automatically rotates item frame paintings. Then, add a separate option to retain painting rotations when pasting.
Expected Behavior
If you copy -e, rotate a selection with paintings 90 degrees and paste it -e, the paintings should get rotated 90 degrees.
Reproduction Steps
- Place any painting on any item frame type (regular, invisible, and glow item frames) on the top or bottom of a block.
- Select region that includes the painting.
- //copy -e
- //rotate 90 (you can do //rotate 180 OR //rotate 270)
- //paste -e
Anything Else?
No response
Duplicate of #1727