#Replace Block

1 messages · Page 1 of 1 (latest)

serene flume
#

Hello, I want that when I touch a block with an item (stick), this block is replaced by another block and that this one is oriented in the same direction,

if (mainhand.typeId == "minecraft:stick") {
}
``’
turbid galleon
#

Assuming the facing_direction is the state name of the block's direction.

serene flume
turbid galleon