Minecraft - CanPlaceOn CommandHow to detect if a mob has been hit in minecraft with command blocks?Minecraft Command Block ProblemMinecraft: Command for spawning chest with a CanPlaceOn tagMinecraft commands CanPlaceOn - GraniteMinecraft: Command block team selectorHow do you kill all mobs after you die? (Minecraft)Minecraft 1.13 /give command syntaxMe raft adventure mode map creator difficulties(Minecraft Java 1.14) CanPlaceOn tag not workingCommand to set block based on item presence

When designing an adventure, how can I ensure a continuous player experience in a setting that's likely to favor TPKs?

Do pedestrians imitate auto traffic?

Real orthogonal and sign

Is encryption still applied if you ignore the SSL certificate warning for self-signed certs?

Who would use the word "manky"?

Who or what determines if a curse is valid or not?

How did Jayne know when to shoot?

What makes MOVEQ quicker than a normal MOVE in 68000 assembly?

What is this green alien supposed to be on the American covers of the "Hitchhiker's Guide to the Galaxy"?

Batch processing/extracting raw data of one raster using one shapefile (with many polygons)?

Do higher dimensions have axes?

Does 5e follow the Primary Source rule?

Will the internet speed decrease on second router if there are multiple devices connected to primary router?

How to belay quickly ascending top-rope climbers?

How can I automate this tensor computation?

Why can't I hear fret buzz through the amp?

Wildcards not interpreted by shell script when used with output redirection

Applying for jobs with an obvious scar

Which modern firearm should a time traveler bring to be easily reproducible for a historic civilization?

Why didn't Doctor Strange restore Tony Stark after he used the Stones?

How do you send money when you're not sure it's not a scam?

Difference between class and struct in with regards to padding and inheritance

Is it legal for a supermarket to refuse to sell an adult beer if an adult with them doesn’t have their ID?

How was Luke's prosthetic hand in Episode V filmed?



Minecraft - CanPlaceOn Command


How to detect if a mob has been hit in minecraft with command blocks?Minecraft Command Block ProblemMinecraft: Command for spawning chest with a CanPlaceOn tagMinecraft commands CanPlaceOn - GraniteMinecraft: Command block team selectorHow do you kill all mobs after you die? (Minecraft)Minecraft 1.13 /give command syntaxMe raft adventure mode map creator difficulties(Minecraft Java 1.14) CanPlaceOn tag not workingCommand to set block based on item presence






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








0















I'm currently creating an adventure map and I can't figure out how to make it so a button can only be placed on chiseled sandstone.



I already know the command : '/give @a minecraft:wooden_button 1 0 CanPlaceOn:["minecraft:sandstone"]' But I'm not sure how to make it for chiseled sandstone. I've tried /give @a minecraft:wooden_button 1 0 'CanPlaceOn:["minecraft:chiseled_sandstone"]' or '/give @a minecraft:wooden_button 1 0 CanPlaceOn:["minecraft:sandstone 1 2"]' but nothing seems to work.



Can someone please give me the correct command.










share|improve this question







New contributor



Billy Johnson is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.



















  • Firstly, that doesn't work. That's feature simply doesn't exist. Secondly, what version are you in? Please always specify if you're not using the latest version.

    – Fabian Röling
    26 mins ago

















0















I'm currently creating an adventure map and I can't figure out how to make it so a button can only be placed on chiseled sandstone.



I already know the command : '/give @a minecraft:wooden_button 1 0 CanPlaceOn:["minecraft:sandstone"]' But I'm not sure how to make it for chiseled sandstone. I've tried /give @a minecraft:wooden_button 1 0 'CanPlaceOn:["minecraft:chiseled_sandstone"]' or '/give @a minecraft:wooden_button 1 0 CanPlaceOn:["minecraft:sandstone 1 2"]' but nothing seems to work.



Can someone please give me the correct command.










share|improve this question







New contributor



Billy Johnson is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.



















  • Firstly, that doesn't work. That's feature simply doesn't exist. Secondly, what version are you in? Please always specify if you're not using the latest version.

    – Fabian Röling
    26 mins ago













0












0








0








I'm currently creating an adventure map and I can't figure out how to make it so a button can only be placed on chiseled sandstone.



