Skip to content

Commit

Permalink
Alias accessWidener as access_widener
Browse files Browse the repository at this point in the history
  • Loading branch information
Su5eD committed Apr 3, 2024
1 parent df237ef commit 8e90e92
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ static LoaderModMetadata parse(JsonReader reader) throws IOException, ParseMetad
case "mixins":
readMixinConfigs(warnings, reader, mixins);
break;
case "access_widener": // Forgified Fabric Loader addition
case "accessWidener":
if (reader.peek() != JsonToken.STRING) {
throw new ParseMetadataException("Access Widener file must be a string", reader);
Expand Down

0 comments on commit 8e90e92

Please sign in to comment.