mirror of
https://github.com/Ellpeck/TinyLifeExampleMod.git
synced 2024-11-05 13:39:09 +01:00
0.43.0
This commit is contained in:
parent
c0cc18b0a0
commit
28b8aadc7f
2 changed files with 4 additions and 4 deletions
|
@ -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.43.0]";
|
||||
|
||||
private Dictionary<Point, TextureRegion> customTops;
|
||||
private Dictionary<Point, TextureRegion> customHairs;
|
||||
|
|
|
@ -5,16 +5,16 @@
|
|||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="TinyLifeApi" Version="0.42.4" />
|
||||
<PackageReference Include="TinyLifeApi" Version="0.43.0" />
|
||||
|
||||
<PackageReference Include="MonoGame.Framework.DesktopGL" Version="3.8.1.303" />
|
||||
<PackageReference Include="Lib.Harmony" Version="2.2.2" />
|
||||
<PackageReference Include="Lib.Harmony" Version="2.3.3" />
|
||||
<PackageReference Include="ExtremelySimpleLogger" Version="1.4.1" />
|
||||
<PackageReference Include="MLEM.Data" Version="6.3.0" />
|
||||
<PackageReference Include="MLEM.Extended" Version="6.3.0" />
|
||||
<PackageReference Include="MLEM.Startup" Version="6.3.0" />
|
||||
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
|
||||
<PackageReference Include="DynamicEnums" Version="1.2.0" />
|
||||
<PackageReference Include="DynamicEnums" Version="1.3.0" />
|
||||
<PackageReference Include="Coroutine" Version="2.1.5" />
|
||||
</ItemGroup>
|
||||
|
||||
|
|
Loading…
Reference in a new issue