Minecraft fill command using slabs Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?How can I receive a success output signal from command block on a fill clock?/fill area of command blocks with commands?Make A Stack/Column of Command BlocksMinecraft Command Block ProblemMinecraft 1.10.2 command block doesn't activate other command blockminecraft: can't place a layer of blocks all on the y-axis without struggling with the fill commandChange certain blocks to other blocks?How do I fill in only certain blocks in minecraft 1.11.2?how to break a block using commandsMy /fill command won't work!

What does 丫 mean? 丫是什么意思?

Why is the change of basis formula counter-intuitive? [See details]

Is multiple magic items in one inherently imbalanced?

The Nth Gryphon Number

Project Euler #1 in C++

Monty Hall Problem-Probability Paradox

Printing attributes of selection in ArcPy?

Where is the Next Backup Size entry on iOS 12?

What is the difference between a "ranged attack" and a "ranged weapon attack"?

Did any compiler fully use 80-bit floating point?

Why datecode is SO IMPORTANT to chip manufacturers?

Why is a lens darker than other ones when applying the same settings?

Delete free apps from library

How can I prevent/balance waiting and turtling as a response to cooldown mechanics

Why does electrolysis of aqueous concentrated sodium bromide produce bromine at the anode?

Putting class ranking in CV, but against dept guidelines

White walkers, cemeteries and wights

Where did this useful matrix decomposition come from for Nodal Analysis?

If Windows 7 doesn't support WSL, then what is "Subsystem for UNIX-based Applications"?

Resize vertical bars (absolute-value symbols)

Can two people see the same photon?

Why are vacuum tubes still used in amateur radios?

Asymptotics question

Simple Http Server



Minecraft fill command using slabs



Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)
Announcing the arrival of Valued Associate #679: Cesar Manara
Unicorn Meta Zoo #1: Why another podcast?How can I receive a success output signal from command block on a fill clock?/fill area of command blocks with commands?Make A Stack/Column of Command BlocksMinecraft Command Block ProblemMinecraft 1.10.2 command block doesn't activate other command blockminecraft: can't place a layer of blocks all on the y-axis without struggling with the fill commandChange certain blocks to other blocks?How do I fill in only certain blocks in minecraft 1.11.2?how to break a block using commandsMy /fill command won't work!



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








4















I have a massive project that I'm building just for the heck of it. I need to place hundreds of blocks and I do that easily with the fill command. But, I can't seem to fill an area with top slabs. I tried /fill x1 y1 z1 x2 y2 z2 minecraft:stone_slab then I get bottom slabs placed! Does anyone have a solution to it? If you do then I appreciate it. :)










