Cloth API (Fabric)

Cloth API (Fabric)

12M Downloads

Fabric need update?

flier268 opened this issue ยท 5 comments

commented

image

commented

Where are you getting cloth from? Join the discord for support: https://discord.gg/rbxu4Fk GitHub is only for bugs.

commented

Would you join the discord? Or I mean where did you get cloth from. (The maven)

commented

I don't know how to use maven,so I download it from curseforge.
After I clone jroject and build it,I got a "ClothConfig-0.2.4.17-dev.jar"
Import this library,it work now

commented

Please don't, just add these mavens:

repositories {
    maven { url "https://minecraft.curseforge.com/api/maven" }
}

dependencies {
    modCompile "cloth-config:ClothConfig:0.2.4.17"
    
    // The following line is optional but recommended.
    include "cloth-config:ClothConfig:0.2.4.17"
}