Not all options to handle blocks are available for the 4 ways of modifying blocks in the world.
block handling option |
|
|
| structure block |
---|---|---|---|---|
replace only certain blocks | ❌ | ✔ | ❌ | ❌ |
replace only air | ✔ | ✔ | ❌ | ❌ |
drop the item of the blocks | ✔ | ✔ | ❌ | ❌ |
only copy certain blocks | - | - | ✔ | ❌ |
copy everything except air | - | - | ✔ | ✔ structure voids |
Boxes marked with "-" are not necessary as /setblock
and /fill
only allow to place one type of block
Comments 7
This is purely about changing block ids in the world, but of course a /state
command that could do more than rotation would be ideal.
Masked copies everything except air, and structure voids allow spaces to be ignored when copying a structure. Neither of them has the feature of only copying air.
Rotation could also be added to this list, as structure blocks are the only block-modifying one on this list that has a rotation option.