Initial command registration setup. Pretty hacky, subcommands do not work, some arguments missing.

This commit is contained in:
Kenzie Togami
2019-03-04 18:31:20 -08:00
parent a0f127813d
commit 9ee0f00030
9 changed files with 153 additions and 95 deletions

View File

@@ -14,7 +14,7 @@ buildscript {
apply plugin: 'net.minecraftforge.gradle'
def minecraftVersion = "1.13.2"
def forgeVersion = "25.0.34"
def forgeVersion = "25.0.70"
dependencies {
compile project(':worldedit-core')