forked from Sokomine/yl_speak_up
10 lines
395 B
Lua
10 lines
395 B
Lua
-- YourLand specific file.
|
|
-- Please link local_server_config.lua to this file IF running on the YourLand server!
|
|
-- Else ignore this file.
|
|
--
|
|
|
|
-- 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"}
|