From c2e28abe4baa4d934e0fd0b7fe499846044f1bcb Mon Sep 17 00:00:00 2001 From: Sollace Date: Sun, 31 Mar 2019 12:44:26 +0200 Subject: [PATCH] Include all the places when scanning for mod files --- build.gradle | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index f45f1d5c..e92240c9 100644 --- a/build.gradle +++ b/build.gradle @@ -102,8 +102,11 @@ minecraft { mods { minelittlepony { - // Remember to add /bin/default to the Environment configs + // TODO: Remember to add /bin/default to the Environment configs // minelittlepony%%C:/.../bin/default + source sourceSets.common + source sourceSets.client + source sourceSets.main source sourceSets.fml // replace '@VERSION@', project.version