Decorator Tool

mcmonkey

Administrator
Staff member
Helper
RedShirt2 said:
mcmonkey said:
RedShirt2 said:
on player right clicks block priority:1:
- if <server.has_flag[decorative_block.<context.location.simple>]>:
- determine cancelled

.simple threw an error, while I clicked on other things. Probably need a fallback! Probably.
That should not ever cause an error... if it did, please report the full error with a debug log

- if <server.has_flag[decorative_block.<context.location.simple>]>:
just needs a fallback for when you aren't using the decorator...
- if <server.has_flag[decorative_block.<context.location.simple>]||false>:
No. That tag should literally never error. Ever. At all. Ever. That fallback is wrong.

Please report the full error with a debug log.
 

Berufeng

Member
Jan 29, 2020
18
0
0
UPDATE 6/25/20:

- Minor bug fix: Created fallbacks to prevent errors when player right clicks air.
- Fix: daylight_detector can now be toggled with sneak-right-click.