Advertisement
Guest User

Untitled

a guest
Feb 25th, 2021
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.92 KB | None | 0 0
  1. [04:53:06] [Server thread/ERROR] [minecraft/MinecraftServer]: Encountered an unexpected exception
  2. net.minecraft.util.ReportedException: Ticking player
  3. at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:773) ~[MinecraftServer.class:?]
  4. at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:668) ~[MinecraftServer.class:?]
  5. at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:185) ~[chd.class:?]
  6. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?]
  7. at java.lang.Thread.run(Unknown Source) [?:1.8.0_261]
  8. Caused by: java.lang.NullPointerException
  9. at ru.liahim.mist.capability.handler.ISkillCapaHandler.getHandler(ISkillCapaHandler.java:24) ~[ISkillCapaHandler.class:?]
  10. at ru.liahim.mist.capability.handler.ISkillCapaHandler$Skill.getLevel(ISkillCapaHandler.java:95) ~[ISkillCapaHandler$Skill.class:?]
  11. at ru.liahim.mist.block.MistStoneUpper.getDrops(MistStoneUpper.java:53) ~[MistStoneUpper.class:?]
  12. at arlyon.veining.VeiningAlgorithm.getOreType(VeiningAlgorithm.java:138) ~[VeiningAlgorithm.class:?]
  13. at arlyon.veining.VeiningAlgorithm.veiningAlgorithm(VeiningAlgorithm.java:171) ~[VeiningAlgorithm.class:?]
  14. at arlyon.veining.VeiningAlgorithm.veiningAlgorithm(VeiningAlgorithm.java:154) ~[VeiningAlgorithm.class:?]
  15. at arlyon.veining.events.VeiningEventHandler.veiningBlockBreakSubscriber(VeiningEventHandler.java:72) ~[VeiningEventHandler.class:?]
  16. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_2677_VeiningEventHandler_veiningBlockBreakSubscriber_BreakEvent.invoke(.dynamic) ~[?:?]
  17. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) ~[ASMEventHandler.class:?]
  18. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182) ~[EventBus.class:?]
  19. at net.minecraftforge.common.ForgeHooks.onBlockBreakEvent(ForgeHooks.java:851) ~[ForgeHooks.class:14.23.5.2854]
  20. at net.minecraft.server.management.PlayerInteractionManager.tryHarvestBlock(PlayerInteractionManager.java:283) ~[or.class:?]
  21. at net.minecraft.server.management.PlayerInteractionManager.updateBlockRemoving(PlayerInteractionManager.java:109) ~[or.class:?]
  22. at net.minecraft.entity.player.EntityPlayerMP.onUpdate(EntityPlayerMP.java:316) ~[oq.class:?]
  23. at net.minecraft.world.World.updateEntityWithOptionalForce(World.java:1996) ~[amu.class:?]
  24. at net.minecraft.world.WorldServer.updateEntityWithOptionalForce(WorldServer.java:832) ~[oo.class:?]
  25. at net.minecraft.world.World.updateEntity(World.java:1958) ~[amu.class:?]
  26. at net.minecraft.world.WorldServer.tickPlayers(WorldServer.java:642) ~[oo.class:?]
  27. at net.minecraft.world.World.updateEntities(World.java:1737) ~[amu.class:?]
  28. at net.minecraft.world.WorldServer.updateEntities(WorldServer.java:613) ~[oo.class:?]
  29. at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:767) ~[MinecraftServer.class:?]
  30. ... 4 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement