Skip to content

Commit

Permalink
Fix args
Browse files Browse the repository at this point in the history
  • Loading branch information
peterix committed Sep 1, 2023
1 parent d6fb36d commit faed223
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions generateMojang.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@ def processVersionWithSerparateLWJGL(versionFile):
def processVersionWithMergedLWJGL(versionFile):
filenameOut = "multimc/net.minecraft/%s.json" % versionFile.version
versionFile.addTraits.append("FirstThreadOnMacOS")
versionFile.minecraftArguments = adaptNewStyleArguments(mojangVersionFile.arguments)
with open(filenameOut, 'w') as outfile:
json.dump(versionFile.to_json(), outfile, sort_keys=True, indent=4)

Expand Down

0 comments on commit faed223

Please sign in to comment.