mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-19 15:13:16 +00:00
Weather sync
This commit is contained in:
parent
f6c98f0682
commit
74746a2ad6
2 changed files with 42 additions and 0 deletions
|
@ -42,6 +42,7 @@ local function load_modules()
|
|||
ctx.dofile_and_add_hooks("mods/quant.ew/files/src/system/nickname.lua")
|
||||
ctx.dofile_and_add_hooks("mods/quant.ew/files/src/system/debug.lua")
|
||||
ctx.dofile_and_add_hooks("mods/quant.ew/files/src/system/fungal_shift/sync.lua")
|
||||
ctx.dofile_and_add_hooks("mods/quant.ew/files/src/system/weather_sync.lua")
|
||||
|
||||
if ctx.proxy_opt.world_sync_version == "1" then
|
||||
ctx.dofile_and_add_hooks("mods/quant.ew/files/src/system/world_sync_v1.lua")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue