Browse Source

Remove Cloth Config from README

Lortseam 4 năm trước cách đây
mục cha
commit
235735fc3f
1 tập tin đã thay đổi với 0 bổ sung5 xóa
  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")
 }
 ```