First attempt at building a server pack

Upgraded Forge to 10.13.4.1558; added the Forge Installer to set up the
basic server directory; added templates for certain server config files;
set up makefile rules for building the server pack
This commit is contained in:
Eric J. Bowersox
2015-11-17 18:16:09 -07:00
parent 857f167398
commit a20a83f039
8 changed files with 73 additions and 4 deletions

View File

@@ -0,0 +1,6 @@
#!/bin/sh
MEMSZ=2G
PERMSZ=256m
FORGEJAR=@FORGEJAR@
exec java -Xmx$MEMSZ -XX:MaxPermSize=$PERMSZ -jar $FORGEJAR