Reliquary Reincarnations

Reliquary Reincarnations

51M Downloads

1.18 version of the mod creates an infinitely recursive TranslatableComponent

diesieben07 opened this issue ยท 1 comments

commented

tooltip.add(new TranslatableComponent(getDescriptionId() + ".tooltip", null, tooltip).withStyle(ChatFormatting.GRAY));

This line creates a TranslatableComponent with two parameters: null and the tooltips list. Since the list will then later contain this TranslatableComponent, the component effectively contains itself as an argument.
This causes crashes like this:
https://bytebin.lucko.me/tTiGqaNjkt

commented

Thanks for letting me know, apparently relic of a bit of refactoring that I didn't catch in testing. Will be released soon.