Advertisement
hobbyboy

redpower.cfg 1.2.5

Jun 20th, 2014
256
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.39 KB | None | 0 0
  1. # RedPower 2 Configuration
  2. blocks {
  3. base {
  4. appliance.id=137
  5. microblock.id=136
  6. }
  7.  
  8. control {
  9. backplane.id=133
  10. peripheral.id=134
  11. peripheralFlat.id=148
  12. }
  13.  
  14. lighting {
  15. lampOff.id=147
  16. lampOn.id=146
  17. }
  18.  
  19. logic.logic.id=138
  20. machine {
  21. frame.id=152
  22. machine.id=150
  23. machinePanel.id=151
  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=145
  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. core {
  140. # Automatically remap conflicting IDs.
  141. # WARNING: May corrupt existing worlds
  142. autoAssign=0
  143. }
  144.  
  145. logic.enableSounds=1
  146. machine {
  147. frame {
  148. alwayscrate=0
  149. linksize=1000
  150. }
  151.  
  152. }
  153.  
  154. world {
  155. generate {
  156. copper=0
  157. silver=1
  158. tin=0
  159. }
  160.  
  161. tweaks {
  162. craftcircle=1
  163. spreadmoss=1
  164. }
  165.  
  166. }
  167.  
  168. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement