Update FAWE to 1.16.4 (#734)

* Start work on 1.16.4, doesn't compile yet

* Update FAWE to 1.16.4

* Update GitHub ci build to 1.16.4

* Fix AsyncChunk

* Update issue template for 1.16.4

Co-authored-by: dordsor21 <dordsor21@gmail.com>
Co-authored-by: NotMyFault <mc.cache@web.de>
This commit is contained in:
Aurora
2020-11-03 19:46:54 +01:00
committed by GitHub
parent 0a233e82a0
commit 49052d73ce
13 changed files with 2847 additions and 10 deletions

View File

@ -50,7 +50,7 @@ jobs:
- name: Download BuildTools
run: wget https://hub.spigotmc.org/jenkins/job/BuildTools/lastSuccessfulBuild/artifact/target/BuildTools.jar
- name: Run BuildTools
run: java -jar BuildTools.jar --rev 1.16.2
run: java -jar BuildTools.jar --rev 1.16.4
- name: Test with Gradle
run: ./gradlew clean build sourcesJar javadocJar