Signed-off-by: Pyritie <pyritie@gmail.com> Signed-off-by: TomPlop <tomdidome@gmail.com> Co-authored-by: Xikaro <os.valerievich@ya.ru> Co-authored-by: Nebby <78170922+Nebby1999@users.noreply.github.com> Co-authored-by: Redeix <brayden.j.m.ford@gmail.com> Co-authored-by: TomPlop <tomdidome@gmail.com> Co-authored-by: aidie8 <aidenvanzuilen@gmail.com> Co-authored-by: Xikaro <55663835+Xikaro@users.noreply.github.com> Co-authored-by: Zleub <debray.arnaud@gmail.com>
13 lines
376 B
TOML
13 lines
376 B
TOML
|
|
#Config to adjust world settings
|
|
[World]
|
|
#Enable the villager structures for the computer scientist.
|
|
enableVillagerStructures = true
|
|
#Gives the ap documentation to new players.
|
|
givePlayerBookOnJoin = false
|
|
#The weight of the villager structures.
|
|
#Range: 0 ~ 16000
|
|
villagerStructureWeight = 10
|
|
#Enable new wandering trader trades.
|
|
enableWanderingTraderTrades = true
|
|
|