- 
                Notifications
    
You must be signed in to change notification settings  - Fork 49
 
Reaction Suppress Liquid
        Daniel Mills edited this page Mar 31, 2016 
        ·
        1 revision
      
    This action freezes liquid flow (not ice). This prevents the server from lagging due to too many block updates from liquids flowing a lot.
This is only called if the server is lagging BECAUSE of liquid flow. Sometimes liquid will update itself, so React may put up a fight with liquid flow.
Located at plugins/React/reactions/action-suppress-liquid.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-liquid:
  # You can disable react from automatically freezing liquid on lag.
  freeze-all-liquid-on-lag: true