Skip to content

Commit 86af892

Browse files
Merge pull request #5 from SGG-Modding/nikkelm/bump-dependencies
Update dependencies and add plugins_data copy configuration template
2 parents c19b7f3 + 388fa0a commit 86af892

2 files changed

Lines changed: 12 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
This mod template can be used as basis for creating your own Hades II mods and publishing them on [Thunderstore](https://thunderstore.io/).
44

5+
Many mod-making guides and other knowledge can be found on the [Hades II Mod Wiki](https://sgg-modding.github.io/Hades2ModWiki/).
6+
57
## Prerequisites
68

79
- Basic git knowledge.

src/thunderstore.toml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ websiteUrl = "https://github.com/AuthorName/ModName"
1111
containsNsfwContent = false
1212

1313
[package.dependencies]
14-
Hell2Modding-Hell2Modding = "1.0.28"
15-
SGG_Modding-ENVY = "1.1.0"
16-
SGG_Modding-Chalk = "2.0.2"
17-
SGG_Modding-ReLoad = "1.0.1"
14+
Hell2Modding-Hell2Modding = "1.0.67"
15+
LuaENVY-ENVY = "1.2.0"
16+
SGG_Modding-Chalk = "2.1.1"
17+
SGG_Modding-ReLoad = "1.0.2"
1818
SGG_Modding-SJSON = "1.0.0"
19-
SGG_Modding-ModUtil = "4.0.0"
19+
SGG_Modding-ModUtil = "4.0.1"
2020

2121

2222
[build]
@@ -36,6 +36,11 @@ target = "./LICENSE"
3636
source = "./src"
3737
target = "./plugins"
3838

39+
# Remove the commented lines below if you have files to copy to the plugins_data folder (like custom .pkg files)
40+
# [[build.copy]]
41+
# source = "./data"
42+
# target = "./plugins_data"
43+
3944

4045
[publish]
4146
repository = "https://thunderstore.io"

0 commit comments

Comments
 (0)