This commit is contained in:
Ell 2024-03-10 16:38:23 +01:00
parent 6d6e95727b
commit 728553e329
2 changed files with 2 additions and 2 deletions

View file

@ -34,7 +34,7 @@ public class ExampleMod : Mod {
public override string Description => "This is the example mod for Tiny Life!";
public override TextureRegion Icon => this.uiTextures[new Point(0, 0)];
public override string IssueTrackerUrl => "https://github.com/Ellpeck/TinyLifeExampleMod/issues";
public override string TestedVersionRange => "[0.40.0]";
public override string TestedVersionRange => "[0.40.0,0.40.1]";
private Dictionary<Point, TextureRegion> customTops;
private Dictionary<Point, TextureRegion> customHairs;

View file

@ -5,7 +5,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="TinyLifeApi" Version="0.40.0" />
<PackageReference Include="TinyLifeApi" Version="0.40.1" />
<PackageReference Include="MonoGame.Framework.DesktopGL" Version="3.8.1.303" />
<PackageReference Include="Lib.Harmony" Version="2.2.2" />