mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-25 13:57:59 +01:00
Decrease size of built jar by not including kirin twice
This commit is contained in:
parent
39b54cbc00
commit
dc38240b10
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ dependencies {
|
|||
modCompile "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
|
||||
|
||||
modCompile "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
|
||||
modCompile "com.minelittlepony:HDSkins:${project.hd_skins_version}"
|
||||
|
|
Loading…
Reference in a new issue