From d3a2d513cbfe0de3acf41f449796132b6c78a979 Mon Sep 17 00:00:00 2001 From: Sollace Date: Tue, 25 Jul 2023 14:34:32 +0100 Subject: [PATCH] Fix classpath (thanks, Modmenu) --- build.gradle | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build.gradle b/build.gradle index 8da4407b..0cce59e9 100644 --- a/build.gradle +++ b/build.gradle @@ -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