Minecraft:Commands/fillbiome: Difference between revisions
More actions
imported>LauraFii m Revert edits by 37.96.20.206 (talk) |
Remove broken links to missing pages |
||
| Line 14: | Line 14: | ||
<gallery heights='100px' mode='packed' style='text-align:left'> | <gallery heights='100px' mode='packed' style='text-align:left'> | ||
Fillbiome example-before.png|This command is used to attempt to change the biome between the two stone blocks to | Fillbiome example-before.png|This command is used to attempt to change the biome between the two stone blocks to desert. | ||
Fillbiome example-after.png|As shown here, the biome changes are not applied at the exact coordinates specified. | Fillbiome example-after.png|As shown here, the biome changes are not applied at the exact coordinates specified. | ||
</gallery> | </gallery> | ||
The command only changes the biome, but not the blocks in it. For example, changing a | The command only changes the biome, but not the blocks in it. For example, changing a forest to a desert with this command does not change the grass blocks to [[Minecraft:sand]] and does not plant cacti, but rabbits spawn in the new "desert" that still looks like a forest. Also, the grass color will change and mobs like snow golems will die. | ||
== Syntax == | == Syntax == | ||
: <code>/fillbiome <from> <to> <biome></code> | : <code>/fillbiome <from> <to> <biome></code> | ||
The fillbiome | The fillbiome command also has an optional alternate syntax when using the <code>replace</code> option: | ||
: <code>/fillbiome <from> <to> <biome> replace <filter></code> | : <code>/fillbiome <from> <to> <biome> replace <filter></code> | ||
| Line 69: | Line 69: | ||
[[Category:Commands]] | [[Category:Commands]] | ||
de:Befehl/fillbiome | |||
es:Comandos/fillbiome | |||
ja:コマンド/fillbiome | |||
pt:Comandos/fillbiome | |||
ru:Команды консоли/fillbiome | |||
zh:命令/fillbiome | |||
Revision as of 15:44, 9 April 2026
Template:Exclusive Template:Infobox command
Fills a specified area of a region with a specific Minecraft:biome.
Usage
Because biomes in a world are stored in cells of 4×4×4 blocks, this command is applied on each selected cell instead of each block.
Although biomes are stored in cells, biome boundaries are slightly fiddled with to make them smooth, so the shape of the region whose biome is actually changed is irregular.
-
This command is used to attempt to change the biome between the two stone blocks to desert.
-
As shown here, the biome changes are not applied at the exact coordinates specified.
The command only changes the biome, but not the blocks in it. For example, changing a forest to a desert with this command does not change the grass blocks to Minecraft:sand and does not plant cacti, but rabbits spawn in the new "desert" that still looks like a forest. Also, the grass color will change and mobs like snow golems will die.
Syntax
/fillbiome <from> <to> <biome>
The fillbiome command also has an optional alternate syntax when using the replace option:
/fillbiome <from> <to> <biome> replace <filter>
Arguments
Template:Argument and Template:Argument
- The two corners to fill the biome between.
- Template:Arg desc
- Specifies the biome to fill the specified area with. See Template:Slink for a list of vanilla biome IDs.
- Template:Arg desc
- Specifies the biomes in the fill region to be replaced. If not specified, replaces all biomes in the fill region.
- Template:Arg desc
Result
Template:Result table Template:Result table Template:Result table Template:Result table Template:Result table Template:Result table
Output
Template:Output table Template:Output table Template:Output table Template:Output table
History
de:Befehl/fillbiome es:Comandos/fillbiome ja:コマンド/fillbiome pt:Comandos/fillbiome ru:Команды консоли/fillbiome zh:命令/fillbiome