]> git.lizzy.rs Git - Crafter.git/blobdiff - mods/mob/spawning.lua
Fix more deprecated calls and locals not being local
[Crafter.git] / mods / mob / spawning.lua
index 7917db76ef100f36af16790069f88ef8fc6cbe4e..328f6e4097aaeb85c03830ef11256275a9be7034 100644 (file)
@@ -1,5 +1,5 @@
 --this is where mob spawning is defined
-
+--[[
 --spawn mob in a square doughnut shaped radius
 local chance = 20
 --inner and outer part of square donut radius
@@ -81,3 +81,4 @@ local function spawn_mobs()
 end
 
 spawn_mobs()
+]]--