Implement non-bundled mods #125

Merged
lucas merged 13 commits from feat/loose-files into master 2023-11-24 11:52:54 +01:00
Showing only changes of commit e162f68457 - Show all commits

View file

@ -138,7 +138,8 @@ Mods = {
-- Fatshark's code scrubs them. -- Fatshark's code scrubs them.
-- The loader can then decide to pass them on to mods, or ignore them -- The loader can then decide to pass them on to mods, or ignore them
lua = setmetatable({}, { __index = lua_libs }), lua = setmetatable({}, { __index = lua_libs }),
require_store = require_store require_store = require_store,
original_require = require,
} }
local can_insert = function(filepath, new_result) local can_insert = function(filepath, new_result)