SIsilicon / WorldEdit-BE

A Minecraft Bedrock addon port of the famous WorldEdit mod for Minecraft: Java Edition.
GNU General Public License v3.0
294 stars 34 forks source link

Block State Parameters For Fill/Replace #263

Closed USBMenus closed 6 months ago

USBMenus commented 6 months ago

Is there an existing issue for this?

Current behaviour

Block state parameters can not be used in fill/replace commands, i would assume its the same for all the commands using block operations These are a few examples: dirt["dirt_type"="coarse"], torch["torch_facing_direction"="unknown"], oak_stairs["upside_down_bit"=true]

I receive a parsing error image

Expected behaviour

I expect to be able to use block state parameters when doing block operations

Steps to reproduce

  1. Select Positions 1 and 2
  2. Try filling or replacing using block state parameters, ex.;replace grass dirt["dirt_type"="coarse"]
  3. Receive a parsing error

Minecraft version

1.20.81

Device and operating system

Windows 10

CrackedMatter commented 6 months ago

Omit the quotation marks

USBMenus commented 6 months ago

Omit the quotation marks

thank you