//asc not working on slabs and stairs
josephjthomas opened this issue ยท 3 comments
WorldEdit Version
7.2.8-SNAPSHOT+5955-3ba0890
Platform Version
Paper version git-Paper-377
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
//asc behaves weird if you use it on stairs or slabs
Expected Behavior
Teleport me to the block above me.
Reproduction Steps
- Stand on a slab or the lower part of a stair
- Type //asc
- Get teleported 0.5 blocks above instead of the block above you
Anything Else?
No response
not sure this is a bug really? you're inside the block so the next available floor is the top of the current block. you can always //asc 2 or whatever
That works too, but it would be easier if it would move you upwards to the next floor, instead of the next block.