From 15deb297abb9986cf805762702102677ff055a70 Mon Sep 17 00:00:00 2001 From: zontreck Date: Fri, 8 Mar 2024 20:49:23 -0700 Subject: [PATCH] Properly check out the EngineersDecor repo --- .gitmodules | 7 ++++--- EngineersDecor | 1 - Minecraft/Mods/EngineersDecor | 1 + 3 files changed, 5 insertions(+), 4 deletions(-) delete mode 160000 EngineersDecor create mode 160000 Minecraft/Mods/EngineersDecor diff --git a/.gitmodules b/.gitmodules index 85a5aa5..ad766c4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -19,9 +19,6 @@ [submodule "EagleEye"] path = EagleEye url = https://git.zontreck.com/zontreck/EagleEye -[submodule "EngineersDecor"] - path = EngineersDecor - url = https://git.zontreck.com/MinecraftMods/EngineersDecor [submodule "FalloutOS"] path = FalloutOS url = https://git.zontreck.com/zontreck/FalloutOS @@ -106,3 +103,7 @@ [submodule "Minecraft/RetroMCP-Java"] path = Minecraft/RetroMCP-Java url = git@github.com:MCPHackers/RetroMCP-Java +[submodule "Minecraft/Mods/EngineersDecor"] + path = Minecraft/Mods/EngineersDecor + url = https://git.zontreck.com/MinecraftMods/EngineersDecor + branch = 1.20 diff --git a/EngineersDecor b/EngineersDecor deleted file mode 160000 index 0de874f..0000000 --- a/EngineersDecor +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 0de874f3b2ef1aa5cd1e578bd30c06a1692822eb diff --git a/Minecraft/Mods/EngineersDecor b/Minecraft/Mods/EngineersDecor new file mode 160000 index 0000000..c85119b --- /dev/null +++ b/Minecraft/Mods/EngineersDecor @@ -0,0 +1 @@ +Subproject commit c85119bb0211610b13e3fb797d8c8bf5b5119049