Rohan Verma



Commit Diff


commit - 432d4d40c256b079936a0b1a3ddbe121c63b4c8d
commit + 70ec82d624980bffc3f407d76a6a8734d5e4f04e
blob - b420a7bb28d2e28e4fecdf1269525afa020b2774
blob + b79e3c5843cd536801c0bade9c45fa15269c56fa
--- build.gradle
+++ build.gradle
@@ -19,18 +19,11 @@ repositories {
 	maven {
 		url "https://maven.shedaniel.me/"
 	}
-
-    // Add repositories to retrieve artifacts from in here.
-	// 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.
 }
 
 dependencies {
     implementation 'log4j:log4j:1.2.17'
 
-    // To change the versions see the gradle.properties file
 	minecraft "com.mojang:minecraft:${project.minecraft_version}"
 	mappings "net.fabricmc:yarn:${project.yarn_mappings}:v2"
 
@@ -42,9 +35,6 @@ dependencies {
 	modApi("me.shedaniel.cloth:cloth-config-fabric:${project.cloth_config_version}") {
 		exclude(group: "net.fabricmc.fabric-api")
 	}
-
-	// PSA: Some older mods, compiled on Loom 0.2.1, might have outdated Maven POMs.
-	// You may need to force-disable transitiveness on them.
 }
 
 processResources {
@@ -71,11 +61,9 @@ jar {
 	}
 }
 
-// configure the maven publication
 publishing {
 	publications {
 		mavenJava(MavenPublication) {
-			// add all the jars that should be included when publishing to maven
 			artifact(remapJar) {
 				builtBy remapJar
 			}
@@ -85,11 +73,6 @@ publishing {
 		}
 	}
 
-	// See https://docs.gradle.org/current/userguide/publishing_maven.html for information on how to set up publishing.
 	repositories {
-		// Add repositories to publish to here.
-		// Notice: This block does NOT have the same function as the block in the top level.
-		// The repositories here will be used for publishing your artifact, not for
-		// retrieving dependencies.
 	}
 }
blob - 5f56587f014d23443958a2671dba9729bda9c998
blob + 31c9df284ac15d59ab17fd9af4b2e47c2e56dfc9
--- gradle.properties
+++ gradle.properties
@@ -3,9 +3,9 @@ org.gradle.jvmargs=-Xmx1G
 
 # Fabric Properties
 	# check these on https://fabricmc.net/versions.html
-	minecraft_version=1.19.2
-	yarn_mappings=1.19.2+build.28
-	loader_version=0.14.10
+	minecraft_version=1.18.2
+	yarn_mappings=1.18.2+build.4
+	loader_version=0.14.22
 
 # Mod Properties
 	mod_version = 1.0.0
@@ -13,5 +13,5 @@ org.gradle.jvmargs=-Xmx1G
 	archives_base_name = consolesounds
 
 # Dependencies
-	fabric_version=0.76.1+1.19.2
-	cloth_config_version = 8.3.103
\ No newline at end of file
+	fabric_version=0.76.0+1.18.2
+	cloth_config_version = 6.5.102
\ No newline at end of file
blob - 283894abe95a9c8f54d7c1303f479c4e9afc7028
blob + 15fc8390a10d24c1309e346e9a512aef1e515276
--- src/main/resources/fabric.mod.json
+++ src/main/resources/fabric.mod.json
@@ -26,9 +26,9 @@
   ],
 
   "depends": {
-    "fabricloader": ">=0.14.10",
+    "fabricloader": ">=0.14.22",
     "fabric": "*",
-    "minecraft": "1.19.2",
+    "minecraft": "1.18.2",
     "java": ">=17"
   },
   "suggests": {