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
Got a crash when tried to see recipes where wool was a source.
java.lang.ArrayIndexOutOfBoundsException: 9
at co.uk.silvania.cities.core.blocks.FloorBlocks.func_71858_a(FloorBlocks.java:44)
at net.minecraft.client.renderer.RenderBlocks.func_94165_a(RenderBlocks.java:8167)
at net.minecraft.client.renderer.RenderBlocks.func_78600_a(RenderBlocks.java:8092)
at net.minecraft.client.renderer.entity.RenderItem.renderItemIntoGUI(RenderItem.java:375)
at net.minecraft.client.renderer.entity.RenderItem.func_82406_b(RenderItem.java:467)
at net.minecraft.client.gui.inventory.GuiContainer.drawSlotItem(GuiContainer.java:485)
at net.minecraft.client.gui.inventory.GuiContainer.func_74192_a(GuiContainer.java:472)
at net.minecraft.client.gui.inventory.GuiContainer.func_73863_a(GuiContainer.java:150)
at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1036)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:946)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:838)
at net.minecraft.client.main.Main.main(SourceFile:101)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
The text was updated successfully, but these errors were encountered:
Got a crash when tried to see recipes where wool was a source.
The text was updated successfully, but these errors were encountered: