Advertisement
Guest User

redpower.cfg

a guest
Dec 22nd, 2012
384
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # RedPower 2 Configuration
  2. blocks {
  3.     base {
  4.         appliance.id=751
  5.         microblock.id=750
  6.         multiblock.id=752
  7.     }
  8.  
  9.     compat.machine.id=767
  10.     control {
  11.         backplane.id=760
  12.         peripheral.id=761
  13.         peripheralFlat.id=762
  14.     }
  15.  
  16.     lighting {
  17.         lampInvOff.id=759
  18.         lampInvOn.id=758
  19.         lampOff.id=757
  20.         lampOn.id=756
  21.         lampShaped.id=768
  22.     }
  23.  
  24.     logic.logic.id=753
  25.     machine {
  26.         frame.id=765
  27.         machine.id=763
  28.         machine2.id=766
  29.         machinePanel.id=764
  30.     }
  31.  
  32.     world {
  33.         crops.id=246
  34.         leaves.id=243
  35.         log.id=247
  36.         ores.id=242
  37.         plants.id=241
  38.         stone.id=253
  39.         storage.id=754
  40.     }
  41.  
  42. }
  43.  
  44. enchant {
  45.     disjunction.id=79
  46.     vorpal.id=80
  47. }
  48.  
  49. items {
  50.     base {
  51.         alloy.id=9003
  52.         bag.id=768
  53.         drawplateDiamond.id=768
  54.         dyeIndigo.id=9004
  55.         handsawDiamond.id=768
  56.         handsawIron.id=768
  57.         lumar.id=768
  58.         nuggets.id=768
  59.         planBlank.id=768
  60.         planFull.id=768
  61.         resource.id=768
  62.         screwdriver.id=768
  63.     }
  64.  
  65.     compat.parts.id=9087
  66.     control.disk.id=9086
  67.     logic.parts.id=768
  68.     machine {
  69.         battery {
  70.             empty.id=9079
  71.             powered.id=9081
  72.         }
  73.  
  74.         parts.id=9083
  75.         sonicDriver.id=9080
  76.         turbineWood.id=9084
  77.         voltmeter.id=9078
  78.         windmillWood.id=9085
  79.     }
  80.  
  81.     world {
  82.         athame.id=768
  83.         axeGreenSapphire.id=768
  84.         axeRuby.id=768
  85.         axeSapphire.id=768
  86.         handsawGreenSapphire.id=768
  87.         handsawRuby.id=768
  88.         handsawSapphire.id=768
  89.         hoeGreenSapphire.id=768
  90.         hoeRuby.id=768
  91.         hoeSapphire.id=768
  92.         paintbrush {
  93.             black.id=9077
  94.             blue.id=9073
  95.             brown.id=9074
  96.             cyan.id=9071
  97.             dry.id=9061
  98.             gray.id=9069
  99.             green.id=9075
  100.             lightBlue.id=9065
  101.             lime.id=9067
  102.             magenta.id=9064
  103.             orange.id=9063
  104.             pink.id=9068
  105.             purple.id=9072
  106.             red.id=9076
  107.             silver.id=9070
  108.             white.id=9062
  109.             yellow.id=9066
  110.         }
  111.  
  112.         paintcan {
  113.             black.id=9060
  114.             blue.id=9056
  115.             brown.id=9057
  116.             cyan.id=9054
  117.             empty.id=768
  118.             gray.id=9052
  119.             green.id=9058
  120.             lightBlue.id=9048
  121.             lime.id=9050
  122.             magenta.id=768
  123.             orange.id=768
  124.             pink.id=9051
  125.             purple.id=9055
  126.             red.id=9059
  127.             silver.id=9053
  128.             white.id=768
  129.             yellow.id=9049
  130.         }
  131.  
  132.         pickaxeGreenSapphire.id=768
  133.         pickaxeRuby.id=768
  134.         pickaxeSapphire.id=768
  135.         seedbag.id=768
  136.         seeds.id=768
  137.         shovelGreenSapphire.id=768
  138.         shovelRuby.id=768
  139.         shovelSapphire.id=768
  140.         sickleDiamond.id=768
  141.         sickleGold.id=768
  142.         sickleGreenSapphire.id=768
  143.         sickleIron.id=768
  144.         sickleRuby.id=768
  145.         sickleSapphire.id=768
  146.         sickleStone.id=768
  147.         sickleWood.id=768
  148.         swordGreenSapphire.id=768
  149.         swordRuby.id=768
  150.         swordSapphire.id=768
  151.         woolcard.id=768
  152.     }
  153.  
  154. }
  155.  
  156. settings {
  157.     compat.gear.altRecipe=0
  158.     core {
  159.         # Automatically remap conflicting IDs.
  160.         # WARNING: May corrupt existing worlds
  161.         autoAssign=0
  162.     }
  163.  
  164.     logic.enableSounds=1
  165.     machine {
  166.         frame {
  167.             alwayscrate=0
  168.             linksize=1000
  169.         }
  170.  
  171.     }
  172.  
  173.     world {
  174.         generate {
  175.             copper=1
  176.             silver=1
  177.             tin=1
  178.         }
  179.  
  180.         tweaks {
  181.             craftcircle=1
  182.             spreadmoss=1
  183.             unbricks=1
  184.         }
  185.  
  186.     }
  187.  
  188. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement