Rework server launching at runtime to include needed default arguments and validate libraries exist.

Move Forge config loading to manual while config system is in development.
This commit is contained in:
LexManos 2019-02-04 18:23:58 -08:00
parent 2ac439f99e
commit e4bfca53af

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