Guest User

Untitled

a guest
May 21st, 2014
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.16 KB | None | 0 0
  1. # Configuration file
  2.  
  3. ####################
  4. # block
  5. ####################
  6.  
  7. block {
  8. I:LiquidCyaniteStill=2140
  9. I:LiquidFuelColumnStill=2141
  10. I:LiquidYelloriumStill=2142
  11. I:MetalBlock=1776
  12. I:MultiblockCreativePart=1762
  13. I:ReactorControlRod=2143
  14. I:ReactorGlass=2144
  15. I:ReactorPart=2145
  16. I:ReactorRedstonePort=2146
  17. I:SmallMachine=2147
  18. I:TurbinePart=1774
  19. I:TurbineRotorPart=1775
  20. I:YelloriteOre=2148
  21. I:YelloriumFuelRod=2149
  22. }
  23.  
  24.  
  25. ####################
  26. # compatibility
  27. ####################
  28.  
  29. compatibility {
  30. # If true, automatically adds all unregistered ingots found as clonesof standard yellorium fuel
  31. B:autoAddUranium=true
  32. }
  33.  
  34.  
  35. ####################
  36. # general
  37. ####################
  38.  
  39. general {
  40. B:enableComedy=true
  41. B:enableMetallurgyFantasyMetalsInTurbines=true
  42. D:fuelUsageMultiplier=1.0
  43. I:maxReactorHeight=48
  44. I:maxReactorSize=32
  45. I:maxTurbineSize=16
  46. D:powerProductionMultiplier=1.0
  47. B:registerCreativeMultiblockParts=true
  48. I:ticksPerRedstoneUpdate=20
  49. }
  50.  
  51.  
  52. ####################
  53. # item
  54. ####################
  55.  
  56. item {
  57. I:BucketCyanite=29879
  58. I:BucketYellorium=29880
  59. I:IngotYellorium=29881
  60. }
  61.  
  62.  
  63. ####################
  64. # recipes
  65. ####################
  66.  
  67. recipes {
  68. B:enableReactorPowerTapRecipe=true
  69. B:registerCharcoalForSmelting=true
  70. B:registerCoalForSmelting=true
  71. B:registerGraphiteCharcoalCraftingRecipes=false
  72. B:registerGraphiteCoalCraftingRecipes=false
  73. B:registerYelloriteSmeltToUranium=false
  74. B:registerYelloriumAsUranium=true
  75. B:requireObsidianGlass=true
  76. B:requireSteelInsteadOfIron=true
  77. }
  78.  
  79.  
  80. ####################
  81. # worldgen
  82. ####################
  83.  
  84. worldgen {
  85. B:GenerateYelloriteOre=false
  86. I:MaxYelloriteClustersPerChunk=5
  87. I:MaxYelloriteOrePerCluster=10
  88. I:YelloriteClustersPerChunk=4
  89. I:YelloriteDimensionBlacklist <
  90. >
  91. I:YelloriteMaxY=50
  92. D:YelloriteOreGenBaseChance=0.75
  93. D:YelloriteOreGenChanceMultiplier=0.5
  94. I:YelloriteOrePerCluster=4
  95. B:enableWorldGen=true
  96. B:enableWorldGenInNegativeDims=false
  97. B:enableWorldRegeneration=false
  98. I:userWorldGenVersion=0
  99. }
Advertisement
Add Comment
Please, Sign In to add comment