Skip to content

Commit

Permalink
using worldedit from our custom fork
Browse files Browse the repository at this point in the history
now worldedit can finally work in prod client env
  • Loading branch information
Fallen-Breath committed Dec 4, 2024
1 parent e456f7a commit 42907ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,8 @@ def projectMod = project(':' + settings.modname) {
}
dependencies {
// World Edit
compile 'com.sk89q.worldedit:worldedit-core:7.2.7'
worldEditLibs ('com.sk89q.worldedit:worldedit-core:7.2.7') {
compile 'com.github.TISUnion.WorldEdit:worldedit-core:9621654d2b'
worldEditLibs ('com.github.TISUnion.WorldEdit:worldedit-core:9621654d2b') {
exclude group: 'com.ibm.icu' // not used in worldedit at all
exclude group: 'org.antlr', module: 'antlr4' // only reserves the runtime package
exclude group: 'org.yaml' // worldedit only uses yaml stuffs in bukkit
Expand Down

0 comments on commit 42907ef

Please sign in to comment.