From 7084ec1f40735a5e9e3408d4a2f7ddb58d3e3a47 Mon Sep 17 00:00:00 2001 From: Emik Date: Wed, 12 Aug 2026 00:37:07 +0200 Subject: [PATCH] Use correct Cryptid check --- manifest.json | 2 +- src/main.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 9bca816..b198e9a 100644 --- a/manifest.json +++ b/manifest.json @@ -18,5 +18,5 @@ "conflicts": [ "Jen" ], - "version": "1.11.26" + "version": "1.11.27" } \ No newline at end of file diff --git a/src/main.lua b/src/main.lua index b5a4c70..c702a08 100644 --- a/src/main.lua +++ b/src/main.lua @@ -1,5 +1,5 @@ Jane = { - cry = not not SMODS.Mods.Cryptid, + cry = SMODS.Mods.Cryptid and not SMODS.Mods.Cryptid.disabled, config = { texture_pack = "default", wee_sizemod = math.sqrt(2),