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;








1















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.










share|improve this question




























    1















    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.










    share|improve this question
























      1












      1








      1








      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.










      share|improve this question














      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






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked 24 mins ago









      Smart_SnakeSmart_Snake

      911111




      911111




















          1 Answer
          1






          active

          oldest

          votes


















          1














          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





          share























            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
            );



            );













            draft saved

            draft discarded


















            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









            1














            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





            share



























              1














              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





              share

























                1












                1








                1







                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





                share













                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






                share











                share


                share










                answered 2 mins ago









                Fabian RölingFabian Röling

                7,42431341




                7,42431341



























                    draft saved

                    draft discarded
















































                    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%2f351209%2fusing-setblock-to-place-a-colored-bed-in-minecraft-1-12%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

                    ParseJSON using SSJSUsing AMPscript with SSJS ActivitiesHow to resubscribe a user in Marketing cloud using SSJS?Pulling Subscriber Status from Lists using SSJSRetrieving Emails using SSJSProblem in updating DE using SSJSUsing SSJS to send single email in Marketing CloudError adding EmailSendDefinition using SSJS

                    Кампала Садржај Географија Географија Историја Становништво Привреда Партнерски градови Референце Спољашње везе Мени за навигацију0°11′ СГШ; 32°20′ ИГД / 0.18° СГШ; 32.34° ИГД / 0.18; 32.340°11′ СГШ; 32°20′ ИГД / 0.18° СГШ; 32.34° ИГД / 0.18; 32.34МедијиПодациЗванични веб-сајту

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