mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-03-23 04:07:11 +01:00
Start to remove HDSkins dependency
Will not compile.
This commit is contained in:
parent
db0e38678a
commit
c57a48065e
2 changed files with 4 additions and 5 deletions
|
@ -50,11 +50,11 @@ dependencies {
|
|||
modApi "net.fabricmc.fabric-api:fabric-resource-loader-v0:0.1.0+"
|
||||
|
||||
modApi "com.minelittlepony:Kirin:${project.kirin_version}"
|
||||
// include "com.minelittlepony:Kirin:${project.kirin_version}"
|
||||
include "com.minelittlepony:Kirin:${project.kirin_version}"
|
||||
|
||||
// TODO: HD Skins can be made optional later
|
||||
modImplementation "com.minelittlepony:HDSkins:${project.hd_skins_version}"
|
||||
include "com.minelittlepony:HDSkins:${project.hd_skins_version}"
|
||||
// modCompile "com.minelittlepony:HDSkins:${project.hd_skins_version}"
|
||||
// include "com.minelittlepony:HDSkins:${project.hd_skins_version}"
|
||||
}
|
||||
|
||||
//
|
||||
|
|
|
@ -11,7 +11,6 @@
|
|||
"MixinFirstPersonRenderer",
|
||||
"MixinGlStateManager",
|
||||
"MixinItemRenderer",
|
||||
"MixinPlayerEntity",
|
||||
"MixinThreadDownloadImageData"
|
||||
"MixinPlayerEntity"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue