Advertisement
Guest User

Untitled

a guest
Apr 3rd, 2014
442
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.25 KB | None | 0 0
  1. # Configuration file
  2.  
  3. ####################
  4. # block
  5. ####################
  6.  
  7. block {
  8. # The Block ID for Cables
  9. I:cableBlockID=1229
  10.  
  11. # The Block ID for Computers
  12. I:computerBlockID=1225
  13.  
  14. # The Block ID for all Peripherals
  15. I:peripheralBlockID=1226
  16.  
  17. # The Block ID for advanced turtles
  18. I:turtleAdvancedBlockID=1230
  19.  
  20. # The Block ID for turtles
  21. I:turtleBlockID=1227
  22.  
  23. # The Block ID for upgraded turtles
  24. I:turtleUpgradedBlockID=1228
  25. }
  26.  
  27.  
  28. ####################
  29. # general
  30. ####################
  31.  
  32. general {
  33. # The fuel limit for Advanced Turtles
  34. I:advancedTurtleFuelLimit=100000
  35.  
  36. # The disk space limit for computers and turtles, in bytes
  37. I:computerSpaceLimit=1000000
  38.  
  39. # Enable the "http" API on Computers
  40. B:enableAPI_http=true
  41.  
  42. # Enable Command Block peripheral support
  43. B:enableCommandBlock=true
  44.  
  45. # The disk space limit for floppy disks, in bytes
  46. I:floppySpaceLimit=125000
  47.  
  48. # The range of Wireless Modems at maximum altitude in clear weather, in meters
  49. I:modem_highAltitudeRange=384
  50.  
  51. # The range of Wireless Modems at maximum altitude in stormy weather, in meters
  52. I:modem_highAltitudeRangeDuringStorm=96
  53.  
  54. # The range of Wireless Modems at low altitude in clear weather, in meters
  55. I:modem_range=64
  56.  
  57. # The range of Wireless Modems at low altitude in stormy weather, in meters
  58. I:modem_rangeDuringStorm=16
  59.  
  60. # The frequency that treasure disks will be found in dungeon chests, from 0 to 100. Increase this value if running a modpack with lots of mods that add dungeon loot, or you just want more treasure disks. Set to 0 to disable treasure disks.
  61. I:treasureDiskLootFrequency=1
  62.  
  63. # The fuel limit for Turtles
  64. I:turtleFuelLimit=20000
  65.  
  66. # Set whether Turtles require fuel to move
  67. B:turtlesNeedFuel=true
  68. }
  69.  
  70.  
  71. ####################
  72. # item
  73. ####################
  74.  
  75. item {
  76. # The Item ID for Coloured Floppy Disks
  77. I:diskExpandedItemID=31707
  78.  
  79. # The Item ID for Floppy Disks
  80. I:diskItemID=31708
  81.  
  82. # The Item ID for Pocket Computers
  83. I:pocketComputerItemID=31709
  84.  
  85. # The Item ID for Printouts
  86. I:printoutItemID=31706
  87.  
  88. # The Item ID for Treasure Disks
  89. I:treasureDiskItemID=31705
  90. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement