Selection bug with item frames and paintings
josephjthomas opened this issue ยท 1 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
If you use the selection wand on a painting or item frame, it removes the item instead of selecting the position.
Expected Behavior
Select the position and don't remove the item.
Reproduction Steps
- Use the selection wand on a painting
- See it be gone
Anything Else?
No response
item frames and paintings are entities, not blocks. you can't select them. #1018