forked from Sokomine/yl_speak_up
11 lines
312 B
Lua
11 lines
312 B
Lua
-- YourLand specific file.
|
|
-- Please link local_server_do_once_on_startup.lua to this file IF running on the YourLand server!
|
|
-- Else ignore this file.
|
|
|
|
|
|
-- mobs registered as yl_speak_up-mobs (based on mobs_redo)
|
|
if(true) then
|
|
-- the actual mobs, using mobs_redo
|
|
dofile(yl_speak_up.modpath .. "mobs.lua")
|
|
end
|