Distinct Damage Descriptions

Distinct Damage Descriptions

7.9k Downloads

HBM causes ArrayIndexOutOfBoundsException with tooltips

ShadeAware opened this issue ยท 1 comments

commented

Immediate CTD when using HBM's Nuclear Tech and opening a bomb kit with any hazmat gear, closing with an java.lang.IndexOutOfBoundsException.

See https://pastebin.com/kaiZh668 for full log.

commented

evt.getToolTip().addAll(1, TooltipDistributor.getDistributor(evt.getItemStack()).getTooltip(evt.getItemStack()));

The first argument that is a constant 1 may throw an array index exception, should check tooltip length first.