Skip to content

Commit

Permalink
Update FabricModInfoModel.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
laolarou726 committed Jul 14, 2024
1 parent 2b99a6c commit aacb1c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public class FabricModInfoModel

[JsonPropertyName("environment")] public string? Environment { get; set; }

[JsonPropertyName("entrypoints")] public IReadOnlyDictionary<string, string[]>? Entrypoints { get; set; }
[JsonPropertyName("entrypoints")] public IReadOnlyDictionary<string, JsonElement[]>? Entrypoints { get; set; }

[JsonPropertyName("custom")] public Custom? Custom { get; set; }

Expand Down

0 comments on commit aacb1c2

Please sign in to comment.