From 1266525ff0a5ac1e4f4730a9f1b21e26198724d6 Mon Sep 17 00:00:00 2001 From: Sokomine Date: Thu, 25 Jan 2024 22:33:12 +0100 Subject: [PATCH] npc_talk:npc now available without skinsdb --- example_npc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example_npc.lua b/example_npc.lua index 29d08d6..8c72968 100644 --- a/example_npc.lua +++ b/example_npc.lua @@ -88,7 +88,7 @@ npc_talk.enable_talk_to_example_npc = function() end -- 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 npc_talk.register_example_npc() -- make sure it gets called once now and in the future whenever yl_speak_up is reloaded