Browse Source

Remove Cloth Config from README

Lortseam 4 years ago
parent
commit
235735fc3f
1 changed files with 0 additions and 5 deletions
  1. 0 5
      README.md

+ 0 - 5
README.md

@@ -31,11 +31,6 @@ dependencies {
     // Replace Tag with the current version you can find above
     // Replace Tag with the current version you can find above
     modImplementation ("com.gitlab.Lortseam:completeconfig:Tag")
     modImplementation ("com.gitlab.Lortseam:completeconfig:Tag")
     include("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")
 }
 }
 ```
 ```