File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed
examples/ftba/stoneblock4 Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 1+ services :
2+ mc :
3+ image : itzg/minecraft-server:java25
4+ tty : true
5+ stdin_open : true
6+ environment :
7+ EULA : " TRUE"
8+ TYPE : FTBA
9+ FTB_MODPACK_ID : " 130"
10+ FTB_MODPACK_VERSION_ID : " 100171"
11+ MEMORY : " 4G"
12+ ports :
13+ - " 25565:25565"
14+ volumes :
15+ - data:/data
16+ volumes :
17+ data:
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ if isTrue "$FTB_FORCE_REINSTALL" ||
9393
9494 log " Installing modpack ID ${FTB_MODPACK_ID} , version ID ${FTB_MODPACK_VERSION_ID} "
9595 log " This could take a while..."
96- ${ftbInstaller} -pack " ${FTB_MODPACK_ID} " -version " ${FTB_MODPACK_VERSION_ID} " -auto -force | tee ftb-installer.log
96+ ${ftbInstaller} -pack " ${FTB_MODPACK_ID} " -version " ${FTB_MODPACK_VERSION_ID} " -auto -force -no-java | tee ftb-installer.log
9797 rm -f forge* installer.jar
9898
9999 echo " ${FTB_MODPACK_ID} =${FTB_MODPACK_VERSION_ID} " > ${ftbInstallMarker}
You can’t perform that action at this time.
0 commit comments