remove datagen api

This commit is contained in:
SD 2022-01-16 12:17:19 +05:30
parent 0c911f2582
commit 1541ca38d4

View file

@ -134,12 +134,12 @@ dependencies {
exclude module: "modmenu"
exclude module: "fabric-api"
}
modCompileOnly("me.shedaniel.cloth.api:cloth-datagen-api-v1:3.0.55") {
exclude module: "fabric-api"
}
modRuntimeOnly("me.shedaniel.cloth.api:cloth-datagen-api-v1:3.0.55") {
exclude module: "fabric-api"
}
// modCompileOnly("me.shedaniel.cloth.api:cloth-datagen-api-v1:3.0.55") {
// exclude module: "fabric-api"
// }
// modRuntimeOnly("me.shedaniel.cloth.api:cloth-datagen-api-v1:3.0.55") {
// exclude module: "fabric-api"
// }
modCompileOnly "curse.maven:worldedit-225608:3559499"
modRuntimeOnly "curse.maven:worldedit-225608:3559499"