SIsilicon / WorldEdit-BE

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

Flora Painting? #239

Closed jami3rez closed 3 months ago

jami3rez commented 3 months ago

Is there an existing issue for this?

Current behaviour

There seems to be no way to paint flora to a surface in the world? Looking at Worldedit in Java this was accomplished with a brush but just gives an error here. Am I just doing it wrong or is this a bug?

Expected behaviour

I would expect to be able to set flora to a brush in the same way I can a block.

Steps to reproduce

No response

Content logs

No response

Minecraft version

1.20

Device and operating system

Windows 10

Additional info

Worldedit 0.85

SIsilicon commented 3 months ago

You can just make an overlay brush That makes mostly air and some flowers. Hold an item and run this command ;br overlay 95%air,5%*red_flower 3 -1 air Where 3 is the brush radius.