Files
PupaMLupa/Server/config/mutantmonsters-common.toml

25 lines
1.1 KiB
TOML

#Weight for mutant enderman spawns as a percentage of the vanilla creeper spawn weight.
#Mutants can spawn in every biome and dimension where their vanilla counterparts can be found.
#Default Value: 0.05
# Default: 0.05
# Range: 0.0 ~ 20.0
mutant_enderman_spawn_weight = 0.05
#Weight for mutant zombie spawns as a percentage of the vanilla creeper spawn weight.
#Mutants can spawn in every biome and dimension where their vanilla counterparts can be found.
#Default Value: 0.05
# Default: 0.05
# Range: 0.0 ~ 20.0
mutant_zombie_spawn_weight = 0.05
#Weight for mutant skeleton spawns as a percentage of the vanilla creeper spawn weight.
#Mutants can spawn in every biome and dimension where their vanilla counterparts can be found.
#Default Value: 0.05
# Default: 0.05
# Range: 0.0 ~ 20.0
mutant_skeleton_spawn_weight = 0.05
#Weight for mutant creeper spawns as a percentage of the vanilla creeper spawn weight.
#Mutants can spawn in every biome and dimension where their vanilla counterparts can be found.
#Default Value: 0.05
# Default: 0.05
# Range: 0.0 ~ 20.0
mutant_creeper_spawn_weight = 0.05