Commit Graph

26 Commits

Author SHA1 Message Date
Sokomine
584236de8d added config and crafting options 2024-04-08 18:37:24 +02:00
Sokomine
706fe6a84e moved default texture and mesh to init.lua 2024-04-08 18:24:45 +02:00
Sokomine
28bbed66e4 moved talk_tool craft receipe into talk_tool.lua 2024-04-08 18:21:07 +02:00
Sokomine
ecf0d0f95f license changed from GPLv3.0 or later to MIT 2024-04-05 16:55:43 +02:00
Sokomine
68340524b5 removed release from mod.conf for contentdb 2024-03-26 21:54:36 +01:00
Sokomine
50e442c4ee avoid reading from wold dir 2024-03-24 02:47:08 +01:00
Sokomine
ca1ddae449 print warning if player_api is missing 2024-02-14 22:13:11 +01:00
Sokomine
e0216e418e set node_damage = 0 for mobs_redo 2024-01-26 21:42:36 +01:00
Sokomine
53bb08d4a7 typo 2024-01-25 22:43:08 +01:00
Sokomine
1266525ff0 npc_talk:npc now available without skinsdb 2024-01-25 22:33:12 +01:00
Sokomine
1149193f5b made npc_talk:npc less dependant on skinsdb 2024-01-25 22:29:41 +01:00
Sokomine
dad2e50e71 uses skinsdb in order to get mesh and texture for npc_talk:npc 2024-01-25 21:59:16 +01:00
Sokomine
5524ce849b moved initial properties of npc to initial_properties 2024-01-25 19:42:20 +01:00
Sokomine
554213d8eb pass owner on for talk_sign so that it works properly 2024-01-25 19:19:02 +01:00
Sokomine
773fcea5b8 added player_api for texture+mesh as optional dependency 2024-01-25 19:13:05 +01:00
Sokomine
cc3a039112 bugfix; basic entities do not use the mobs_redo interface for talking (no lasso etc exists for them) 2024-01-25 19:12:02 +01:00
Sokomine
0c6c1aabd6 changed default npc skin to chacracter.png 2024-01-24 21:09:21 +01:00
Sokomine
e50d9b5137 typos in readme.md 2023-09-10 22:59:49 +02:00
Sokomine
3b7c63dae7 added readme.md 2023-09-10 22:53:49 +02:00
Sokomine
0450857a76 talk tool for animals now depends only on mobs_redo craftitems and textures 2023-09-10 22:11:30 +02:00
Sokomine
b3c06c988d talking npc can now be picked up 2023-09-10 22:06:01 +02:00
Sokomine
dc2d8e6c1e removed blanks at end of line 2023-09-10 01:33:56 +02:00
Sokomine
69aa04534a added an example npc that has no dependencies 2023-09-10 01:32:35 +02:00
Sokomine
dc49b4cbe5 moved mesh definiton to here from yl_speak_up 2023-09-09 02:56:30 +02:00
Sokomine
e9041d39ca made usable for mobs_npc and mobs_animals 2023-09-04 02:36:33 +02:00
31f0afb102 Initial commit 2023-09-03 18:03:31 +00:00