I already know the command : '/give @a minecraft:wooden_button 1 0 CanPlaceOn:["minecraft:sandstone"]' But I'm not sure how to make it for chiseled sandstone. I've tried /give @a minecraft:wooden_button 1 0 'CanPlaceOn:["minecraft:chiseled_sandstone"]' or '/give @a minecraft:wooden_button 1 0 CanPlaceOn:["minecraft:sandstone 1 2"]' but nothing seems to work.



Can someone please give me the correct command.










share|improve this question







New contributor



Billy Johnson is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











I'm currently creating an adventure map and I can't figure out how to make it so a button can only be placed on chiseled sandstone.



I already know the command : '/give @a minecraft:wooden_button 1 0 CanPlaceOn:["minecraft:sandstone"]' But I'm not sure how to make it for chiseled sandstone. I've tried /give @a minecraft:wooden_button 1 0 'CanPlaceOn:["minecraft:chiseled_sandstone"]' or '/give @a minecraft:wooden_button 1 0 CanPlaceOn:["minecraft:sandstone 1 2"]' but nothing seems to work.



Can someone please give me the correct command.







minecraft minecraft-commands






share|improve this question







New contributor



Billy Johnson is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.










share|improve this question







New contributor



Billy Johnson is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.








share|improve this question




share|improve this question






New contributor



Billy Johnson is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.








asked 35 mins ago









Billy JohnsonBilly Johnson

1




1




New contributor



Billy Johnson is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




New contributor




Billy Johnson is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.














  • Firstly, that doesn't work. That's feature simply doesn't exist. Secondly, what version are you in? Please always specify if you're not using the latest version.

    – Fabian Röling
    26 mins ago

















  • Firstly, that doesn't work. That's feature simply doesn't exist. Secondly, what version are you in? Please always specify if you're not using the latest version.

    – Fabian Röling
    26 mins ago
















Firstly, that doesn't work. That's feature simply doesn't exist. Secondly, what version are you in? Please always specify if you're not using the latest version.

– Fabian Röling
26 mins ago





Firstly, that doesn't work. That's feature simply doesn't exist. Secondly, what version are you in? Please always specify if you're not using the latest version.

– Fabian Röling
26 mins ago










0






active

oldest

votes














Your Answer








StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "41"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);






Billy Johnson is a new contributor. Be nice, and check out our Code of Conduct.









draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgaming.stackexchange.com%2fquestions%2f354755%2fminecraft-canplaceon-command%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes








Billy Johnson is a new contributor. Be nice, and check out our Code of Conduct.









draft saved

draft discarded


















Billy Johnson is a new contributor. Be nice, and check out our Code of Conduct.












Billy Johnson is a new contributor. Be nice, and check out our Code of Conduct.











Billy Johnson is a new contributor. Be nice, and check out our Code of Conduct.














Thanks for contributing an answer to Arqade!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgaming.stackexchange.com%2fquestions%2f354755%2fminecraft-canplaceon-command%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Sahara Skak | Bilen | Luke uk diar | NawigatsjuunCommonskategorii: SaharaWikivoyage raisfeerer: Sahara26° N, 13° O

The fall designs the understood secretary. Looking glass Science Shock Discovery Hot Everybody Loves Raymond Smile 곳 서비스 성실하다 Defas Kaloolon Definition: To combine or impregnate with sulphur or any of its compounds as to sulphurize caoutchouc in vulcanizing Flame colored Reason Useful Thin Help 갖다 유명하다 낙엽 장례식 Country Iron Definition: A fencer a gladiator one who exhibits his skill in the use of the sword Definition: The American black throated bunting Spiza Americana Nostalgic Needy Method to my madness 시키다 평가되다 전부 소설가 우아하다 Argument Tin Feeling Representative Gym Music Gaur Chicken 일쑤 코치 편 학생증 The harbor values the sugar. Vasagle Yammoe Enstatite Definition: Capable of being limited Road Neighborly Five Refer Built Kangaroo 비비다 Degree Release Bargain Horse 하루 형님 유교 석 동부 괴롭히다 경제력

19. јануар Садржај Догађаји Рођења Смрти Празници и дани сећања Види још Референце Мени за навигацијуу