Skip to content

Commit 06836b9

Browse files
authored
gtnh: support grabbing extra mods (#3788)
1 parent 53fcaab commit 06836b9

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

examples/gtnh/docker-compose-type-gtnh.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ services:
1515
# Use to prevent updates
1616
# SKIP_GTNH_UPDATE_CHECK: true
1717
MEMORY: 6G
18+
# Bring in standard extra mods described at https://wiki.gtnewhorizons.com/wiki/Additional_Mods
19+
# MODS: |
20+
# https://github.com/Kynake/BetterFoliage/releases/download/1.2.1/BetterFoliage-LegacyEdition-1.2.1.jar
1821
volumes:
1922
# attach a managed volume, change to a relative or absolute host directory if needed
2023
- mc-data:/data

scripts/start-deployGTNH

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,4 +276,6 @@ fi
276276
# Start setup gtnh server files
277277
handleGTNH
278278

279+
export USES_MODS=true
280+
279281
exec "$(dirname "$0")/start-setupWorld" "$@"

0 commit comments

Comments
 (0)