summaryrefslogtreecommitdiff
path: root/bunny.lua
diff options
context:
space:
mode:
Diffstat (limited to 'bunny.lua')
-rw-r--r--bunny.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/bunny.lua b/bunny.lua
index 108dffc..cbde3e7 100644
--- a/bunny.lua
+++ b/bunny.lua
@@ -115,8 +115,9 @@ end
mobs:spawn({
name = "mobs_animal:bunny",
nodes = {spawn_on},
+ neighbors = {"group:grass"},
min_light = 10,
- chance = 15000,
+ chance = 5000, -- 15000
min_height = 5,
max_height = 200,
day_toggle = true,