linkie-web icon indicating copy to clipboard operation
linkie-web copied to clipboard

Suggestion: input box for deobfuscating from one mapping to another

Open mrbuilder1961 opened this issue 1 year ago • 0 comments

for example, if it's set to translate Yarn 1.20.4 to Mojang (Intermediary) and I input:

java.lang.NullPointerException: Cannot invoke "net.minecraft.class_2561.getString()" because the return value of "net.minecraft.class_2568.method_10891(net.minecraft.class_2568$class_5247)" is null

it would output:

java.lang.NullPointerException: Cannot invoke "net.minecraft.text.Text.getString()" because the return value of "net.minecraft.text.HoverEvent.getValue(net.minecraft.HoverEvent$Action)" is null

it's very helpful for, as used in the example, logs. it would be cool!

mrbuilder1961 avatar Dec 29 '23 05:12 mrbuilder1961