Skip to content

Commit

Permalink
Fix TSRG2 reporting itself as not supporting field descriptors
Browse files Browse the repository at this point in the history
  • Loading branch information
NebelNidas committed Oct 11, 2023
1 parent 06f00b9 commit 4c15c5a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
* <tr>
* <td>TSRG2</td>
* <td>✔</td>
* <td></td>
* <td></td>
* <td>✖</td>
* <td>✔</td>
* <td>✖</td>
Expand Down Expand Up @@ -128,7 +128,7 @@ public enum MappingFormat {
/**
* The {@code TSRG v2} mapping format, as specified <a href="https://github.com/MinecraftForge/SrgUtils/blob/67f30647ece29f18256ca89a23cda6216d6bd21e/src/main/java/net/minecraftforge/srgutils/InternalUtils.java#L262-L285">here</a>.
*/
TSRG_2_FILE("TSRG2 file", "tsrg", true, false, false, true, false),
TSRG_2_FILE("TSRG2 file", "tsrg", true, true, false, true, false),

/**
* ProGuard's mapping format, as specified <a href="https://www.guardsquare.com/manual/tools/retrace">here</a>.
Expand Down

0 comments on commit 4c15c5a

Please sign in to comment.