diff --git a/.gitmodules b/.gitmodules index a140a40..1a48feb 100644 --- a/.gitmodules +++ b/.gitmodules @@ -122,3 +122,12 @@ [submodule "Minecraft/ATLauncher"] path = Minecraft/ATLauncher url = git@github.com:ATLauncher/ATLauncher.git +[submodule "Minecraft/ACLauncher"] + path = Minecraft/ACLauncher + url = https://git.zontreck.com/zontreck/ACLauncher +[submodule "Minecraft/MinecraftBuilds"] + path = Minecraft/MinecraftBuilds + url = https://git.zontreck.com/zontreck/MinecraftBuilds +[submodule "Minecraft/LaunchWrapper"] + path = Minecraft/LaunchWrapper + url = git@github.com:MCPHackers/LaunchWrapper.git diff --git a/FalloutOS b/FalloutOS index d5945f6..d913a4c 160000 --- a/FalloutOS +++ b/FalloutOS @@ -1 +1 @@ -Subproject commit d5945f63b7cdf48bd4da33c54486656e372d9988 +Subproject commit d913a4c22298d04a9c380b699fb8491bef344d79 diff --git a/LibAC b/LibAC index a5f943d..47e6a46 160000 --- a/LibAC +++ b/LibAC @@ -1 +1 @@ -Subproject commit a5f943dc198194773c79da7ef3b16f8959c873e4 +Subproject commit 47e6a466f2358bda5dc1e93c255450ebe059fa50 diff --git a/Minecraft/ACLauncher b/Minecraft/ACLauncher new file mode 160000 index 0000000..9134bc5 --- /dev/null +++ b/Minecraft/ACLauncher @@ -0,0 +1 @@ +Subproject commit 9134bc5d19872a02c47a6c0f993ab31985879242 diff --git a/Minecraft/ATLauncher b/Minecraft/ATLauncher index e859b38..ccd85eb 160000 --- a/Minecraft/ATLauncher +++ b/Minecraft/ATLauncher @@ -1 +1 @@ -Subproject commit e859b38044f0eeaccfbce53f8c462be68aced2b9 +Subproject commit ccd85ebeae67539e18d7fc33ac72063cf85ddfe7 diff --git a/Minecraft/LaunchWrapper b/Minecraft/LaunchWrapper new file mode 160000 index 0000000..304d09d --- /dev/null +++ b/Minecraft/LaunchWrapper @@ -0,0 +1 @@ +Subproject commit 304d09d3b3622671f44260aa5354240f722c8a8c diff --git a/Minecraft/Minecraft b/Minecraft/Minecraft index 1658748..3bd7bcf 160000 --- a/Minecraft/Minecraft +++ b/Minecraft/Minecraft @@ -1 +1 @@ -Subproject commit 16587481d52f9c6cc9461dd859d442ea3adce693 +Subproject commit 3bd7bcf3ee1c663f393c82e845a777dfa2d7d5b4 diff --git a/Minecraft/MinecraftBuilds b/Minecraft/MinecraftBuilds new file mode 160000 index 0000000..18f2a84 --- /dev/null +++ b/Minecraft/MinecraftBuilds @@ -0,0 +1 @@ +Subproject commit 18f2a8437f18625ae1d7ed7648584fb1bb06afaa diff --git a/Minecraft/MinecraftLauncher b/Minecraft/MinecraftLauncher index 1a681d4..58cc93c 160000 --- a/Minecraft/MinecraftLauncher +++ b/Minecraft/MinecraftLauncher @@ -1 +1 @@ -Subproject commit 1a681d4c0a037193e14dd3cd0c781ebf38b9e47b +Subproject commit 58cc93c5797fb3c4eae165a6d6d1da9854a0f0d8 diff --git a/Minecraft/Mods/Thresholds b/Minecraft/Mods/Thresholds index 1fbd104..7697043 160000 --- a/Minecraft/Mods/Thresholds +++ b/Minecraft/Mods/Thresholds @@ -1 +1 @@ -Subproject commit 1fbd10471ffa8e3d51989c4574f925033ef08a56 +Subproject commit 7697043b79047b9729d94ed1c16e438a964e64e2 diff --git a/Minecraft/RetroMCP-Java b/Minecraft/RetroMCP-Java index e5ac825..7813fcc 160000 --- a/Minecraft/RetroMCP-Java +++ b/Minecraft/RetroMCP-Java @@ -1 +1 @@ -Subproject commit e5ac82527824b6176e79a8f3c12deed01f94faae +Subproject commit 7813fcc9f766a3b5afee4fe16610677ad1593570 diff --git a/Minecraft/setup_aclauncher b/Minecraft/setup_aclauncher new file mode 100755 index 0000000..2f552bc --- /dev/null +++ b/Minecraft/setup_aclauncher @@ -0,0 +1,22 @@ +#!/bin/bash + +rm -rf ~/.aclauncher +mkdir ~/.aclauncher + +mkdir ~/.aclauncher/bin +pushd ACLauncher + +./gradlew build + +pushd packaging/linux + +chmod +x build.sh +./build.sh +pushd out +sudo dpkg -i ./aclauncher*.deb +popd + +popd + + +popd diff --git a/SecondLife/Roleplay-Message-Board b/SecondLife/Roleplay-Message-Board index f07ce2c..81ca0a3 160000 --- a/SecondLife/Roleplay-Message-Board +++ b/SecondLife/Roleplay-Message-Board @@ -1 +1 @@ -Subproject commit f07ce2c64c202bffde4998379ee84a990248ccbd +Subproject commit 81ca0a39dd5a595a72b020c5f6ca5a45dd3d0281 diff --git a/ServerCode b/ServerCode index d70ee05..61a13bd 160000 --- a/ServerCode +++ b/ServerCode @@ -1 +1 @@ -Subproject commit d70ee05983be2cc097592da227b3cdb79d1c98b3 +Subproject commit 61a13bde652cc113f86a8e31b4bbb00df5db57be