Renewed Forge setup
This commit is contained in:
parent
11029c3b43
commit
67af9ed723
7 changed files with 115 additions and 112 deletions
|
|
@ -1,30 +1,15 @@
|
|||
# Copyright (C) 2020 Jef Roosens
|
||||
|
||||
# This program is free software: you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
# the Free Software Foundation, either version 3 of the License, or
|
||||
# (at your option) any later version.
|
||||
|
||||
# This program is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
|
||||
# Build arguments
|
||||
MC_VERSION=
|
||||
FORGE_VERSION=
|
||||
|
||||
# Environment variables
|
||||
XMS=4
|
||||
# If XMS is left blank, it uses the same value as XMX
|
||||
XMS=
|
||||
XMX=4
|
||||
|
||||
# Mount points
|
||||
# The mods should be placed inside the CONFIG_DIR under `mods`
|
||||
CONFIG_DIR=
|
||||
MODS_DIR=
|
||||
WORLDS_DIR=
|
||||
|
||||
# Other
|
||||
|
|
|
|||
Reference in a new issue