Mojira Archive
MC-91864

cannot put items in crafting table using command block

when I use a command with /setblock to make a chest with items in it using this command:

/setblock ~ ~1 ~ chest 0 replace {Items:[{id:41,Count:64,Slot:0},{id:41,Count:64,Slot:1},{id:41,Count:64,Slot:2},{id:41,Count:64,Slot:3},{id:41,Count:64,Slot:4},{id:41,Count:64,Slot:5},{id:41,Count:64,Slot:6},{id:41,Count:64,Slot:7},{id:41,Count:64,Slot:8},{id:41,Count:64,Slot:8}]} 

then it spawns a chest with 9 stacks of gold blocks in it but then when I replace the 'chest' in the command with a crafting table like so:

/setblock ~ ~1 ~ crafting_table 0 replace {Items:[{id:41,Count:64,Slot:0},{id:41,Count:64,Slot:1},{id:41,Count:64,Slot:2},{id:41,Count:64,Slot:3},{id:41,Count:64,Slot:4},{id:41,Count:64,Slot:5},{id:41,Count:64,Slot:6},{id:41,Count:64,Slot:7},{id:41,Count:64,Slot:8},{id:41,Count:64,Slot:8}]} 

then it just spawns a crafting table with no items in it,
is this a bug or is it meant to be?
I think its a bug because a chest and a crafting table are both blocks that can hold items in them

here are some screenshots i took

Invalid

I_Like_Trains_27

2015-10-31, 09:23 PM

2015-10-31, 10:21 PM

2015-10-31, 09:26 PM

0

2

Unconfirmed

Minecraft 1.8.8

-