UPDATE is not triggered with applySideEffects
octylFractal opened this issue ยท 1 comments
WorldEdit Version
7.2.x, 7.3.0-SNAPSHOT
Platform Version
All Platforms
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
UPDATE side-effect does not get applied when using applySideEffects
. For fast reorder to work properly, this must occur.
Expected Behavior
UPDATE is triggered on the block.
Reproduction Steps
//reorder fast
- Set a single sand block in the air.
- It doesn't fall. Oops.
Anything Else?
No response
Fixed in 30e1601