remove dependency on Fabric API

This commit is contained in:
dfsek
2021-05-15 20:30:06 -07:00
parent a05f837ca2
commit 65482c493a
5 changed files with 93 additions and 69 deletions
-2
View File
@@ -27,8 +27,6 @@ dependencies {
"mappings"("net.fabricmc:yarn:1.16.5+build.5:v2")
"modImplementation"("net.fabricmc:fabric-loader:0.11.2")
"modImplementation"("net.fabricmc.fabric-api:fabric-api:0.31.0+1.16")
"modCompileOnly"("com.sk89q.worldedit:worldedit-fabric-mc1.16:7.2.0-SNAPSHOT") {
exclude(group = "com.google.guava", module = "guava")
exclude(group = "com.google.code.gson", module = "gson")