[DEV] New Cloth Config GUIs, new nojang apis, and bug fixes

This commit is contained in:
2025-01-14 17:14:57 +02:00
parent 864baeb6c5
commit 8a46899769
290 changed files with 6213 additions and 459 deletions

View File

@@ -9,6 +9,7 @@ dependencies {
exclude(group: "net.fabricmc.fabric-api")
}
modImplementation("me.shedaniel.cloth:cloth-config-fabric:${cloth_config}")
modImplementation "maven.modrinth:fabrictailor:${fabrictailor}"
modImplementation "maven.modrinth:vanish:${vanish}"
@@ -122,9 +123,11 @@ publisher {
modrinthDepends {
required("fabric-api")
optional("cloth-config", "modmenu")
}
curseDepends {
required("fabric-api")
optional("cloth-config", "modmenu")
}
}