NotEnoughItems Unofficial 1.7.10

NotEnoughItems Unofficial 1.7.10

436k Downloads

[2.1.2-GTNH] Crash when clicking on thaumcraft aspect

ORANG4 opened this issue · 4 comments

commented

Game crashes when trying to view any TC aspect recipe.

Modpack: FTB Infinity Evolved

commented

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");
    }

CC @TimeConqueror

commented

Fixed on the next release.

commented

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

commented

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.