Advertisement
VOrlando520

Untitled

Feb 21st, 2021
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.16 KB | None | 0 0
  1. [03:49:36] [Server thread/ERROR] [FML]: Exception caught during firing event com.pixelmonmod.pixelmon.api.events.CaptureEvent$SuccessfulCapture@5923b39b:
  2. java.lang.NoSuchFieldError: preEvolutions
  3. at com.xpgaming.pixelhunt.utils.pokemon.PokemonSpec.doesSpeciesMatch(PokemonSpec.java:94) ~[PokemonSpec.class:?]
  4. at com.xpgaming.pixelhunt.utils.pokemon.PokemonSpec.matches(PokemonSpec.java:64) ~[PokemonSpec.class:?]
  5. at com.xpgaming.pixelhunt.hunt.impl.SimplePixelHunt.isBeingHunted(SimplePixelHunt.java:128) ~[SimplePixelHunt.class:?]
  6. at com.xpgaming.pixelhunt.listener.PokemonCaptureListener.onPokemonCaught(PokemonCaptureListener.java:26) ~[PokemonCaptureListener.class:?]
  7. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_431_PokemonCaptureListener_onPokemonCaught_SuccessfulCapture.invoke(.dynamic) ~[?:?]
  8. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:96) ~[ASMEventHandler.class:?]
  9. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:186) [EventBus.class:?]
  10. at com.pixelmonmod.pixelmon.entities.pokeballs.EntityEmptyPokeball.catchPokemon(EntityEmptyPokeball.java:411) [EntityEmptyPokeball.class:8.1.2]
  11. at com.pixelmonmod.pixelmon.entities.pokeballs.EntityEmptyPokeball.func_70071_h_(EntityEmptyPokeball.java:325) [EntityEmptyPokeball.class:8.1.2]
  12. at net.minecraft.world.World.func_72866_a(World.java:2421) [amu.class:?]
  13. at net.minecraft.world.World.func_72870_g(World.java:2372) [amu.class:?]
  14. at net.minecraft.world.WorldServer.func_72870_g(WorldServer.java:1771) [oo.class:?]
  15. at net.minecraft.world.World.func_72939_s(World.java:2142) [amu.class:?]
  16. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:744) [oo.class:?]
  17. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:903) [MinecraftServer.class:?]
  18. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:467) [nz.class:?]
  19. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:784) [MinecraftServer.class:?]
  20. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:630) [MinecraftServer.class:?]
  21. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_282]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement