Advertisement
Guest User

Untitled

a guest
May 16th, 2018
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.00 KB | None | 0 0
  1. ; ic2 general config
  2. ; created 12.07.2016 17:29:32
  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 = 0.3
  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 = 4.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. ; Allow to pick blocks up using just a pickaxe instead of needing a wrench.
  57. ignoreWrenchRequirement = false
  58.  
  59. ; Base energy generation factors - increase for higher energy yield.
  60. [balance / energy / generator]
  61. generator = 1.0
  62. geothermal = 1.0
  63. water = 1.0
  64. solar = 1.0
  65. wind = 1.0
  66. nuclear = 3.0
  67. semiFluidOil = 1.0
  68. semiFluidFuel = 1.0
  69. semiFluidBiomass = 1.0
  70. semiFluidBioethanol = 1.0
  71. semiFluidBiogas = 1.0
  72. Stirling = 1.0
  73. Kinetic = 1.0
  74. radioisotope = 1.0
  75.  
  76. ; Base heat generation factors - increase for higher heat yield.
  77. [balance / energy / heatgenerator]
  78. semiFluidOil = 1.0
  79. semiFluidFuel = 1.0
  80. semiFluidBiomass = 1.0
  81. semiFluidBioethanol = 1.0
  82. semiFluidBiogas = 1.0
  83. solid = 1.0
  84. radioisotope = 1.0
  85. electric = 1.0
  86.  
  87. ; Base kinetic generation factors - increase for higher kinetic energy yield.
  88. [balance / energy / kineticgenerator]
  89. water = 0.25
  90. wind = 0.25
  91. manual = 1.0
  92. steam = 3.0
  93. electric = 1.0
  94.  
  95. ; Basically the amount of hU the conversion of one mB of Liquid takes/gives
  96. [balance / energy / fluidconversion]
  97. ; Lava -> PahoehoeLava
  98. heatExchangerLava = 1.0
  99. ; Hot Coolant <-> Cold Coolant
  100. heatExchangerHotCoolant = 1.0
  101. ; Hot Water <- Water
  102. heatExchangerWater = 1.0
  103.  
  104. ; Base Coolant conversion rate for FluidReactors.
  105. [balance / energy / FluidReactor]
  106. outputModifier = 1.0
  107.  
  108. ; Balace Value for Turbin Livetime in sec. Default 86400sec = 24h
  109. [balance / SteamKineticGenerator]
  110. rotorlivetime = 86400
  111.  
  112. ; Balace Values for calcification default 100.000mB Water -> to failure
  113. [balance / steamgenerator / calcification]
  114. maxcalcification = 100000
  115.  
  116. ; Balance Values for Fermenter
  117. [balance / fermenter]
  118. need_amount_biomass_per_run = 10
  119. output_amount_biogas_per_run = 200
  120. hU_per_run = 8000
  121. biomass_per_fertilizier = 500
  122.  
  123. ; Additional initial uu values, a value of 1 equals cobblestone.
  124.  
  125. ; Recipes may cause the final value be lower than the one specified here.
  126.  
  127. ; Format: <name>[@metadata] = <value>
  128. [balance / uu-values / predefined]
  129. IC2:itemOreIridium = 45000
  130.  
  131. [recipes]
  132. ; To modify recipes or add custom recipes, copy the corresponding .ini file to
  133.  
  134. ; "minecraft/config/ic2" and modify it.
  135.  
  136. ;
  137.  
  138. ; Disable IC2 crafting recipes with the specified output, comma separated list.
  139.  
  140. ; Recipes in the additional section below aren't affected.
  141.  
  142. ; Format: <name>[@metadata], e.g. minecraft:bucket to disable IC2's bucket recipe from tin.
  143. disable =
  144. ; Purge crafting recipes with the specified output, including vanilla and mod ones, comma separated list.
  145.  
  146. ; Recipes in the additional section below aren't affected.
  147.  
  148. ; Format: <name>[@metadata], e.g. minecraft:tnt to disable crafting tnt.
  149. purge =
  150. ; Enable crafting of IC2 coins, otherwise they have to be spawned in and are thus limited.
  151. allowCoinCrafting = true
  152. ; Allow only IC2 circuits to be used in IC2's recipes.
  153. requireIc2Circuits = false
  154. ; Adjust smelting recipes to always output IC2 items if available.
  155. smeltToIc2Items = false
  156. ; Ignore invalid recipes.
  157. ignoreInvalidRecipes = false
  158.  
  159. [misc]
  160. ; Enable IC2's custom sound system.
  161. enableIc2Audio = false
  162. ; Maximum number of active audio sources, only change it if you know what you're doing.
  163. maxAudioSourceCount = 32
  164. ; Enable hiding of secret recipes in CraftGuide/NEI.
  165. hideSecretRecipes = true
  166. ; Enable activation of the quantum leggings' speed boost when sprinting instead of holding the boost key.
  167. quantumSpeedOnSprint = true
  168. ; Enable burning of scrap in a generator.
  169. allowBurningScrap = true
  170. ; Comma separated list with ores the miner should harvest.
  171.  
  172. ; Format: <name>[@metadata], e.g. minecraft:torch, minecraft:chest
  173.  
  174. ; The metadata * will match any, e.g. minecraft:log@*.
  175.  
  176. ; Ore dictionary entries can be specified with OreDict:<ore dict name> as the name.
  177. additionalValuableOres =
  178. ; Use the new highly experimental current + voltage energy net model with energy loss.
  179.  
  180. ; Only set this to true if you know what you are doing.
  181. useLinearTransferModel = false
  182. ; Potion ID of radiation potion.
  183.  
  184. ; Do not change this after you created a world...
  185. radiationPotionID = 24
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement