Advertisement
VOrlando520

Untitled

Feb 22nd, 2021
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.69 KB | None | 0 0
  1. Time: 2/22/21 6:50 PM
  2. Description: Ticking entity
  3.  
  4. java.util.ConcurrentModificationException
  5. at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:911)
  6. at java.util.ArrayList$Itr.next(ArrayList.java:861)
  7. at com.pixelmonmod.pixelmon.storage.playerData.QuestData.receiveInternal(QuestData.java:84)
  8. at com.pixelmonmod.pixelmon.storage.playerData.QuestData.receive(QuestData.java:103)
  9. at com.pixelmonmod.pixelmon.quests.listeners.EntityListeners.onWildCapture(EntityListeners.java:76)
  10. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_342_EntityListeners_onWildCapture_SuccessfulCapture.invoke(.dynamic)
  11. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:96)
  12. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:186)
  13. at com.pixelmonmod.pixelmon.entities.pokeballs.EntityEmptyPokeball.catchPokemon(EntityEmptyPokeball.java:411)
  14. at com.pixelmonmod.pixelmon.entities.pokeballs.EntityEmptyPokeball.func_70071_h_(EntityEmptyPokeball.java:325)
  15. at net.minecraft.world.World.func_72866_a(World.java:2421)
  16. at net.minecraft.world.World.func_72870_g(World.java:2372)
  17. at net.minecraft.world.WorldServer.func_72870_g(WorldServer.java:1771)
  18. at net.minecraft.world.World.func_72939_s(World.java:2142)
  19. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:744)
  20. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:903)
  21. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:467)
  22. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:784)
  23. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:630)
  24. at java.lang.Thread.run(Thread.java:748)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement