Files
sevtech-ages-1.12.2/config/Waddles.cfg
2025-07-23 08:37:00 +03:00

41 lines
1.0 KiB
INI

# 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
>
}
}
}