From 045cafe1ae07e3d19cd9a494a217daf3674449e3 Mon Sep 17 00:00:00 2001 From: demiurgeQuantified <8355611+demiurgeQuantified@users.noreply.github.com> Date: Tue, 17 Dec 2024 22:02:25 +0000 Subject: [PATCH 1/3] Add unstable version of umbrella --- .gitmodules | 3 +++ addons/umbrella-unstable/info.json | 7 +++++++ addons/umbrella-unstable/module | 1 + 3 files changed, 11 insertions(+) create mode 100644 addons/umbrella-unstable/info.json create mode 160000 addons/umbrella-unstable/module diff --git a/.gitmodules b/.gitmodules index 117285be..ef9d1e78 100644 --- a/.gitmodules +++ b/.gitmodules @@ -206,3 +206,6 @@ path = addons/ncine/module url = https://github.com/nCine/nCine-LuaCATS branch = addon +[submodule "addons/umbrella-unstable/module"] + path = addons/umbrella-unstable/module + url = https://github.com/demiurgeQuantified/UmbrellaAddon-Unstable diff --git a/addons/umbrella-unstable/info.json b/addons/umbrella-unstable/info.json new file mode 100644 index 00000000..8ece05d3 --- /dev/null +++ b/addons/umbrella-unstable/info.json @@ -0,0 +1,7 @@ +{ + "$schema": "https://raw.githubusercontent.com/LuaLS/LLS-Addons/main/schemas/addon_info.schema.json", + "name": "Umbrella (Unstable)", + "description": "Definitions for the Unstable version of Project Zomboid's API", + "size": 4842236, + "hasPlugin": false +} diff --git a/addons/umbrella-unstable/module b/addons/umbrella-unstable/module new file mode 160000 index 00000000..4c8e5bb1 --- /dev/null +++ b/addons/umbrella-unstable/module @@ -0,0 +1 @@ +Subproject commit 4c8e5bb1c56adf77d53ff9b2f88b0f04530b573d From 1bdf39bc4c28ded4571af7215024ff5050ec12ad Mon Sep 17 00:00:00 2001 From: demiurgeQuantified <8355611+demiurgeQuantified@users.noreply.github.com> Date: Tue, 17 Dec 2024 22:19:24 +0000 Subject: [PATCH 2/3] update to fixed version of unstable umbrella --- addons/umbrella-unstable/module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/umbrella-unstable/module b/addons/umbrella-unstable/module index 4c8e5bb1..d3babf52 160000 --- a/addons/umbrella-unstable/module +++ b/addons/umbrella-unstable/module @@ -1 +1 @@ -Subproject commit 4c8e5bb1c56adf77d53ff9b2f88b0f04530b573d +Subproject commit d3babf52d5f279d513cf653689024b6484dae371 From 4fbc91392fdc59fae75e46d93d58841c52453a4c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 22:23:17 +0000 Subject: [PATCH 3/3] chore: Update Addon Metadata --- addons/umbrella-unstable/info.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/umbrella-unstable/info.json b/addons/umbrella-unstable/info.json index 8ece05d3..bded602b 100644 --- a/addons/umbrella-unstable/info.json +++ b/addons/umbrella-unstable/info.json @@ -2,6 +2,6 @@ "$schema": "https://raw.githubusercontent.com/LuaLS/LLS-Addons/main/schemas/addon_info.schema.json", "name": "Umbrella (Unstable)", "description": "Definitions for the Unstable version of Project Zomboid's API", - "size": 4842236, + "size": 7396714, "hasPlugin": false }