Advertisement
Guest User

CCTweaks Config

a guest
Jun 9th, 2015
347
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.43 KB | None | 0 0
  1. # Configuration file
  2.  
  3. ##########################################################################################################
  4. # computer
  5. #--------------------------------------------------------------------------------------------------------#
  6. # Computer changes
  7. ##########################################################################################################
  8.  
  9. computer {
  10. # Time in milliseconds before 'Too long without yielding' error
  11. # You cannot shutdown/reboot the computer during this time.
  12. # Use [range: 1 ~ 2147483647, default: 5000]
  13. I:"Computer timeout"=5000
  14.  
  15. # Enable upgrading computers [default: true]
  16. B:"Computer upgrade"=true
  17.  
  18. # Enable the debug wand [default: false]
  19. B:"Debug wand"=false
  20.  
  21. # Compile Lua bytecode to Java bytecode [default: false]
  22. B:LuaJC=false
  23.  
  24. # Verify LuaJC sources on generation.
  25. # This will slow down compilation.
  26. # If you have errors, please turn this and debug and
  27. # send it with the bug report. [default: false]
  28. B:"Verify LuaJC"=false
  29.  
  30. # Globals to whitelist (are not set to nil).
  31. # This is NOT recommended for servers, use at your own risk [default: ]
  32. S:"Whitelisted Globals" <
  33. >
  34. }
  35.  
  36.  
  37. ##########################################################################################################
  38. # misc
  39. #--------------------------------------------------------------------------------------------------------#
  40. # The lonely config category
  41. ##########################################################################################################
  42.  
  43. misc {
  44. # Show debug messages [default: false]
  45. B:debug=false
  46. }
  47.  
  48.  
  49. ##########################################################################################################
  50. # turtle
  51. #--------------------------------------------------------------------------------------------------------#
  52. # Turtle tweaks
  53. ##########################################################################################################
  54.  
  55. turtle {
  56. # Disabled turtle actions:
  57. # (compare, compareTo, craft, detect, dig,
  58. # drop, equip, inspect, move, place,
  59. # refuel, select, suck, tool, turn) [default: ]
  60. S:"Disabled turtle actions" <
  61. >
  62.  
  63. # Enable refuel from Redstone Flux items [default: true]
  64. B:"Flux refuel"=true
  65.  
  66. # Amount of RF required for one refuel point [range: 1 ~ 2147483647, default: 100]
  67. I:"Flux refuel amount"=100
  68. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement