Advertisement
Derek1017

Config File

Jan 28th, 2014
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.72 KB | None | 0 0
  1. Go To C:\Users\Christopher\AppData\Roaming\.technic\modpacks\bottlenet\config\ComputerCraft.cfg And Then Do Ctrl+A Then Get This Code From Here And Replace The Old File With This
  2. # Configuration file
  3.  
  4. ####################
  5. # block
  6. ####################
  7.  
  8. block {
  9. # The Block ID for Computers
  10. I:computerBlockID=1225
  11.  
  12. # The Block ID for all Peripherals
  13. I:peripheralBlockID=1226
  14. }
  15.  
  16.  
  17. ####################
  18. # general
  19. ####################
  20.  
  21. general {
  22. # The disk space limit for computers and turtles, in bytes (0 is unlimited)
  23. I:computerSpaceLimit=2097152
  24.  
  25. # Enable the "http" API on Computers
  26. B:enableAPI_http=true
  27.  
  28. # Enable Command Block support
  29. B:enableCommandBlock=false
  30.  
  31. # The disk space limit for floppy disks, in bytes (0 is unlimited)
  32. I:floppySpaceLimit=524288
  33.  
  34. # The range of Wireless Modems at maximum altitude in clear weather, in meters
  35. I:modem_highAltitudeRange=384
  36.  
  37. # The range of Wireless Modems at maximum altitude in stormy weather, in meters
  38. I:modem_highAltitudeRangeDuringStorm=64
  39.  
  40. # The range of Wireless Modems at low altitude in clear weather, in meters
  41. I:modem_range=64
  42.  
  43. # The range of Wireless Modems at low altitude in stormy weather, in meters
  44. I:modem_rangeDuringStorm=16
  45.  
  46. # The height of Computer screens, in characters
  47. I:terminal_height=19
  48.  
  49. # The width of Computer screens, in characters
  50. I:terminal_width=51
  51. }
  52.  
  53.  
  54. ####################
  55. # item
  56. ####################
  57.  
  58. item {
  59. # The Item ID for Coloured Floppy Disks
  60. I:diskExpandedItemID=4001
  61.  
  62. # The Item ID for Floppy Disks
  63. I:diskItemID=4000
  64.  
  65. # The Item ID for Printouts
  66. I:printoutItemID=4002
  67. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement