VOrlando520

Untitled

Sep 11th, 2021
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.40 KB | None | 0 0
  1. Description: Ticking entity
  2.  
  3. java.lang.NullPointerException: Ticking entity
  4. at com.envyful.reforged.bingo.forge.listener.PokemonCatchListener.onBingoSlotComplete(PokemonCatchListener.java:24)
  5. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_457_PokemonCatchListener_onBingoSlotComplete_SuccessfulCapture.invoke(.dynamic)
  6. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:96)
  7. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:186)
  8. at com.pixelmonmod.pixelmon.entities.pokeballs.EntityEmptyPokeball.catchPokemon(EntityEmptyPokeball.java:419)
  9. at com.pixelmonmod.pixelmon.entities.pokeballs.EntityEmptyPokeball.func_70071_h_(EntityEmptyPokeball.java:333)
  10. at net.minecraft.world.World.func_72866_a(World.java:2396)
  11. at net.minecraft.world.World.func_72870_g(World.java:2347)
  12. at net.minecraft.world.WorldServer.func_72870_g(WorldServer.java:1770)
  13. at net.minecraft.world.World.func_72939_s(World.java:2123)
  14. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:744)
  15. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:897)
  16. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:461)
  17. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:778)
  18. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:624)
  19. at java.lang.Thread.run(Thread.java:748)
Add Comment
Please, Sign In to add comment