]> git.lizzy.rs Git - Crafter.git/blobdiff - mods/mob/spawning.lua
Tune spiders eyes more and enable spawning
[Crafter.git] / mods / mob / spawning.lua
index 660a82735629f14e3cfe7b77dc2bb48a1f1b8ad8..c271ccb0665a7a1fb138b17c86b8dc137444acee 100644 (file)
@@ -3,7 +3,7 @@
 --spawn mob in a square doughnut shaped radius
 local timer = 6
 --the amount of mobs that the game will try to spawn
-local spawn_goal = 30
+local spawn_goal = 14
 --inner and outer part of square donut radius
 local inner = 24
 local outer = 80
@@ -90,4 +90,4 @@ minetest.register_on_mods_loaded(function()
        minetest.after(0,function()
                spawn_mobs()
        end)
-end)
\ No newline at end of file
+end)