forked from VoxeLibre/VoxeLibre
Fix mcl_monster_spawner function
This commit is contained in:
parent
64ec1fd03d
commit
d4f183c1fc
|
@ -1,8 +1,10 @@
|
||||||
local S = mobs.intllib
|
local S = mobs.intllib
|
||||||
|
|
||||||
|
mcl_monster_spawner = {}
|
||||||
|
|
||||||
local default_mob = "mobs_mc:chicken"
|
local default_mob = "mobs_mc:chicken"
|
||||||
|
|
||||||
-- mob spawner
|
-- Monster spawner
|
||||||
local spawner_default = default_mob.." 0 15 3 0"
|
local spawner_default = default_mob.." 0 15 3 0"
|
||||||
|
|
||||||
local function get_mob_textures(mob)
|
local function get_mob_textures(mob)
|
||||||
|
|
Loading…
Reference in New Issue