12 lines
311 B
TOML
12 lines
311 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 on a world.
|
|
givePlayerBookOnJoin = true
|
|
#The weight of the villager structures
|
|
#Range: 0 ~ 16000
|
|
villagerStructureWeight = 10
|
|
|