Advertisement
Guest User

Untitled

a guest
Jul 28th, 2013
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.82 KB | None | 0 0
  1. # Configuration file
  2.  
  3. ####################
  4. # compatibility
  5. ####################
  6.  
  7. compatibility {
  8. B:Buildcraft.Energy=true
  9. B:Industrialcraft.Energy=true
  10. B:UniversalElectricity.Energy=true
  11. }
  12.  
  13.  
  14. ####################
  15. # features
  16. ####################
  17.  
  18. features {
  19. I:DigitalChestMaxItemCount=32768
  20. I:MatterFabricationRate=16666666
  21. I:MaxLogStackSize=64
  22. I:MaxOreStackSize=64
  23. I:MaxOtherBlockStackSize=64
  24. I:MaxPlankStackSize=64
  25. I:QuantumChestMaxItemCount=2000000000
  26. B:Reactorplanner=true
  27. B:Seedscanner=true
  28. I:TincellsPer4Tin=4
  29. I:UpgradeStacksize=4
  30. }
  31.  
  32.  
  33. ####################
  34. # general
  35. ####################
  36.  
  37. general {
  38. B:ConnectedMachineCasingTextures=true
  39. B:Debug=false
  40. B:Debug2=false
  41. B:ShowCapes=true
  42. B:TooEasyMode=true
  43. B:WoodNeedsSawForCrafting=false
  44. B:disable_STDERR=false
  45. B:disable_STDOUT=false
  46. B:harderstone=false
  47. B:hiddenores=true
  48. B:online=true
  49. B:smallerStoneToolDurability=false
  50. B:smallerWoodToolDurability=false
  51. B:unsuspiciousHungerConfig=false
  52. }
  53.  
  54.  
  55. ####################
  56. # machines
  57. ####################
  58.  
  59. machines {
  60. B:constant_need_of_energy=true
  61. B:explosions_on_nonwrenching=false
  62. B:fire_causes_explosions=false
  63. B:lightning_causes_explosions=false
  64. B:machines_flammable=false
  65. B:rain_causes_explosions=false
  66. B:wirefire_on_explosion=false
  67. }
  68.  
  69.  
  70. ####################
  71. # unificatortargets
  72. ####################
  73.  
  74. unificatortargets {
  75. B:Forestry=false
  76. B:Railcraft=false
  77. B:Redpower=true
  78. B:Thaumcraft=true
  79. B:ThermalExpansion=false
  80. }
  81.  
  82.  
  83. ####################
  84. # worldgeneration
  85. ####################
  86.  
  87. worldgeneration {
  88. B:Cooperiteore=true
  89. B:EnderAsteroids=true
  90. B:Olivineore=true
  91. B:Sodaliteore=true
  92. B:Tungstateore=true
  93. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement