Block state mask doesn't work at all
octylFractal opened this issue ยท 1 comments
WorldEdit Version
7.2.10
Platform Version
Forge 40.1.0
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
The block state mask doesn't work at all, it simply doesn't match anything in strict mode, and doesn't match what it should in fuzzy mode.
Expected Behavior
e.g. ^=[axis=y]
should match y-axis logs.
Reproduction Steps
- Select some logs with
[axis=y]
. //replace ^=[axis=y] stone
- 0 blocks replaced.
Anything Else?
No response
Fixed in 3eefaa2