mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-02-13 08:14:23 +01:00
Added HDSkins (and by extension Kirin) as a dependency to Mine Little Pony. Fingers crossed this works.
This commit is contained in:
parent
3889f57315
commit
8fa720e530
3 changed files with 9 additions and 0 deletions
4
.gitmodules
vendored
4
.gitmodules
vendored
|
@ -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
|
||||
|
|
|
@ -110,6 +110,10 @@ dependencies {
|
|||
compile('org.spongepowered:mixin:0.7.11-SNAPSHOT') {
|
||||
transitive = false
|
||||
}
|
||||
|
||||
compile project(':hdskins') {
|
||||
transitive = false
|
||||
}
|
||||
}
|
||||
|
||||
manifest {
|
||||
|
|
1
hdskins
Submodule
1
hdskins
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit f616a288842af3334090bc0cec56f18f851adbb2
|
Loading…
Reference in a new issue