Skip to content

Commit

Permalink
Also fix Quilt
Browse files Browse the repository at this point in the history
  • Loading branch information
phit committed Dec 9, 2023
1 parent cbbbc45 commit c2f5257
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions quiltutil.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,14 @@ class QuiltInstallerLibraries(JsonObject):
client = ListProperty(MultiMCLibrary)
common = ListProperty(MultiMCLibrary)
server = ListProperty(MultiMCLibrary)
development = ListProperty(MultiMCLibrary, required=False)

class QuiltInstallerDataV1(JsonObject):
version = IntegerProperty(required=True)
libraries = ObjectProperty(QuiltInstallerLibraries, required=True)
mainClass = jsonobject.DefaultProperty()
arguments = ObjectProperty(QuiltInstallerArguments, required=False)
min_java_version = IntegerProperty(required=False)

class QuiltJarInfo(JsonObject):
releaseTime = ISOTimestampProperty()
Expand Down

0 comments on commit c2f5257

Please sign in to comment.