FabricMC / tiny-remapper

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

Remapping using namespaceless mappings from CLI? #141

Open Lassebq opened 3 days ago

Lassebq commented 3 days ago
usage: <input> <output> <mappings> <from> <to> [<classpath>]... [--reverse] [--forcePropagation=<file>] [--propagatePrivate] [--ignoreConflicts]

<from> and <to> arguments aren't optional, but what should you set them to when specifying mappings in a format that does not contain namespaces? For example proguard mappings.

modmuss50 commented 3 days ago

The mappings will be assigned a namespace, I think its source and target, if not the error message says what namespaces you have.