ShiftBlock
Temporarily change the CustomBlock or Furniture to another one!
Change CustomBlock
# Example
Mechanics:
shiftblock:
time: 5 # Time in seconds
replace_to: test_block2 # Id of CustomBlockChange CustomBlock if clicked with specified items
# Example
Mechanics:
custom_block:
type: NOTEBLOCK
shiftblock:
time: 60 # Time in seconds
replace_to: test_block2 # Id of CustomBlock
items: # Allow to use this Mechanic only using those items
- forest_axe # Nexo Item
- PAPER # Vanilla MaterialShift triggers
Use Case examples
Resource generation with on_break
on_break
Block transform with on_place
on_place
Last updated