本篇教程来自MC百科(mcmod.cn) 使用 CC BY-NC-SA 协议。

# Configuration file
#这是自然指南针的配置文件说明。【】内为中文说明,true为是,false为否。

client {【客户端设置】
    # Displays Nature's Compass information even while chat is open.
    #【在聊天栏激活时保持自然指南针信息的显示。默认为是。】
    B:naturescompass.displayWithChatOpen=true

    # Fixes biome names by adding missing spaces. Ex: ForestHills becomes Forest Hills
    #【通过添加空格提高生物群系名称的可读性。比如:ForestHills变为Forest Hills。默认为是。】
    B:naturescompass.fixBiomeNames=true

    # The line offset for information rendered on the HUD.
    #【在HUD上显示信息时,信息距离窗口顶部的距离。默认为1】
    I:naturescompass.lineOffset=1
}

general {【一般设置】
    # naturescompass.biomeBlacklist
    #【疑似变量名】【自然指南针:生物群系黑名单】
    S:"A list of biomes that the compass will not be able to search for. Both biome names and numerical biome IDs are accepted." <
    【指南针无法搜寻到的生物群系列表。使用生物群系的名称和数字ID都是可以的。】
     >

    # Allows a player to teleport to a located biome when in creative mode, opped, or in cheat mode.
    【允许创造模式、拥有OP权限和允许作弊的生存模式玩家传送到定位的生物群系。默认为是。】
    B:naturescompass.allowTeleport=true

    # biomeSize * distanceModifier = maxSearchDistance. Raising this value will increase search accuracy but will potentially make the process more resource intensive.
    #【生物群系大小*距离调调节器】=最大搜索距离。提高该设定值可以提升搜索准确性但会使搜索进程占用更多资源。默认为2500
    I:naturescompass.distanceModifier=2500

    # The maximum samples to be taken when searching for a biome.
    #【搜寻生物群系的最大取样范围。默认为100000。】
    I:naturescompass.maxSamples=100000

    # biomeSize * sampleSpaceModifier = sampleSpace. Lowering this value will increase search accuracy but will make the process more resource intensive.
    #【生物群系大小*取样大小调节器】=取样样本大小。减小该设定值可以提高搜索准确性但会使搜索进程占用更多资源。
    I:naturescompass.sampleSpaceModifier=16
}