File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
1010### Changed
1111
12+ - Template uses ModUtil ` 4.0.0 ` and ` once_loaded.game ` instead of ` on_ready_final ` .
1213- Use annotated tags instead of lightweight tags in release workflow.
1314
1415## [ 0.6.1] - 2024-05-23
Original file line number Diff line number Diff line change 5656local loader = reload .auto_single ()
5757
5858-- this runs only when modutil and the game's lua is ready
59- modutil .on_ready_final (function ()
59+ modutil .once_loaded . game (function ()
6060 loader .load (on_ready , on_reload )
6161end )
Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ containsNsfwContent = false
1212
1313[package .dependencies ]
1414Hell2Modding-Hell2Modding = " 1.0.28"
15- SGG_Modding-ENVY = " 1.0.1 "
15+ SGG_Modding-ENVY = " 1.1.0 "
1616SGG_Modding-Chalk = " 2.0.2"
1717SGG_Modding-ReLoad = " 1.0.1"
1818SGG_Modding-SJSON = " 1.0.0"
19- SGG_Modding-ModUtil = " 3.1 .0"
19+ SGG_Modding-ModUtil = " 4.0 .0"
2020
2121
2222[build ]
You can’t perform that action at this time.
0 commit comments