Advertisement
Guest User

Untitled

a guest
Mar 27th, 2015
391
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.35 KB | None | 0 0
  1. ; ic2 general config
  2. ; created 27 mars 2015 14:50:29
  3. ;---
  4.  
  5. [worldgen]
  6. ; Enable generation of rubber trees in the world.
  7. rubberTree = true
  8. ; Enable generation of copper in the world.
  9. copperOre = true
  10. ; Enable generation of tin in the world.
  11. tinOre = true
  12. ; Enable generation of uranium in the world.
  13. uraniumOre = true
  14. ; Enable generation of Lead in the world.
  15. leadOre = true
  16. ; Factor scaling the IC2 ore generation quantity.
  17. oreDensityFactor = 1.0
  18.  
  19. [protection]
  20. ; Enable logging of players when they remove a machine using a wrench.
  21. wrenchLogging = true
  22. ; Maximum Explosion power of a nuke, where TNT is 4.
  23. nukeExplosionPowerLimit = 60
  24. ; Maximum explosion power of a nuclear reactor, where TNT is 4.
  25. reactorExplosionPowerLimit = 45
  26. ; Enable the nuke
  27. enableNuke = true
  28.  
  29. [balance]
  30. ; Maximum battery tier usable by the miner.
  31.  
  32. ; 1 = batteries, 2 = lead batteries, 3 = energy crystals, 4 = lapotron crystals
  33. minerDischargeTier = 1
  34. ; Increase the energy use by the player's inventory weight when going through a teleporter.
  35. teleporterUseInventoryWeight = true
  36. ; Ratio of energy retained inside energy storage block Items when wrenched.
  37.  
  38. ; 0 (nothing) ... 1 (100%), default 0.8 (80 %)
  39. energyRetainedInStorageBlockDrops = 0.8
  40. ; Factor to scale the UU-Matter production energy requirement.
  41. uuEnergyFactor = 1.0
  42. ; Disable the vanilla ender chest, removing existing ones from the world as well.
  43. disableEnderChest = false
  44. ; Comma separated list of blocks and items which should not be turned into scrap by the recycler.
  45.  
  46. ; Format: <name>[@metadata], metadata * matches any.
  47.  
  48. ; Ore dictionary entries can be specified with OreDict:<ore dict name> as the name.
  49. recyclerBlacklist = minecraft:glass_pane, minecraft:stick, minecraft:snowball, minecraft:snow_layer, minecraft:snow, IC2:blockScaffold
  50. ; Whitelist for blocks/items allowed to be recycled.
  51.  
  52. ; The whitelist will be used instead of the blacklist approach if it's non-empty, disallowing everything else.
  53.  
  54. ; The format is the same as the blacklist.
  55. recyclerWhitelist =
  56.  
  57. ; Base energy generation factors - increase for higher energy yield.
  58. [balance / energy / generator]
  59. generator = 1.0
  60. geothermal = 1.0
  61. water = 1.0
  62. solar = 1.0
  63. wind = 1.0
  64. nuclear = 1.0
  65. semiFluidOil = 1.0
  66. semiFluidFuel = 1.0
  67. semiFluidBiomass = 1.0
  68. semiFluidBioethanol = 1.0
  69. semiFluidBiogas = 1.0
  70. Stirling = 1.0
  71. Kinetic = 1.0
  72.  
  73. ; Base heat generation factors - increase for higher heat yield.
  74. [balance / energy / heatgenerator]
  75. semiFluidOil = 1.0
  76. semiFluidFuel = 1.0
  77. semiFluidBiomass = 1.0
  78. semiFluidBioethanol = 1.0
  79. semiFluidBiogas = 1.0
  80.  
  81. ; Balace Value for Turbin Livetime in sec. Default 86400sec = 24h
  82. [balance / SteamKineticGenerator]
  83. rotorlivetime = 86400
  84.  
  85. ; Balace Values for calcification default 100.000mB Water -> to failure
  86. [balance / steamgenerator / calcification]
  87. maxcalcification = 100000
  88.  
  89. ; Balance Values for Fermenter
  90. [balance / fermenter]
  91. need_amount_biomass_per_run = 10
  92. output_amount_biogas_per_run = 200
  93. hU_per_run = 8000
  94. biomass_per_fertilizier = 500
  95.  
  96. ; Additional initial uu values, a value of 1 equals cobblestone.
  97.  
  98. ; Recipes may cause the final value be lower than the one specified here.
  99.  
  100. ; Format: <name>[@metadata] = <value>
  101. [balance / uu-values / predefined]
  102. IC2:itemOreIridium = 12000
  103.  
  104. [recipes]
  105. ; Disable IC2 crafting recipes with the specified output, comma separated list.
  106.  
  107. ; Recipes in the additional section below aren't affected.
  108.  
  109. ; Format: <name>[@metadata], e.g. minecraft:bucket to disable IC2's bucket recipe from tin.
  110. disable =
  111. ; Purge crafting recipes with the specified output, including vanilla and mod ones, comma separated list.
  112.  
  113. ; Recipes in the additional section below aren't affected.
  114.  
  115. ; Format: <name>[@metadata], e.g. minecraft:tnt to disable crafting tnt.
  116. purge =
  117. ; Enable crafting of IC2 coins, otherwise they have to be spawned in and are thus limited.
  118. allowCoinCrafting = true
  119. ; Allow only IC2 circuits to be used in IC2's recipes.
  120. requireIc2Circuits = false
  121. ; Adjust smelting recipes to always output IC2 items if available.
  122. smeltToIc2Items = false
  123.  
  124. ; Additional shaped recipes to be created, unaffected by disable or purge.
  125.  
  126. ; See assets/ic2/config/shaped_recipes.ini inside the IC2 jar for the format.
  127. [recipes / additional / shaped]
  128.  
  129. ; Additional shapeless recipes to be created, unaffected by disable or purge.
  130.  
  131. ; See assets/ic2/config/shapeless_recipes.ini inside the IC2 jar for the format.
  132. [recipes / additional / shapeless]
  133.  
  134. [misc]
  135. ; Enable IC2's custom sound system.
  136. enableIc2Audio = true
  137. ; Maximum number of active audio sources, only change it if you know what you're doing.
  138. maxAudioSourceCount = 32
  139. ; Enable hiding of secret recipes in CraftGuide/NEI.
  140. hideSecretRecipes = true
  141. ; Enable activation of the quantum leggings' speed boost when sprinting instead of holding the boost key.
  142. quantumSpeedOnSprint = true
  143. ; Enable burning of scrap in a generator.
  144. allowBurningScrap = true
  145. ; Comma separated list with ores the miner should harvest.
  146.  
  147. ; Format: <name>[@metadata], e.g. minecraft:torch, minecraft:chest
  148.  
  149. ; The metadata * will match any, e.g. minecraft:log@*.
  150.  
  151. ; Ore dictionary entries can be specified with OreDict:<ore dict name> as the name.
  152. additionalValuableOres =
  153. ; Use the new highly experimental current + voltage energy net model with energy loss.
  154.  
  155. ; Only set this to true if you know what you are doing.
  156. useLinearTransferModel = false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement