# Configuration file //配置文件
general { //常规
# Blacklist Filter //黑名单过滤器
S:blacklist <
> //黑名单
# Sets the method for applying harvest filters. Note that only the most specific match will be taken into consideration. //设置收获过滤器的方法。注意,只会考虑最具体的配置。 # If a crop's mod appears in the whitelist, but the crop itself is in the blacklist, the crop will be banned. //如果一个作物mod在白名单中,但该作物本身在黑名单中,该作物将被禁止。 # Likewise if a crop's mod appears in the blacklist, but the crop itself is in the whitelist, the crop will be allowed. //同样地,如果一个作物mod出现在黑名单中,但作物本身在白名单中,该作物将被允许。 # "none": allow all crops to be harvested (default). //“none”:允许收获所有的作物(默认)。 # "whitelist": will deny crops from being harvested unless the most specific match is in the whitelist. //“白名单”:将拒绝收获作物,除非最具体的配置在白名单中。 # "blacklist": will allows crops to be harvested unless the most specific match is in the blacklist. //“黑名单”:将允许作物收割,除非最具体的配置在黑名单中。 S:filterMode=none //过滤模式=none
# Set the lifespan, in tick, of new created straw golems. Set -1 for infinite. //设定新创造的稻草假人的寿命。设-1为无穷大。 # Min: -1
# Max: 2147483647
I:lifespan=168000 //寿命=168000 (t)
# Allow the straw golems to replant a crop when they harvest it. //让稻草傀儡在收获作物时重新种植。 B:replantEnabled=true //重新种植=false
# Whitelist Filter //白名单过滤器
S:whitelist <
> //白名单
} |