share|improve this question






























    4















    I have a massive project that I'm building just for the heck of it. I need to place hundreds of blocks and I do that easily with the fill command. But, I can't seem to fill an area with top slabs. I tried /fill x1 y1 z1 x2 y2 z2 minecraft:stone_slab then I get bottom slabs placed! Does anyone have a solution to it? If you do then I appreciate it. :)










    share|improve this question


























      4












      4








      4


      1






      I have a massive project that I'm building just for the heck of it. I need to place hundreds of blocks and I do that easily with the fill command. But, I can't seem to fill an area with top slabs. I tried /fill x1 y1 z1 x2 y2 z2 minecraft:stone_slab then I get bottom slabs placed! Does anyone have a solution to it? If you do then I appreciate it. :)










      share|improve this question
















      I have a massive project that I'm building just for the heck of it. I need to place hundreds of blocks and I do that easily with the fill command. But, I can't seem to fill an area with top slabs. I tried /fill x1 y1 z1 x2 y2 z2 minecraft:stone_slab then I get bottom slabs placed! Does anyone have a solution to it? If you do then I appreciate it. :)







      minecraft






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited May 19 '16 at 0:56









      Alex

      6523925




      6523925










      asked May 18 '16 at 17:11









      Nabeel ParkarNabeel Parkar

      21112




      21112




















          2 Answers
          2






          active

          oldest

          votes


















          8














          The problem here is that the command
          /fill x1 y1 z1 x2 y2 z2 minecraft:stone_slab automatically means /fill x1 y1 z1 x2 y2 z2 minecraft:stone_slab 0, the 0 is added. If you change this 0 to another value, the slab will change it's position; 8 is for the upper stone slabs:



          /fill x1 y1 z1 x2 y2 z2 minecraft:stone_slab 8


          Note: This technique works only for Minecraft versions 1.12.2 and older. For newer versions, check out the other answer on this question.






          share|improve this answer




















          • 5





            @NabeelParkar If this answer solved your problem, hit the check mark. It rewards the answerer, and tells future visitors what solved your problem :)

            – APCoding
            May 19 '16 at 1:05


















          7














          In the 1.13 snapshot, use /fill x1 y1 z1 x2 y2 z2 minecraft:oak_slab[type=top].






          share|improve this answer

























            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%2f266023%2fminecraft-fill-command-using-slabs%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown

























            2 Answers
            2






            active

            oldest

            votes








            2 Answers
            2






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            8














            The problem here is that the command
            /fill x1 y1 z1 x2 y2 z2 minecraft:stone_slab automatically means /fill x1 y1 z1 x2 y2 z2 minecraft:stone_slab 0, the 0 is added. If you change this 0 to another value, the slab will change it's position; 8 is for the upper stone slabs:



            /fill x1 y1 z1 x2 y2 z2 minecraft:stone_slab 8


            Note: This technique works only for Minecraft versions 1.12.2 and older. For newer versions, check out the other answer on this question.






            share|improve this answer




















            • 5





              @NabeelParkar If this answer solved your problem, hit the check mark. It rewards the answerer, and tells future visitors what solved your problem :)

              – APCoding
              May 19 '16 at 1:05















            8














            The problem here is that the command
            /fill x1 y1 z1 x2 y2 z2 minecraft:stone_slab automatically means /fill x1 y1 z1 x2 y2 z2 minecraft:stone_slab 0, the 0 is added. If you change this 0 to another value, the slab will change it's position; 8 is for the upper stone slabs:



            /fill x1 y1 z1 x2 y2 z2 minecraft:stone_slab 8


            Note: This technique works only for Minecraft versions 1.12.2 and older. For newer versions, check out the other answer on this question.






            share|improve this answer




















            • 5





              @NabeelParkar If this answer solved your problem, hit the check mark. It rewards the answerer, and tells future visitors what solved your problem :)

              – APCoding
              May 19 '16 at 1:05













            8












            8








            8







            The problem here is that the command
            /fill x1 y1 z1 x2 y2 z2 minecraft:stone_slab automatically means /fill x1 y1 z1 x2 y2 z2 minecraft:stone_slab 0, the 0 is added. If you change this 0 to another value, the slab will change it's position; 8 is for the upper stone slabs:



            /fill x1 y1 z1 x2 y2 z2 minecraft:stone_slab 8


            Note: This technique works only for Minecraft versions 1.12.2 and older. For newer versions, check out the other answer on this question.






            share|improve this answer















            The problem here is that the command
            /fill x1 y1 z1 x2 y2 z2 minecraft:stone_slab automatically means /fill x1 y1 z1 x2 y2 z2 minecraft:stone_slab 0, the 0 is added. If you change this 0 to another value, the slab will change it's position; 8 is for the upper stone slabs:



            /fill x1 y1 z1 x2 y2 z2 minecraft:stone_slab 8


            Note: This technique works only for Minecraft versions 1.12.2 and older. For newer versions, check out the other answer on this question.







            share|improve this answer














            share|improve this answer



            share|improve this answer








            edited 17 hours ago

























            answered May 18 '16 at 18:21









            QuijiboQuijibo

            9981639




            9981639







            • 5





              @NabeelParkar If this answer solved your problem, hit the check mark. It rewards the answerer, and tells future visitors what solved your problem :)

              – APCoding
              May 19 '16 at 1:05












            • 5





              @NabeelParkar If this answer solved your problem, hit the check mark. It rewards the answerer, and tells future visitors what solved your problem :)

              – APCoding
              May 19 '16 at 1:05







            5




            5





            @NabeelParkar If this answer solved your problem, hit the check mark. It rewards the answerer, and tells future visitors what solved your problem :)

            – APCoding
            May 19 '16 at 1:05





            @NabeelParkar If this answer solved your problem, hit the check mark. It rewards the answerer, and tells future visitors what solved your problem :)

            – APCoding
            May 19 '16 at 1:05













            7














            In the 1.13 snapshot, use /fill x1 y1 z1 x2 y2 z2 minecraft:oak_slab[type=top].






            share|improve this answer





























              7














              In the 1.13 snapshot, use /fill x1 y1 z1 x2 y2 z2 minecraft:oak_slab[type=top].






              share|improve this answer



























                7












                7








                7







                In the 1.13 snapshot, use /fill x1 y1 z1 x2 y2 z2 minecraft:oak_slab[type=top].






                share|improve this answer















                In the 1.13 snapshot, use /fill x1 y1 z1 x2 y2 z2 minecraft:oak_slab[type=top].







                share|improve this answer














                share|improve this answer



                share|improve this answer








                edited May 19 '18 at 17:09









                arghtype

                5,38682547




                5,38682547










                answered May 19 '18 at 16:29









                OmegaOmega

                7111




                7111



























                    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%2f266023%2fminecraft-fill-command-using-slabs%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

                    How does Billy Russo acquire his 'Jigsaw' mask? Unicorn Meta Zoo #1: Why another podcast? Announcing the arrival of Valued Associate #679: Cesar Manara Favourite questions and answers from the 1st quarter of 2019Why does Bane wear the mask?Why does Kylo Ren wear a mask?Why did Captain America remove his mask while fighting Batroc the Leaper?How did the OA acquire her wisdom?Is Billy Breckenridge gay?How does Adrian Toomes hide his earnings from the IRS?What is the state of affairs on Nootka Sound by the end of season 1?How did Tia Dalma acquire Captain Barbossa's body?How is one “Deemed Worthy”, to acquire the Greatsword “Dawn”?How did Karen acquire the handgun?

                    Личност Атрибути на личността | Литература и източници | НавигацияРаждането на личносттаредактиратередактирате

                    A sequel to Domino's tragic life Why Christmas is for Friends Cold comfort at Charles' padSad farewell for Lady JanePS Most watched News videos