diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2018-05-16 13:02:23 +0100 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2018-05-16 13:02:23 +0100 |
commit | a60ca411488bb98aec3437c99e742ffe5197b3cc (patch) | |
tree | 54dd0fae98d74f9dd21b632b5e28f74b3733598f /penguin.lua | |
parent | f42a8ba97e4fa9beef2e46f02ffe9e5af248a195 (diff) |
changed spawn intervals to 60
Diffstat (limited to 'penguin.lua')
-rw-r--r-- | penguin.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/penguin.lua b/penguin.lua index caf4d43..1f3e813 100644 --- a/penguin.lua +++ b/penguin.lua @@ -62,6 +62,7 @@ mobs:spawn({ name = "mobs_animal:penguin", nodes = {"default:snowblock"}, min_light = 10, + interval = 60, chance = 20000, min_height = 0, max_height = 200, |