We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b2699b commit 15d213eCopy full SHA for 15d213e
smods.lua
@@ -1,5 +1,5 @@
1
local curmod = SMODS.current_mod
2
-assert(_mod_dir_amulet, string.format("Amulet is nested.\nPath: %s\nMods directory: %s", curmod and curmod.path, require "lovely".mod_dir))
+assert(_mod_dir_amulet, string.format("Amulet is nested / zipped.\nPath: %s\nMods directory: %s", curmod and curmod.path, require "lovely".mod_dir))
3
Talisman.smods = SMODS.current_mod
4
5
if SMODS.Atlas then
0 commit comments