Included cloth config

This commit is contained in:
Semmieboy YT 2022-06-07 18:28:53 +02:00
parent 94cb4c182c
commit 2fa831d6d9

View File

@ -12,8 +12,6 @@ repositories {
}
dependencies {
// TODO: Add cloth config as a jar-in-jar mod
// To change the versions see the gradle.properties file
minecraft "com.mojang:minecraft:${project.minecraft_version}"
mappings "net.fabricmc:yarn:${project.yarn_mappings}:v2"
@ -25,6 +23,10 @@ dependencies {
modApi("me.shedaniel.cloth:cloth-config-fabric:7.0.65") {
exclude(group: "net.fabricmc.fabric-api")
}
include("me.shedaniel.cloth:cloth-config-fabric:7.0.65") {
exclude(group: "net.fabricmc.fabric-api")
}
}
processResources {