This commit is contained in:
parent
ef68205582
commit
75c78c5645
|
@ -1,17 +1,16 @@
|
||||||
[config]
|
[config]
|
||||||
schemaVersion = "0.0.1"
|
schemaVersion = "0.1.0"
|
||||||
|
|
||||||
[package]
|
[package]
|
||||||
namespace = "yournamespace"
|
namespace = "glitchrestore"
|
||||||
name = "YourModName"
|
name = "Glitch Restore"
|
||||||
versionNumber = "0.1.0"
|
versionNumber = "0.1.0"
|
||||||
description = "your mod description"
|
description = "Bring back speedrun tricks"
|
||||||
websiteUrl = "link to the git repo"
|
websiteUrl = "https://git.yinglet.com/zhetadelta/ninesols-glitch-restore"
|
||||||
containsNsfwContent = false
|
containsNsfwContent = false
|
||||||
|
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
"BepInEx-BepInExPack" = "5.4.2100"
|
"BepInEx-BepInExPack" = "5.4.2100"
|
||||||
"ninesolsmodding-NineSolsAPI" = "0.0.2"
|
|
||||||
|
|
||||||
[build]
|
[build]
|
||||||
icon = "./icon.png"
|
icon = "./icon.png"
|
||||||
|
|
Loading…
Reference in a new issue