Update forge schema to include mirrorList

This commit is contained in:
Petr Mrázek 2021-01-16 00:01:00 +01:00
parent e990741b18
commit 7f865ce82d

View File

@ -253,6 +253,7 @@ class ForgeInstallerProfileV2(JsonObject):
data = DictProperty(DataSpec)
processors = ListProperty(ProcessorSpec)
libraries = ListProperty(MojangLibrary)
mirrorList = StringProperty(exclude_if_none=True, default=None)
class InstallerInfo(JsonObject):
sha1hash = StringProperty()