2023-04-26 14:44:54 +00:00
|
|
|
#--------------------------------------------------
|
|
|
|
#
|
|
|
|
# MIRRICRAFT
|
|
|
|
# by Christer Warén / Warén Group
|
|
|
|
#
|
|
|
|
#--------------------------------------------------
|
|
|
|
|
2020-10-20 01:19:35 +00:00
|
|
|
on right click on iron door:
|
|
|
|
play sound "block.iron_door.open" with volume 1 to the player
|
|
|
|
toggle event-block
|
|
|
|
|
|
|
|
on right click on iron door:
|
|
|
|
cancel the event
|
|
|
|
|
|
|
|
on right click on iron door holding a iron door:
|
2023-04-26 14:44:54 +00:00
|
|
|
cancel the event
|