找到游戏文件夹,并打开config/zephmelt.cfg

# Configuration file

general {
    # This will determine how much of an item must be placed in the Crucible before the item(s) can melt. Use 1, 2, 4, or 8. [range: 1 ~ 8, default: 4]
    I:"Crucible Capacity"=4

    # These are the items/blocks that can be placed in the crucible. [default: [minecraft:cobblestone:0], [minecraft:stone:0]]
    S:inputs <
        minecraft:cobblestone:0
        minecraft:stone:0
     >

    # These are the liquids that the crucible will output. [default: [minecraft:lava:0], [minecraft:lava:0]]
    S:outputs <
        minecraft:lava:0
        minecraft:lava:0
     >
}


heat_sources {
    # These are the blocks that are placed under the crucible to melt it's contents. [default: [minecraft:lava:0], [minecraft:torch:0]]
    S:"Heat Sources" <
        minecraft:lava:0
        minecraft:fire:0
        minecraft:torch:0
     >

    # The rates at which the heat sources can melt contents of crucible. Higher numbers take longer. 1 - 2,147,483,647 [default: [1], [4]]
    S:"Melt Times" <
        1
        2
        6
     >
}

#这将决定在物品熔化之前必须在坩埚中放置多少物品。使用1、2、4或8。[范围:1 ~ 8,默认:4] 。

I:"Crucible Capacity"=4

#这些是可以放在坩埚里的物品/方块。[默认。[minecraft:cobblestone:0], [minecraft:stone:0]]。

S:inputs <
       minecraft:cobblestone:0
       minecraft:stone:0
    >

#这些是坩埚将输出的液体。[默认。[minecraft:lava:0], [minecraft:lava:0]]。

S:outputs <
       minecraft:lava:0
       minecraft:lava:0
    >

#这些是放置在坩埚下面以熔化其内容的方块。[默认。[minecraft:lava:0], [minecraft:torch:0]]。

S:"Heat Sources" <
       minecraft:lava:0
       minecraft:torch:0
    >

#热源能够熔化坩埚内容的速度,更高的数字需要更长的时间。1 - 2,147,483,647 [默认。[1], [4]]。

S:"Melt Times" <
       1
       4
    >