This repository has been archived on 2021-12-24. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
self-hosting/minecraft/forge/.env.example
2021-01-26 13:45:30 +01:00

16 lines
258 B
Text

# Build arguments
MC_VERSION=
FORGE_VERSION=
# Environment variables
# 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=
WORLDS_DIR=
# Other
PORT=25565