Skip to content

Commit

Permalink
Fix Forge 1.20.3
Browse files Browse the repository at this point in the history
  • Loading branch information
phit committed Dec 9, 2023
1 parent 54b1180 commit cbbbc45
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions forgeutil.py
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,8 @@ class ForgeInstallerProfileV2(JsonObject):
data = DictProperty(DataSpec)
processors = ListProperty(ProcessorSpec)
libraries = ListProperty(MojangLibrary)
hideExtract = BooleanProperty()
serverJarPath = StringProperty()
mirrorList = StringProperty(exclude_if_none=True, default=None)
serverJarPath = StringProperty(exclude_if_none=True, default=None)

Expand Down

0 comments on commit cbbbc45

Please sign in to comment.