Compare commits

..

No commits in common. "main" and "0.41.1" have entirely different histories.
main ... 0.41.1

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.42.0,0.42.4]";
public override string TestedVersionRange => "[0.41.0,0.41.1]";
private Dictionary<Point, TextureRegion> customTops;
private Dictionary<Point, TextureRegion> customHairs;

View file

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