mirror of
https://github.com/Ellpeck/TinyLifeExampleMod.git
synced 2024-11-23 04:18:33 +01:00
0.21.2
This commit is contained in:
parent
2e332b0224
commit
dacc8c87e4
3 changed files with 13 additions and 6 deletions
|
@ -32,7 +32,7 @@ public class ExampleMod : Mod {
|
|||
private UniformTextureAtlas customHairs;
|
||||
private UniformTextureAtlas customBottoms;
|
||||
private UniformTextureAtlas uiTextures;
|
||||
private UniformTextureAtlas wallpaperTextures;
|
||||
private Dictionary<Point, TextureRegion> wallpaperTextures;
|
||||
|
||||
public override void AddGameContent(GameImpl game, ModInfo info) {
|
||||
// adding a custom furniture item
|
||||
|
|
|
@ -5,13 +5,13 @@
|
|||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="TinyLifeApi" Version="0.21.0" />
|
||||
<PackageReference Include="TinyLifeApi" Version="0.21.2" />
|
||||
|
||||
<PackageReference Include="ExtremelySimpleLogger" Version="1.2.5" />
|
||||
<PackageReference Include="Lib.Harmony" Version="2.2.0" />
|
||||
<PackageReference Include="MLEM.Data" Version="5.2.0" />
|
||||
<PackageReference Include="MLEM.Extended" Version="5.2.0" />
|
||||
<PackageReference Include="MLEM.Startup" Version="5.2.0" />
|
||||
<PackageReference Include="Lib.Harmony" Version="2.2.1" />
|
||||
<PackageReference Include="MLEM.Data" Version="5.4.0-445" />
|
||||
<PackageReference Include="MLEM.Extended" Version="5.4.0-445" />
|
||||
<PackageReference Include="MLEM.Startup" Version="5.4.0-445" />
|
||||
<PackageReference Include="MonoGame.Extended" Version="3.8.0" />
|
||||
<PackageReference Include="MonoGame.Framework.DesktopGL" Version="3.8.0.1641" />
|
||||
</ItemGroup>
|
||||
|
|
7
NuGet.config
Normal file
7
NuGet.config
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<packageSources>
|
||||
<!-- For preview versions of MLEM, which are sometimes required -->
|
||||
<add key="Ellpeck" value="https://nuget.ellpeck.de/v3/index.json" />
|
||||
</packageSources>
|
||||
</configuration>
|
Loading…
Reference in a new issue