Эх сурвалжийг харах

Remove dependency on Cotton Client Commands

Hibiii 4 жил өмнө
parent
commit
3dd1ce36c0

+ 0 - 3
build.gradle

@@ -29,9 +29,6 @@ dependencies {
 	modImplementation "net.fabricmc:fabric-loader:${project.loader_version}"
 	modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
 
-	modImplementation "io.github.cottonmc:cotton-client-commands:${project.clientcommands_version}"
-	include "io.github.cottonmc:cotton-client-commands:${project.clientcommands_version}"
-
 	modApi "me.sargunvohra.mcmods:autoconfig1u:${project.autoconfig_version}"
 	include "me.sargunvohra.mcmods:autoconfig1u:${project.autoconfig_version}"
 

+ 1 - 2
src/main/resources/fabric.mod.json

@@ -28,7 +28,6 @@
     "umollu_ash.mixins.json"
   ],
   "depends": {
-    "fabric": "*",
-    "cotton-client-commands": "^1.0.0"
+    "fabric": "*"
   }
 }