Increase sheep detection radius

This commit is contained in:
BlockMen 2014-05-25 22:43:57 +02:00
parent a214ea98b2
commit 0ab9338972

View File

@ -97,5 +97,5 @@ minetest.register_abm({
return return
end end
if math.random(1,10) > 8 then 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}) end})