Rails do not rotate when rotating a schematic
LaserSlime opened this issue ยท 0 comments
WorldEdit Version
7.3.8
Platform Version
1.21.1-131-ver/1.21.1@84281ce (2024-10-31T17:43:44Z) (Implementing API version 1.21.1-R0.1-SNAPSHOT)
Confirmations
- I am using the most recent Minecraft release.
- I am using a version of WorldEdit compatible with my Minecraft version.
- I am using the latest or recommended version of my platform software.
- I am NOT using a hybrid server, e.g. a server that combines Bukkit and Forge. Examples include Arclight, Mohist, and Cardboard.
- I am NOT using a fork of WorldEdit, such as FastAsyncWorldEdit (FAWE) or AsyncWorldEdit (AWE)
Bug Description
When using Clipboard#transform in the api to rotate a schematic, rails in that schematic don't rotate accordingly.
Expected Behavior
Rails should rotate with the rest of the schematic instead of keeping their rotation.
Reproduction Steps
- Save a schematic with rails in it
- Load it into the clipboard
- Rotate it by 90 degrees
- Paste it
- See how the rail rotation hasn't changed according to the rotation
Anything Else?
No response