-
Notifications
You must be signed in to change notification settings - Fork 51
Reaction Suppress Redstone
Daniel Mills edited this page Mar 31, 2016
·
1 revision
This action suppresses Redstone from triggering. For example, if you have a Redstone clock, it will be stopped in its loop. Not permanently however. You can simply restart your clocks for this to be fixed.
This is only called when react has detected that the server is lagging BECAUSE of too much redstone.
Located at plugins/React/reactions/action-suppress-redstone.yml
component:
# You can disable this here. However, be aware that it won't be used.
# React will still warn you, but will not fix the problem
enable: true
# Most reactions do not use an interval, but some do
# You shouldn't usually need to change this.
interval: 20
action-suppress-redstone:
# You can disable automatic redstone freezing here
freeze-all-redstone-on-lag: true