From a06fec5c2346aabd2fdda1347a25bf0ee8da9cc7 Mon Sep 17 00:00:00 2001 From: Emik Date: Tue, 11 Aug 2026 23:02:39 +0200 Subject: [PATCH] Defer loading --- lovely.toml | 2 +- manifest.json | 4 ++-- src/main.lua | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lovely.toml b/lovely.toml index 9e035ba..975996a 100644 --- a/lovely.toml +++ b/lovely.toml @@ -1,7 +1,7 @@ [manifest] version = "1.0.0" dump_lua = true -priority = 114 +priority = 115 [[patches]] [patches.pattern] diff --git a/manifest.json b/manifest.json index bd6f044..9bca816 100644 --- a/manifest.json +++ b/manifest.json @@ -9,7 +9,7 @@ "prefix": "jane", "main_file": "src/main.lua", "badge_colour": "3c3cff", - "priority": 114, + "priority": 115, "dependencies": [ "Steamodded (>=1.0.0~BETA-1606b)", "Lovely (>=0.6)", @@ -18,5 +18,5 @@ "conflicts": [ "Jen" ], - "version": "1.11.25" + "version": "1.11.26" } \ No newline at end of file diff --git a/src/main.lua b/src/main.lua index 169db1b..b5a4c70 100644 --- a/src/main.lua +++ b/src/main.lua @@ -1,5 +1,5 @@ Jane = { - cry = not not G.P_CENTERS.j_cry_m, + cry = not not SMODS.Mods.Cryptid, config = { texture_pack = "default", wee_sizemod = math.sqrt(2),