Skip to content

Commit 9c6047e

Browse files
authored
Updated worldDest to use FTB_DIR in order to deal with nested FTB modpacks (itzg#571)
Co-authored-by: Tane Barriball <tanebarriball@gmail.com>
1 parent 260cc7d commit 9c6047e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

start-finalSetup01World

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -e
55
isDebugging && set -x
66

77
if [ $TYPE = "FEED-THE-BEAST" ]; then
8-
worldDest=$FTB_BASE_DIR/$LEVEL
8+
worldDest=$FTB_DIR/$LEVEL
99
else
1010
worldDest=/data/$LEVEL
1111
fi

0 commit comments

Comments
 (0)