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),