changed penguin spawn chance from 15000 to 20000

This commit is contained in:
TenPlus1 2017-01-31 14:45:05 +00:00
parent 6d903f6ab7
commit 6be32681f1
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ mobs:spawn({
name = "mobs_animal:penguin",
nodes = {"default:snowblock"},
min_light = 10,
chance = 15000,
chance = 20000,
min_height = 0,
day_toggle = true,
})