gtnh: support grabbing extra mods (#3788)

This commit is contained in:
Geoff Bourne
2025-12-06 17:18:19 -06:00
committed by GitHub
parent 53fcaabdf7
commit 06836b941a
2 changed files with 5 additions and 0 deletions

View File

@@ -15,6 +15,9 @@ services:
# Use to prevent updates
# SKIP_GTNH_UPDATE_CHECK: true
MEMORY: 6G
# Bring in standard extra mods described at https://wiki.gtnewhorizons.com/wiki/Additional_Mods
# MODS: |
# https://github.com/Kynake/BetterFoliage/releases/download/1.2.1/BetterFoliage-LegacyEdition-1.2.1.jar
volumes:
# attach a managed volume, change to a relative or absolute host directory if needed
- mc-data:/data

View File

@@ -276,4 +276,6 @@ fi
# Start setup gtnh server files
handleGTNH
export USES_MODS=true
exec "$(dirname "$0")/start-setupWorld" "$@"