Improved naming of FORGE_FORCE_REINSTALL and FORGE_VERSION (#1788)

This commit is contained in:
Geoff Bourne
2022-10-16 17:49:25 -05:00
committed by GitHub
parent 2e69966a6a
commit c1d8dc9bb0
7 changed files with 16 additions and 14 deletions

View File

@@ -98,7 +98,7 @@ services:
# #
# VERSION: Defines the version of MC the modpack is based on. #
# #
# FORGEVERSION: Defines the version of FORGE the modpack uses. #
# FORGE_VERSION: Defines the version of FORGE the modpack uses. #
# This can usually be found in the modpack.zip as #
# installer.jar #
# #
@@ -109,7 +109,7 @@ services:
####################################################################
TYPE: FORGE
VERSION: 1.16.5
FORGEVERSION: 36.2.39
FORGE_VERSION: 36.2.39
GENERIC_PACK: /modpacks/Better+MC+Server+Pack+PLUS+1.16.5+v40+HF.zip
####################################################################