You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
java.lang.IndexOutOfBoundsException: Index 5 out of bounds for length 5
at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:64)
at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:70)
at java.base/jdk.internal.util.Preconditions.checkIndex(Preconditions.java:266)
at java.base/java.util.Objects.checkIndex(Objects.java:359)
at java.base/java.util.ArrayList.set(ArrayList.java:441)
at nova.committee.enhancedarmaments.init.handler.ItemTooltipEventHandler.changeTooltips(ItemTooltipEventHandler.java:107)
at nova.committee.enhancedarmaments.init.handler.ItemTooltipEventHandler.lambda$addInformation$0(ItemTooltipEventHandler.java:47)
at nova.committee.enhancedarmaments.init.callback.ItemTooltipCallback.lambda$static$0(ItemTooltipCallback.java:23)
at net.minecraft.class_1799.handler$cpm000$enhancedarmaments$tooltipLines(class_1799.java:6654)
at net.minecraft.class_1799.method_7950(class_1799.java:835)
at net.minecraft.class_437.method_25408(class_437.java:181)
at net.minecraft.class_437.method_25409(class_437.java:168)
at net.minecraft.class_465.method_2380(class_465.java:189)
at net.minecraft.class_479.method_25394(class_479.java:68)
at net.minecraft.class_757.method_3192(class_757.java:881)
at net.minecraft.class_310.method_1523(class_310.java:1177)
at net.minecraft.class_310.method_1514(class_310.java:768)
at net.minecraft.client.main.Main.method_44604(Main.java:244)
at net.minecraft.client.main.Main.main(Main.java:51)
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:468)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
Issue on this line
Enhanced-Armaments-Reload/src/main/java/nova/committee/enhancedarmaments/init/handler/ItemTooltipEventHandler.java
Line 107 in 96757e8
This line gives us the following crash
Any idea how to fix it?
Steps to reproduce
The text was updated successfully, but these errors were encountered: