mirror of
https://github.com/Poikilos/mobs.git
synced 2023-10-03 07:28:50 -07:00
Decrease spawning ratio of sheep
This commit is contained in:
parent
eb35d7ffea
commit
b687ddf0ba
2
init.lua
2
init.lua
@ -90,7 +90,7 @@ mobs:register_animal("mobs:sheep", {
|
||||
end
|
||||
end,
|
||||
})
|
||||
mobs:register_spawn("mobs:sheep", {"default:dirt_with_grass"}, 20, 8, 5000, 3)
|
||||
mobs:register_spawn("mobs:sheep", {"default:dirt_with_grass"}, 20, 8, 8000, 1)
|
||||
|
||||
minetest.register_craftitem("mobs:meat_raw", {
|
||||
description = "Raw Meat",
|
||||
|
Loading…
x
Reference in New Issue
Block a user