This repository has been archived on 2021-12-24. You can view files and clone it, but cannot push or open issues/pull-requests.
self-hosting/minecraft/fabric/.env.example

17 lines
271 B
Plaintext
Raw Normal View History

# Build arguments
2021-01-26 14:05:59 +01:00
MC_VERSION=
FABRIC_VERSION=
# Environment variables
2021-01-26 14:05:59 +01:00
# If XMS is left blank, it uses the same value as XMX
XMS=
XMX=4
2020-12-30 17:10:37 +01:00
# Mount points
2021-01-26 14:05:59 +01:00
# The mods should be placed inside the CONFIG_DIR under `mods`
CONFIG_DIR=config
WORLDS_DIR=worlds
# Other
PORT=25565