SIsilicon / WorldEdit-BE

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

'0,-1,0' is an invalid direction argument #290

Open gabrieljones opened 2 months ago

gabrieljones commented 2 months ago

Is there an existing issue for this?

Current behaviour

;stack 1 1,-1,0

gives

'1,-1,0' is an invalid direction argument

Expected behaviour

;stack 1 1,-1,0

should work

Steps to reproduce

No response

Content logs

No response

Minecraft version

1.21.22

Device and operating system

Windows 10

Additional info

No response

SIsilicon commented 2 months ago

That's now how the stack command works. What were you trying to do?

gabrieljones commented 2 months ago

I'm trying to do this: https://github.com/EngineHub/WorldEdit/issues/1363 Looks like this capability was added to Java world edit with: https://github.com/EngineHub/WorldEdit/pull/1430