brush settings

This commit is contained in:
Jesse Boyd
2019-07-20 01:29:49 +10:00
parent 5242efb4cf
commit 85ebee7da7
14 changed files with 308 additions and 80 deletions

View File

@ -91,7 +91,7 @@ configure(subprojects + project("core:ap")) {
def textExtrasVersion = "3.0.2"
project("core") {
def textVersion = "3.0.1"
def pistonVersion = '0.4.2'
def pistonVersion = '0.4.3-SNAPSHOT'
dependencies {
shade "net.kyori:text-api:$textVersion"
@ -103,7 +103,7 @@ project("core") {
}
shade 'com.thoughtworks.paranamer:paranamer:2.6'
shade 'com.sk89q.lib:jlibnoise:1.0.0'
shade "org.enginehub.piston:core:$pistonVersion"
shade "FAWE-Piston:lastSuccessfulBuild:core/build/libs/core-$pistonVersion@jar"
shade "org.enginehub.piston.core-ap:runtime:$pistonVersion"
shade "org.enginehub.piston:default-impl:$pistonVersion"
}