From 1c33ab1103b2853e057068abd87de675636de886 Mon Sep 17 00:00:00 2001 From: dragokillfist Date: Fri, 14 Mar 2025 01:47:34 -0500 Subject: [PATCH 1/5] new mods --- mods/Dragokillfist@AlmanacAddon/description.md | 0 mods/Dragokillfist@AlmanacAddon/meta.json | 13 +++++++++++++ 2 files changed, 13 insertions(+) create mode 100644 mods/Dragokillfist@AlmanacAddon/description.md create mode 100644 mods/Dragokillfist@AlmanacAddon/meta.json diff --git a/mods/Dragokillfist@AlmanacAddon/description.md b/mods/Dragokillfist@AlmanacAddon/description.md new file mode 100644 index 00000000..e69de29b diff --git a/mods/Dragokillfist@AlmanacAddon/meta.json b/mods/Dragokillfist@AlmanacAddon/meta.json new file mode 100644 index 00000000..1b6828b8 --- /dev/null +++ b/mods/Dragokillfist@AlmanacAddon/meta.json @@ -0,0 +1,13 @@ +{ + "title": "Almanac Patches", + "requires-steamodded": true, + "requires-talisman": false, + "categories": ["Technical"], + "author": "Dragokillfist", + "repo": "https://github.com/Dragokillfist/almanac-patches", + "downloadURL": "https://github.com/Dragokillfist/almanac-patches", + "folderName": "AlmanacAddon", + "version": "1.0.0", + "automatic-version-check": true + } + \ No newline at end of file From 9f1c29d94b96f5fb5e70ffe1d491869fe1f7cc9f Mon Sep 17 00:00:00 2001 From: dragokillfist Date: Fri, 14 Mar 2025 12:50:29 -0500 Subject: [PATCH 2/5] desc --- mods/Dragokillfist@AlmanacAddon/description.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mods/Dragokillfist@AlmanacAddon/description.md b/mods/Dragokillfist@AlmanacAddon/description.md index e69de29b..69692d61 100644 --- a/mods/Dragokillfist@AlmanacAddon/description.md +++ b/mods/Dragokillfist@AlmanacAddon/description.md @@ -0,0 +1,4 @@ +A mod that creates some New Calc patches for some mods that are not up to date and only requiers Lovely and Steamodded, mods that are inculuded are: +Jen's Almanac +Aurinko +Cruel Blinds \ No newline at end of file From 6eb7115e014e5251540bbf9544d3c42a1c02572a Mon Sep 17 00:00:00 2001 From: dragokillfist Date: Fri, 14 Mar 2025 12:53:11 -0500 Subject: [PATCH 3/5] 2 --- mods/Dragokillfist@AlmanacAddon/description.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/Dragokillfist@AlmanacAddon/description.md b/mods/Dragokillfist@AlmanacAddon/description.md index 69692d61..ede2694f 100644 --- a/mods/Dragokillfist@AlmanacAddon/description.md +++ b/mods/Dragokillfist@AlmanacAddon/description.md @@ -1,4 +1,4 @@ A mod that creates some New Calc patches for some mods that are not up to date and only requiers Lovely and Steamodded, mods that are inculuded are: -Jen's Almanac +Jen's Almanac (Does require some modification of the jen.Json to work) Aurinko Cruel Blinds \ No newline at end of file From 6deda7fb6ff9cda97e74b872c8e6d38370e7e0d3 Mon Sep 17 00:00:00 2001 From: Dragokillfist Date: Fri, 14 Mar 2025 17:53:02 -0500 Subject: [PATCH 4/5] Update meta.json --- mods/Dragokillfist@AlmanacAddon/meta.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mods/Dragokillfist@AlmanacAddon/meta.json b/mods/Dragokillfist@AlmanacAddon/meta.json index 1b6828b8..a9b7d6a2 100644 --- a/mods/Dragokillfist@AlmanacAddon/meta.json +++ b/mods/Dragokillfist@AlmanacAddon/meta.json @@ -5,9 +5,9 @@ "categories": ["Technical"], "author": "Dragokillfist", "repo": "https://github.com/Dragokillfist/almanac-patches", - "downloadURL": "https://github.com/Dragokillfist/almanac-patches", - "folderName": "AlmanacAddon", + "downloadURL": "https://github.com/Dragokillfist/almanac-patches/archive/refs/heads/main.zip", + "folderName": "AlmanacPatches", "version": "1.0.0", "automatic-version-check": true } - \ No newline at end of file + From f23607e4a6b2ad28e5f32022c369fa2b7e85a4d6 Mon Sep 17 00:00:00 2001 From: dragokillfist Date: Fri, 14 Mar 2025 18:00:10 -0500 Subject: [PATCH 5/5] i think this should be better --- mods/Dragokillfist@AlmanacAddon/description.md | 4 ---- mods/Dragokillfist@AlmanacPatches/description.md | 4 ++++ .../meta.json | 0 3 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 mods/Dragokillfist@AlmanacAddon/description.md create mode 100644 mods/Dragokillfist@AlmanacPatches/description.md rename mods/{Dragokillfist@AlmanacAddon => Dragokillfist@AlmanacPatches}/meta.json (100%) diff --git a/mods/Dragokillfist@AlmanacAddon/description.md b/mods/Dragokillfist@AlmanacAddon/description.md deleted file mode 100644 index ede2694f..00000000 --- a/mods/Dragokillfist@AlmanacAddon/description.md +++ /dev/null @@ -1,4 +0,0 @@ -A mod that creates some New Calc patches for some mods that are not up to date and only requiers Lovely and Steamodded, mods that are inculuded are: -Jen's Almanac (Does require some modification of the jen.Json to work) -Aurinko -Cruel Blinds \ No newline at end of file diff --git a/mods/Dragokillfist@AlmanacPatches/description.md b/mods/Dragokillfist@AlmanacPatches/description.md new file mode 100644 index 00000000..d28e02b8 --- /dev/null +++ b/mods/Dragokillfist@AlmanacPatches/description.md @@ -0,0 +1,4 @@ +This mod does nothing on its own it is used to make other mods work in newer versions of steamodded wether the mod is no longer being worked on or is in progress as of now the the mods that are supported by this are: +Jen's Almanac (For more information check the github) +Aurinko +Cruel Blinds \ No newline at end of file diff --git a/mods/Dragokillfist@AlmanacAddon/meta.json b/mods/Dragokillfist@AlmanacPatches/meta.json similarity index 100% rename from mods/Dragokillfist@AlmanacAddon/meta.json rename to mods/Dragokillfist@AlmanacPatches/meta.json