1
0
mirror of https://git.fellies.tech/minecraft/fellies.git synced 2021-02-13 10:18:48 +00:00
Fellies/config/apotheosis/village.cfg
2021-01-28 21:26:46 +01:00

18 lines
624 B
INI

# Configuration file
wanderer {
# If new trades are added to the wandering merchant. [default: true]
B:"Enable New Trades"=true
# If the Apotheosis Wanderer Spawner is enabled, instead of the default. [default: true]
B:"Enable Wanderer Spawner"=true
# The 1/100 chance the wandering trader has to spawn every attempt. This chance is increased by it's own value each failure until successful. [range: 1 ~ 100, default: 10]
I:"Spawn Chance"=5
# The number of ticks that must elapse before a wanderer spawn attempt happens. [range: 1 ~ 2147483647, default: 24000]
I:"Spawn Delay"=24000
}