actually added the new files to init.lua
This commit is contained in:
parent
cb0869f53c
commit
61d2fc1679
6
init.lua
6
init.lua
@ -178,6 +178,12 @@ yl_speak_up.reload = function(modpath, log_entry)
|
||||
-- execute preconditions, actions and effects
|
||||
dofile(modpath .. "exec_eval_preconditions.lua")
|
||||
dofile(modpath .. "exec_actions.lua")
|
||||
-- the formspecs for the actions:
|
||||
dofile(modpath .. "fs/fs_action_npc_wants.lua")
|
||||
dofile(modpath .. "fs/fs_action_npc_gives.lua")
|
||||
dofile(modpath .. "fs/fs_action_text_input.lua")
|
||||
dofile(modpath .. "fs/fs_action_evaluate.lua")
|
||||
-- execute and apply effects:
|
||||
dofile(modpath .. "exec_apply_effects.lua")
|
||||
-- some helper functions for formatting text for a formspec talbe
|
||||
-- TODO dofile(modpath .. "print_as_table.lua")
|
||||
|
Loading…
Reference in New Issue
Block a user