Advertisement
Guest User

Untitled

a guest
Mar 4th, 2017
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.88 KB | None | 0 0
  1. [11:44:58] [Server thread/INFO]: [STDERR]: java.lang.reflect.InvocationTargetException
  2. [11:44:58] [Server thread/INFO]: [STDERR]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  3. [11:44:58] [Server thread/INFO]: [STDERR]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
  4. [11:44:58] [Server thread/INFO]: [STDERR]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
  5. [11:44:58] [Server thread/INFO]: [STDERR]: at java.lang.reflect.Constructor.newInstance(Unknown Source)
  6. [11:44:58] [Server thread/INFO]: [STDERR]: at net.minecraftforge.fml.common.registry.EntityEntry.newInstance(EntityEntry.java:78)
  7. [11:44:58] [Server thread/INFO]: [STDERR]: at net.minecraft.entity.EntityList.createEntityByIDFromName(EntityList.java:197)
  8. [11:44:58] [Server thread/INFO]: [STDERR]: at net.minecraft.entity.EntityList.createEntityFromNBT(EntityList.java:207)
  9. [11:44:58] [Server thread/INFO]: [STDERR]: at net.minecraft.world.chunk.storage.AnvilChunkLoader.createEntityFromNBT(AnvilChunkLoader.java:626)
  10. [11:44:58] [Server thread/INFO]: [STDERR]: at net.minecraft.world.chunk.storage.AnvilChunkLoader.readWorldEntityPos(AnvilChunkLoader.java:585)
  11. [11:44:58] [Server thread/INFO]: [STDERR]: at net.minecraft.command.server.CommandSummon.execute(CommandSummon.java:116)
  12. [11:44:58] [Server thread/INFO]: [STDERR]: at net.minecraft.command.CommandHandler.tryExecute(CommandHandler.java:127)
  13. [11:44:58] [Server thread/INFO]: [STDERR]: at net.minecraft.command.CommandHandler.executeCommand(CommandHandler.java:99)
  14. [11:44:58] [Server thread/INFO]: [STDERR]: at net.minecraft.network.NetHandlerPlayServer.handleSlashCommand(NetHandlerPlayServer.java:946)
  15. [11:44:58] [Server thread/INFO]: [STDERR]: at net.minecraft.network.NetHandlerPlayServer.processChatMessage(NetHandlerPlayServer.java:922)
  16. [11:44:58] [Server thread/INFO]: [STDERR]: at net.minecraft.network.play.client.CPacketChatMessage.processPacket(CPacketChatMessage.java:47)
  17. [11:44:58] [Server thread/INFO]: [STDERR]: at net.minecraft.network.play.client.CPacketChatMessage.processPacket(CPacketChatMessage.java:8)
  18. [11:44:58] [Server thread/INFO]: [STDERR]: at net.minecraft.network.PacketThreadUtil$1.run(PacketThreadUtil.java:15)
  19. [11:44:58] [Server thread/INFO]: [STDERR]: at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
  20. [11:44:58] [Server thread/INFO]: [STDERR]: at java.util.concurrent.FutureTask.run(Unknown Source)
  21. [11:44:58] [Server thread/INFO]: [STDERR]: at net.minecraft.util.Util.runTask(Util.java:26)
  22. [11:44:58] [Server thread/INFO]: [STDERR]: at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:753)
  23. [11:44:58] [Server thread/INFO]: [STDERR]: at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:698)
  24. [11:44:58] [Server thread/INFO]: [STDERR]: at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:156)
  25. [11:44:58] [Server thread/INFO]: [STDERR]: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:547)
  26. [11:44:58] [Server thread/INFO]: [STDERR]: at java.lang.Thread.run(Unknown Source)
  27. [11:44:58] [Server thread/INFO]: [STDERR]: Caused by: java.lang.IllegalArgumentException: Attribute is already registered!
  28. [11:44:58] [Server thread/INFO]: [STDERR]: at net.minecraft.entity.ai.attributes.AbstractAttributeMap.registerAttribute(AbstractAttributeMap.java:36)
  29. [11:44:58] [Server thread/INFO]: [STDERR]: at net.minecraft.entity.ai.attributes.AttributeMap.registerAttribute(AttributeMap.java:36)
  30. [11:44:58] [Server thread/INFO]: [STDERR]: at net.minecraft.entity.EntityLivingBase.applyEntityAttributes(EntityLivingBase.java:220)
  31. [11:44:58] [Server thread/INFO]: [STDERR]: at net.minecraft.entity.EntityLiving.applyEntityAttributes(EntityLiving.java:125)
  32. [11:44:58] [Server thread/INFO]: [STDERR]: at net.minecraft.entity.monster.EntityMob.applyEntityAttributes(EntityMob.java:193)
  33. [11:44:58] [Server thread/INFO]: [STDERR]: at thatmartinguy.thedarkness.entity.mob.EntityHuman.applyEntityAttributes(EntityHuman.java:53)
  34. [11:44:58] [Server thread/INFO]: [STDERR]: at thatmartinguy.thedarkness.entity.mob.EntityHumanFighter.initEntityAI(EntityHumanFighter.java:25)
  35. [11:44:58] [Server thread/INFO]: [STDERR]: at net.minecraft.entity.EntityLiving.<init>(EntityLiving.java:115)
  36. [11:44:58] [Server thread/INFO]: [STDERR]: at net.minecraft.entity.EntityCreature.<init>(EntityCreature.java:22)
  37. [11:44:58] [Server thread/INFO]: [STDERR]: at net.minecraft.entity.monster.EntityMob.<init>(EntityMob.java:26)
  38. [11:44:58] [Server thread/INFO]: [STDERR]: at thatmartinguy.thedarkness.entity.mob.EntityHuman.<init>(EntityHuman.java:26)
  39. [11:44:58] [Server thread/INFO]: [STDERR]: at thatmartinguy.thedarkness.entity.mob.EntityHumanFighter.<init>(EntityHumanFighter.java:14)
  40. [11:44:58] [Server thread/INFO]: [STDERR]: ... 25 more
  41. [11:44:58] [Server thread/WARN]: Skipping Entity with id thedarkness:humanfighter
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement