我的世界铱板怎么做服务器工业分子重组机不能重组铱怎么办?

《好看》依托百度技术,精准推荐优质短视频内容,懂你所好,量身打造最适合你的短视频客户端!IC2工业分子机怎么改电量,是服务器内改电量不是单人改!&-&Minecraft(我的世界)中文论坛 -
只需一步,立刻登录
后使用快捷导航没有帐号?
查看: 231|回复: 5
IC2工业分子机怎么改电量,是服务器内改电量不是单人改!
; ic2 general config
; created Oct 17, :29 AM
[worldgen]
; Enable generation of rubber trees in the world.
rubberTree = true
; Enable generation of copper in the world.
copperOre = true
; Enable generation of tin in the world.
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
; Maximum battery tier usable by the miner.
; 1 = batteries, 2 = lead batteries, 3 = energy crystals, 4 = lapotron crystals
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 %)
energyRetainedInStorageBlockDrops = 0.8
; Factor to scale the UU-Matter production energy requirement.
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
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
[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
[balance / SteamKineticGenerator]
rotorlivetime = 86400
; Balace Values for calcification default 100.000mB Water -& to failure
[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.
; Recipes may cause the final value be lower than ** specified here.
; Format: &name&[@metadata] = &value&
[balance / uu-values / predefined]
IC2:itemOreIridium = 12000
; 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.
; 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.
; Enable crafting of IC2 coins, otherwise they have to be spawned in and are thus limited.
allowCoinCrafting = true
; Allow only IC2 circuits to be used in IC2's recipes.
requireIc2Circuits = false
; Adjust smelting recipes to always output IC2 items if available.
smeltToIc2Items = false
; Ignore invalid recipes.
ignoreInvalidRecipes = false
; Enable IC2's custom sound system.
enableIc2Audio = true
; Maximum number of active audio sources, only change it if you know what you're doing.
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
这个就是服务器后台config内的IC2.ini文本
工业服的大佬出来一下吧。。。。
哈 我在一楼不是回复你修改方法了么emm
帖子永久链接:&<button type="submit" class="pn" onclick="setCopy('http://www.mcbbs.net/thread--1.html', '帖子地址已经复制到剪贴板您可以用快捷键 Ctrl + V 粘贴到 QQ、MSN 里。')">点击复制
不好意思我工作有点忙今天才看到你回复。。。
哈 我在一楼不是回复你修改方法了么emm
面部抽搐IC2有分子机???你说的是高级太阳能的分子重组仪吧()
QQ截图53.png (102.88 KB, 下载次数: 0)
21:08 上传
你也可以自己增加转换配方参照minecraft:sand:1; minecraft:gravel:1; 50000
即为沙子:1;砂砾:1;&&50000EU 其中的1为数量即一个沙子消耗50000EU转换为一个砂砾
IC2:itemPartIndustrialDiamond:1; minecraft:diamond:1; 1000000
即为工业钻石; 钻石; 100000EU 其中的1为数量即一个工业钻石消耗1000000 EU转换为一个钻石
minecraft:netherrack:1; minecraft:gunpowder:2; 70000
即为一个地狱岩消耗70000 EU转为 两个火药
物品ID:数量; 物品ID:数量; 消耗EU
服务器中生效即为修改服务器中的config/AdvancedSolarPanel_MTRecipes.cfg,即可强制生效&
面部抽搐IC2有分子机???你说的是高级太阳能的分子重组仪吧(/item/9861.html)
服务器中生效即为修改服务器中的config/AdvancedSolarPanel_MTRecipes.cfg,即可强制生效
不好意思我工作有点忙今天才看到你回复。。。&
是的怎么修改电
就是让分子机慢出依
做出一套量子要办个月那样&
服务器中生效即为修改服务器中的config/AdvancedSolarPanel_MTRecipes.cfg,即可强制生效 ...
是的怎么修改电
就是让分子机慢出依
做出一套量子要办个月那样
服务器中生效即为修改服务器中的config/AdvancedSolarPanel_MTRecipes.cfg,即可强制生效 ...
不好意思我工作有点忙今天才看到你回复。。。
哈 我在一楼不是回复你修改方法了么emm&
""以及"我的世界"为Mojang Synergies AB的商标。本站与Mojang以及微软公司没有从属关系。
版权所有。本站原创图文内容版权属于原创作者,未经许可不得转载。我的世界分子重组仪耗电太恐怖了!!!!居然要2250火力发电机才能带动!?
我的世界分子重组仪耗电太恐怖了!!!!居然要2250火力发电机才能带动!?
2250个火力发电机才能使用&分子重组仪&在不会合成核电或太阳能的情况下,想使用这玩意做梦啊!这还只是使用一次的产生的恐怖的电费!900万EU/4000EU=2250个火力电机!
感谢评语:
满意答案&LV。。。。 你可以用地热发电机啊 再说你又不是天天用 分子重组仪 火力发电机一个里面放上一组煤炭块 就能烧好久呢!
最新解决问题列表
问题还没解决?点击查看更多相关“我的世界分子重组仪耗电太恐怖了!!!!居然要2250火力发电机才能带动!?”的答案!&&&我的世界工业分子重组仪在服务器里耗电不正常 MFE从满电到没电才完成6%_百度知道
色情、暴力
我们会通过消息、邮箱等方式尽快将举报结果通知您。
我的世界工业分子重组仪在服务器里耗电不正常 MFE从满电到没电才完成6%
我有更好的答案
一般的工业服都改了分子机的耗电总量
采纳率:100%
关后台程序就不会耗电了,100个终极混合太阳能发电机连着它。2,可以用20个mox核电.电多了就快了,分子重组仪有多少电吸多少电,没有电压限制,亮度降低,静音1.开启飞行模式
本回答被网友采纳
为您推荐:
其他类似问题
&#xe675;换一换
回答问题,赢新手礼包&#xe6b9;28我的世界工业2(分子重组仪制作)DD解说-游戏视频-搜狐视频
28我的世界工业2(分子重组仪制作)DD解说
视频介绍:
28我的世界工业2(分子重组仪制作)DD解说
推荐出品人}

我要回帖

更多关于 我的世界铱钻头附魔 的文章

更多推荐

版权声明:文章内容来源于网络,版权归原作者所有,如有侵权请点击这里与我们联系,我们将及时删除。

点击添加站长微信