mirror of
https://github.com/unmojang/meta.git
synced 2025-09-24 03:31:03 -04:00
Update forge schema to include mirrorList
This commit is contained in:
parent
e990741b18
commit
7f865ce82d
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user