From 0d415503e11ff6079a2d4e91303e0ea29938a376 Mon Sep 17 00:00:00 2001 From: YTG123 <54103478+YTG1234@users.noreply.github.com> Date: Sun, 7 Feb 2021 16:32:04 +0200 Subject: [PATCH] Update build.gradle --- build.gradle | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 30b505a..13bd6b6 100644 --- a/build.gradle +++ b/build.gradle @@ -12,8 +12,9 @@ group = project.maven_group repositories { // Add repositories to retrieve artifacts from in here. - // Loom adds the Fabric maven automatically so you don't - // have to. See https://docs.gradle.org/current/userguide/declaring_repositories.html + // You should only use this when depending on other mods because + // Loom adds the essential maven repositories to download Minecraft and libraries from automatically. + // See https://docs.gradle.org/current/userguide/declaring_repositories.html // for more information about repositories. }