So lately I have been working on an adventure map and I wanted to give the player a diamond block that only can be placed on a certain block (I know the command for that, no problems here). But I have a problem with the same of a (few) block, like if I want to give the player a "Chiseled Quartz Block" it won't work. I noticed that the block names for the give command are changed. From the ID (i.e. 155) --> the name (minecraft:quartz_block). But if a want to give a chiseled quartz block, it won't work when I use something like: "/give @p minecraft:quartz_block:1" or "/give @p minecraft:chiseled_quartz_block", etc. Do you guys now how to give this block (and other blocks with the same thing).
<3 Shadow
PS. I am quite new to this forum, so I don't know if it is posted on the right page.
PS. I am in snapshot 14w11b.
So lately I have been working on an adventure map and I wanted to give the player a diamond block that only can be placed on a certain block (I know the command for that, no problems here). But I have a problem with the same of a (few) block, like if I want to give the player a "Chiseled Quartz Block" it won't work. I noticed that the block names for the give command are changed. From the ID (i.e. 155) --> the name (minecraft:quartz_block). But if a want to give a chiseled quartz block, it won't work when I use something like: "/give @p minecraft:quartz_block:1" or "/give @p minecraft:chiseled_quartz_block", etc. Do you guys now how to give this block (and other blocks with the same thing).
<3 Shadow
PS. I am quite new to this forum, so I don't know if it is posted on the right page.
PS. I am in snapshot 14w11b.
Thank you, this worked :)I came across an other problem :S
/give @p minecraft:diamond_block 1 0 {CanPlaceOn:["minecraft:quartz_block 1 1"]}
This command gives me an diamond block (like it is supposed to do) but in the item tag, it sais: "Can be placed on: missingno"
How can I fix this ?
Thank you for your answers <3
It helped me a lot