File tree Expand file tree Collapse file tree
templates/VSCodeModTemplate/_ProjectName_ Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <PackageType >Template</PackageType >
5- <PackageVersion >1.3.4 </PackageVersion >
5+ <PackageVersion >1.3.5 </PackageVersion >
66 <PackageId >jayugg.VintageStory.Mod.Templates</PackageId >
77 <PackageLicenseExpression >GPL-3.0-only</PackageLicenseExpression >
88 <Title >Vintage Story Mod Templates</Title >
Original file line number Diff line number Diff line change 1- VS Mod Templates v1.3.4
2- - [Code Template] Include modicon when using client and server launch settings
1+ VS Mod Templates v1.3.5
2+ - [Code Template] Fix typos regarding config
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ namespace _ProjectName_.Config;
55
66public class ConfigLoader : ModSystem
77{
8- private const string ConfigName = = "_ProjectName_.json" ;
8+ private const string ConfigName = "_ProjectName_.json" ;
99 public static ModConfig Config { get ; private set ; }
1010 public override void StartPre ( ICoreAPI api )
1111 {
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ public class _ProjectName_Core : ModSystem
3737 public static Harmony HarmonyInstance { get ; private set ; }
3838 #endif
3939 #if( AddSampleConfig )
40- public static Config => ConfigLoader . Config ;
40+ public static ModConfig Config => ConfigLoader . Config ;
4141 #endif
4242
4343 public override void StartPre ( ICoreAPI api )
You can’t perform that action at this time.
0 commit comments