-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththunderstore.toml
45 lines (34 loc) · 914 Bytes
/
thunderstore.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
[config]
schemaVersion = "0.0.1"
[package]
namespace = "NikkelM"
name = "Charons_Tip_Jar"
versionNumber = "1.0.1"
description = "Tip any unspent Gold to Charon before facing the final boss of a run, and earn progress towards Obol points!"
websiteUrl = "https://github.com/NikkelM/Hades-II-CharonsTipJar"
containsNsfwContent = false
[package.dependencies]
Hell2Modding-Hell2Modding = "1.0.50"
SGG_Modding-ENVY = "1.1.0"
SGG_Modding-Chalk = "2.1.1"
SGG_Modding-ReLoad = "1.0.2"
SGG_Modding-SJSON = "1.0.0"
SGG_Modding-ModUtil = "4.0.0"
[build]
icon = "./icon.png"
readme = "./README.md"
outdir = "./build"
[[build.copy]]
source = "./CHANGELOG.md"
target = "./CHANGELOG.md"
[[build.copy]]
source = "./LICENSE"
target = "./LICENSE"
[[build.copy]]
source = "./src"
target = "./plugins"
[publish]
repository = "https://thunderstore.io"
communities = [ "hades-ii", ]
[publish.categories]
hades-ii = [ "mods" ]