File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11## 0.6.0
22** :hammer : Refactors**
33- Cleanup pass ([ #1 ] ( https://git.omni.ms/vintage-story-mods/common-mod/issues/1 ) )
4+ - Made ` System.ShouldLoad ` abstract ([ #6 ] ( https://git.omni.ms/vintage-story-mods/common-mod/issues/6 ) )
45
56** :books : Documentation**
67- Created skeleton documentation
910** :bulb : Source Code Documentation**
1011- Added ` schemas/config.schema.json ` ([ #13 ] ( https://git.omni.ms/vintage-story-mods/common-mod/issues/13 ) )
1112
13+ ** :rotating_light : Tests**
14+ - Added ` ConsoleLoggerSinkTests `
15+ - Added ` FileSystemTests `
16+ - Added ` LoggerTests `
17+
1218** :green_heart : CI/CD**
1319- Added ` pull: true ` to all steps
1420
Original file line number Diff line number Diff line change 2424 <None Include =" ../build.sh" />
2525 <None Include =" ../buildConfig.json" />
2626 <None Include =" ../CHANGELOG.md" />
27+ <None Include =" ../GITMOJI.md" />
2728 <None Include =" ../README.md" />
2829 </ItemGroup >
2930
Original file line number Diff line number Diff line change @@ -39,6 +39,8 @@ protected System()
3939 public abstract string ModVersion ( ) ;
4040 public abstract string ModName ( ) ;
4141
42+ public abstract override bool ShouldLoad ( EnumAppSide forSide ) ;
43+
4244 protected abstract void RegisterConfigs ( IConfigSystem configSystem ) ;
4345
4446 public override void StartPre ( ICoreAPI api )
You can’t perform that action at this time.
0 commit comments