Advertisement
Guest User

Untitled

a guest
Mar 27th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.46 KB | None | 0 0
  1. Time: 3/27/17 4:19 PM
  2. Description: Initializing game
  3.  
  4. java.lang.ArrayIndexOutOfBoundsException: 5
  5. at net.minecraft.item.ItemAxe.<init>(ItemAxe.java:19)
  6. at com.wiccanarts.common.item.tool.ItemSilverAxe.<init>(ItemSilverAxe.java:11)
  7. at com.wiccanarts.common.core.CommonRegistration.registerItems(CommonRegistration.java:64)
  8. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1_CommonRegistration_registerItems_Register.invoke(.dynamic)
  9. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  10. at net.minecraftforge.fml.common.eventhandler.EventBus$1.invoke(EventBus.java:144)
  11. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:185)
  12. at net.minecraftforge.fml.common.registry.PersistentRegistryManager.fireRegistryEvent(PersistentRegistryManager.java:100)
  13. at net.minecraftforge.fml.common.registry.PersistentRegistryManager.fireRegistryEvents(PersistentRegistryManager.java:89)
  14. at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:622)
  15. at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:259)
  16. at net.minecraft.client.Minecraft.init(Minecraft.java:477)
  17. at net.minecraft.client.Minecraft.run(Minecraft.java:386)
  18. at net.minecraft.client.main.Main.main(Main.java:118)
  19. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  20. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  21. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  22. at java.lang.reflect.Method.invoke(Method.java:498)
  23. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  24. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  25. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  26. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  27. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  28. at java.lang.reflect.Method.invoke(Method.java:498)
  29. at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97)
  30. at GradleStart.main(GradleStart.java:26)
  31. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  32. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  33. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  34. at java.lang.reflect.Method.invoke(Method.java:498)
  35. at com.intellij.rt.execution.application.AppMain.main(AppMain.java:147)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement