File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33This 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.
Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ websiteUrl = "https://github.com/AuthorName/ModName"
1111containsNsfwContent = 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 "
1818SGG_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"
3636source = " ./src"
3737target = " ./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 ]
4146repository = " https://thunderstore.io"
You can’t perform that action at this time.
0 commit comments