版本1.16.5,其他版本应该也适用。


修改配置文件的教程:

打开.minecraft\config文件夹,找到explorerscompass-common.toml这个文件

内容如下

[General]

#Allows a player to teleport to a located structure when in creative mode, opped, or in cheat mode.

allowTeleport = true

允许在创造模式的或允许作弊的情况下传送,true为开启,false为关闭。


#Allows players to view the precise coordinates and distance of a located structure on the HUD, rather than relying on the direction the compass is pointing.

displayCoordinates = true

在探险者指南针搜索成功后展示结构的坐标,true为开启,false为关闭。


#The maximum radius that will be searched for a structure. Raising this value will increase search accuracy but will potentially make the process more resource intensive.

#Range: 0 ~ 1000000

maxRadius = 5000

指南针搜索的最大范围,搜索范围越大就会潜在地占用更多的资源,可修改的范围为0~1000000。


#A list of structures that the compass will not be able to search for, specified by resource location. The wildcard character * can be used to match any number of characters, and ? can be used to match one character. Ex: ["minecraft:stronghold", "minecraft:endcity", "minecraft:*village*"]

structureBlacklist = []

禁止结构被搜索,使用/locate指令可以便捷地看到结构名,如地牢浮现之时的铸造厂dungeons_arise:foundry,想要禁用就structureBlacklist = ["dungeons_arise:foundry"],多个结构的话要用,隔开。(注意是英文符号)


#The maximum number of samples to be taken when searching for a structure.

#Range: 0 ~ 1000000

maxSamples = 50000

搜索结构时最大的样本数,可修改的范围为0~1000000。