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]
|
[manifest]
|
||||||
version = "1.0.0"
|
version = "1.0.0"
|
||||||
dump_lua = true
|
dump_lua = true
|
||||||
priority = 114
|
priority = 115
|
||||||
|
|
||||||
[[patches]]
|
[[patches]]
|
||||||
[patches.pattern]
|
[patches.pattern]
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@
|
||||||
"prefix": "jane",
|
"prefix": "jane",
|
||||||
"main_file": "src/main.lua",
|
"main_file": "src/main.lua",
|
||||||
"badge_colour": "3c3cff",
|
"badge_colour": "3c3cff",
|
||||||
"priority": 114,
|
"priority": 115,
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
"Steamodded (>=1.0.0~BETA-1606b)",
|
"Steamodded (>=1.0.0~BETA-1606b)",
|
||||||
"Lovely (>=0.6)",
|
"Lovely (>=0.6)",
|
||||||
|
|
@ -18,5 +18,5 @@
|
||||||
"conflicts": [
|
"conflicts": [
|
||||||
"Jen"
|
"Jen"
|
||||||
],
|
],
|
||||||
"version": "1.11.25"
|
"version": "1.11.26"
|
||||||
}
|
}
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Jane = {
|
Jane = {
|
||||||
cry = not not G.P_CENTERS.j_cry_m,
|
cry = not not SMODS.Mods.Cryptid,
|
||||||
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