Recaf icon indicating copy to clipboard operation
Recaf copied to clipboard

Support for reverse mapping for tiny

Open 0x000006 opened this issue 9 months ago • 1 comments

Support for reverse mapping for tiny

Or from any to any other like named -> intermediary or intermediary -> official or official -> named

0x000006 avatar Mar 13 '25 19:03 0x000006

The issue is that the format isn't just those three columns. The format is flexible. Its just minecraft modding that uses the three column format. You could hypothetically have 20 columns and it would be valid. Some tiny files only have two columns. Architecting this directionality (which none of the other formats support) in the mappings without having edge-case handling for just this one format (which is yucky and I will avoid doing) is rough.

Col-E avatar Mar 13 '25 20:03 Col-E