ninesols-glitch-restore/thunderstore/thunderstore.toml
2025-04-17 22:55:24 -04:00

28 lines
518 B
TOML

[config]
schemaVersion = "0.0.1"
[package]
namespace = "yournamespace"
name = "YourModName"
versionNumber = "0.1.0"
description = "your mod description"
websiteUrl = "link to the git repo"
containsNsfwContent = false
[package.dependencies]
"BepInEx-BepInExPack" = "5.4.2100"
"ninesolsmodding-NineSolsAPI" = "0.0.2"
[build]
icon = "./icon.png"
readme = "./README.md"
outdir = "./build"
[[build.copy]]
source = "build/dll"
target = "."
[publish]
repository = "https://thunderstore.io"
communities = [ "nine-sols" ]