summaryrefslogtreecommitdiff
path: root/bee.lua
diff options
context:
space:
mode:
authorTenPlus1 <kinsellaja@yahoo.com>2018-05-16 13:02:23 +0100
committerTenPlus1 <kinsellaja@yahoo.com>2018-05-16 13:02:23 +0100
commita60ca411488bb98aec3437c99e742ffe5197b3cc (patch)
tree54dd0fae98d74f9dd21b632b5e28f74b3733598f /bee.lua
parentf42a8ba97e4fa9beef2e46f02ffe9e5af248a195 (diff)
changed spawn intervals to 60
Diffstat (limited to 'bee.lua')
-rw-r--r--bee.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/bee.lua b/bee.lua
index 80fe0db..d1d2de4 100644
--- a/bee.lua
+++ b/bee.lua
@@ -48,7 +48,8 @@ mobs:spawn({
name = "mobs_animal:bee",
nodes = {"group:flower"},
min_light = 10,
- chance = 5000,
+ interval = 60,
+ chance = 6000,
min_height = 3,
max_height = 200,
day_toggle = true,