worldedit integration on Fabric

This commit is contained in:
dfsek
2021-05-13 21:28:49 -07:00
parent 97d7ccacbf
commit 5fd2fc59f4
13 changed files with 55 additions and 12 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ dependencies {
"modImplementation"("net.fabricmc.fabric-api:fabric-api:0.31.0+1.16")
"modImplementation"("com.sk89q.worldedit:worldedit-fabric-mc1.16:7.2.0-SNAPSHOT") {
"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")
exclude(group = "it.unimi.dsi", module = "fastutil")