From f5c74199d2896238229aaa9040a21aff9976c747 Mon Sep 17 00:00:00 2001 From: infernumx Date: Mon, 7 Apr 2025 09:04:55 -0700 Subject: [PATCH 1/2] Create AutoSaveBlocker.md --- _willow2_mods/AutoSaveBlocker.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 _willow2_mods/AutoSaveBlocker.md diff --git a/_willow2_mods/AutoSaveBlocker.md b/_willow2_mods/AutoSaveBlocker.md new file mode 100644 index 0000000..669c6f5 --- /dev/null +++ b/_willow2_mods/AutoSaveBlocker.md @@ -0,0 +1,17 @@ +--- +author: identity +coop_support: Unknown +dependencies: [] +download: https://github.com/infernumx/bl-sdk-mods/releases/download/auto-save-blocker/auto_save_blocker.sdkmod +legacy: false +redirect_from: +- /mods/AutoSaveBlocker/ +supported_games: +- BL2 +- TPS +title: AutoSave Blocker +urls: + Source Code: https://github.com/infernumx/bl-sdk-mods/tree/main/auto_save_blocker +version: '1.0' +--- +F2 to toggle, based on EasyReadOnly From 3965e609c66a712ebcee06e03852124f879ffade Mon Sep 17 00:00:00 2001 From: infernumx Date: Tue, 8 Apr 2025 06:10:06 -0700 Subject: [PATCH 2/2] Utilize pyproject.toml --- _willow2_mods/AutoSaveBlocker.md | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/_willow2_mods/AutoSaveBlocker.md b/_willow2_mods/AutoSaveBlocker.md index 669c6f5..5ba7000 100644 --- a/_willow2_mods/AutoSaveBlocker.md +++ b/_willow2_mods/AutoSaveBlocker.md @@ -1,17 +1,3 @@ --- -author: identity -coop_support: Unknown -dependencies: [] -download: https://github.com/infernumx/bl-sdk-mods/releases/download/auto-save-blocker/auto_save_blocker.sdkmod -legacy: false -redirect_from: -- /mods/AutoSaveBlocker/ -supported_games: -- BL2 -- TPS -title: AutoSave Blocker -urls: - Source Code: https://github.com/infernumx/bl-sdk-mods/tree/main/auto_save_blocker -version: '1.0' +pyproject_url: https://raw.githubusercontent.com/infernumx/bl-sdk-mods/refs/heads/main/auto_save_blocker/pyproject.toml --- -F2 to toggle, based on EasyReadOnly