Guest User

Untitled

a guest
May 21st, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.25 KB | None | 0 0
  1. # Configuration file
  2. # Generated on 1/11/12 1:07 PM
  3.  
  4. ###########
  5. # General #
  6. ###########
  7.  
  8. general {
  9. # Causes login and join events to be sent for the fake player. This may help some plugins, but will cause errors with others. YMMV.
  10. blocks.fakeplayerlogin=false
  11. # Configures the name of the fake player used when blocks.placedby=fakeplayer
  12. blocks.fakeplayername=[BuildCraft]
  13. # Configures BLOCK_PLACE and BLOCK_BREAK events. Options are 'null' and 'fakeplayer'
  14. blocks.placedby=fakeplayer
  15. # set to true for allowing machines to be driven by continuous current
  16. current.continuous=false
  17. loadLegacyPipes=true
  18. mining.enabled=true
  19. # set to false if BuildCraft should not generate custom blocks (e.g. oil)
  20. modifyWorld=true
  21. # increasing this number will decrease network update frequency, useful for overloaded servers
  22. network.updateFactor=10
  23. pipes.alwaysConnect=false
  24. power.framework=buildcraft.energy.PneumaticPowerFramework
  25. trackNetworkUsage=false
  26. version=2.2.11
  27. }
  28.  
  29. #########
  30. # Block #
  31. #########
  32.  
  33. block {
  34. autoWorkbench.id=152
  35. builder.id=157
  36. cobblestonePipe.id=159
  37. diamondPipe.id=149
  38. dockingStation.id=168
  39. drill.id=151
  40. engine.id=161
  41. filler.id=155
  42. frame.id=160
  43. goldenPipe.id=148
  44. ironPipe.id=147
  45. marker.id=154
  46. miningWell.id=150
  47. obsidianPipe.id=156
  48. oilMoving.id=162
  49. oilStill.id=163
  50. pipe.id=166
  51. pump.id=164
  52. quarry.id=153
  53. refinery.id=167
  54. stonePipe.id=146
  55. tank.id=165
  56. template.id=158
  57. woodenPipe.exclusion=
  58. woodenPipe.id=145
  59. }
  60.  
  61. ########
  62. # Item #
  63. ########
  64.  
  65. item {
  66. bucketFuel.id=3810
  67. bucketOil.id=3807
  68. diamondGearItem.id=3804
  69. fuel.id=3808
  70. goldenGearItem.id=3803
  71. ironGearItem.id=3802
  72. pipeItemsCobblestone.id=4051
  73. pipeItemsDiamond.id=4055
  74. pipeItemsGold.id=4054
  75. pipeItemsIron.id=4053
  76. pipeItemsObsidian.id=4056
  77. pipeItemsStone.id=4052
  78. pipeItemsWood.id=4050
  79. pipeLiquidsCobblestone.id=4058
  80. pipeLiquidsGold.id=4061
  81. pipeLiquidsIron.id=4060
  82. pipeLiquidsStone.id=4059
  83. pipeLiquidsWood.id=4057
  84. pipePowerGold.id=4068
  85. pipePowerStone.id=4066
  86. pipePowerWood.id=4064
  87. stoneGearItem.id=3801
  88. templateItem.id=3805
  89. woodenGearItem.id=3800
  90. wrench.id=3806
  91. }
Add Comment
Please, Sign In to add comment