Implement basic Forge suggestions

This commit is contained in:
Kenzie Togami
2019-05-05 22:49:48 -07:00
committed by Kenzie Togami
parent 8a3e6a12b9
commit 067a570df0
3 changed files with 51 additions and 4 deletions

View File

@ -90,7 +90,7 @@ configure(subprojects + project("core:ap")) {
def textVersion = "3.0.0"
project("core") {
def pistonVersion = '0.2.1'
def pistonVersion = '0.2.2'
dependencies {
shade "net.kyori:text-api:$textVersion"