From 8c7990bb79b89cf07f790124db7d5424219dfdb8 Mon Sep 17 00:00:00 2001 From: infernumx Date: Sun, 6 Apr 2025 08:59:04 -0700 Subject: [PATCH 1/3] Create CleaningUpPandoraPlus.md --- _willow2_mods/CleaningUpPandoraPlus.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 _willow2_mods/CleaningUpPandoraPlus.md diff --git a/_willow2_mods/CleaningUpPandoraPlus.md b/_willow2_mods/CleaningUpPandoraPlus.md new file mode 100644 index 0000000..915b1c1 --- /dev/null +++ b/_willow2_mods/CleaningUpPandoraPlus.md @@ -0,0 +1,19 @@ +--- +author: identity +coop_support: Unknown +dependencies: [] +download: https://github.com/infernumx/bl-sdk-mods/releases/download/cleaning-up-pandora-plus/cleaning_up_pandora_plus.sdkmod +legacy: false +redirect_from: +- /mods/CleaningUpPandoraPlus/ +supported_games: +- BL2 +title: Cleaning Up Pandora+ +urls: + Source Code: https://github.com/infernumx/bl-sdk-mods/tree/main/cleaning_up_pandora_plus +version: '1.0' +--- +Adds the ability to sell items that are on the floor or in your backpack by pressing a user-set keybind. + +NOTE: +Credits to Deceptix_ for the original code \ No newline at end of file From bc51ae0b3dd644f7db1c2dad5d6e3202e4b83da4 Mon Sep 17 00:00:00 2001 From: infernumx Date: Mon, 7 Apr 2025 04:19:47 -0700 Subject: [PATCH 2/3] Update CleaningUpPandoraPlus.md Confirmed works for TPS --- _willow2_mods/CleaningUpPandoraPlus.md | 1 + 1 file changed, 1 insertion(+) diff --git a/_willow2_mods/CleaningUpPandoraPlus.md b/_willow2_mods/CleaningUpPandoraPlus.md index 915b1c1..e2b1a72 100644 --- a/_willow2_mods/CleaningUpPandoraPlus.md +++ b/_willow2_mods/CleaningUpPandoraPlus.md @@ -8,6 +8,7 @@ redirect_from: - /mods/CleaningUpPandoraPlus/ supported_games: - BL2 +- TPS title: Cleaning Up Pandora+ urls: Source Code: https://github.com/infernumx/bl-sdk-mods/tree/main/cleaning_up_pandora_plus From 50c22d776635dd64267d4f4af9eab5139258ebb2 Mon Sep 17 00:00:00 2001 From: infernumx Date: Tue, 8 Apr 2025 06:11:29 -0700 Subject: [PATCH 3/3] Utilize pyproject.toml --- _willow2_mods/CleaningUpPandoraPlus.md | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/_willow2_mods/CleaningUpPandoraPlus.md b/_willow2_mods/CleaningUpPandoraPlus.md index e2b1a72..34b3f63 100644 --- a/_willow2_mods/CleaningUpPandoraPlus.md +++ b/_willow2_mods/CleaningUpPandoraPlus.md @@ -1,20 +1,3 @@ --- -author: identity -coop_support: Unknown -dependencies: [] -download: https://github.com/infernumx/bl-sdk-mods/releases/download/cleaning-up-pandora-plus/cleaning_up_pandora_plus.sdkmod -legacy: false -redirect_from: -- /mods/CleaningUpPandoraPlus/ -supported_games: -- BL2 -- TPS -title: Cleaning Up Pandora+ -urls: - Source Code: https://github.com/infernumx/bl-sdk-mods/tree/main/cleaning_up_pandora_plus -version: '1.0' +pyproject_url: https://raw.githubusercontent.com/infernumx/bl-sdk-mods/refs/heads/main/cleaning_up_pandora_plus/pyproject.toml --- -Adds the ability to sell items that are on the floor or in your backpack by pressing a user-set keybind. - -NOTE:
  • Items that are favorited or equipped cannot be sold.
  • All sold items can be bought back from any vendor.
-Credits to Deceptix_ for the original code \ No newline at end of file