Include all the places when scanning for mod files

This commit is contained in:
Sollace 2019-03-31 12:44:26 +02:00
parent 62a8340b0c
commit c2e28abe4b

View file

@ -102,8 +102,11 @@ minecraft {
mods { mods {
minelittlepony { minelittlepony {
// Remember to add /bin/default to the Environment configs // TODO: Remember to add /bin/default to the Environment configs
// minelittlepony%%C:/.../bin/default // minelittlepony%%C:/.../bin/default
source sourceSets.common
source sourceSets.client
source sourceSets.main
source sourceSets.fml source sourceSets.fml
// replace '@VERSION@', project.version // replace '@VERSION@', project.version