Tree analysis.
This commit is contained in:
parent
5dba3b99ec
commit
d5c3a8f971
2 changed files with 20 additions and 1 deletions
2
mobs.lua
2
mobs.lua
|
@ -456,7 +456,7 @@ if minetest.registered_entities["mobs:bee"] then
|
|||
run_velocity = 2,
|
||||
fall_speed = -3,
|
||||
jump = true,
|
||||
view_range = 15,
|
||||
view_range = 10,
|
||||
floats = 0,
|
||||
drops = {
|
||||
{name = "mobs:honey", chance = 2, min = 1, max = 2},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue