Procházet zdrojové kódy

Remove Cloth Config from README

Lortseam před 4 roky
rodič
revize
235735fc3f
1 změnil soubory, kde provedl 0 přidání a 5 odebrání
  1. 0 5
      README.md

+ 0 - 5
README.md

@@ -31,11 +31,6 @@ dependencies {
     // Replace Tag with the current version you can find above
     modImplementation ("com.gitlab.Lortseam:completeconfig:Tag")
     include("com.gitlab.Lortseam:completeconfig:Tag")
-    
-    // Bundles Cloth Config within the mod's jar file
-    // Only required if you want to display a config GUI and don't provide your own screen builder
-    // Replace Version with the current version
-    include("me.shedaniel.cloth:config-2:Version")
 }
 ```