npc_talk:npc now available without skinsdb
This commit is contained in:
parent
1149193f5b
commit
1266525ff0
@ -88,7 +88,7 @@ npc_talk.enable_talk_to_example_npc = function()
|
|||||||
end
|
end
|
||||||
|
|
||||||
-- we need a suitable mesh and skins from somewhere
|
-- we need a suitable mesh and skins from somewhere
|
||||||
if(minetest.get_modpath("mobs") and minetest.get_modpath("skinsdb")) then
|
if(minetest.get_modpath("mobs")) then
|
||||||
-- register the NPC once
|
-- register the NPC once
|
||||||
npc_talk.register_example_npc()
|
npc_talk.register_example_npc()
|
||||||
-- make sure it gets called once now and in the future whenever yl_speak_up is reloaded
|
-- make sure it gets called once now and in the future whenever yl_speak_up is reloaded
|
||||||
|
Loading…
Reference in New Issue
Block a user