SwiftSwamp

Untitled

Dec 13th, 2016
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. # These first 6 aren't configurable
  2. issues: "https://github.com/boy0001/FastAsyncRedstone/issues"
  3. wiki: "https://github.com/boy0001/FastAsyncRedstone/wiki/"
  4. date: null
  5. build: null
  6. commit: null
  7. platform: null
  8.  
  9. optimize-devices:
  10. redstone-wire: true
  11. redstone-lamp: true
  12. lit-redstone-lamp: true
  13. sticky-piston: true
  14. piston: true
  15. unlit-redstone-torch: true
  16. redstone-torch: true
  17.  
  18. # Queues cosmetic changes and performs async
  19. # - Redstone might be alternating every tick
  20. # - Players don't need to see every change
  21. queue:
  22. # Configure the interval for the async queue
  23. # - Lighting changes are calculated
  24. # - Bulk packets are sent
  25. # - Increase to reduce CPU usage
  26. # - Lower to see changes sooner
  27. interval: 6
Advertisement
Add Comment
Please, Sign In to add comment