From 75c78c5645975a9d55024f4204b60d2e90af479b Mon Sep 17 00:00:00 2001 From: Sakimori Date: Fri, 18 Apr 2025 03:02:38 -0400 Subject: [PATCH] tidied up toml --- thunderstore/thunderstore.toml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/thunderstore/thunderstore.toml b/thunderstore/thunderstore.toml index 8e532f6..cab4949 100644 --- a/thunderstore/thunderstore.toml +++ b/thunderstore/thunderstore.toml @@ -1,17 +1,16 @@ [config] -schemaVersion = "0.0.1" +schemaVersion = "0.1.0" [package] -namespace = "yournamespace" -name = "YourModName" +namespace = "glitchrestore" +name = "Glitch Restore" versionNumber = "0.1.0" -description = "your mod description" -websiteUrl = "link to the git repo" +description = "Bring back speedrun tricks" +websiteUrl = "https://git.yinglet.com/zhetadelta/ninesols-glitch-restore" containsNsfwContent = false [package.dependencies] "BepInEx-BepInExPack" = "5.4.2100" -"ninesolsmodding-NineSolsAPI" = "0.0.2" [build] icon = "./icon.png"