Skip to content

Instantly share code, notes, and snippets.

@xenoswift
Created May 18, 2017 01:25
Show Gist options
  • Save xenoswift/5fcf7a670be8225241dbb000d8dee7db to your computer and use it in GitHub Desktop.
Save xenoswift/5fcf7a670be8225241dbb000d8dee7db to your computer and use it in GitHub Desktop.
kick on damaged when not wearing runic stuff
Caused by: java.lang.NullPointerException
at thaumicdyes.common.lib.event.EventHandlerRunicLegacy.entityHurt(EventHandlerRunicLegacy.java:102) ~[EventHandlerRunicLegacy.class:?]
at cpw.mods.fml.common.eventhandler.ASMEventHandler_417_EventHandlerRunicLegacy_entityHurt_LivingHurtEvent.invoke(.dynamic) ~[?:?]
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54) ~[ASMEventHandler.class:?]
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140) ~[EventBus.class:?]
at net.minecraftforge.common.ForgeHooks.onLivingHurt(ForgeHooks.java:298) ~[ForgeHooks.class:?]
at net.minecraft.entity.player.EntityPlayer.func_70665_d(EntityPlayer.java:1080) ~[yz.class:?]
at net.minecraft.entity.EntityLivingBase.func_70097_a(EntityLivingBase.java:785) ~[sv.class:?]
at net.minecraft.entity.player.EntityPlayer.func_70097_a(EntityPlayer.java:1034) ~[yz.class:?]
at net.minecraft.entity.player.EntityPlayerMP.func_70097_a(EntityPlayerMP.java:491) ~[mw.class:?]
at micdoodle8.mods.galacticraft.core.entities.player.GCEntityPlayerMP.func_70097_a(GCEntityPlayerMP.java:85) ~[GCEntityPlayerMP.class:?]
at tconstruct.world.entity.SlimeBase.func_70100_b_(SlimeBase.java:283) ~[SlimeBase.class:?]
at net.minecraft.entity.player.EntityPlayer.func_71044_o(EntityPlayer.java:609) ~[yz.class:?]
at net.minecraft.entity.player.EntityPlayer.func_70636_d(EntityPlayer.java:600) ~[yz.class:?]
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1611) ~[sv.class:?]
at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:288) ~[yz.class:?]
at net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java:295) ~[mw.class:?]
... 10 more
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment