[2.1.2-GTNH] Crash when clicking on thaumcraft aspect
ORANG4 opened this issue · 4 comments
Game crashes when trying to view any TC aspect recipe.
Modpack: FTB Infinity Evolved
What language do you guys have minecraft set to? It's erroring out because getRecipeName()
is returning either null, or a string < 2characters.
I'll handle it on the NEI side but looks like it might be a i18n issue
@Override
public String getRecipeName() {
return I18n.format("tcneiadditions.aspect_combination.title");
}
Can reproduce in my modpack too, I thought it was a TC NEI problem and went to talk to time conqueror about it until I saw this issue.
My crashlog: https://pastebin.com/NScPtqzL
I experienced this with a customized Regrowth pack, set to the English language. @mitchej123 do you plan to release the fix anytime in the near future? Your work is amazing and could help a lot in progression in my Regrowth world.