ArrayIndexOutOfBoundsException in RenderCageLamp.renderInventory()
Turbodyr opened this issue ยท 1 comments
Hello :)
First of all: Thank you for making this great mod!
I'm sorry but I got an ArrayIndexOutOfBoundsException in RenderCageLamp.renderInventory() which might be caused by ProjectRed.
java.lang.ArrayIndexOutOfBoundsException: 26
at mrtjp.projectred.illumination.RenderCageLamp.renderInventory(RenderCageLamp.java:94)
at mrtjp.projectred.illumination.RenderCageLamp.renderItem(RenderCageLamp.java:77)
at net.minecraftforge.client.ForgeHooksClient.renderEntityItem(ForgeHooksClient.java:121)
at net.minecraft.client.renderer.entity.RenderItem.func_77014_a(RenderItem.java:75)
I tried searching for a similiar issue and found nothing.
Full crash log:
http://pastebin.com/T2EH1fBi
Mods: I was playing Feed The Beast Direwolf20 1.6.4 pack version 1.0.3, with all Biomes o Plenty biomes enabled and Mo' Creatures added.
The crash happened in a newly genereated world after about 10 minutes playtime.
Thank you again!