-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy paththunderstore.toml
More file actions
43 lines (34 loc) · 1011 Bytes
/
thunderstore.toml
File metadata and controls
43 lines (34 loc) · 1011 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
34
35
36
37
38
39
40
41
42
43
[config]
schemaVersion = "0.0.1"
[package]
namespace = "warpalicious"
name = "More_World_Locations_AIO"
versionNumber = "4.2.0"
description = "Adds 153 new POI locations with traders, ports, puzzles, and shrines to enhance Valheim's world exploration."
websiteUrl = "https://discord.gg/KjgZ63VZv5"
containsNsfwContent = false
[package.dependencies]
denikson-BepInExPack_Valheim = "5.4.2333"
ValheimModding-JsonDotNET = "13.0.4"
ValheimModding-Jotunn = "2.27.1"
[build]
icon = "./icon.png"
readme = "./README_thunderstore.md"
outdir = "./build"
[[build.copy]]
source = "./More World Locations_AIO/bin/Release/More_World_Locations_AIO.dll"
target = "More_World_Locations_AIO.dll"
[[build.copy]]
source = "./assetBundleManifest_full"
target = "assetBundleManifest_full"
[[build.copy]]
source = "./plugins"
target = "plugins"
[[build.copy]]
source = "./CHANGELOG.md"
target = "CHANGELOG.md"
[publish]
repository = "https://thunderstore.io"
communities = ["valheim"]
[publish.categories]
valheim = ["mods"]