Pinkishu

redpower.cfg

Jun 5th, 2012
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.43 KB | None | 0 0
  1. # RedPower 2 Configuration
  2. blocks {
  3. array.array.id=149
  4. base {
  5. appliance.id=137
  6. microblock.id=136
  7. }
  8.  
  9. control {
  10. backplane.id=148
  11. peripheral.id=149
  12. peripheralFlat.id=155
  13. }
  14.  
  15. lighting {
  16. lampOff.id=147
  17. lampOn.id=146
  18. }
  19.  
  20. logic.logic.id=138
  21. machine {
  22. frame.id=152
  23. machine.id=150
  24. machinePanel.id=151
  25. }
  26.  
  27. sensor.sensor.id=148
  28. world {
  29. crops.id=144
  30. leaves.id=141
  31. log.id=143
  32. ores.id=140
  33. plants.id=139
  34. stone.id=142
  35. storage.id=145
  36. }
  37.  
  38. }
  39.  
  40. enchant.disjunction.id=79
  41. items {
  42. base {
  43. alloy.id=1002
  44. drawplateDiamond.id=1075
  45. dyeIndigo.id=1003
  46. handsawDiamond.id=1005
  47. handsawIron.id=1004
  48. lumar.id=1000
  49. nuggets.id=1078
  50. resource.id=1001
  51. screwdriver.id=1006
  52. }
  53.  
  54. control.disk.id=1077
  55. logic.parts.id=1007
  56. machine {
  57. battery {
  58. empty.id=1070
  59. powered.id=1072
  60. }
  61.  
  62. sonicDriver.id=1071
  63. voltmeter.id=1069
  64. }
  65.  
  66. world {
  67. athame.id=1073
  68. axeEmerald.id=1029
  69. axeRuby.id=1028
  70. axeSapphire.id=1030
  71. handsawEmerald.id=1009
  72. handsawRuby.id=1008
  73. handsawSapphire.id=1010
  74. hoeEmerald.id=1032
  75. hoeRuby.id=1031
  76. hoeSapphire.id=1033
  77. paintbrush {
  78. black.id=1068
  79. blue.id=1064
  80. brown.id=1065
  81. cyan.id=1062
  82. dry.id=1052
  83. gray.id=1060
  84. green.id=1066
  85. lightBlue.id=1056
  86. lime.id=1058
  87. magenta.id=1055
  88. orange.id=1054
  89. pink.id=1059
  90. purple.id=1063
  91. red.id=1067
  92. silver.id=1061
  93. white.id=1053
  94. yellow.id=1057
  95. }
  96.  
  97. paintcan {
  98. black.id=1051
  99. blue.id=1047
  100. brown.id=1048
  101. cyan.id=1045
  102. empty.id=1035
  103. gray.id=1043
  104. green.id=1049
  105. lightBlue.id=1039
  106. lime.id=1041
  107. magenta.id=1038
  108. orange.id=1037
  109. pink.id=1042
  110. purple.id=1046
  111. red.id=1050
  112. silver.id=1044
  113. white.id=1036
  114. yellow.id=1040
  115. }
  116.  
  117. pickaxeEmerald.id=1026
  118. pickaxeRuby.id=1025
  119. pickaxeSapphire.id=1027
  120. seeds.id=1034
  121. shovelEmerald.id=1023
  122. shovelRuby.id=1022
  123. shovelSapphire.id=1024
  124. sickleDiamond.id=1014
  125. sickleEmerald.id=1017
  126. sickleGold.id=1015
  127. sickleIron.id=1013
  128. sickleRuby.id=1016
  129. sickleSapphire.id=1018
  130. sickleStone.id=1012
  131. sickleWood.id=1011
  132. swordEmerald.id=1020
  133. swordRuby.id=1019
  134. swordSapphire.id=1021
  135. woolcard.id=1076
  136. }
  137.  
  138. }
  139.  
  140. settings {
  141. core {
  142. # Automatically remap conflicting IDs.
  143. # WARNING: May corrupt existing worlds
  144. autoAssign=0
  145. }
  146.  
  147. logic.enableSounds=1
  148. machine {
  149. frame {
  150. alwayscrate=0
  151. linksize=1000
  152. }
  153.  
  154. }
  155.  
  156. world {
  157. generate {
  158. copper=1
  159. silver=1
  160. tin=1
  161. }
  162.  
  163. tweaks {
  164. craftcircle=1
  165. spreadmoss=1
  166. }
  167.  
  168. }
  169.  
  170. }
Advertisement
Add Comment
Please, Sign In to add comment