---- Minecraft Crash Report ----
// There are four lights!
Time: 4/27/14 1:06 PM
Description: Ticking entity
java.lang.NullPointerException
at hostileworlds.entity.EntityInvader.func_70636_d(EntityInvader.java:173)
at hostileworlds.entity.monster.Zombie.func_70636_d(Zombie.java:76)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1826)
at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:257)
at net.minecraft.entity.monster.EntityMob.func_70071_h_(SourceFile:29)
at net.minecraft.entity.monster.EntityZombie.func_70071_h_(EntityZombie.java:283)
at net.minecraft.world.World.func_72866_a(World.java:2350)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:719)
at net.minecraft.world.World.func_72870_g(World.java:2311)
at net.minecraft.world.World.func_72939_s(World.java:2157)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:550)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:668)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:587)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:129)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at hostileworlds.entity.EntityInvader.func_70636_d(EntityInvader.java:173)
at hostileworlds.entity.monster.Zombie.func_70636_d(Zombie.java:76)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1826)
at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:257)
at net.minecraft.entity.monster.EntityMob.func_70071_h_(SourceFile:29)
at net.minecraft.entity.monster.EntityZombie.func_70071_h_(EntityZombie.java:283)
at net.minecraft.world.World.func_72866_a(World.java:2350)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:719)
at net.minecraft.world.World.func_72870_g(World.java:2311)
-- Entity being ticked --
Details:
Entity Type: HostileWorlds.InvaderZombie (hostileworlds.entity.monster.Zombie)
Entity ID: 154592
Entity Name: entity.HostileWorlds.InvaderZombie.name
Entity's Exact location: 71.52, 49.00, 136.24
Entity's Block location: World: (71,49,136), Chunk: (at 7,3,8 in 4,8; contains blocks 64,0,128 to 79,255,143), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Entity's Momentum: 0.00, -0.08, 0.00
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:2157)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:550)
--