zoonami/settingtypes.txt

44 lines
2.1 KiB
Plaintext
Raw Normal View History

2022-01-29 17:00:55 -08:00
# If true, villages will generate during mapgen. Villages will never generate if using mapgen v6 due to it lacking biome info.
zoonami_generate_villages (Generate villages) bool true
2021-08-21 11:23:09 -07:00
2022-01-29 17:00:55 -08:00
# If true, berry bushes will generate during mapgen.
zoonami_generate_berry_bushes (Generate berry bushes) bool true
2022-01-29 17:00:55 -08:00
# If true, flowers will generate during mapgen.
zoonami_generate_flowers (Generate flowers) bool true
2022-01-29 17:00:55 -08:00
# If true, NPCs spawn in villages during mapgen.
zoonami_prepopulate_villages (Prepopulate villages) bool true
2022-01-29 17:00:55 -08:00
# If true, monsters and NPCs spawn in the wild during mapgen.
zoonami_prepopulate_world (Prepopulate world) bool true
2022-08-14 13:52:21 -07:00
# 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.
2022-01-29 17:00:55 -08:00
zoonami_prepopulate_world_multiplier (Prepopulate world multiplier) float 1.0
2021-12-24 09:39:41 -08:00
2022-08-14 13:52:21 -07:00
# Controls the amount of villages that generate during mapgen.
2022-08-03 15:30:10 -07:00
zoonami_village_multiplier (Village multiplier) float 1.0
2022-08-14 13:52:21 -07:00
# If true, monsters and NPCs will spawn in the wild and in villages around players on an interval.
2022-01-29 17:00:55 -08:00
zoonami_mobs_spawn_around_players (Mobs spawn around players) bool true
2022-08-14 13:52:21 -07:00
# If true, monsters and NPCs that spawn in the wild and in villages around players can spawn in player protected areas.
2022-01-29 17:00:55 -08:00
zoonami_spawn_in_protected_areas (Mobs can spawn in protected areas) bool false
2022-01-29 17:00:55 -08:00
# Number of seconds between attempting to spawn monsters and NPCs around players.
2022-08-04 19:00:39 -07:00
zoonami_spawn_interval (Spawning interval around players) float 8.0
2022-08-14 13:52:21 -07:00
# 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.
2022-01-30 09:18:54 -08:00
zoonami_max_nearby_mobs (Max nearby mobs when spawning) int 2
2022-01-29 17:00:55 -08:00
# If true, monsters and NPCs roam around.
zoonami_mob_ai (Mob AI) bool true
# If true, the monster journal will only show pages for monsters that a player has tamed or traded for.
zoonami_monster_journal_progression (Monster Journal Progression) bool true