How do I change a type of block in a specific area into another block? Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30 pm US/Eastern)Using a command to replace wool blocks with command blocks which contain a commandHow do I change one Item Entity into another/different entity using commands?Give effects to entities if they are standing on a specific blockhow to make setblock a command block with a command that is executed at a certain playerHow do I kill a specific item with a command blockHow to detect a player close to a specific block Minecraft 1.9How can I teleport only people within a specific area?How do I apply an effect on a villager of a specific profession?How do I make command blocks teleport players away from an area when they don't have a specific item?How do you setblock a command block that testsfor a named item in a player's inventory?
Test if all elements of a Foldable are the same
Arriving in Atlanta (after US Preclearance in Dublin). Will I go through TSA security in Atlanta to transfer to a connecting flight?
When speaking, how do you change your mind mid-sentence?
Is it accepted to use working hours to read general interest books?
Is it OK if I do not take the receipt in Germany?
Why does Java have support for time zone offsets with seconds precision?
Coin Game with infinite paradox
Is it appropriate to mention a relatable company blog post when you're asked about the company?
Could a cockatrice have parasitic embryos?
Does using the Inspiration rules for character defects encourage My Guy Syndrome?
What does こした mean?
Why would the Overseers waste their stock of slaves on the Game?
What is the ongoing value of the Kanban board to the developers as opposed to management
What's the difference between using dependency injection with a container and using a service locator?
Eigenvalues of the Laplacian of the directed De Bruijn graph
`FindRoot [ ]`::jsing: Encountered a singular Jacobian at a point...WHY
Are there existing rules/lore for MTG planeswalkers?
Like totally amazing interchangeable sister outfit accessory swapping or whatever
Why isn't everyone flabbergasted about Bran's "gift"?
What's parked in Mil Moscow helicopter plant?
All ASCII characters with a given bit count
Co-worker works way more than he should
TV series episode where humans nuke aliens before decrypting their message that states they come in peace
What helicopter has the most rotor blades?
How do I change a type of block in a specific area into another block?
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30 pm US/Eastern)Using a command to replace wool blocks with command blocks which contain a commandHow do I change one Item Entity into another/different entity using commands?Give effects to entities if they are standing on a specific blockhow to make setblock a command block with a command that is executed at a certain playerHow do I kill a specific item with a command blockHow to detect a player close to a specific block Minecraft 1.9How can I teleport only people within a specific area?How do I apply an effect on a villager of a specific profession?How do I make command blocks teleport players away from an area when they don't have a specific item?How do you setblock a command block that testsfor a named item in a player's inventory?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
How can I change all blocks in a specific area around me (where I am currently standing) to another block? I tried using the /setblock command, but it only works for a single block.
For example, if I wanted to replace all of the grass with mycelium in a range of +/- 140 blocks in the X or Z directions, covering the entire Y range, how would I do that?
minecraft minecraft-commands
add a comment |
How can I change all blocks in a specific area around me (where I am currently standing) to another block? I tried using the /setblock command, but it only works for a single block.
For example, if I wanted to replace all of the grass with mycelium in a range of +/- 140 blocks in the X or Z directions, covering the entire Y range, how would I do that?
minecraft minecraft-commands
add a comment |
How can I change all blocks in a specific area around me (where I am currently standing) to another block? I tried using the /setblock command, but it only works for a single block.
For example, if I wanted to replace all of the grass with mycelium in a range of +/- 140 blocks in the X or Z directions, covering the entire Y range, how would I do that?
minecraft minecraft-commands
How can I change all blocks in a specific area around me (where I am currently standing) to another block? I tried using the /setblock command, but it only works for a single block.
For example, if I wanted to replace all of the grass with mycelium in a range of +/- 140 blocks in the X or Z directions, covering the entire Y range, how would I do that?
minecraft minecraft-commands
minecraft minecraft-commands
edited Apr 6 '15 at 20:37
pinckerman
11.6k134480
11.6k134480
asked Apr 5 '15 at 11:42
ShiuyinShiuyin
3303617
3303617
add a comment |
add a comment |
5 Answers
5
active
oldest
votes
You should use the fill command. You won't be able to do all 20 million blocks in the 280*256*280 area that you want to do at once (that's a really huge amount), but you'll be able to do smaller segments:
/fill ~-20 ~-8 ~-20 ~20 ~8 ~20 mycelium 0 replace grass
add a comment |
/clone x y z x y z x y z
The first two "xyz xyz" coordinates are the parameters of what you want to copy, the last "xyz" coordinates are where you want to paste it. And same problem as /fill you can only copy/replace so many blocks at a time. I tried to clone a whole village but it was too many blocks and wouldn't let me :D
add a comment |
/fill x1 y1 z1 x2 y2 z2 <TileName> [dataValue]
For that many blocks you might want to do it in multiple pieces rather than all at once.
Couldn't really understand the other answers so I thought I'd clarify a bit for anyone else who may need this question answered.
1
That's pretty much the same answer colorfusion already posted.
– dly
Nov 7 '16 at 7:33
It posted for clarification because I had a hard time understanding and others might as well if they needed the same question answered and looked on here
– kyrcrafter
Nov 9 '16 at 18:19
add a comment |
connect this command to a fast redstone clock:
/execute @p ~ ~ ~ fill ~x ~y ~z ~-x ~-y ~-z block 0 replace block2
substitute block with the block you want and block with the block you want replaced.
add a comment |
This didn’t work for me. I do not no what I did wrong. I have BE Edition. All I did was /fill ~-20 ~-8 ~-20 ~20 ~8 ~20 ~Bedrock 4 replace Grass
New contributor
user230551 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
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%2f212726%2fhow-do-i-change-a-type-of-block-in-a-specific-area-into-another-block%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
5 Answers
5
active
oldest
votes
5 Answers
5
active
oldest
votes
active
oldest
votes
active
oldest
votes
You should use the fill command. You won't be able to do all 20 million blocks in the 280*256*280 area that you want to do at once (that's a really huge amount), but you'll be able to do smaller segments:
/fill ~-20 ~-8 ~-20 ~20 ~8 ~20 mycelium 0 replace grass
add a comment |
You should use the fill command. You won't be able to do all 20 million blocks in the 280*256*280 area that you want to do at once (that's a really huge amount), but you'll be able to do smaller segments:
/fill ~-20 ~-8 ~-20 ~20 ~8 ~20 mycelium 0 replace grass
add a comment |
You should use the fill command. You won't be able to do all 20 million blocks in the 280*256*280 area that you want to do at once (that's a really huge amount), but you'll be able to do smaller segments:
/fill ~-20 ~-8 ~-20 ~20 ~8 ~20 mycelium 0 replace grass
You should use the fill command. You won't be able to do all 20 million blocks in the 280*256*280 area that you want to do at once (that's a really huge amount), but you'll be able to do smaller segments:
/fill ~-20 ~-8 ~-20 ~20 ~8 ~20 mycelium 0 replace grass
answered Apr 5 '15 at 12:20
SirBenetSirBenet
25.2k34777
25.2k34777
add a comment |
add a comment |
/clone x y z x y z x y z
The first two "xyz xyz" coordinates are the parameters of what you want to copy, the last "xyz" coordinates are where you want to paste it. And same problem as /fill you can only copy/replace so many blocks at a time. I tried to clone a whole village but it was too many blocks and wouldn't let me :D
add a comment |
/clone x y z x y z x y z
The first two "xyz xyz" coordinates are the parameters of what you want to copy, the last "xyz" coordinates are where you want to paste it. And same problem as /fill you can only copy/replace so many blocks at a time. I tried to clone a whole village but it was too many blocks and wouldn't let me :D
add a comment |
/clone x y z x y z x y z
The first two "xyz xyz" coordinates are the parameters of what you want to copy, the last "xyz" coordinates are where you want to paste it. And same problem as /fill you can only copy/replace so many blocks at a time. I tried to clone a whole village but it was too many blocks and wouldn't let me :D
/clone x y z x y z x y z
The first two "xyz xyz" coordinates are the parameters of what you want to copy, the last "xyz" coordinates are where you want to paste it. And same problem as /fill you can only copy/replace so many blocks at a time. I tried to clone a whole village but it was too many blocks and wouldn't let me :D
answered Apr 28 '15 at 4:27
76mickd76mickd
142
142
add a comment |
add a comment |
/fill x1 y1 z1 x2 y2 z2 <TileName> [dataValue]
For that many blocks you might want to do it in multiple pieces rather than all at once.
Couldn't really understand the other answers so I thought I'd clarify a bit for anyone else who may need this question answered.
1
That's pretty much the same answer colorfusion already posted.
– dly
Nov 7 '16 at 7:33
It posted for clarification because I had a hard time understanding and others might as well if they needed the same question answered and looked on here
– kyrcrafter
Nov 9 '16 at 18:19
add a comment |
/fill x1 y1 z1 x2 y2 z2 <TileName> [dataValue]
For that many blocks you might want to do it in multiple pieces rather than all at once.
Couldn't really understand the other answers so I thought I'd clarify a bit for anyone else who may need this question answered.
1
That's pretty much the same answer colorfusion already posted.
– dly
Nov 7 '16 at 7:33
It posted for clarification because I had a hard time understanding and others might as well if they needed the same question answered and looked on here
– kyrcrafter
Nov 9 '16 at 18:19
add a comment |
/fill x1 y1 z1 x2 y2 z2 <TileName> [dataValue]
For that many blocks you might want to do it in multiple pieces rather than all at once.
Couldn't really understand the other answers so I thought I'd clarify a bit for anyone else who may need this question answered.
/fill x1 y1 z1 x2 y2 z2 <TileName> [dataValue]
For that many blocks you might want to do it in multiple pieces rather than all at once.
Couldn't really understand the other answers so I thought I'd clarify a bit for anyone else who may need this question answered.
edited Nov 7 '16 at 6:10
answered Nov 7 '16 at 6:05
kyrcrafterkyrcrafter
173
173
1
That's pretty much the same answer colorfusion already posted.
– dly
Nov 7 '16 at 7:33
It posted for clarification because I had a hard time understanding and others might as well if they needed the same question answered and looked on here
– kyrcrafter
Nov 9 '16 at 18:19
add a comment |
1
That's pretty much the same answer colorfusion already posted.
– dly
Nov 7 '16 at 7:33
It posted for clarification because I had a hard time understanding and others might as well if they needed the same question answered and looked on here
– kyrcrafter
Nov 9 '16 at 18:19
1
1
That's pretty much the same answer colorfusion already posted.
– dly
Nov 7 '16 at 7:33
That's pretty much the same answer colorfusion already posted.
– dly
Nov 7 '16 at 7:33
It posted for clarification because I had a hard time understanding and others might as well if they needed the same question answered and looked on here
– kyrcrafter
Nov 9 '16 at 18:19
It posted for clarification because I had a hard time understanding and others might as well if they needed the same question answered and looked on here
– kyrcrafter
Nov 9 '16 at 18:19
add a comment |
connect this command to a fast redstone clock:
/execute @p ~ ~ ~ fill ~x ~y ~z ~-x ~-y ~-z block 0 replace block2
substitute block with the block you want and block with the block you want replaced.
add a comment |
connect this command to a fast redstone clock:
/execute @p ~ ~ ~ fill ~x ~y ~z ~-x ~-y ~-z block 0 replace block2
substitute block with the block you want and block with the block you want replaced.
add a comment |
connect this command to a fast redstone clock:
/execute @p ~ ~ ~ fill ~x ~y ~z ~-x ~-y ~-z block 0 replace block2
substitute block with the block you want and block with the block you want replaced.
connect this command to a fast redstone clock:
/execute @p ~ ~ ~ fill ~x ~y ~z ~-x ~-y ~-z block 0 replace block2
substitute block with the block you want and block with the block you want replaced.
answered Nov 11 '17 at 22:59
JordanJordan
1
1
add a comment |
add a comment |
This didn’t work for me. I do not no what I did wrong. I have BE Edition. All I did was /fill ~-20 ~-8 ~-20 ~20 ~8 ~20 ~Bedrock 4 replace Grass
New contributor
user230551 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
This didn’t work for me. I do not no what I did wrong. I have BE Edition. All I did was /fill ~-20 ~-8 ~-20 ~20 ~8 ~20 ~Bedrock 4 replace Grass
New contributor
user230551 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
This didn’t work for me. I do not no what I did wrong. I have BE Edition. All I did was /fill ~-20 ~-8 ~-20 ~20 ~8 ~20 ~Bedrock 4 replace Grass
New contributor
user230551 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
This didn’t work for me. I do not no what I did wrong. I have BE Edition. All I did was /fill ~-20 ~-8 ~-20 ~20 ~8 ~20 ~Bedrock 4 replace Grass
New contributor
user230551 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
user230551 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
answered 20 mins ago
user230551user230551
1
1
New contributor
user230551 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
user230551 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
user230551 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
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%2f212726%2fhow-do-i-change-a-type-of-block-in-a-specific-area-into-another-block%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