mojira.dev
MC-56319

Cannot create an item with can destroy cracked stone bricks

Creating a stone pick that can destroy stone bricks works using the command
/give @p stone_pickaxe 1 0 {CanDestroy:["stonebrick"]}
However, when trying to use a similar command to create a pickaxe that can destroy cracked stone brick i cannot find one that works, i am greeted with missingno.
I am unsure if this is a bug or just something that isn't in the game yet.
i've tried commands such as /give @p stone_pickaxe 1 0 {CanDestroy:["crackedstonebrick"]}
/give @p stone_pickaxe 1 0 {CanDestroy:["stonebrick:2"]}
but both yield can break missingno. I assume this is a bug as its kind of obvious that there needs to be a way to assign things to break cracked stone brick. I apologize if i've made any mistakes here, i this is my first forum post and i could not find and information for this topic

Linked issues

Attachments

Comments 4

There is no ID called "crackedstonebrick".

Try this.

/give @p stone_pickaxe 1 0
{CanDestroy:["minecraft:stonebrick 2"]}

No luck :/ I got the same result
added a picture of the command in use

Well, after further research, it appears that you are not supposed to use data values for CanDestroy.

According to MC-50667, it is a feature request, which is not accepted here! Please go here: http://www.reddit.com/r/MinecraftSuggestions

/give @p minecraft:diamond_pickaxe 1 0 {CanDestroy:["minecraft:stonebricks"]}

gives you a pick that can destroy Cracked Stone Bricks, as well as Stone Bricks. Data values are not currently supported for the CanDestroy tag, and I think it's more likely that data values will be replaced with full names than it is that this functionality will be added.

Wayde Hutchings

(Unassigned)

Unconfirmed

Minecraft 14w21b

Retrieved