From 7a1f299725091bb883e234393ab1ef4726279c1f Mon Sep 17 00:00:00 2001 From: Pete Navarra Date: Thu, 2 Nov 2023 23:52:09 -0400 Subject: [PATCH] Updated Readme for 1.7.1 --- CHANGELOG.md | 3 ++- README.md | 9 +++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 98e414a..839b099 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,9 @@ # 1.7.1 - Release of the Adventure Backpacks API - Effect and Backpack Creation -* API now supports bringing in custom effects and backpacks +* API (v1.1) now supports bringing in custom effects and backpacks * [Documentation](https://github.com/Vapok/AdventureBackpacks/blob/main/Docs/AdventureBackpacksAPI.md) * [Download ABAPI.DLL from GitHub](https://github.com/Vapok/AdventureBackpacks/releases) * Cheb's Necromany Backpack Integration converted to API +* Updated to 0.218.28 Valheim # 1.7.0 - Release of the Adventure Backpacks API * Initial Release of the ABAPI. diff --git a/README.md b/README.md index a78f52f..b33487f 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,15 @@ learn how to make your very own, Adventure Backpacks! Go forth and wander, ye w * Adventure Backpacks API Available * [Documentation](https://github.com/Vapok/AdventureBackpacks/blob/main/Docs/AdventureBackpacksAPI.md) * [Download ABAPI.DLL from GitHub](https://github.com/Vapok/AdventureBackpacks/releases) + * API Features Include: + * Registering Your Own Status Effects + * Registering your own Backpacks (including models) + * Getting Information about the Player worn backpack. + * Is Item a Backpack + * Is Backpack Equipped + * Get Backpack Information (including Inventory on any backpack item, not just equipped) + * Get Active Backpack Effects + * View which effects are registered to Adventure Backpacks * Each Backpack Biome can be fully configured for progression. * Configure Sizing * Each Quality Level of Backpack can have a different inventory grid size. Simply adjust the width and height in configuration for each quality level.