Defer loading
This commit is contained in:
parent
7e674bca9c
commit
a06fec5c23
3 changed files with 4 additions and 4 deletions
|
|
@ -1,7 +1,7 @@
|
|||
[manifest]
|
||||
version = "1.0.0"
|
||||
dump_lua = true
|
||||
priority = 114
|
||||
priority = 115
|
||||
|
||||
[[patches]]
|
||||
[patches.pattern]
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue