Replacing stairs/slabs does not keep orientation
EldritchGarden opened this issue ยท 1 comments
WorldEdit Version
Bukkit-Official(7.2.12+6240-87f4ae1)
Platform Version
git-Purpur-1832 (MC: 1.19.2)*
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
//replace
command on stairs or slabs does not keep rotation of blocks. Slabs are always bottom slabs, and stairs are always upright and facing one direction (north?) regardless of the orientation of the existing block.
example commands tried:
//replace smooth_quartz_slab polished_deepslate_slab
//replace smooth_quartz_stairs polished_deepslate_stairs
Expected Behavior
Replacement blocks should keep the same orientation of the original block
Reproduction Steps
- Place stairs/slabs in multiple orientations
- Replace slabs/stairs with other slabs/stairs
Anything Else?
No response