mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-22 04:27:59 +01:00
Fix classpath (thanks, Modmenu)
This commit is contained in:
parent
2d6f0cce2e
commit
d3a2d513cb
1 changed files with 6 additions and 0 deletions
|
@ -63,6 +63,12 @@ dependencies {
|
||||||
// modImplementation "com.minelittlepony:bigpony:${project.bigpony_version}"
|
// modImplementation "com.minelittlepony:bigpony:${project.bigpony_version}"
|
||||||
modImplementation "com.terraformersmc:modmenu:${project.modmenu_version}"
|
modImplementation "com.terraformersmc:modmenu:${project.modmenu_version}"
|
||||||
}
|
}
|
||||||
|
// I blame you, Modmenu
|
||||||
|
configurations.all {
|
||||||
|
resolutionStrategy {
|
||||||
|
force("net.fabricmc:fabric-loader:$loader_version")
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
//
|
//
|
||||||
// Imports the Background Ponies from the MLP Community Skin Pack
|
// Imports the Background Ponies from the MLP Community Skin Pack
|
||||||
|
|
Loading…
Reference in a new issue