Included cloth config
This commit is contained in:
parent
94cb4c182c
commit
2fa831d6d9
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user