mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-19 07:03:16 +00:00
Provide API for other mods to load their owm modules.
This commit is contained in:
parent
0f55a96df4
commit
d5e7f54ef1
7 changed files with 47 additions and 10 deletions
3
ew_api_example/init.lua
Normal file
3
ew_api_example/init.lua
Normal file
|
@ -0,0 +1,3 @@
|
|||
if ModIsEnabled("quant.ew") then
|
||||
ModLuaFileAppend("mods/quant.ew/files/api/extra_modules.lua", "mods/ew_api_example/module.lua")
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue