以下是配置文件全文。

以 # 号开头的是注释,修改 # 号后面的内容不会导致游戏发生任何变化。

# Configuration file


general {

    # Add pumpkin and melon seeds to replace those which are found in mineshafts. [default: true]

# 这一项允许通过破坏草获得南瓜和西瓜种子,默认开启。

# 如果你认为干扰游戏平衡,可以改为 false.

    B:addSeedsToGrass=true


# 这一项禁止洞穴蜘蛛生成,默认开启。

# 如果你认为干扰游戏平衡,可以改为 false.

    # Cave Spiders cannot be and will not spawn. [default: true]

    B:cancelCaveSpiders=true


# 这一项禁止普通的蜘蛛生成,默认开启。

# 如果你认为干扰游戏平衡,可以改为 false.

    # Spiders cannot be and will not spawn. [default: true]

    B:cancelSpiders=true


# 这一项将普通蜘蛛的刷怪笼替换成僵尸或骷髅刷怪笼,默认开启。

# 如果你认为干扰游戏平衡,可以改为 false.

    # Spider dungeons will be replaced with either or zombies or skeletons. [default: true]

    B:removeSpiderDungeons=true


# 这一项设定了如果羊毛被不是剪刀的工具破坏,会掉落四根线。

    # When broken, wool drops 4 string unless shears are used. [default: true]

    B:woolDropsString=true


# 这一项让僵尸有几率掉落蜘蛛眼。

    # Zombies have a chance to drop spider eyes on death. [default: true]

    B:zombiesDropEyes=true

}