From defa8fcca4e843d8da1496cd543fc2b09fede0ce Mon Sep 17 00:00:00 2001 From: Siphalor Date: Mon, 3 Nov 2025 23:55:12 +0100 Subject: [PATCH] feat(minecraft): Add helper scripts submodule for cross-version development --- .gitmodules | 3 +++ tweed5-minecraft/helpers | 1 + 2 files changed, 4 insertions(+) create mode 160000 tweed5-minecraft/helpers diff --git a/.gitmodules b/.gitmodules index 70cde16..e579457 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "tweed5-minecraft/vendor/commons-logging"] path = tweed5-minecraft/vendor/commons-logging url = https://gitea.siphalor.de/Siphalor/tweed5-commons-logging.git +[submodule "tweed5-minecraft/helpers"] + path = tweed5-minecraft/helpers + url = https://github.com/Siphalor/mc-cross-version-helpers.git diff --git a/tweed5-minecraft/helpers b/tweed5-minecraft/helpers new file mode 160000 index 0000000..0ca8dfc --- /dev/null +++ b/tweed5-minecraft/helpers @@ -0,0 +1 @@ +Subproject commit 0ca8dfc6920cab5226655eb4eb6a62ce7661142e