-
Bug
-
Resolution: Works As Intended
-
None
-
Minecraft 17w45b, Minecraft 17w46a
-
None
-
Windows 10, Java 8, lots of RAM, 64-bit, GeForce 1060GTX
-
Unconfirmed
When using 'setblock' and 'fill', I can't set a colored block anymore.
Here's what happens in 1.12.2:
/setblock ~ ~ ~ wool 4
places a yellow wool block at your feet.
/fill ~ ~ ~ ~1 ~1 ~1 wool 4
fills in an area with yellow wool.
Here's what happens in 17w46a:
/setblock ~ ~ ~ wool 4
returns an error "Incorrect argument for command at position 20: ... ~ ~ wool <-- [HERE]"
/fill ~ ~ ~ ~1 ~1 ~1 wool 4
returns an error "Incorrect argument for command at position 25: ...1 ~1 wool <-- [HERE]"
It appears that I can't place blocks with color values down anymore. I tried a bunch of other arguments with these commands and all it does is generate an error or place a white wool block. Is this a bug?