foxtekkit

Untitled

Apr 29th, 2014
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.94 KB | None | 0 0
  1. # Configuration file
  2.  
  3. ####################
  4. # block
  5. ####################
  6.  
  7. block {
  8. I:blockMultipart.id=816
  9. I:chunkloader.id=817
  10. }
  11.  
  12.  
  13. ####################
  14. # chunkloader
  15. ####################
  16.  
  17. chunkloader {
  18. ####################
  19. # playerQuotaOverride
  20. ####################
  21.  
  22. playerQuotaOverride {
  23. }
  24.  
  25. }
  26.  
  27.  
  28. ####################
  29. # general
  30. ####################
  31.  
  32. general {
  33. B:autoAssign=false
  34. B:chunkloader.allowFuelPiping=true
  35. B:chunkloader.bypassForgeChunkLimits=true
  36. B:chunkloader.enableCrafting=true
  37.  
  38. # comma-separated list of id:meta=number-of-ticks or id=number-of-ticks
  39. S:chunkloader.fuels=87=80,1=60,263:0=12000,348=2400,4=20,331=1200,112=200,3=20,263:1=1200,368=18000,378=18000,381=36000
  40. B:chunkloader.hideOtherPlayersLoadersInF9=false
  41.  
  42. # Maximum number of chunks loaded by each player. Use -2 for unlimited.
  43. I:chunkloader.maxChunksPerPlayer=5
  44.  
  45. # If true, chunkloaders placed by a player will only load chunks while that player is online.
  46. B:chunkloader.requireOnline=false
  47. B:chunkloader.useFuel=true
  48. B:core.assumeIDResolver=true
  49.  
  50. # name of TPS command, without the slash. leave blank to disable.
  51. S:core.command.tps.name=tps
  52. B:core.ignoreBuildcraftCore=false
  53. B:core.ignoreBuildcraftTransport=false
  54.  
  55. # advanced setting: comma-separated list of classes to ignore when generating dynamic inheritance chains
  56. S:core.mictransformer.ignoredClasses=
  57. B:enableMicroblocks=true
  58. }
  59.  
  60.  
  61. ####################
  62. # item
  63. ####################
  64.  
  65. item {
  66. I:itemSaw=5726
  67. }
  68.  
  69.  
  70. ####################
  71. # logging
  72. ####################
  73.  
  74. logging {
  75. # Name of a file to keep updated with a list of all active chunk loaders. Blank for none.
  76. S:chunkloader.listFileName=ActiveChunkLoaders
  77.  
  78. # Name of a file to log creation, deletion and editing of chunk loaders to. Blank for none.
  79. S:chunkloader.logFileName=EditChunkLoader
  80. }
Advertisement
Add Comment
Please, Sign In to add comment