Initial Piston conversion test. Non-functional.

This commit is contained in:
Kenzie Togami
2019-03-14 02:10:37 -07:00
parent 4de5487c51
commit 1966e5a8a2
6 changed files with 91 additions and 79 deletions

View File

@@ -1,3 +1,5 @@
rootProject.name = 'worldedit'
include 'worldedit-core', 'worldedit-bukkit', 'worldedit-forge', 'worldedit-sponge'
include 'worldedit-core', 'worldedit-bukkit', 'worldedit-forge', 'worldedit-sponge'
includeBuild("../Piston")