Increase sheep detection radius
This commit is contained in:
parent
a214ea98b2
commit
0ab9338972
@ -97,5 +97,5 @@ minetest.register_abm({
|
||||
return
|
||||
end
|
||||
if math.random(1,10) > 8 then return end
|
||||
creatures.spawn(pos, math.random(1,2), "creatures:sheep", 5, 35)
|
||||
creatures.spawn(pos, math.random(1,2), "creatures:sheep", 5, 50)
|
||||
end})
|
||||
|
Loading…
x
Reference in New Issue
Block a user