You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found this when generating mappings for an obfuscated jar that uses "banned" names such as float, false or COM1. These longer names are getting skipped and passed though normally.
I found this when generating mappings for an obfuscated jar that uses "banned" names such as
float
,false
orCOM1
. These longer names are getting skipped and passed though normally.The culprit appears to be here:
stitch/src/main/java/net/fabricmc/stitch/commands/GenState.java
Lines 127 to 129 in 0abaedb
The text was updated successfully, but these errors were encountered: