remove datagen api
This commit is contained in:
parent
0c911f2582
commit
1541ca38d4
1 changed files with 6 additions and 6 deletions
12
build.gradle
12
build.gradle
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue