mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-02-13 08:14:23 +01:00
Attempt to add Mson as a dep
This commit is contained in:
parent
aff3f328ba
commit
a4ffae4512
2 changed files with 4 additions and 0 deletions
|
@ -57,6 +57,9 @@ dependencies {
|
|||
modApi "com.minelittlepony:Kirin:${project.kirin_version}"
|
||||
include "com.minelittlepony:Kirin:${project.kirin_version}"
|
||||
|
||||
modApi "com.minelittlepony:Mson:${project.mson_version}"
|
||||
include "com.minelittlepony:Mson:${project.mson_version}"
|
||||
|
||||
modImplementation "com.minelittlepony:HDSkins:${project.hd_skins_version}"
|
||||
//modImplementation "io.github.prospector.modmenu:ModMenu:1.7.15-unstable"
|
||||
}
|
||||
|
|
|
@ -19,3 +19,4 @@ org.gradle.daemon=false
|
|||
fabric_version=0.3.0+
|
||||
kirin_version=1.15-pre1-1.5-SNAPSHOT
|
||||
hd_skins_version=1.15-pre1-6-SNAPSHOT
|
||||
mson_version=1.15-pre1-1.1-SNAPSHOT
|
||||
|
|
Loading…
Reference in a new issue