本篇教程来自MC百科(mcmod.cn) 使用 CC BY-NC 协议。
# Configuration file
client {
# Show block drops of any block. [default: false]
# 显示任何方块的掉落. [默认为关]
B:allDrops=false
# Mod IDs of mods that won't be scanned. [default: [flatcoloredblocks], [chisel], [xtones], [wallpapercraft], [sonarcore], [microblockcbe]]
# 不会被检测的Mods的Mod IDs [默认为[flatcoloredblocks], [chisel], [xtones], [wallpapercraft], [sonarcore], [microblockcbe]]
S:blacklist <
flatcoloredblocks
chisel
xtones
wallpapercraft
sonarcore
microblockcbe
>
# Number of calculation. The higher the more precise the chance. [range: 1 ~ 99999, default: 4000]
# 计算的次数.数值越高越准确. [范围为1到99999,默认为4000]
I:iteration=4000
# Multithreaded calculation of drops [default: true]
# 多线程计算掉落 [默认为开]
B:multithreaded=true
# Show chance of drops. [default: true]
# 显示掉落几率. [默认为开]
B:showChance=true
# Show minimum and maximum of drops. [default: true]
# 显示最小掉落数量与最大掉落数量. [默认为开]
B:showMinMax=true
}