mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-02-15 17:14:22 +01:00
It's alive! \0/
This commit is contained in:
parent
4229193817
commit
a48c07de0f
3 changed files with 8 additions and 9 deletions
|
@ -57,7 +57,7 @@ dependencies {
|
||||||
compileOnly "com.google.code.findbugs:jsr305:3.0.2"
|
compileOnly "com.google.code.findbugs:jsr305:3.0.2"
|
||||||
|
|
||||||
modApi "net.fabricmc.fabric-api:fabric-api-base:0.1.2+"
|
modApi "net.fabricmc.fabric-api:fabric-api-base:0.1.2+"
|
||||||
modApi "net.fabricmc.fabric-api:fabric-events-lifecycle-v0:0.1.2+b7f9825d0a"
|
modApi "net.fabricmc.fabric-api:fabric-events-lifecycle-v0:0.1.2+b7f9825dd1"
|
||||||
modApi "net.fabricmc.fabric-api:fabric-resource-loader-v0:0.1.8+"
|
modApi "net.fabricmc.fabric-api:fabric-resource-loader-v0:0.1.8+"
|
||||||
|
|
||||||
modApi "com.minelittlepony:Kirin:${project.kirin_version}"
|
modApi "com.minelittlepony:Kirin:${project.kirin_version}"
|
||||||
|
@ -67,8 +67,8 @@ dependencies {
|
||||||
include "com.minelittlepony:Mson:${project.mson_version}"
|
include "com.minelittlepony:Mson:${project.mson_version}"
|
||||||
|
|
||||||
modImplementation "com.minelittlepony:HDSkins:${project.hd_skins_version}"
|
modImplementation "com.minelittlepony:HDSkins:${project.hd_skins_version}"
|
||||||
modImplementation("io.github.prospector:modmenu:${project.modmenu_version}") {
|
modCompileOnly("io.github.prospector:modmenu:${project.modmenu_version}") {
|
||||||
exclude group: "net.fabricmc.fabric-api"
|
transitive = false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -16,7 +16,7 @@ org.gradle.daemon=false
|
||||||
release=RELEASE
|
release=RELEASE
|
||||||
|
|
||||||
# Dependencies
|
# Dependencies
|
||||||
modmenu_version=1.10.+
|
modmenu_version=1.11.+
|
||||||
kirin_version=1.5.2-1.15.2
|
kirin_version=1.6-20w10a-SNAPSHOT
|
||||||
hd_skins_version=6.1.3-1.15.2
|
hd_skins_version=6.1.4-20w10a-SNAPSHOT
|
||||||
mson_version=1.1.11-1.15.2
|
mson_version=1.1.11-20w10a-SNAPSHOT
|
||||||
|
|
|
@ -15,7 +15,6 @@
|
||||||
"MixinTexturedRenderLayers",
|
"MixinTexturedRenderLayers",
|
||||||
"MixinSpriteIdentifier",
|
"MixinSpriteIdentifier",
|
||||||
"MixinClientPlayerEntity",
|
"MixinClientPlayerEntity",
|
||||||
"MixinPlayerMoveC2SPacket_Both",
|
"MixinPlayerMoveC2SPacket"
|
||||||
"MixinPlayerMoveC2SPacket_LookOnly"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue