mojira.dev
MC-108406

Wrong parsing of commands

When you type a command with block names, such as: "/fill ~ ~ ~ ~100 ~100 ~100 minecraft:air replace minecraft:stone" It says "`replace` is not a state for block minecraft:air"
(That means that the parser can't distinguish block state and command syntax.)

Comments 3

Add the blockstate/datavalue between air and replace.

It's not a phrasing error, but a error in your usage.

Oops, didn't realized that the block state is a number. I thought it was the new "facing=..." thing. Can moderator please delete this issue?

Block state is either "default" or "key=value,key2=value2"

The number should no longer be used, as they're being phrased out.

Jan Růžička

(Unassigned)

Unconfirmed

Minecraft 16w40a

Retrieved