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;
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
add a comment |
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
add a comment |
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
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
minecraft
edited May 19 '16 at 0:56
Alex
6523925
6523925
asked May 18 '16 at 17:11
Nabeel ParkarNabeel Parkar
21112
21112
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
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.
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
add a comment |
In the 1.13 snapshot, use /fill x1 y1 z1 x2 y2 z2 minecraft:oak_slab[type=top]
.
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%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
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.
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
add a comment |
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.
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
add a comment |
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.
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.
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
add a comment |
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
add a comment |
In the 1.13 snapshot, use /fill x1 y1 z1 x2 y2 z2 minecraft:oak_slab[type=top]
.
add a comment |
In the 1.13 snapshot, use /fill x1 y1 z1 x2 y2 z2 minecraft:oak_slab[type=top]
.
add a comment |
In the 1.13 snapshot, use /fill x1 y1 z1 x2 y2 z2 minecraft:oak_slab[type=top]
.
In the 1.13 snapshot, use /fill x1 y1 z1 x2 y2 z2 minecraft:oak_slab[type=top]
.
edited May 19 '18 at 17:09
arghtype
5,38682547
5,38682547
answered May 19 '18 at 16:29
OmegaOmega
7111
7111
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%2f266023%2fminecraft-fill-command-using-slabs%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