Project home for New Alterlite - A new locaria community pack focused on a different approach of minecrafting.
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.
 
 
 
 
 
 
NewAlterlite/config/Waddles.cfg

41 lines
1.0 KiB

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