Merge pull request #462 from EngineHub/feature/expanded-styleset

feat(text): added modern text formatting to worldedit, and switch a few things over to it
This commit is contained in:
Matthew Miller
2019-04-25 19:39:26 +10:00
committed by GitHub
30 changed files with 466 additions and 1156 deletions

View File

@@ -87,7 +87,6 @@ shadowJar {
relocate "org.slf4j", "com.sk89q.worldedit.slf4j"
relocate "org.apache.logging.slf4j", "com.sk89q.worldedit.log4jbridge"
include(dependency(':worldedit-core'))
include(dependency('org.slf4j:slf4j-api'))
include(dependency("org.apache.logging.log4j:log4j-slf4j-impl"))
}