-
-
Notifications
You must be signed in to change notification settings - Fork 929
Closed
Labels
status:acceptedWill be fixed / added to WorldEdit, eventuallyWill be fixed / added to WorldEdit, eventuallytype:bugIncorrect behavior, not working as intendedIncorrect behavior, not working as intended
Description
WorldEdit Version
7.4.0-beta-03
Platform Version
Fabric 0.18.4
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
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
status:acceptedWill be fixed / added to WorldEdit, eventuallyWill be fixed / added to WorldEdit, eventuallytype:bugIncorrect behavior, not working as intendedIncorrect behavior, not working as intended