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?

What to do if SUS scores contradict qualitative feedback?

What's the difference between "за ... от" and "в ... от"?

Anabelian geometry ~ higher category theory

Area under the curve - Integrals (Antiderivatives)

CPLD based Pierce oscillator

Is it possible to create different colors in rocket exhaust?

Tikzpicture in figure problem

How do employ ' ("prime") in math mode at the correct depth?

Would an 8% reduction in drag outweigh the weight addition from this custom CFD-tested winglet?

Does gravity affect the time evolution of a QM wave function?

Is there anything special about -1 (0xFFFFFFFF) regarding ADC?

Magento 2: How to get type columns of table in sql?

correct spelling of "carruffel" (fuzz, hustle, all that jazz)

Jesus' words on the Jews

How do I tell my supervisor that he is choosing poor replacements for me while I am on maternity leave?

Rounding a number extracted by jq to limit the decimal points

Why did the metro bus stop at each railway crossing, despite no warning indicating a train was coming?

Extracting sublists that contain similar elements

Can I say: "When was your train leaving?" if the train leaves in the future?

What makes "quality" analog AV cables better than cheap cables?

Does SQL Server allow (make visible) DDL inside a transaction to the transaction prior to commit?

Is this apt vulnerability (CVE-2019-3462) a security concern for Ubuntu users?

High Memory Utilization in Juniper ACX2100

Why does the headset man not get on the tractor?



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 1 hour 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|improve this answer























          • So do I have to specify both the color AND direction for the second half, or is just direction enough?

            – Quijibo
            58 mins ago











          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|improve this answer























          • So do I have to specify both the color AND direction for the second half, or is just direction enough?

            – Quijibo
            58 mins ago















          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|improve this answer























          • So do I have to specify both the color AND direction for the second half, or is just direction enough?

            – Quijibo
            58 mins ago













          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|improve this answer













          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|improve this answer












          share|improve this answer



          share|improve this answer










          answered 1 hour ago









          Fabian RölingFabian Röling

          7,42431341




          7,42431341












          • So do I have to specify both the color AND direction for the second half, or is just direction enough?

            – Quijibo
            58 mins ago

















          • So do I have to specify both the color AND direction for the second half, or is just direction enough?

            – Quijibo
            58 mins ago
















          So do I have to specify both the color AND direction for the second half, or is just direction enough?

          – Quijibo
          58 mins ago





          So do I have to specify both the color AND direction for the second half, or is just direction enough?

          – Quijibo
          58 mins ago

















          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

          Log på Navigationsmenu

          Wonderful Copenhagen (sang) Eksterne henvisninger | NavigationsmenurSide på frankloesser.comWonderful Copenhagen

          Detroit Tigers Spis treści Historia | Skład zespołu | Sukcesy | Członkowie Baseball Hall of Fame | Zastrzeżone numery | Przypisy | Menu nawigacyjneEncyclopedia of Detroit - Detroit TigersTigers Stadium, Detroit, MITigers Timeline 1900sDetroit Tigers Team History & EncyclopediaTigers Timeline 1910s1935 World Series1945 World Series1945 World Series1984 World SeriesComerica Park, Detroit, MI2006 World Series2012 World SeriesDetroit Tigers 40-Man RosterDetroit Tigers Coaching StaffTigers Hall of FamersTigers Retired Numberse