mirror of
https://github.com/unmojang/meta.git
synced 2025-09-24 19:53:24 -04:00
Bump version to 1, use new s3 buckets
This commit is contained in:
parent
1d695d1018
commit
8d14db91cc
@ -2,7 +2,7 @@ export UPSTREAM_DIR=upstream
|
||||
export UPSTREAM_REPO=git@github.com:MultiMC/meta-upstream.git
|
||||
export MMC_DIR=multimc
|
||||
export MMC_REPO=git@github.com:MultiMC/meta-multimc.git
|
||||
export S3_master=s3://meta.multimc.org
|
||||
export S3_develop=s3://meta-dev.multimc.org
|
||||
export S3_master=s3://v1.meta.multimc.org
|
||||
export S3_develop=s3://dev.meta.multimc.org
|
||||
export BRANCH_master=master
|
||||
export BRANCH_develop=develop
|
||||
|
@ -209,7 +209,7 @@ class MojangVersionFile (JsonObject):
|
||||
logging = DictProperty(MojangLogging, exclude_if_none=True, default=None)
|
||||
|
||||
|
||||
CurrentMultiMCFormatVersion = 0
|
||||
CurrentMultiMCFormatVersion = 1
|
||||
def validateSupportedMultiMCVersion(version):
|
||||
if version > CurrentMultiMCFormatVersion:
|
||||
raise UnknownVersionException("Unsupported MultiMC format version: %d. Max supported is: %d" % (version, CurrentMultiMCFormatVersion))
|
||||
|
Loading…
x
Reference in New Issue
Block a user