WorldEdit Version
7.4.0-beta-03
Platform Version
Fabric 0.18.4
Confirmations
Bug Description
When setting a selection with stairs with a given property, such as //set cobblestone_stairs[facing=west], the following error is shown in the console: Invalid value for <pattern> (Unknown property 'facing' for block 'minecraft:cobblestone_stairs'), acceptable values are any pattern.
Expected Behavior
The stairs are set with the given property.
Reproduction Steps
- Singleplayer Flatworld, using Minecraft 1.21.11, Fabric 0.18.4, WorldEdit 7.4.0-beta-03.
- Select a region.
- Run
//set cobblestone_stairs[facing=west]
Anything Else?
When using WorldEdit 7.4.0-beta-02, the stairs are created as expected.
EDIT: I suspect that the changes introduced for the changelog item Tweaked block property system to reduce memory usage and improve performance during startup might be causing this regression.
WorldEdit Version
7.4.0-beta-03
Platform Version
Fabric 0.18.4
Confirmations
Bug Description
When setting a selection with stairs with a given property, such as
//set cobblestone_stairs[facing=west], the following error is shown in the console:Invalid value for <pattern> (Unknown property 'facing' for block 'minecraft:cobblestone_stairs'), acceptable values are any pattern.Expected Behavior
The stairs are set with the given property.
Reproduction Steps
//set cobblestone_stairs[facing=west]Anything Else?
When using WorldEdit 7.4.0-beta-02, the stairs are created as expected.
EDIT: I suspect that the changes introduced for the changelog item
Tweaked block property system to reduce memory usage and improve performance during startupmight be causing this regression.