mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-25 13:57:59 +01:00
Fix case and Oh come on!
This commit is contained in:
parent
4f93406b37
commit
ebbcad4342
5 changed files with 5 additions and 5 deletions
4
.gitmodules
vendored
4
.gitmodules
vendored
|
@ -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
|
||||||
|
|
2
HDSkins
2
HDSkins
|
@ -1 +1 @@
|
||||||
Subproject commit d8697427679ca1d1d7d7ed804320ca74c5050f46
|
Subproject commit 75592ae6b4ee1311e47cc51645076a7f5548d224
|
|
@ -110,7 +110,7 @@ dependencies {
|
||||||
transitive = false
|
transitive = false
|
||||||
}
|
}
|
||||||
|
|
||||||
compile project(':HDSkins') {
|
compile(project(':HDSkins')) {
|
||||||
transitive = false
|
transitive = false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
1
hdskins
1
hdskins
|
@ -1 +0,0 @@
|
||||||
Subproject commit d8697427679ca1d1d7d7ed804320ca74c5050f46
|
|
|
@ -1 +1,2 @@
|
||||||
rootProject.name = 'MineLittlePony'
|
rootProject.name = 'MineLittlePony'
|
||||||
|
include 'HDSkins'
|
||||||
|
|
Loading…
Reference in a new issue