Fix mcl_monster_spawner function

This commit is contained in:
Wuzzy 2017-05-25 02:17:24 +02:00
parent 64ec1fd03d
commit d4f183c1fc
1 changed files with 3 additions and 1 deletions

View File

@ -1,8 +1,10 @@
local S = mobs.intllib
mcl_monster_spawner = {}
local default_mob = "mobs_mc:chicken"
-- mob spawner
-- Monster spawner
local spawner_default = default_mob.." 0 15 3 0"
local function get_mob_textures(mob)