From 8fa720e53043f542f581e773b523e3a4047aeafc Mon Sep 17 00:00:00 2001 From: Sollace Date: Mon, 15 Apr 2019 13:14:41 +0200 Subject: [PATCH] Added HDSkins (and by extension Kirin) as a dependency to Mine Little Pony. Fingers crossed this works. --- .gitmodules | 4 ++++ build.gradle | 4 ++++ hdskins | 1 + 3 files changed, 9 insertions(+) create mode 160000 hdskins diff --git a/.gitmodules b/.gitmodules index 20794d27..cb904e22 100644 --- a/.gitmodules +++ b/.gitmodules @@ -2,3 +2,7 @@ path = skins url = https://github.com/MineLittlePony/Community-Skin-Pack.git branch = master +[submodule "hdskins"] + path = hdskins + url = https://github.com/MineLittlePony/HDSkins.git + branch = 1.13 diff --git a/build.gradle b/build.gradle index 02680eb9..244c5263 100644 --- a/build.gradle +++ b/build.gradle @@ -110,6 +110,10 @@ dependencies { compile('org.spongepowered:mixin:0.7.11-SNAPSHOT') { transitive = false } + + compile project(':hdskins') { + transitive = false + } } manifest { diff --git a/hdskins b/hdskins new file mode 160000 index 00000000..f616a288 --- /dev/null +++ b/hdskins @@ -0,0 +1 @@ +Subproject commit f616a288842af3334090bc0cec56f18f851adbb2