Turn Block ON-OFF
info:
namespace: test
items:
my_light_block_template:
name: Test Change State Block Interact
template: true
resource:
generate: false
model_path: minecraft:block/diamond_block
material: PAPER
behaviours:
block:
placed_model:
type: REAL_NOTE
cancel_drop: false my_light_block_off:
variant_of: my_light_block_template
events:
placed_block:
interact:
replace_block:
from: my_light_block_off
to: my_light_block_on
decrement_durability: 0

Last updated