Mod that actually adds NPC to yl_speak_up.
Go to file
2024-01-25 19:42:20 +01:00
add_skins_and_capes.lua changed default npc skin to chacracter.png 2024-01-24 21:09:21 +01:00
example_npc.lua moved mesh definiton to here from yl_speak_up 2023-09-09 02:56:30 +02:00
example_talk_sign.lua pass owner on for talk_sign so that it works properly 2024-01-25 19:19:02 +01:00
init.lua added an example npc that has no dependencies 2023-09-10 01:32:35 +02:00
LICENSE Initial commit 2023-09-03 18:03:31 +00:00
mod.conf added player_api for texture+mesh as optional dependency 2024-01-25 19:13:05 +01:00
readme.md typos in readme.md 2023-09-10 22:59:49 +02:00
README.md Initial commit 2023-09-03 18:03:31 +00:00
talk_to_animals.lua talk tool for animals now depends only on mobs_redo craftitems and textures 2023-09-10 22:11:30 +02:00
talk_to_mobs_npc.lua made usable for mobs_npc and mobs_animals 2023-09-04 02:36:33 +02:00
talk_tool.lua made usable for mobs_npc and mobs_animals 2023-09-04 02:36:33 +02:00
talking_npc.lua moved initial properties of npc to initial_properties 2024-01-25 19:42:20 +01:00

npc_talk

Mod that actually adds NPC to yl_speak_up.