yl_speak_up/yl_local_server_config.lua

13 lines
504 B
Lua

-- YourLand specific file.
-- Please link local_server_config.lua to this file IF running on the YourLand server!
-- Else ignore this file.
--
-- do all the things that have to be done when yl_speak_up is initialized or reloaded
yl_npc.add_textures()
-- Tribe Miocene (Obsidian Flans)
yl_speak_up.mesh_data["zmobs_lava_flan.x"] = { texture_index = 1, }
yl_speak_up.mob_skins["yl_events:tribe_miocene"] = {"mobs_obsidian_flan.png"}
yl_speak_up.emulate_orders_on_rightclick = {"yl_events:tribe_miocene"}