mojira.dev
MC-108184

/fill with blockstates only uses state for one block and not the rest

It seems that when you use /fill with a blockstate rather than a data value, it will only apply the blockstate to the filled blocks with the lowest X coordinate. All others will be filled with their default blockstate. Using data values instead of blockstates works as expected.

To reproduce: simply run the command /fill ~ ~ ~ ~2 ~ ~2 minecraft:dropper facing=west

All the blocks with the smallest X coordinates will properly face west, while the others will all face east instead.

EDIT Some more testing shows if you try it with facing=north, the blocks with the lowest Z coordinate will be facing north while the rest will face south. So perhaps this is an issue specifically with orientable blocks rather than blockstates in general?

Linked issues

Comments 0

No comments.

Daniel Burnett

(Unassigned)

Unconfirmed

Minecraft 16w39c

Retrieved