Skip to content

Commit

Permalink
Fix manifest and make sure all the json gets copied to the output so …
Browse files Browse the repository at this point in the history
…that it gets included in the package
  • Loading branch information
justastranger committed Mar 29, 2024
1 parent d60af96 commit 6140dc1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions MushroomLogAdditions/MushroomLogAdditions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,16 @@
<PackageReference Include="Pathoschild.Stardew.ModBuildConfig" Version="4.1.1" />
</ItemGroup>

<ItemGroup>
<None Update="content-pack\MushroomLogData.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="i18n\default.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="manifest.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>

</Project>
4 changes: 2 additions & 2 deletions MushroomLogAdditions/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"Name": "Mushroom Stump Additions",
"Name": "Mushroom Log Additions",
"Author": "justastranger",
"Version": "0.0.2",
"Version": "0.0.1",
"Description": "Allows more trees to affect the output of Mushroom Stumps.",
"UniqueID": "JAS.MushroomLogAdditions",
"EntryDll": "MushroomLogAdditions.dll",
Expand Down

0 comments on commit 6140dc1

Please sign in to comment.