using /setblock to place a colored bed in Minecraft 1.12minecraft command block /setblock is innacurateHow can I detect if a player has a specific item with a specific datavalue in their inventory?How do I give myself an item that can only be placed on a block with a certain damage value?Minecraft Command Blocks - Place a complete bed using /setblockWhy can't I place blocks in Minecraft but I can break them?Button that can be placed on a colored block/blockdata ~ ~ ~ Items:[] does not work at a certain distance away from the playerHow do I place a red block under a red team member who is on a white block?How to use /setblock to set a command block down with a command pre written inside of it Minecraft 1.13How to set a command block with a command inside using the setblock command Minecraft Bedrock Edition?
Jesus' words on the Jews
When a land becomes a creature, is it untapped?
Could there be a material that inverts the colours seen through it?
LWC1513: @salesforce/resourceUrl modules only support default imports
Does SQL Server allow (make visible) DDL inside a transaction to the transaction prior to commit?
Non-deterministic Finite Automata | Sipser Example 1.16
How can dragons propel their breath attacks to a long distance
Why would a switch ever send an ARP request for a MAC address when it can just wait for the first packet to be received from a device?
Why do I get two different answers when solving for arclength?
Why was Thor doubtful about his worthiness to Mjolnir?
What is the largest number of identical satellites launched together?
Automatically anti-predictably assemble an alliterative aria
Solubility in different pressure conditions
What to do if SUS scores contradict qualitative feedback?
Missouri raptors have wild hairdos
How do employ ' ("prime") in math mode at the correct depth?
Anabelian geometry ~ higher category theory
Tikzpicture in figure problem
Do Life Drain attacks from wights stack?
Quote from Leibniz
Formal Definition of Dot Product
Why was Endgame Thanos so different than Infinity War Thanos?
How can a layman easily get the consensus view of what academia *thinks* about a subject?
correct spelling of "carruffel" (fuzz, hustle, all that jazz)
using /setblock to place a colored bed in Minecraft 1.12
minecraft command block /setblock is innacurateHow can I detect if a player has a specific item with a specific datavalue in their inventory?How do I give myself an item that can only be placed on a block with a certain damage value?Minecraft Command Blocks - Place a complete bed using /setblockWhy can't I place blocks in Minecraft but I can break them?Button that can be placed on a colored block/blockdata ~ ~ ~ Items:[] does not work at a certain distance away from the playerHow do I place a red block under a red team member who is on a white block?How to use /setblock to set a command block down with a command pre written inside of it Minecraft 1.13How to set a command block with a command inside using the setblock command Minecraft Bedrock Edition?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
So I tried placing a white bed using the setblock command, like I did below
/setblock ~ ~ ~ bed 0
I used "0" because that's the data value for a white bed. But this did not work and it only placed half of a red bed.
I don't know if this is a bug or what please explain the correct to do this using only command blocks to place a full colored bed in Minecraft 1.12.
minecraft minecraft-commands
add a comment |
So I tried placing a white bed using the setblock command, like I did below
/setblock ~ ~ ~ bed 0
I used "0" because that's the data value for a white bed. But this did not work and it only placed half of a red bed.
I don't know if this is a bug or what please explain the correct to do this using only command blocks to place a full colored bed in Minecraft 1.12.
minecraft minecraft-commands
add a comment |
So I tried placing a white bed using the setblock command, like I did below
/setblock ~ ~ ~ bed 0
I used "0" because that's the data value for a white bed. But this did not work and it only placed half of a red bed.
I don't know if this is a bug or what please explain the correct to do this using only command blocks to place a full colored bed in Minecraft 1.12.
minecraft minecraft-commands
So I tried placing a white bed using the setblock command, like I did below
/setblock ~ ~ ~ bed 0
I used "0" because that's the data value for a white bed. But this did not work and it only placed half of a red bed.
I don't know if this is a bug or what please explain the correct to do this using only command blocks to place a full colored bed in Minecraft 1.12.
minecraft minecraft-commands
minecraft minecraft-commands
asked 24 mins ago
Smart_SnakeSmart_Snake
911111
911111
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
The bed consists of two blocks, so of course you need to specify both. To get the data value for the other half, or any information about 1.12.2, you can always just look at past versions of Minecraft wiki pages, like here: https://minecraft.gamepedia.com/index.php?title=Bed&oldid=1162371#Block_data
add a comment |
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgaming.stackexchange.com%2fquestions%2f351209%2fusing-setblock-to-place-a-colored-bed-in-minecraft-1-12%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
The bed consists of two blocks, so of course you need to specify both. To get the data value for the other half, or any information about 1.12.2, you can always just look at past versions of Minecraft wiki pages, like here: https://minecraft.gamepedia.com/index.php?title=Bed&oldid=1162371#Block_data
add a comment |
The bed consists of two blocks, so of course you need to specify both. To get the data value for the other half, or any information about 1.12.2, you can always just look at past versions of Minecraft wiki pages, like here: https://minecraft.gamepedia.com/index.php?title=Bed&oldid=1162371#Block_data
add a comment |
The bed consists of two blocks, so of course you need to specify both. To get the data value for the other half, or any information about 1.12.2, you can always just look at past versions of Minecraft wiki pages, like here: https://minecraft.gamepedia.com/index.php?title=Bed&oldid=1162371#Block_data
The bed consists of two blocks, so of course you need to specify both. To get the data value for the other half, or any information about 1.12.2, you can always just look at past versions of Minecraft wiki pages, like here: https://minecraft.gamepedia.com/index.php?title=Bed&oldid=1162371#Block_data
answered 2 mins ago
Fabian RölingFabian Röling
7,42431341
7,42431341
add a comment |
add a comment |
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgaming.stackexchange.com%2fquestions%2f351209%2fusing-setblock-to-place-a-colored-bed-in-minecraft-1-12%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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