Updated Fabric & some other stuff

This commit is contained in:
Jef Roosens 2021-01-26 14:05:59 +01:00
parent 67af9ed723
commit 2f9490cef6
8 changed files with 116 additions and 160 deletions

View file

@ -1,30 +1,16 @@
# 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=
FABRIC_VERSION=
# Environment variables
XMS=4
# If XMS is left blank, it uses the same value as XMX
XMS=
XMX=4
# Mount points
CONFIG_DIR=
MODS_DIR=
WORLDS_DIR=
# The mods should be placed inside the CONFIG_DIR under `mods`
CONFIG_DIR=config
WORLDS_DIR=worlds
# Other
PORT=25565