Skip to content

Commit

Permalink
Scaling of Mistlands Backpack and Updating Unity version to 2020.3.45
Browse files Browse the repository at this point in the history
  • Loading branch information
Vapok committed Mar 29, 2023
1 parent 2695142 commit b2dc00e
Show file tree
Hide file tree
Showing 19 changed files with 50 additions and 567 deletions.
Binary file modified AdventureBackpacks/Assets/Bundles/vapokbackpacks
Binary file not shown.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# 1.6.16 - Valheim 0.214.300 Update
# 1.6.16 - Various Updates
* Crafting bags will no longer allow you to consume equipped cape's.
* To craft a bag with a cape, and the only one in inventory is equipped, it must be unequipped in order for it to be used.
* Scaled down size and repositioned the Explorer's Wisppack.
* Updated Adventure Backpacks Unity version to 2020.3.45
* Updates codebase to 0.214.300 Valheim References
* Adding CHANGELOG.md to Thunderstore package

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ learn how to make your very own, Adventure Backpacks! Go forth and wander, ye w
* *Don't see your language, I'm looking for submissions for additional languages. Please find me on Discord (see link below) or submit a Pull Request!*

## Current Patch Notes
[Adventure Backpack Patchnotes](https://github.com/Vapok/AdventureBackpacks/blob/main/PATCHNOTES.md)
[Adventure Backpack Patchnotes](https://github.com/Vapok/AdventureBackpacks/blob/main/CHANGELOG.md)

## Compatible Mods (Verified)
* Epic Loot 0.9.3+
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,9 @@
<Reference Include="assembly_utils">
<HintPath>Packages\valheim\assembly_utils.dll</HintPath>
</Reference>
<Reference Include="Fishlabs.Core">
<HintPath>Packages\valheim\Fishlabs.Core.dll</HintPath>
</Reference>
<Reference Include="assembly_valheim">
<HintPath>Packages\valheim\assembly_valheim.dll</HintPath>
</Reference>
Expand All @@ -305,9 +308,15 @@
<Reference Include="assembly_guiutils">
<HintPath>Packages\valheim\assembly_guiutils.dll</HintPath>
</Reference>
<Reference Include="ConnectedStorage">
<HintPath>Packages\valheim\ConnectedStorage.dll</HintPath>
</Reference>
<Reference Include="assembly_googleanalytics">
<HintPath>Packages\valheim\assembly_googleanalytics.dll</HintPath>
</Reference>
<Reference Include="Fishlabs.Common">
<HintPath>Packages\valheim\Fishlabs.Common.dll</HintPath>
</Reference>
<Reference Include="PlayFabParty">
<HintPath>Packages\valheim\PlayFabParty.dll</HintPath>
</Reference>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,9 @@
<Reference Include="assembly_utils">
<HintPath>Packages\valheim\assembly_utils.dll</HintPath>
</Reference>
<Reference Include="Fishlabs.Core">
<HintPath>Packages\valheim\Fishlabs.Core.dll</HintPath>
</Reference>
<Reference Include="assembly_valheim">
<HintPath>Packages\valheim\assembly_valheim.dll</HintPath>
</Reference>
Expand All @@ -296,9 +299,15 @@
<Reference Include="assembly_guiutils">
<HintPath>Packages\valheim\assembly_guiutils.dll</HintPath>
</Reference>
<Reference Include="ConnectedStorage">
<HintPath>Packages\valheim\ConnectedStorage.dll</HintPath>
</Reference>
<Reference Include="assembly_googleanalytics">
<HintPath>Packages\valheim\assembly_googleanalytics.dll</HintPath>
</Reference>
<Reference Include="Fishlabs.Common">
<HintPath>Packages\valheim\Fishlabs.Common.dll</HintPath>
</Reference>
<Reference Include="PlayFabParty">
<HintPath>Packages\valheim\PlayFabParty.dll</HintPath>
</Reference>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ManifestFileVersion: 0
CRC: 2740477329
CRC: 1499047801
AssetBundleManifest:
AssetBundleInfos:
Info_0:
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
ManifestFileVersion: 0
CRC: 2859018536
CRC: 3115447487
Hashes:
AssetFileHash:
serializedVersion: 2
Hash: f2fdd8a572839ecdc8160ae6c766554c
Hash: 6b0398d2d5f2c973733c6a19afc1b6c2
TypeTreeHash:
serializedVersion: 2
Hash: a456979f0e08a52494f2dbe579db1edd
Hash: e8332a6d8fa8fcfcc86e8edfb27851a5
HashAppended: 0
ClassTypes:
- Class: 1
Expand Down
Binary file not shown.
Loading

0 comments on commit b2dc00e

Please sign in to comment.