Type the command in the chat window and press the Enter key to run the command. This /fill command would replace all blocks in the fill region, including air. The replaced blocks will be dropped and can then be collected as if they were mined with a pickaxe or shovel.
What is the block ID for air?
Blocks and Items
| 0 | Air (minecraft:air) |
|---|---|
| 1:5 | Andesite (minecraft:stone) |
| 1:6 | Polished Andesite (minecraft:stone) |
| 2 | Grass (minecraft:grass) |
| 3 | Dirt (minecraft:dirt) |
How do you fill an area with air?
To use this command, follow these steps:
- Go to a corner of the area you want to fill.
- Press F3.
- Record your coordinates.
- Move to the opposite corner of the area you want to fill.
- Record the coordinates there.
- Press the “T” key to open the Chat menu, and type /fill [your first coordinates] [your second coordinates].
What is the block ID for gray concrete?
Minecraft Java Edition (PC/Mac)
| Description (Minecraft ID Name) | Minecraft ID | Minecraft Data Value |
|---|---|---|
| Gray Concrete (minecraft:concrete) | 251 | 7 |
| Gray Concrete (minecraft:gray_concrete) |
How to check if you are standing on a block besides Air?
/execute @a ~ ~~ detect ~ ~-1 ~ !air 0 tellraw @a {“text”:”You are standing on a block!”} and check if a player doesn’t have air under them. give the player a tag then immediatly remove it IF air is under them if they have the tag they are standing on a block
How to check if there is any block under an entity Besides air?
give the player a tag then immediatly remove it IF air is under them if they have the tag they are standing on a block Remove a score when air is below. Add score constantly. Make sure you remove the score before you add it. Result is that whenever air isn’t below you, it fails to remove a score thus increasing the value.
How do you ignore air blocks in Minecraft?
The all/masked option represents whether to ignore air blocks in the source region. If set to all, all air blocks in the source region have to be air blocks in the destination region. If set to masked, air blocks in the source region are ignored in the destination, and can be anything and will still count.
How to check if a player has air under them?
and check if a player doesn’t have air under them. give the player a tag then immediatly remove it IF air is under them if they have the tag they are standing on a block Remove a score when air is below. Add score constantly. Make sure you remove the score before you add it.