-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththunderstore.toml
More file actions
33 lines (26 loc) · 856 Bytes
/
thunderstore.toml
File metadata and controls
33 lines (26 loc) · 856 Bytes
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
[config]
schemaVersion = "0.0.1"
[package]
namespace = "RedstoneWizard08"
name = "ContentLibrary"
versionNumber = "0.1.0"
description = "A library for all of your Content Warning modding needs! (Also the successor to ContentSettings!)"
websiteUrl = "https://redstonewizard08.github.io/ConfigurableWarning"
containsNsfwContent = false
[package.dependencies]
RugbugRedfern-MyceliumNetworking = "1.0.14"
[build]
icon = "./icon.png"
readme = "./README.md"
outdir = "./output"
[[build.copy]]
source = "./ContentLibrary/bin/Release/netstandard2.1/RedstoneWizard08.ContentLibrary.dll"
target = "RedstoneWizard08.ContentLibrary.dll"
[[build.copy]]
source = "./CHANGELOG.md"
target = "CHANGELOG.md"
[publish]
repository = "https://thunderstore.io"
communities = ["content-warning"]
[publish.categories]
content-warning = ["mods", "tools", "misc", "bepinex"]