Mojira Archive
MC-116165

If you place a bed with a command, except for a color data tag, a red bed is placed

If you place a bed with a command, except for a color data tag, a red bed is placed.

/setblock ~ ~ ~ bed default replace {color:1}

→ orange bed (work properly)

No NBT
/setblock ~ ~ ~ bed

→ red bed

No tags
/setblock ~ ~ ~ bed default replace {}

→ red bed

color tag without value
/setblock ~ ~ ~ bed default replace {color:}

→ white bed

Any other tag
/setblock ~ ~ ~ bed default replace {test:1}

→ red bed

Works As Intended

송민제

2017-04-16, 05:14 AM

2017-04-28, 12:36 PM

2017-04-28, 12:36 PM

2

1

Confirmed

/fill, /setblock, bed, color, nbt

Minecraft 17w15a

-