Advertisement
Guest User

Untitled

a guest
Sep 17th, 2014
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.49 KB | None | 0 0
  1. # Configuration file
  2.  
  3. global {
  4. # Set to false to disable all normal other than vanilla pistons in game, this will override any settings you have bellow.
  5. B:"1 -Enable Normal Pistons"=true
  6.  
  7. # Set to false to disable all super pistons in game, this will override any settings you have bellow.
  8. B:"2 - Enable Super Pistons"=true
  9.  
  10. # This is the power that gravitational piston uses to push things upward, default is 1.5
  11. D:"4 -Gravitationa Piston Power"=1.5
  12.  
  13. # This is the number of blocks in front of super pistons that it would move when powered, default is 24 (not the distance but n number of blocks will be moved).
  14. I:"5 -Super Max Block Move"=24
  15. }
  16.  
  17.  
  18. "gravitational pistons" {
  19. # Set to false to disable the gravitational pistons in game
  20. B:"1 - Enable Gravitational Pistons"=true
  21.  
  22. # Set to false to disable the sticky gravitational pistons in game
  23. B:"2 - Enable Gravitational Sticky Pistons"=true
  24. }
  25.  
  26.  
  27. "normal pistons" {
  28. # Set to false to disable the double pistons in game
  29. B:"1 - Enable Double Pistons"=true
  30.  
  31. # Set to false to disable the triple pistons in game
  32. B:"2 - Enable Triple Pistons"=true
  33.  
  34. # Set to false to disable the quadruple pistons in game
  35. B:"3 - Enable Quadruple Pistons"=true
  36.  
  37. # Set to false to disable the quintuple pistons in game
  38. B:"4 - Enable Quintuple Pistons"=true
  39.  
  40. # Set to false to disable the sextuple pistons in game
  41. B:"5 - Enable Sextuple Pistons"=true
  42.  
  43. # Set to false to disable the septuple pistons in game
  44. B:"6 - Enable Septuple Pistons"=true
  45.  
  46. # Set to false to disable the octuple pistons in game
  47. B:"7 - Enable Octuple Pistons"=true
  48. }
  49.  
  50.  
  51. "normal sticky pistons" {
  52. # Set to false to disable the double sticky pistons in game
  53. B:"1 - Enable Double Sticky Pistons"=true
  54.  
  55. # Set to false to disable the triple sticky pistons in game
  56. B:"2 - Enable Triple Sticky Pistons"=true
  57.  
  58. # Set to false to disable the quadruple sticky pistons in game
  59. B:"3 - Enable Quadruple Sticky Pistons"=true
  60.  
  61. # Set to false to disable the quintuple sticky pistons in game
  62. B:"4 - Enable Quintuple Sticky Pistons"=true
  63.  
  64. # Set to false to disable the sextuple sticky pistons in game
  65. B:"5 - Enable Sextuple Sticky Pistons"=true
  66.  
  67. # Set to false to disable the septuple sticky pistons in game
  68. B:"6 - Enable Septuple Sticky Pistons"=true
  69.  
  70. # Set to false to disable the octuple sticky pistons in game
  71. B:"7 - Enable Octuple Sticky Pistons"=true
  72. }
  73.  
  74.  
  75. "super pistons" {
  76. # Set to false to disable the super pistons (not the whole category) in game
  77. B:"1 - Enable Super Piston"=true
  78.  
  79. # Set to false to disable the double super pistons in game
  80. B:"2 - Enable Double Super Pistons"=true
  81.  
  82. # Set to false to disable the triple super pistons in game
  83. B:"3 - Enable Triple Super Pistons"=true
  84.  
  85. # Set to false to disable the quadruple super pistons in game
  86. B:"4 - Enable Quadruple Super Pistons"=true
  87.  
  88. # Set to false to disable the quintuple super pistons in game
  89. B:"5 - Enable Quintuple Super Pistons"=true
  90.  
  91. # Set to false to disable the sextuple super pistons in game
  92. B:"6 - Enable Sextuple Super Pistons"=true
  93.  
  94. # Set to false to disable the septuple super pistons in game
  95. B:"7 - Enable Septuple Super Pistons"=true
  96.  
  97. # Set to false to disable the octuple super pistons in game
  98. B:"8 - Enable Octuple Super Pistons"=true
  99. }
  100.  
  101.  
  102. "super sticky pistons" {
  103. # Set to false to disable the super sticky pistons (not the whole category) in game
  104. B:"1 - Enable Super Sticky Piston"=true
  105.  
  106. # Set to false to disable the double super sticky pistons in game
  107. B:"2 - Enable Double Super Sticky Pistons"=true
  108.  
  109. # Set to false to disable the triple super sticky pistons in game
  110. B:"3 - Enable Triple Super Sticky Pistons"=true
  111.  
  112. # Set to false to disable the super sticky quadruple pistons in game
  113. B:"4 - Enable Quadruple Super Sticky Pistons"=true
  114.  
  115. # Set to false to disable the super sticky quintuple pistons in game
  116. B:"5 - Enable Quintuple Super Sticky Pistons"=true
  117.  
  118. # Set to false to disable the super sticky sextuple pistons in game
  119. B:"6 - Enable Sextuple Super Sticky Pistons"=true
  120.  
  121. # Set to false to disable the super sticky septuple pistons in game
  122. B:"7 - Enable Septuple Super Sticky Pistons"=true
  123.  
  124. # Set to false to disable the super sticky octuple pistons in game
  125. B:"8 - Enable Octuple Super Sticky Pistons"=true
  126. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement