summaryrefslogtreecommitdiff
path: root/bee.lua
diff options
context:
space:
mode:
Diffstat (limited to 'bee.lua')
-rw-r--r--bee.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/bee.lua b/bee.lua
index a0bcd82..4a85091 100644
--- a/bee.lua
+++ b/bee.lua
@@ -48,8 +48,8 @@ mobs:spawn({
name = "mobs_animal:bee",
nodes = {"group:flower"},
min_light = 10,
- chance = 9000,
- min_height = 0,
+ chance = 5000,
+ min_height = 3,
max_height = 200,
day_toggle = true,
})