Increase sheep detection radius

master
BlockMen 2014-05-25 22:43:57 +02:00
parent a214ea98b2
commit 0ab9338972
1 changed files with 1 additions and 1 deletions

View File

@ -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})