Skip to content

Commit

Permalink
Make jarjar use LIBRARY not GAMELIBRARY by default (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebemish authored Mar 25, 2024
1 parent dc4e6e4 commit ed93dac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public void initArguments(final Map<String, ?> arguments)
@Override
protected String getDefaultJarModType()
{
return IModFile.Type.GAMELIBRARY.name();
return IModFile.Type.LIBRARY.name();
}

@SuppressWarnings("resource")
Expand Down

0 comments on commit ed93dac

Please sign in to comment.