VOrlando520

Untitled

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