Advertisement
Guest User

ComputerCraft Config

a guest
Nov 16th, 2012
334
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.09 KB | None | 0 0
  1. # Configuration file
  2. # Generated on 11/16/12 7:47 AM
  3.  
  4. ####################
  5. # block
  6. ####################
  7.  
  8. block {
  9. # The Block ID for Computers
  10. computerBlockID=1225
  11. # The Block ID for all Peripherals
  12. peripheralBlockID=1226
  13. }
  14.  
  15. ####################
  16. # computerspacelimit
  17. ####################
  18.  
  19. computerspacelimit {
  20. # The disk space limit for computers and turtles, in bytes (0 is unlimited)
  21. general=2097152
  22. }
  23.  
  24. ####################
  25. # enableapi_http
  26. ####################
  27.  
  28. enableapi_http {
  29. # Enable the "http" API on Computers
  30. general=true
  31. }
  32.  
  33. ####################
  34. # floppyspacelimit
  35. ####################
  36.  
  37. floppyspacelimit {
  38. # The disk space limit for floppy disks, in bytes (0 is unlimited)
  39. general=524288
  40. }
  41.  
  42. ####################
  43. # item
  44. ####################
  45.  
  46. item {
  47. # The Item ID for Coloured Floppy Disks
  48. diskExpandedItemID=4000
  49. # The Item ID for Floppy Disks
  50. diskItemID=4001
  51. # The Item ID for Printouts
  52. printoutItemID=4002
  53. }
  54.  
  55. ####################
  56. # modem_highaltituderange
  57. ####################
  58.  
  59. modem_highaltituderange {
  60. # The range of Wireless Modems at maximum altitude in clear weather, in meters
  61. general=384
  62. }
  63.  
  64. ####################
  65. # modem_highaltituderangeduringstorm
  66. ####################
  67.  
  68. modem_highaltituderangeduringstorm {
  69. # The range of Wireless Modems at maximum altitude in stormy weather, in meters
  70. general=64
  71. }
  72.  
  73. ####################
  74. # modem_range
  75. ####################
  76.  
  77. modem_range {
  78. # The range of Wireless Modems at low altitude in clear weather, in meters
  79. general=64
  80. }
  81.  
  82. ####################
  83. # modem_rangeduringstorm
  84. ####################
  85.  
  86. modem_rangeduringstorm {
  87. # The range of Wireless Modems at low altitude in stormy weather, in meters
  88. general=16
  89. }
  90.  
  91. ####################
  92. # terminal_height
  93. ####################
  94.  
  95. terminal_height {
  96. # The height of Computer screens, in characters
  97. general=19
  98. }
  99.  
  100. ####################
  101. # terminal_width
  102. ####################
  103.  
  104. terminal_width {
  105. # The width of Computer screens, in characters
  106. general=51
  107. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement