Use correct Cryptid check
This commit is contained in:
parent
a06fec5c23
commit
bc04d83e9e
2 changed files with 2 additions and 2 deletions
|
|
@ -18,5 +18,5 @@
|
||||||
"conflicts": [
|
"conflicts": [
|
||||||
"Jen"
|
"Jen"
|
||||||
],
|
],
|
||||||
"version": "1.11.26"
|
"version": "1.11.27"
|
||||||
}
|
}
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Jane = {
|
Jane = {
|
||||||
cry = not not SMODS.Mods.Cryptid,
|
cry = SMODS.Mods.Cryptid and not SMODS.Mods.Cryptid.disabled,
|
||||||
config = {
|
config = {
|
||||||
texture_pack = "default",
|
texture_pack = "default",
|
||||||
wee_sizemod = math.sqrt(2),
|
wee_sizemod = math.sqrt(2),
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue