Fix case and Oh come on!

This commit is contained in:
Sollace 2019-04-15 13:34:44 +02:00
parent 4f93406b37
commit ebbcad4342
5 changed files with 5 additions and 5 deletions

4
.gitmodules vendored
View file

@ -2,7 +2,7 @@
path = skins path = skins
url = https://github.com/MineLittlePony/Community-Skin-Pack.git url = https://github.com/MineLittlePony/Community-Skin-Pack.git
branch = master branch = master
[submodule "hdskins"] [submodule "HDSkins"]
path = hdskins path = HDSkins
url = https://github.com/MineLittlePony/HDSkins.git url = https://github.com/MineLittlePony/HDSkins.git
branch = 1.13 branch = 1.13

@ -1 +1 @@
Subproject commit d8697427679ca1d1d7d7ed804320ca74c5050f46 Subproject commit 75592ae6b4ee1311e47cc51645076a7f5548d224

View file

@ -110,7 +110,7 @@ dependencies {
transitive = false transitive = false
} }
compile project(':HDSkins') { compile(project(':HDSkins')) {
transitive = false transitive = false
} }
} }

@ -1 +0,0 @@
Subproject commit d8697427679ca1d1d7d7ed804320ca74c5050f46

View file

@ -1 +1,2 @@
rootProject.name = 'MineLittlePony' rootProject.name = 'MineLittlePony'
include 'HDSkins'