forked from mtcontrib/mobs_animal
changed penguin spawn chance from 15000 to 20000
This commit is contained in:
parent
6d903f6ab7
commit
6be32681f1
@ -62,7 +62,7 @@ mobs:spawn({
|
|||||||
name = "mobs_animal:penguin",
|
name = "mobs_animal:penguin",
|
||||||
nodes = {"default:snowblock"},
|
nodes = {"default:snowblock"},
|
||||||
min_light = 10,
|
min_light = 10,
|
||||||
chance = 15000,
|
chance = 20000,
|
||||||
min_height = 0,
|
min_height = 0,
|
||||||
day_toggle = true,
|
day_toggle = true,
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user