exclude once again?

This commit is contained in:
SD 2022-01-15 08:42:22 +05:30
parent 45822f7420
commit 4838693f33

View file

@ -106,7 +106,10 @@ dependencies {
minecraft "com.mojang:minecraft:1.18.1"
mappings "net.fabricmc:yarn:1.18.1+build.1:v2"
modImplementation "net.fabricmc:fabric-loader:0.12.12"
modImplementation "net.fabricmc.fabric-api:fabric-api:0.45.2+1.18"
modImplementation("net.fabricmc.fabric-api:fabric-api:0.45.2+1.18") {
exclude module: "fabric-gametest-api-v1"
exclude module: "fabric-data-generation-api-v1"
}
includeCompile("com.flowpowered", "flow-math", "1.0.3")
includeCompile("org.jgrapht", "jgrapht-core", "1.1.0")
includeCompile("com.github.DimensionalDevelopment", "poly2tri.java", "0.1.1")