---- Minecraft Crash Report ----
// Don't be sad. I'll do better next time, I promise!
Time: 2020-07-13 21:42:47 CST
Description: Ticking player
java.lang.NoClassDefFoundError: com/brandon3055/draconicevolution/capabilities/ShieldStateProvider
at xyz.phanta.tconevo.integration.draconicevolution.DraconicHooksImpl.isShieldEnabled(DraconicHooksImpl.java:215)
at xyz.phanta.tconevo.handler.EnergyShieldHandler.onEntityAttacked(EnergyShieldHandler.java:32)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_724_EnergyShieldHandler_onEntityAttacked_LivingAttackEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.common.ForgeHooks.onPlayerAttack(ForgeHooks.java:590)
at net.minecraft.entity.player.EntityPlayer.attackEntityFrom(EntityPlayer.java:994)
at net.minecraft.entity.player.EntityPlayerMP.attackEntityFrom(EntityPlayerMP.java:645)
at net.minecraft.entity.Entity.setOnFireFromLava(Entity.java:532)
at net.minecraft.entity.Entity.onEntityUpdate(Entity.java:497)
at net.minecraft.entity.EntityLivingBase.onEntityUpdate(EntityLivingBase.java:226)
at net.minecraft.entity.Entity.onUpdate(Entity.java:389)
at net.minecraft.entity.EntityLivingBase.onUpdate(EntityLivingBase.java:2096)
at net.minecraft.entity.player.EntityPlayer.onUpdate(EntityPlayer.java:234)
at net.minecraft.entity.player.EntityPlayerMP.onUpdateEntity(EntityPlayerMP.java:382)
at net.minecraft.network.NetHandlerPlayServer.update(NetHandlerPlayServer.java:173)
at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher$1.update(NetworkDispatcher.java:209)
at net.minecraft.network.NetworkManager.processReceivedPackets(NetworkManager.java:285)
at net.minecraft.network.NetworkSystem.networkTick(NetworkSystem.java:180)
at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:790)
at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:668)
at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:185)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.ClassNotFoundException: com.brandon3055.draconicevolution.capabilities.ShieldStateProvider
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 24 more
Caused by: java.lang.NullPointerException
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
... 26 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------