Add new NPC village settings

master
isaiah658 2022-08-14 22:52:21 +02:00
parent e1900a0d7f
commit f7dba65c21
1 changed files with 11 additions and 5 deletions

View File

@ -13,22 +13,28 @@ zoonami_prepopulate_villages (Prepopulate villages) bool true
# If true, monsters and NPCs spawn in the wild during mapgen.
zoonami_prepopulate_world (Prepopulate world) bool true
# Controls amount of mobs to spawn during mapgen.
# Controls the amount of NPCs that spawn in villages during mapgen.
zoonami_prepopulate_villages_multiplier (Prepopulate villages multiplier) float 1.0
# Controls the amount of monsters and NPCs that spawn in the wild during mapgen.
zoonami_prepopulate_world_multiplier (Prepopulate world multiplier) float 1.0
# Controls amount of villages to spawn during mapgen.
# Controls the amount of villages that generate during mapgen.
zoonami_village_multiplier (Village multiplier) float 1.0
# If true, monsters and NPCs continue to spawn around players on an interval.
# If true, monsters and NPCs will spawn in the wild and in villages around players on an interval.
zoonami_mobs_spawn_around_players (Mobs spawn around players) bool true
# If true, monsters and NPCs that spawn around players can spawn in player protected areas.
# If true, monsters and NPCs that spawn in the wild and in villages around players can spawn in player protected areas.
zoonami_spawn_in_protected_areas (Mobs can spawn in protected areas) bool false
# Number of seconds between attempting to spawn monsters and NPCs around players.
zoonami_spawn_interval (Spawning interval around players) float 8.0
# Maximum nearby mobs when monsters and NPCs spawn around players.
# Maximum nearby NPCs when NPCs spawn in villages around players.
zoonami_max_nearby_npcs (Max nearby NPCs when spawning) int 0
# Maximum nearby mobs when monsters and NPCs spawn in the wild around players.
zoonami_max_nearby_mobs (Max nearby mobs when spawning) int 2
# If true, monsters and NPCs roam around.