mc_set_block x (number), y (number), z (number), block_name (symbol_or_number)
Change the block type of the block at coords x
, y
, z
to block_type
. The block type may be specified either as a symbol such as :air
or a number. See mc_block_ids
and mc_block_types
for lists of valid symbols and numbers.
Introduced in v2.5
# Example 1 | |
|
|