Further work on 1.13.2 WorldEdit for Forge. Forge still is missing too many features to finish this, and I need to work out how to port the command wrapper system over.

This commit is contained in:
Matthew Miller
2019-02-16 16:13:03 +10:00
parent cf435fd63d
commit de9798bf7e
3 changed files with 29 additions and 37 deletions

View File

@ -1,3 +1,4 @@
# Sets default memory used for gradle commands. Can be overridden by user or command line properties.
# This is required to provide enough memory for the Minecraft decompilation process.
org.gradle.jvmargs=-Xmx3G
org.gradle.daemon=false