Advertisement
allahaka

Untitled

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