FabricMC / tiny-remapper

Tiny JAR remapping tool.
GNU Lesser General Public License v3.0
115 stars 65 forks source link

Methods and fields are not remapped #119

Closed geckwwo closed 11 months ago

geckwwo commented 11 months ago

For some reason, methods and fields are not remapped in my JAR, even though classes are. Remapped (partially) Original Mappings Folder with all the stuff Command line:

java -jar tiny-remapper-0.8.9-fat.jar cursedqol-premapped.jar cursedqol.jar rbt20231029.tiny named intermediary client.jar

Output:

Finished after 560,64 ms.

(client.jar is the JAR where the obfuscated classes and stuff are defined, but I'm remapping other jar, not related to this one, other than with mappings)

modmuss50 commented 11 months ago

Is client.jar remapped to named? It must be in the same namespace as the jar you are remapping.

geckwwo commented 11 months ago

Yep, did all that, now it's remapped. Same namespace thing is really weird, but eh, whatever