本篇教程由作者设定未经允许禁止转载。

# Configuration file

//配置文件

##########################################################################################################

# general

//总则

#--------------------------------------------------------------------------------------------------------#

# General configuration options

//常规配置选项

##########################################################################################################

general {

    # Enables the bucket cast: allows casting buckets using a casting table.

//启用桶浇铸:允许使用浇铸台浇铸桶。

    B:bucketCast=true

//B:浇铸桶=真

    # Enables chocolate: made using a smeltery. Its a secret, so don't tell anyone.

//启用巧克力:使用冶炼厂制造。这是个秘密,所以不要告诉任何人。蛋糕是个谎言,巧克力是个秘密??

    B:chocolate=true

//B: 巧克力=真

}

##########################################################################################################

# highoven

//高炉

#--------------------------------------------------------------------------------------------------------#

# Options to configure the high oven from the steelworks module

//从steelworks模块配置高温炉的选项

##########################################################################################################

highoven {

    # Ratio of ore to material produced in the high oven.

//在高炉中生产的矿石与原料的比率。

    # Min: 0.0

    # Max: 16.0

//emmmm……上面这两句能看懂吧??

    D:oreToIngotRatio=2.5

//转换比例最大1:16,最少1:0    我寻思应该没有人到0吧最大16倍产矿牛皮!通用机械:????

    # If true, steam will be registered as a smeltery fuel, less hot than lava but cheaper

//是否启用蒸汽为燃料

    B:steamFuel=true

    # Steam production rate per tick in the high oven. Set to 0 to disable high oven making steam

//高炉中每tick的产汽率。设置为0以禁用高炉制造蒸汽

    # Min: 0

    # Max: 100

    I:steamRate=4

}

##########################################################################################################

# jei

//jei相关,这个模块跳过翻译,大致都是jei标签啥的/无意义

#--------------------------------------------------------------------------------------------------------#

# Options to configure JEI integration

##########################################################################################################

jei {

    # If true, puts high oven melting recipes in their own tab in JEI to make the overrides more clear.

    # If false, the high oven is just added to the normal smeltery tab.

    B:separateHighOvenTab=true

    # If true, puts the melter in its own recipe tab in JEI to make the blacklist and overrides more clear.

    # If false, the melter is just added to the normal smeltery tab.

    B:separateMelterTab=true

    # If true, shows high oven fuels as a tab. False will still show them in the main melter tab like the smeltery fuels.

    B:showHighOvenFuel=false

}

##########################################################################################################

# melter

//微缩冶炼炉

#--------------------------------------------------------------------------------------------------------#

# Options to configure the melter from the melter module

//微缩冶炼炉相关

##########################################################################################################

melter {

    # Disallows creating seared stone in the melter using cobblestone or tool parts.

//是否允许石头零件石头等等燃烧生成焦黑石头

    B:blacklistStone=true

//这条选true为不允许

    # Temperature of the heater in kelvin.

//加热器的温度(单位:开尔文)。

    # For reference, iron ore takes 534K to melt and lava has a temperature of 1300K.

//作为参考,铁矿石需要534K才能融化,熔岩的温度为1300K。

    # Min: 400

    # Max: 3300

    I:heaterTemp=500

//拉满到3300你可以用煤炭烧出烈焰之炽焱的效果#滑稽

    # Ratio of ore to material produced in the melter.

//本条参考上面高炉产矿比例

    # Min: 0.0

    # Max: 16.0

    S:oreToIngotRatio=9

}