Browse Source

Add comment to cottonmc link.

Kichura 4 years ago
parent
commit
38c76d5224
1 changed files with 2 additions and 1 deletions
  1. 2 1
      build.gradle

+ 2 - 1
build.gradle

@@ -12,6 +12,7 @@ group = project.maven_group
 
 repositories {
     maven {
+        // Following URL may go offline at some point or another; however i am not sure if we need to archive important things soon.
         name = "CottonMC"
         url = "https://server.bbkr.space/artifactory/libs-release"
     }
@@ -22,7 +23,7 @@ repositories {
 }
 
 dependencies {
-	//to change the versions see the gradle.properties file
+	// to change the versions see the gradle.properties file
 	minecraft "com.mojang:minecraft:${project.minecraft_version}"
 	mappings "net.fabricmc:yarn:${project.yarn_mappings}:v2"
 	modImplementation "net.fabricmc:fabric-loader:${project.loader_version}"