diff --git a/CarryCapacity.csproj b/CarryCapacity.csproj index 4143705..106f8e5 100644 --- a/CarryCapacity.csproj +++ b/CarryCapacity.csproj @@ -3,7 +3,7 @@ CarryCapacity copygirl - 0.5.2 + 0.5.3 Vintage Story mod which adds the capability to carry various things https://github.com/copygirl/CarryCapacity diff --git a/resources/modinfo.json b/resources/modinfo.json index 1dc5991..cc1d144 100644 --- a/resources/modinfo.json +++ b/resources/modinfo.json @@ -2,13 +2,13 @@ "type": "code", "name": "CarryCapacity", "modid": "carrycapacity", - "version": "0.5.2", + "version": "0.5.3", "description": "Adds the capability to carry various things", "website": "https://github.com/copygirl/CarryCapacity", "authors": [ "copygirl" ], "dependencies": { - "game": "1.14.0" + "game": "1.14.3" } } diff --git a/src/CarrySystem.cs b/src/CarrySystem.cs index 2edf57f..5c88d60 100644 --- a/src/CarrySystem.cs +++ b/src/CarrySystem.cs @@ -11,6 +11,7 @@ Description = "Adds the capability to carry various things", Website = "https://github.com/copygirl/CarryCapacity", Authors = new []{ "copygirl" })] +[assembly: ModDependency("game", "1.14.3")] namespace CarryCapacity {