Slight change to how world edit is loaded + make locate commands like vanilla (#38)

* make getWorldEdit() never null.

Signed-off-by: solonovamax <solonovamax@12oclockpoint.com>

* Locate commands work like vanilla

Signed-off-by: solonovamax <solonovamax@12oclockpoint.com>
This commit is contained in:
solonovamax
2020-12-10 16:57:05 -05:00
committed by GitHub
parent abd29c1cb4
commit 31361286b5
6 changed files with 79 additions and 22 deletions
+1
View File
@@ -10,6 +10,7 @@ import java.nio.file.StandardCopyOption
plugins {
java
maven
idea
id("com.github.johnrengelman.shadow").version("6.1.0")
}