You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
1.0 KiB
41 lines
1.0 KiB
6 years ago
|
# Configuration file
|
||
|
|
||
|
general {
|
||
|
B:"Enable that penguins drop fish (0 - 2 Raw fish)"=false
|
||
|
B:"Penguins should drop experience?"=true
|
||
|
}
|
||
|
|
||
|
|
||
|
##########################################################################################################
|
||
|
# spawn chances
|
||
|
#--------------------------------------------------------------------------------------------------------#
|
||
|
# Configure penguins spawn weight & min/max group size. Set weight to 0 to disable.
|
||
|
##########################################################################################################
|
||
|
|
||
|
"spawn chances" {
|
||
|
|
||
|
adelie_penguin {
|
||
|
I:Max=4
|
||
|
I:Min=1
|
||
|
I:Weight=2
|
||
|
|
||
|
"spawnable biomes" {
|
||
|
# BiomeDictionary types to exclude [default: [FOREST], [MOUNTAIN], [NETHER]]
|
||
|
S:Exclude <
|
||
|
FOREST
|
||
|
MOUNTAIN
|
||
|
NETHER
|
||
|
>
|
||
|
|
||
|
# BiomeDictionary types to include [default: [SNOWY]]
|
||
|
S:Include <
|
||
|
SNOWY
|
||
|
>
|
||
|
}
|
||
|
|
||
|
}
|
||
|
|
||
|
}
|
||
|
|
||
|
|