- ; ic2 general config
- ic2默认配置
- ; created 2015-12-11 23:00:21
- ;---
- [worldgen]世界生成
- ; Enable generation of rubber trees in the world.
- 允许橡胶树生成
- rubberTree = true
- ; Enable generation of copper in the world.
- 允许铜矿生成【此处铜矿特指ic铜矿】
- copperOre = true
- ; Enable generation of tin in the world.
- 允许锡矿生成【此处铜矿特指ic锡矿】
- tinOre = true
- ; Enable generation of uranium in the world.
- 允许铀矿生成【同上】
- uraniumOre = true
- ; Enable generation of Lead in the world.
- leadOre = true
- ; Factor scaling the IC2 ore generation quantity.
- 矿石生成密度【倍率】
- oreDensityFactor = 1.0
- [protection]保护
- ; Enable logging of players when they remove a machine using a wrench.
- wrenchLogging = true
- ; Maximum Explosion power of a nuke, where TNT is 4.
- 核弹爆炸强度【倍率】
- nukeExplosionPowerLimit = 60
- ; Maximum explosion power of a nuclear reactor, where TNT is 4.
- 核反应堆爆炸强度【倍率】
- reactorExplosionPowerLimit = 45
- ; Enable the nuke
- 允许核能【关闭即为 禁止任何有关核能方面的合成】
- enableNuke = true
- [balance]平衡
- ; Maximum battery tier usable by the miner.
- 采矿机支持最大等级电池
- ; 1 = batteries, 2 = lead batteries, 3 = energy crystals, 4 = lapotron crystals
- 1=电池 2=铅蓄电池 3=能量水晶 4=兰波顿水晶
- minerDischargeTier = 1
- ; Increase the energy use by the player's inventory weight when going through a teleporter.
- 玩家身上物品的质量将提高传送机耗电量
- teleporterUseInventoryWeight = true
- ; Ratio of energy retained inside energy storage block Items when wrenched.
- 机器被扳手拆解时内部存电量
- ; 0 (nothing) ... 1 (100%), default 0.8 (80 %)
- 0=全部消失 1=全部保留 默认为0.8
- energyRetainedInStorageBlockDrops = 0.8
- ; Factor to scale the UU-Matter production energy requirement.
- 生产UU耗电量【倍率】
- uuEnergyFactor = 1.0
- ; Disable the vanilla ender chest, removing existing ones from the world as well.
- 禁止末影箱
- disableEnderChest = false
- ; Comma separated list of blocks and items which should not be turned into scrap by the recycler.
- 回收机黑名单
- ; Format: <name>[@metadata], metadata * matches any.
- 格式:
- ; Ore dictionary entries can be specified with OreDict:<ore dict name> as the name.
- recyclerBlacklist = minecraft:glass_pane, minecraft:stick, minecraft:snowball, minecraft:snow_layer, minecraft:snow, IC2:blockScaffold
- ; Whitelist for blocks/items allowed to be recycled.
- 回收机白名单
- ; The whitelist will be used instead of the blacklist approach if it's non-empty, disallowing everything else.
- 注:非白名单物品将纳入黑名单
- ; The format is the same as the blacklist.
- 格式同上
- recyclerWhitelist =
- ; Allow to pick blocks up using just a pickaxe instead of needing a wrench.
- 允许 非扳手 拆卸机器
- ignoreWrenchRequirement = false
- ; Base energy generation factors - increase for higher energy yield.
- 电力相关
- [balance / energy / generator]平衡|能源
- 【以下数字均为倍率】
- generator = 1.0
- 发电机【包含所有ic发电机】
- geothermal = 1.0
- 地热发电量
- ; Deprecated, because of Kinetic Watermill
- water = 1.0
- 水力发电量
- solar = 1.0
- 太阳能发电量
- ; Deprecated, because of Kinetic Windmill
- wind = 1.0
- 风力发电量
- nuclear = 1.0
- 核能发电量
- semiFluidOil = 1.0
- 燃油发电量
- semiFluidFuel = 1.0
- 半流质发电量
- semiFluidBiomass = 1.0
- 生物质发电量
- semiFluidBioethanol = 1.0
- 乙醇发电量
- semiFluidBiogas = 1.0
- 沼气发电量
- Stirling = 1.0
- 斯特林发电量
- Kinetic = 1.0
- 动能发电量
- radioisotope = 1.0
- 放射性同位素发电量
- ; Base heat generation factors - increase for higher heat yield.
- 热力相关
- [balance / energy / heatgenerator]平衡|能源
- semiFluidOil = 1.0
- 燃油产热
- semiFluidFuel = 1.0
- 半流质产热
- semiFluidBiomass = 1.0
- 生物质产热
- semiFluidBioethanol = 1.0
- 乙醇产热
- semiFluidBiogas = 1.0
- 沼气产热
- solid = 1.0
- 固体燃烧产热
- radioisotope = 1.0
- 放射性同位素产热
- electric = 1.0
- 电力产热
- ; Base kinetic generation factors - increase for higher kinetic energy yield.
- 动能相关
- [balance / energy / kineticgenerator]平衡|能源
- water = 1.0
- 水力产能
- wind = 1.0
- 风力产能
- manual = 1.0
- 手动产能
- steam = 1.0
- 蒸汽产能
- electric = 1.0
- 电力产能
- ; Basically the amount of hU the conversion of one mB of Liquid takes/gives
- 热交换相关【俗称HU】
- [balance / energy / fluidconversion]平衡|能源
- ; Lava -> PahoehoeLava
- 岩浆-熔融岩浆
- heatExchangerLava = 1.0
- ; Hot Coolant <-> Cold Coolant
- 热冷却液-冷却液
- heatExchangerHotCoolant = 1.0
- ; Hot Water <- Water
- 热水-水
- heatExchangerWater = 1.0
- 未知
- ; Base Coolant conversion rate for FluidReactors.
- 流体反应堆热转换
- [balance / energy / FluidReactor]平衡|能源
- outputModifier = 1.0
- ; Balace Value for Turbine Livetime in sec. Default 86400sec = 24h
- 涡轮损耗时间【单位 秒s】
- [balance / SteamKineticGenerator]平衡|蒸汽
- rotorlivetime = 86400
- ; Balace Values for calcification default 100.000mB Water -> to failure
- 钙化最大值【100mb水=钙化1】
- [balance / steamgenerator / calcification]
- maxcalcification = 100000
- ; Balance Values for Fermenter
- 发酵相关
- [balance / fermenter]
- need_amount_biomass_per_run = 10
- 每次运转消耗生物质
- output_amount_biogas_per_run = 200
- 每次输出沼气量
- hU_per_run = 8000
- 每次消耗热量
- biomass_per_fertilizier = 500
- 产生一个肥料所需生物质
- ; Additional initial uu values, a value of 1 equals cobblestone.
- uu复制一个物品所消耗的uu
- ; Recipes may cause the final value be lower than the one specified here.
- ; Format: <name>[@metadata] = <value>
- [balance / uu-values / predefined]
- IC2:itemOreIridium = 12000
- 例子:ic铱矿复制消耗uu量=12000
- [recipes]
- ; To modify recipes or add custom recipes, copy the corresponding .ini file to
- ; "minecraft/config/ic2" and modify it.
- ;
- ; Disable IC2 crafting recipes with the specified output, comma separated list.
- ; Recipes in the additional section below aren't affected.
- ; Format: <name>[@metadata], e.g. minecraft:bucket to disable IC2's bucket recipe from tin.
- disable =
- ; Purge crafting recipes with the specified output, including vanilla and mod ones, comma separated list.
- ; Recipes in the additional section below aren't affected.
- ; Format: <name>[@metadata], e.g. minecraft:tnt to disable crafting tnt.
- purge =
- ; Enable crafting of IC2 coins, otherwise they have to be spawned in and are thus limited.
- 允许制造ic铁币
- allowCoinCrafting = true
- ; Allow only IC2 circuits to be used in IC2's recipes.
- 只允许ic电网接入【默认情况下 ic允许接收如IE 等其他mod的电网】
- requireIc2Circuits = false
- ; Adjust smelting recipes to always output IC2 items if available.
- 将矿物熔炼产物强制调整为ic矿物,前提如果可以
- smeltToIc2Items = false
- ; Ignore invalid recipes.
- 未知作用
- ignoreInvalidRecipes = false
- [misc]
- ; Enable IC2's custom sound system.
- 允许ic声音
- enableIc2Audio = true
- ; Maximum number of active audio sources, only change it if you know what you're doing.
- 你所听到ic机器音效的最大数量【如果改成1 那么你周围有10个机器在工作 打你只能听到1个的声音】
- maxAudioSourceCount = 32
- ; Enable hiding of secret recipes in CraftGuide/NEI.
- 隐藏秘密合成表!!!!
- hideSecretRecipes = true
- ; Enable activation of the quantum leggings' speed boost when sprinting instead of holding the boost key.
- 量子裤加速
- quantumSpeedOnSprint = true
- ; Enable burning of scrap in a generator.
- 允许肥料作为燃料
- allowBurningScrap = true
- ; Comma separated list with ores the miner should harvest.
- ; Format: <name>[@metadata], e.g. minecraft:torch, minecraft:chest
- ; The metadata * will match any, e.g. minecraft:log@*.
- ; Ore dictionary entries can be specified with OreDict:<ore dict name> as the name.
- additionalValuableOres =
- ; Use the new highly experimental current + voltage energy net model with energy loss.
- ; Only set this to true if you know what you are doing.
- 允许线性移动模组【未知】
- useLinearTransferModel = false
- ; Potion ID of radiation potion.
- ; Do not change this after you created a world...
- 辐射??【未知】
- radiationPotionID = 24
复制代码
|