Guest User

Untitled

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