Fix classpath (thanks, Modmenu)

This commit is contained in:
Sollace 2023-07-25 14:34:32 +01:00
parent 2d6f0cce2e
commit d3a2d513cb
No known key found for this signature in database
GPG key ID: E52FACE7B5C773DB

View file

@ -63,6 +63,12 @@ dependencies {
// modImplementation "com.minelittlepony:bigpony:${project.bigpony_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