-
Notifications
You must be signed in to change notification settings - Fork 0
/
thunderstore.toml
41 lines (30 loc) · 1.08 KB
/
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
[config]
schemaVersion = "0.0.1"
[package]
namespace = "nbusseneau"
name = "Better_Cartography_Table"
versionNumber = "0.6.0"
description = "Allows precise control over sharing pins and map exploration via cartography tables. Supports private pins, public pins, and guild pins. Supports NoMap runs, giving cartography tables a purpose in NoMap. Translations available."
websiteUrl = "https://github.com/nbusseneau/BetterCartographyTable"
containsNsfwContent = false
[package.dependencies]
denikson-BepInExPack_Valheim = "5.4.2202"
ValheimModding-Jotunn = "2.20.3"
[build]
icon = "./icon.png"
readme = "./README.md"
outdir = "./build"
[[build.copy]]
source = "./CHANGELOG.md"
target = "./CHANGELOG.md"
[[build.copy]]
source = "./src/bin/Release/BetterCartographyTable.dll"
target = "./plugins/BetterCartographyTable.dll"
[[build.copy]]
source = "./src/Translations"
target = "./plugins/Translations"
[publish]
repository = "https://thunderstore.io"
communities = [ "valheim", ]
[publish.categories]
valheim = [ "client-side", "server-side", "mods", "tools", "tweaks", "utility", "ashlands-update", ]