Вылетает лаунчер с ошибкой

Версия Minecraft
1.7.10
516
11
39
Всем привет.Вылетает ошибка ,помогите исправить

Java:
            Entity from = event.source.getSourceOfDamage();//Кто наносит урон.
            EntityLivingBase to = event.entityLiving;//Кому наносят урон.
            ItemStack is = ((EntityPlayer)from).getCurrentEquippedItem();//54 строка
            if (from instanceof EntityPlayer && to!=null) {
                if (is != null) {
                    if (is.getItem() == ElterionRPG.sword_bastard_st)
                        event.ammount = i1;
 
Краш-лог
[23:47:39] [main/INFO] [GradleStart]: Extra: []
[23:47:39] [main/INFO] [GradleStart]: Running with arguments: [--userProperties, {}, --assetsDir, C:/Users/lnti1/.gradle/caches/minecraft/assets, --assetIndex, 1.7.10, --accessToken, {REDACTED}, --version, 1.7.10, --tweakClass, cpw.mods.fml.common.launcher.FMLTweaker, --tweakClass, net.minecraftforge.gradle.tweakers.CoremodTweaker]
[23:47:39] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[23:47:39] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[23:47:39] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.CoremodTweaker
[23:47:39] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
[23:47:39] [main/INFO] [FML]: Forge Mod Loader version 7.99.36.1558 for Minecraft 1.7.10 loading
[23:47:39] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_191, running on Windows 10:amd64:10.0, installed at C:\Program Files\Java\jdk1.8.0_191\jre
[23:47:39] [main/INFO] [FML]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation
[23:47:39] [main/INFO] [FML]: Found a command line coremod : ua.agravaine.rpginventory.asm.RpgInvTransformer
[23:47:40] [main/INFO] [FML]: [HOOKLIB] Obfuscated: false
[23:47:40] [main/INFO] [FML]: Found a command line coremod : ua.agravaine.hooklib.minecraft.HookLibPlugin
[23:47:40] [main/WARN] [FML]: The coremod ua.agravaine.hooklib.minecraft.HookLibPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[23:47:40] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.CoremodTweaker
[23:47:40] [main/INFO] [GradleStart]: Injecting location in coremod cpw.mods.fml.relauncher.FMLCorePlugin
[23:47:40] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.classloading.FMLForgePlugin
[23:47:40] [main/INFO] [GradleStart]: Injecting location in coremod ua.agravaine.rpginventory.asm.RpgInvTransformer
[23:47:40] [main/INFO] [GradleStart]: Injecting location in coremod ua.agravaine.hooklib.minecraft.HookLibPlugin
[23:47:40] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[23:47:40] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
[23:47:40] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.AccessTransformerTweaker
[23:47:40] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[23:47:40] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[23:47:40] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[23:47:41] [main/ERROR] [FML]: The binary patch set is missing. Either you are in a development environment, or things are not going to work!
[23:47:51] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing
[23:47:51] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[23:47:51] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[23:47:51] [main/INFO] [STDOUT]: [ua.agravaine.hooklib.asm.HookLogger$SystemOutLogger:debug:20]: [DEBUG] Parsing hooks container ua.agravaine.hooklib.minecraft.SecondaryTransformerHook
[23:47:52] [main/INFO] [STDOUT]: [ua.agravaine.hooklib.asm.HookLogger$SystemOutLogger:debug:20]: [DEBUG] Parsing hooks container ua.agravaine.rpginventory.asm.RpgInventoryHooks
[23:47:52] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[23:47:52] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
[23:47:52] [main/INFO] [STDOUT]: [ua.agravaine.hooklib.asm.HookLogger$SystemOutLogger:debug:20]: [DEBUG] Injecting hooks into class cpw.mods.fml.common.Loader
[23:47:52] [main/INFO] [STDOUT]: [ua.agravaine.hooklib.asm.HookLogger$SystemOutLogger:debug:20]: [DEBUG] Patching method cpw.mods.fml.common.Loader#injectData([Ljava/lang/Object;)
[23:47:54] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.AccessTransformerTweaker
[23:47:54] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker
[23:47:54] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker
[23:47:54] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
[23:47:56] [main/INFO] [STDOUT]: [ua.agravaine.hooklib.asm.HookLogger$SystemOutLogger:debug:20]: [DEBUG] Injecting hooks into class net.minecraft.client.renderer.InventoryEffectRenderer
[23:47:56] [main/INFO] [STDOUT]: [ua.agravaine.hooklib.asm.HookLogger$SystemOutLogger:debug:20]: [DEBUG] Patching method net.minecraft.client.renderer.InventoryEffectRenderer#func_147044_g()
[23:47:56] [main/INFO] [STDOUT]: [ua.agravaine.hooklib.asm.HookLogger$SystemOutLogger:debug:20]: [DEBUG] Patching method net.minecraft.client.renderer.InventoryEffectRenderer#func_147044_g()
[23:47:56] [main/INFO] [STDOUT]: [ua.agravaine.hooklib.asm.HookLogger$SystemOutLogger:debug:20]: [DEBUG] Injecting hooks into class net.minecraft.client.gui.inventory.GuiContainer
[23:47:56] [main/INFO] [STDOUT]: [ua.agravaine.hooklib.asm.HookLogger$SystemOutLogger:debug:20]: [DEBUG] Patching method net.minecraft.client.gui.inventory.GuiContainer#func_146977_a(Lnet/minecraft/inventory/Slot;)
[23:47:59] [main/INFO]: Setting user: Player122
[23:48:03] [main/INFO] [STDOUT]: [ua.agravaine.hooklib.asm.HookLogger$SystemOutLogger:debug:20]: [DEBUG] Injecting hooks into class net.minecraft.item.ItemBow
[23:48:03] [main/INFO] [STDOUT]: [ua.agravaine.hooklib.asm.HookLogger$SystemOutLogger:debug:20]: [DEBUG] Patching method net.minecraft.item.ItemBow#onPlayerStoppedUsing(Lnet/minecraft/item/ItemStack;Lnet/minecraft/world/World;Lnet/minecraft/entity/player/EntityPlayer;I)
[23:48:07] [Client thread/INFO]: LWJGL Version: 2.9.1
[23:48:12] [Client thread/INFO] [STDOUT]: [cpw.mods.fml.client.SplashProgress:start:188]: ---- Minecraft Crash Report ----
// Don't do that.

Time: 02.02.19 23:48
Description: Loading screen debug info

This is just a prompt for computer specs to be printed. THIS IS NOT A ERROR


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_191, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 798159968 bytes (761 MB) / 1038876672 bytes (990 MB) up to 1038876672 bytes (990 MB)
JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML:
GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.5.13399 Compatibility Profile Context 15.201.1201.0' Renderer: 'AMD Radeon(TM) R4 Graphics'
[23:48:12] [Client thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization
[23:48:12] [Client thread/INFO] [FML]: MinecraftForge v10.13.4.1558 Initialized
[23:48:13] [Client thread/INFO] [FML]: Replaced 183 ore recipies
[23:48:14] [Client thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization
[23:48:15] [Client thread/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer
[23:48:15] [Client thread/INFO] [FML]: Searching C:\Users\lnti1\Desktop\mod\eclipse\mods for mods
[23:48:55] [Client thread/INFO] [FML]: Forge Mod Loader has identified 5 mods to load
[23:48:59] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, classification1, ElterionRPG] at CLIENT
[23:48:59] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, classification1, ElterionRPG] at SERVER
[23:49:02] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Classification Mod v1, FMLFileResourcePack:Elterion RPG
[23:49:03] [Client thread/INFO] [FML]: Processing ObjectHolder annotations
[23:49:03] [Client thread/INFO] [FML]: Found 341 ObjectHolder annotations
[23:49:03] [Client thread/INFO] [FML]: Identifying ItemStackHolder annotations
[23:49:03] [Client thread/INFO] [FML]: Found 0 ItemStackHolder annotations
[23:49:03] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0
[23:49:04] [Client thread/INFO] [Elterion RPG]: Loading...
[23:49:04] [Client thread/INFO] [Elterion RPG]: Create network system.
[23:49:04] [Client thread/INFO] [Elterion RPG]: Create items.
[23:49:04] [Client thread/INFO] [Elterion RPG]: Register gui handler.
[23:49:04] [Client thread/INFO] [Elterion RPG]: Register event listener.
[23:49:05] [Client thread/INFO] [Elterion RPG]: Successfully loaded!
[23:49:05] [Client thread/INFO] [FML]: Applying holder lookups
[23:49:05] [Client thread/INFO] [FML]: Holder lookups applied
[23:49:05] [Client thread/INFO] [FML]: Injecting itemstacks
[23:49:05] [Client thread/INFO] [FML]: Itemstack injection complete
[23:49:05] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[23:49:05] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem...
[23:49:06] [Thread-8/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Initializing LWJGL OpenAL
[23:49:06] [Thread-8/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
[23:49:07] [Thread-8/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: OpenAL initialized.
[23:49:07] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[23:49:07] [Sound Library Loader/INFO]: Sound engine started
[23:49:21] [Client thread/INFO]: Created: 16x16 textures/blocks-atlas
[23:49:22] [Client thread/INFO]: Created: 16x16 textures/items-atlas
[23:49:22] [Client thread/INFO] [FML]: Injecting itemstacks
[23:49:22] [Client thread/INFO] [FML]: Itemstack injection complete
[23:49:24] [Client thread/INFO] [FML]: Forge Mod Loader has successfully loaded 5 mods
[23:49:24] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Classification Mod v1, FMLFileResourcePack:Elterion RPG
[23:49:27] [Client thread/INFO]: Created: 512x256 textures/blocks-atlas
[23:49:29] [Client thread/INFO]: Created: 512x512 textures/items-atlas
[23:49:30] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[23:49:30] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: SoundSystem shutting down...
[23:49:30] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:importantMessage:90]: Author: Paul Lamb, www.paulscode.com
[23:49:30] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[23:49:30] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[23:49:30] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem...
[23:49:30] [Thread-10/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Initializing LWJGL OpenAL
[23:49:30] [Thread-10/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
[23:49:31] [Thread-10/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: OpenAL initialized.
[23:49:31] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[23:49:31] [Sound Library Loader/INFO]: Sound engine started
[23:49:42] [Client thread/ERROR] [TEXTURE ERRORS]: +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=
[23:49:42] [Client thread/ERROR] [TEXTURE ERRORS]: The following texture errors were found.
[23:49:42] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[23:49:42] [Client thread/ERROR] [TEXTURE ERRORS]: DOMAIN minecraft
[23:49:42] [Client thread/ERROR] [TEXTURE ERRORS]: --------------------------------------------------
[23:49:42] [Client thread/ERROR] [TEXTURE ERRORS]: domain minecraft is missing 1 texture
[23:49:42] [Client thread/ERROR] [TEXTURE ERRORS]: domain minecraft has 3 locations:
[23:49:42] [Client thread/ERROR] [TEXTURE ERRORS]: unknown resourcepack type net.minecraft.client.resources.DefaultResourcePack : Default
[23:49:42] [Client thread/ERROR] [TEXTURE ERRORS]: mod FML resources at C:\Users\lnti1\.gradle\caches\minecraft\net\minecraftforge\forge\1.7.10-10.13.4.1558-1.7.10\forgeSrc-1.7.10-10.13.4.1558-1.7.10.jar
[23:49:42] [Client thread/ERROR] [TEXTURE ERRORS]: mod Forge resources at C:\Users\lnti1\.gradle\caches\minecraft\net\minecraftforge\forge\1.7.10-10.13.4.1558-1.7.10\forgeSrc-1.7.10-10.13.4.1558-1.7.10.jar
[23:49:42] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[23:49:42] [Client thread/ERROR] [TEXTURE ERRORS]: The missing resources for domain minecraft are:
[23:49:42] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/MISSING_ICON_ITEM_4123_null.png
[23:49:42] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[23:49:42] [Client thread/ERROR] [TEXTURE ERRORS]: No other errors exist for domain minecraft
[23:49:42] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[23:49:42] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[23:49:42] [Client thread/ERROR] [TEXTURE ERRORS]: DOMAIN elterionrpg
[23:49:42] [Client thread/ERROR] [TEXTURE ERRORS]: --------------------------------------------------
[23:49:42] [Client thread/ERROR] [TEXTURE ERRORS]: domain elterionrpg is missing 4 textures
[23:49:42] [Client thread/ERROR] [TEXTURE ERRORS]: domain elterionrpg has 2 locations:
[23:49:42] [Client thread/ERROR] [TEXTURE ERRORS]: mod classification1 resources at C:\Users\lnti1\Desktop\mod\bin
[23:49:42] [Client thread/ERROR] [TEXTURE ERRORS]: mod ElterionRPG resources at C:\Users\lnti1\Desktop\mod\bin
[23:49:42] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[23:49:42] [Client thread/ERROR] [TEXTURE ERRORS]: The missing resources for domain elterionrpg are:
[23:49:42] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/reinforcedplate.png
[23:49:42] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/reinforcedhelmet.png
[23:49:42] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/reinforcedboots.png
[23:49:42] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/reinforcedpants.png
[23:49:42] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[23:49:42] [Client thread/ERROR] [TEXTURE ERRORS]: No other errors exist for domain elterionrpg
[23:49:42] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[23:49:42] [Client thread/ERROR] [TEXTURE ERRORS]: +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=
[23:49:48] [Server thread/INFO]: Starting integrated minecraft server version 1.7.10
[23:49:48] [Server thread/INFO]: Generating keypair
[23:49:49] [Server thread/INFO] [FML]: Injecting existing block and item data into this server instance
[23:49:49] [Server thread/INFO] [FML]: Applying holder lookups
[23:49:49] [Server thread/INFO] [FML]: Holder lookups applied
[23:49:50] [Server thread/INFO] [FML]: Loading dimension 0 (Новый мир) (net.minecraft.server.integrated.IntegratedServer@3748401a)
[23:49:50] [Server thread/INFO] [FML]: Loading dimension 1 (Новый мир) (net.minecraft.server.integrated.IntegratedServer@3748401a)
[23:49:50] [Server thread/INFO] [FML]: Loading dimension -1 (Новый мир) (net.minecraft.server.integrated.IntegratedServer@3748401a)
[23:49:50] [Server thread/INFO]: Preparing start region for level 0
[23:49:51] [Server thread/INFO]: Preparing spawn area: 0%
[23:49:52] [Server thread/INFO]: Preparing spawn area: 17%
[23:49:53] [Server thread/INFO]: Preparing spawn area: 55%
[23:49:54] [Server thread/INFO] [STDOUT]: [ua.agravaine.hooklib.asm.HookLogger$SystemOutLogger:debug:20]: [DEBUG] Injecting hooks into class net.minecraftforge.common.ForgeHooks
[23:49:54] [Server thread/INFO] [STDOUT]: [ua.agravaine.hooklib.asm.HookLogger$SystemOutLogger:debug:20]: [DEBUG] Patching method net.minecraftforge.common.ForgeHooks#getTotalArmorValue(Lnet/minecraft/entity/player/EntityPlayer;)I
[23:49:54] [Server thread/ERROR] [FML]: Exception caught during firing event net.minecraftforge.event.entity.living.LivingHurtEvent@fbb4d84:
java.lang.NullPointerException
at ua.agravaine.rpginventory.proxy.DamageEvent.damage(DamageEvent.java:54) ~[DamageEvent.class:?]
at cpw.mods.fml.common.eventhandler.ASMEventHandler_14_DamageEvent_damage_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:300) [ForgeHooks.class:?]
at net.minecraft.entity.EntityLivingBase.damageEntity(EntityLivingBase.java:1261) [EntityLivingBase.class:?]
at net.minecraft.entity.EntityLivingBase.attackEntityFrom(EntityLivingBase.java:870) [EntityLivingBase.class:?]
at net.minecraft.entity.monster.EntityMob.attackEntityFrom(EntityMob.java:84) [EntityMob.class:?]
at net.minecraft.entity.monster.EntityZombie.attackEntityFrom(EntityZombie.java:251) [EntityZombie.class:?]
at net.minecraft.entity.Entity.onEntityUpdate(Entity.java:495) [Entity.class:?]
at net.minecraft.entity.EntityLivingBase.onEntityUpdate(EntityLivingBase.java:236) [EntityLivingBase.class:?]
at net.minecraft.entity.EntityLiving.onEntityUpdate(EntityLiving.java:192) [EntityLiving.class:?]
at net.minecraft.entity.Entity.onUpdate(Entity.java:386) [Entity.class:?]
at net.minecraft.entity.EntityLivingBase.onUpdate(EntityLivingBase.java:1766) [EntityLivingBase.class:?]
at net.minecraft.entity.EntityLiving.onUpdate(EntityLiving.java:250) [EntityLiving.class:?]
at net.minecraft.entity.monster.EntityMob.onUpdate(EntityMob.java:47) [EntityMob.class:?]
at net.minecraft.entity.monster.EntityZombie.onUpdate(EntityZombie.java:335) [EntityZombie.class:?]
at net.minecraft.world.World.updateEntityWithOptionalForce(World.java:2298) [World.class:?]
at net.minecraft.world.WorldServer.updateEntityWithOptionalForce(WorldServer.java:684) [WorldServer.class:?]
at net.minecraft.world.World.updateEntity(World.java:2258) [World.class:?]
at net.minecraft.world.World.updateEntities(World.java:2108) [World.class:?]
at net.minecraft.world.WorldServer.updateEntities(WorldServer.java:515) [WorldServer.class:?]
at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:703) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:614) [MinecraftServer.class:?]
at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:118) [IntegratedServer.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:485) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:752) [MinecraftServer$2.class:?]
[23:49:54] [Server thread/ERROR] [FML]: Index: 1 Listeners:
[23:49:54] [Server thread/ERROR] [FML]: 0: NORMAL
[23:49:54] [Server thread/ERROR] [FML]: 1: ASM: ua.agravaine.rpginventory.proxy.DamageEvent@7ed86bcf damage(Lnet/minecraftforge/event/entity/living/LivingHurtEvent;)V
[23:49:54] [Server thread/ERROR] [FML]: 2: ASM: ua.agravaine.rpginventory.proxy.EventsClient@2ba06c8 damage(Lnet/minecraftforge/event/entity/living/LivingHurtEvent;)V
[23:49:54] [Server thread/ERROR]: Encountered an unexpected exception
net.minecraft.util.ReportedException: Ticking entity
at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:709) ~[MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:614) ~[MinecraftServer.class:?]
at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:118) ~[IntegratedServer.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:485) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:752) [MinecraftServer$2.class:?]
Caused by: java.lang.NullPointerException
at ua.agravaine.rpginventory.proxy.DamageEvent.damage(DamageEvent.java:54) ~[DamageEvent.class:?]
at cpw.mods.fml.common.eventhandler.ASMEventHandler_14_DamageEvent_damage_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:300) ~[ForgeHooks.class:?]
at net.minecraft.entity.EntityLivingBase.damageEntity(EntityLivingBase.java:1261) ~[EntityLivingBase.class:?]
at net.minecraft.entity.EntityLivingBase.attackEntityFrom(EntityLivingBase.java:870) ~[EntityLivingBase.class:?]
at net.minecraft.entity.monster.EntityMob.attackEntityFrom(EntityMob.java:84) ~[EntityMob.class:?]
at net.minecraft.entity.monster.EntityZombie.attackEntityFrom(EntityZombie.java:251) ~[EntityZombie.class:?]
at net.minecraft.entity.Entity.onEntityUpdate(Entity.java:495) ~[Entity.class:?]
at net.minecraft.entity.EntityLivingBase.onEntityUpdate(EntityLivingBase.java:236) ~[EntityLivingBase.class:?]
at net.minecraft.entity.EntityLiving.onEntityUpdate(EntityLiving.java:192) ~[EntityLiving.class:?]
at net.minecraft.entity.Entity.onUpdate(Entity.java:386) ~[Entity.class:?]
at net.minecraft.entity.EntityLivingBase.onUpdate(EntityLivingBase.java:1766) ~[EntityLivingBase.class:?]
at net.minecraft.entity.EntityLiving.onUpdate(EntityLiving.java:250) ~[EntityLiving.class:?]
at net.minecraft.entity.monster.EntityMob.onUpdate(EntityMob.java:47) ~[EntityMob.class:?]
at net.minecraft.entity.monster.EntityZombie.onUpdate(EntityZombie.java:335) ~[EntityZombie.class:?]
at net.minecraft.world.World.updateEntityWithOptionalForce(World.java:2298) ~[World.class:?]
at net.minecraft.world.WorldServer.updateEntityWithOptionalForce(WorldServer.java:684) ~[WorldServer.class:?]
at net.minecraft.world.World.updateEntity(World.java:2258) ~[World.class:?]
at net.minecraft.world.World.updateEntities(World.java:2108) ~[World.class:?]
at net.minecraft.world.WorldServer.updateEntities(WorldServer.java:515) ~[WorldServer.class:?]
at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:703) ~[MinecraftServer.class:?]
... 4 more
[23:49:54] [Server thread/ERROR]: This crash report has been saved to: C:\Users\lnti1\Desktop\mod\eclipse\.\crash-reports\crash-2019-02-02_23.49.54-server.txt
[23:49:54] [Server thread/INFO]: Stopping server
[23:49:55] [Server thread/INFO]: Saving players
[23:49:55] [Server thread/INFO]: Saving worlds
[23:49:55] [Server thread/INFO]: Saving chunks for level 'Новый мир'/Overworld
[23:49:55] [Client thread/INFO] [STDOUT]: [net.minecraft.client.Minecraft:displayCrashReport:388]: ---- Minecraft Crash Report ----
// I'm sorry, Dave.

Time: 02.02.19 23:49
Description: Ticking entity

java.lang.NullPointerException: Ticking entity
at ua.agravaine.rpginventory.proxy.DamageEvent.damage(DamageEvent.java:54)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_14_DamageEvent_damage_LivingHurtEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
at net.minecraftforge.common.ForgeHooks.onLivingHurt(ForgeHooks.java:300)
at net.minecraft.entity.EntityLivingBase.damageEntity(EntityLivingBase.java:1261)
at net.minecraft.entity.EntityLivingBase.attackEntityFrom(EntityLivingBase.java:870)
at net.minecraft.entity.monster.EntityMob.attackEntityFrom(EntityMob.java:84)
at net.minecraft.entity.monster.EntityZombie.attackEntityFrom(EntityZombie.java:251)
at net.minecraft.entity.Entity.onEntityUpdate(Entity.java:495)
at net.minecraft.entity.EntityLivingBase.onEntityUpdate(EntityLivingBase.java:236)
at net.minecraft.entity.EntityLiving.onEntityUpdate(EntityLiving.java:192)
at net.minecraft.entity.Entity.onUpdate(Entity.java:386)
at net.minecraft.entity.EntityLivingBase.onUpdate(EntityLivingBase.java:1766)
at net.minecraft.entity.EntityLiving.onUpdate(EntityLiving.java:250)
at net.minecraft.entity.monster.EntityMob.onUpdate(EntityMob.java:47)
at net.minecraft.entity.monster.EntityZombie.onUpdate(EntityZombie.java:335)
at net.minecraft.world.World.updateEntityWithOptionalForce(World.java:2298)
at net.minecraft.world.WorldServer.updateEntityWithOptionalForce(WorldServer.java:684)
at net.minecraft.world.World.updateEntity(World.java:2258)
at net.minecraft.world.World.updateEntities(World.java:2108)
at net.minecraft.world.WorldServer.updateEntities(WorldServer.java:515)
at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:703)
at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:614)
at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:118)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:485)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:752)


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Head --
Stacktrace:
at ua.agravaine.rpginventory.proxy.DamageEvent.damage(DamageEvent.java:54)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_14_DamageEvent_damage_LivingHurtEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
at net.minecraftforge.common.ForgeHooks.onLivingHurt(ForgeHooks.java:300)
at net.minecraft.entity.EntityLivingBase.damageEntity(EntityLivingBase.java:1261)
at net.minecraft.entity.EntityLivingBase.attackEntityFrom(EntityLivingBase.java:870)
at net.minecraft.entity.monster.EntityMob.attackEntityFrom(EntityMob.java:84)
at net.minecraft.entity.monster.EntityZombie.attackEntityFrom(EntityZombie.java:251)
at net.minecraft.entity.Entity.onEntityUpdate(Entity.java:495)
at net.minecraft.entity.EntityLivingBase.onEntityUpdate(EntityLivingBase.java:236)
at net.minecraft.entity.EntityLiving.onEntityUpdate(EntityLiving.java:192)
at net.minecraft.entity.Entity.onUpdate(Entity.java:386)
at net.minecraft.entity.EntityLivingBase.onUpdate(EntityLivingBase.java:1766)
at net.minecraft.entity.EntityLiving.onUpdate(EntityLiving.java:250)
at net.minecraft.entity.monster.EntityMob.onUpdate(EntityMob.java:47)
at net.minecraft.entity.monster.EntityZombie.onUpdate(EntityZombie.java:335)
at net.minecraft.world.World.updateEntityWithOptionalForce(World.java:2298)
at net.minecraft.world.WorldServer.updateEntityWithOptionalForce(WorldServer.java:684)
at net.minecraft.world.World.updateEntity(World.java:2258)

-- Entity being ticked --
Details:
Entity Type: Zombie (net.minecraft.entity.monster.EntityZombie)
Entity ID: 114
Entity Name: Зомби
Entity's Exact location: 0,50, 69,00, 43,50
Entity's Block location: World: (0,69,43), Chunk: (at 0,4,11 in 0,2; contains blocks 0,0,32 to 15,255,47), 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.updateEntities(World.java:2108)
at net.minecraft.world.WorldServer.updateEntities(WorldServer.java:515)

-- Affected level --
Details:
Level name: Новый мир
All players: 0 total; []
Chunk stats: ServerChunkCache: 625 Drop: 0
Level seed: -460482642339039332
Level generator: ID 00 - default, ver 1. Features enabled: true
Level generator options:
Level spawn location: World: (0,64,160), Chunk: (at 0,4,0 in 0,10; contains blocks 0,0,160 to 15,255,175), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 282610 game time, 153238 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 89536 (now: false), thunder time: 149229 (now: false)
Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true
Stacktrace:
at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:703)
at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:614)
at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:118)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:485)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:752)

-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_191, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 715671128 bytes (682 MB) / 1038876672 bytes (990 MB) up to 1038876672 bytes (990 MB)
JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1558 5 mods loaded, 5 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJAAAA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCHIJAAAA FML{7.10.99.99} [Forge Mod Loader] (forgeSrc-1.7.10-10.13.4.1558-1.7.10.jar)
UCHIJAAAA Forge{10.13.4.1558} [Minecraft Forge] (forgeSrc-1.7.10-10.13.4.1558-1.7.10.jar)
UCHIJAAAA classification1{1.1 dev.lnti} [Classification Mod v1] (bin)
UCHIJAAAA ElterionRPG{1.0} [Elterion RPG] (bin)
GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Player Count: 0 / 8; []
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'
[23:49:55] [Client thread/INFO] [STDOUT]: [net.minecraft.client.Minecraft:displayCrashReport:393]: #@!@# Game crashed! Crash report saved to: #@!@# .\crash-reports\crash-2019-02-02_23.49.54-server.txt
[23:49:55] [Client thread/INFO] [FML]: Waiting for the server to terminate/save.
[23:49:55] [Server thread/INFO]: Saving chunks for level 'Новый мир'/Nether
[23:49:55] [Server thread/INFO]: Saving chunks for level 'Новый мир'/The End
[23:49:56] [Server thread/INFO] [FML]: Unloading dimension 0
[23:49:56] [Server thread/INFO] [FML]: Unloading dimension -1
[23:49:56] [Server thread/INFO] [FML]: Unloading dimension 1
[23:49:56] [Server thread/INFO] [FML]: Applying holder lookups
[23:49:56] [Server thread/INFO] [FML]: Holder lookups applied
[23:49:56] [Server thread/INFO] [FML]: The state engine was in incorrect state SERVER_STOPPING and forced into state SERVER_STOPPED. Errors may have been discarded.
[23:49:56] [Client thread/INFO] [FML]: Server terminated.
AL lib: (EE) alc_cleanup: 1 device not closed
Java HotSpot(TM) 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release
Краш-лог:
[23:47:39] [main/INFO] [GradleStart]: Extra: []
[23:47:39] [main/INFO] [GradleStart]: Running with arguments: [--userProperties, {}, --assetsDir, C:/Users/lnti1/.gradle/caches/minecraft/assets, --assetIndex, 1.7.10, --accessToken, {REDACTED}, --version, 1.7.10, --tweakClass, cpw.mods.fml.common.launcher.FMLTweaker, --tweakClass, net.minecraftforge.gradle.tweakers.CoremodTweaker]
[23:47:39] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[23:47:39] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[23:47:39] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.CoremodTweaker
[23:47:39] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
[23:47:39] [main/INFO] [FML]: Forge Mod Loader version 7.99.36.1558 for Minecraft 1.7.10 loading
[23:47:39] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_191, running on Windows 10:amd64:10.0, installed at C:\Program Files\Java\jdk1.8.0_191\jre
[23:47:39] [main/INFO] [FML]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation
[23:47:39] [main/INFO] [FML]: Found a command line coremod : ua.agravaine.rpginventory.asm.RpgInvTransformer
[23:47:40] [main/INFO] [FML]: [HOOKLIB]  Obfuscated: false
[23:47:40] [main/INFO] [FML]: Found a command line coremod : ua.agravaine.hooklib.minecraft.HookLibPlugin
[23:47:40] [main/WARN] [FML]: The coremod ua.agravaine.hooklib.minecraft.HookLibPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[23:47:40] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.CoremodTweaker
[23:47:40] [main/INFO] [GradleStart]: Injecting location in coremod cpw.mods.fml.relauncher.FMLCorePlugin
[23:47:40] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.classloading.FMLForgePlugin
[23:47:40] [main/INFO] [GradleStart]: Injecting location in coremod ua.agravaine.rpginventory.asm.RpgInvTransformer
[23:47:40] [main/INFO] [GradleStart]: Injecting location in coremod ua.agravaine.hooklib.minecraft.HookLibPlugin
[23:47:40] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[23:47:40] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
[23:47:40] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.AccessTransformerTweaker
[23:47:40] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[23:47:40] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[23:47:40] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[23:47:41] [main/ERROR] [FML]: The binary patch set is missing. Either you are in a development environment, or things are not going to work!
[23:47:51] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing
[23:47:51] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[23:47:51] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[23:47:51] [main/INFO] [STDOUT]: [ua.agravaine.hooklib.asm.HookLogger$SystemOutLogger:debug:20]: [DEBUG] Parsing hooks container ua.agravaine.hooklib.minecraft.SecondaryTransformerHook
[23:47:52] [main/INFO] [STDOUT]: [ua.agravaine.hooklib.asm.HookLogger$SystemOutLogger:debug:20]: [DEBUG] Parsing hooks container ua.agravaine.rpginventory.asm.RpgInventoryHooks
[23:47:52] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[23:47:52] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
[23:47:52] [main/INFO] [STDOUT]: [ua.agravaine.hooklib.asm.HookLogger$SystemOutLogger:debug:20]: [DEBUG] Injecting hooks into class cpw.mods.fml.common.Loader
[23:47:52] [main/INFO] [STDOUT]: [ua.agravaine.hooklib.asm.HookLogger$SystemOutLogger:debug:20]: [DEBUG] Patching method cpw.mods.fml.common.Loader#injectData([Ljava/lang/Object;)
[23:47:54] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.AccessTransformerTweaker
[23:47:54] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker
[23:47:54] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker
[23:47:54] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
[23:47:56] [main/INFO] [STDOUT]: [ua.agravaine.hooklib.asm.HookLogger$SystemOutLogger:debug:20]: [DEBUG] Injecting hooks into class net.minecraft.client.renderer.InventoryEffectRenderer
[23:47:56] [main/INFO] [STDOUT]: [ua.agravaine.hooklib.asm.HookLogger$SystemOutLogger:debug:20]: [DEBUG] Patching method net.minecraft.client.renderer.InventoryEffectRenderer#func_147044_g()
[23:47:56] [main/INFO] [STDOUT]: [ua.agravaine.hooklib.asm.HookLogger$SystemOutLogger:debug:20]: [DEBUG] Patching method net.minecraft.client.renderer.InventoryEffectRenderer#func_147044_g()
[23:47:56] [main/INFO] [STDOUT]: [ua.agravaine.hooklib.asm.HookLogger$SystemOutLogger:debug:20]: [DEBUG] Injecting hooks into class net.minecraft.client.gui.inventory.GuiContainer
[23:47:56] [main/INFO] [STDOUT]: [ua.agravaine.hooklib.asm.HookLogger$SystemOutLogger:debug:20]: [DEBUG] Patching method net.minecraft.client.gui.inventory.GuiContainer#func_146977_a(Lnet/minecraft/inventory/Slot;)
[23:47:59] [main/INFO]: Setting user: Player122
[23:48:03] [main/INFO] [STDOUT]: [ua.agravaine.hooklib.asm.HookLogger$SystemOutLogger:debug:20]: [DEBUG] Injecting hooks into class net.minecraft.item.ItemBow
[23:48:03] [main/INFO] [STDOUT]: [ua.agravaine.hooklib.asm.HookLogger$SystemOutLogger:debug:20]: [DEBUG] Patching method net.minecraft.item.ItemBow#onPlayerStoppedUsing(Lnet/minecraft/item/ItemStack;Lnet/minecraft/world/World;Lnet/minecraft/entity/player/EntityPlayer;I)
[23:48:07] [Client thread/INFO]: LWJGL Version: 2.9.1
[23:48:12] [Client thread/INFO] [STDOUT]: [cpw.mods.fml.client.SplashProgress:start:188]: ---- Minecraft Crash Report ----
// Don't do that.

Time: 02.02.19 23:48
Description: Loading screen debug info

This is just a prompt for computer specs to be printed. THIS IS NOT A ERROR


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- System Details --
Details:
	Minecraft Version: 1.7.10
	Operating System: Windows 10 (amd64) version 10.0
	Java Version: 1.8.0_191, Oracle Corporation
	Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
	Memory: 798159968 bytes (761 MB) / 1038876672 bytes (990 MB) up to 1038876672 bytes (990 MB)
	JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
	AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
	IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
	FML: 
	GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.5.13399 Compatibility Profile Context 15.201.1201.0' Renderer: 'AMD Radeon(TM) R4 Graphics'
[23:48:12] [Client thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization
[23:48:12] [Client thread/INFO] [FML]: MinecraftForge v10.13.4.1558 Initialized
[23:48:13] [Client thread/INFO] [FML]: Replaced 183 ore recipies
[23:48:14] [Client thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization
[23:48:15] [Client thread/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer
[23:48:15] [Client thread/INFO] [FML]: Searching C:\Users\lnti1\Desktop\mod\eclipse\mods for mods
[23:48:55] [Client thread/INFO] [FML]: Forge Mod Loader has identified 5 mods to load
[23:48:59] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, classification1, ElterionRPG] at CLIENT
[23:48:59] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, classification1, ElterionRPG] at SERVER
[23:49:02] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Classification Mod v1, FMLFileResourcePack:Elterion RPG
[23:49:03] [Client thread/INFO] [FML]: Processing ObjectHolder annotations
[23:49:03] [Client thread/INFO] [FML]: Found 341 ObjectHolder annotations
[23:49:03] [Client thread/INFO] [FML]: Identifying ItemStackHolder annotations
[23:49:03] [Client thread/INFO] [FML]: Found 0 ItemStackHolder annotations
[23:49:03] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0
[23:49:04] [Client thread/INFO] [Elterion RPG]: Loading...
[23:49:04] [Client thread/INFO] [Elterion RPG]: Create network system.
[23:49:04] [Client thread/INFO] [Elterion RPG]: Create items.
[23:49:04] [Client thread/INFO] [Elterion RPG]: Register gui handler.
[23:49:04] [Client thread/INFO] [Elterion RPG]: Register event listener.
[23:49:05] [Client thread/INFO] [Elterion RPG]: Successfully loaded!
[23:49:05] [Client thread/INFO] [FML]: Applying holder lookups
[23:49:05] [Client thread/INFO] [FML]: Holder lookups applied
[23:49:05] [Client thread/INFO] [FML]: Injecting itemstacks
[23:49:05] [Client thread/INFO] [FML]: Itemstack injection complete
[23:49:05] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: 
[23:49:05] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem...
[23:49:06] [Thread-8/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Initializing LWJGL OpenAL
[23:49:06] [Thread-8/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:     (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)
[23:49:07] [Thread-8/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: OpenAL initialized.
[23:49:07] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: 
[23:49:07] [Sound Library Loader/INFO]: Sound engine started
[23:49:21] [Client thread/INFO]: Created: 16x16 textures/blocks-atlas
[23:49:22] [Client thread/INFO]: Created: 16x16 textures/items-atlas
[23:49:22] [Client thread/INFO] [FML]: Injecting itemstacks
[23:49:22] [Client thread/INFO] [FML]: Itemstack injection complete
[23:49:24] [Client thread/INFO] [FML]: Forge Mod Loader has successfully loaded 5 mods
[23:49:24] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Classification Mod v1, FMLFileResourcePack:Elterion RPG
[23:49:27] [Client thread/INFO]: Created: 512x256 textures/blocks-atlas
[23:49:29] [Client thread/INFO]: Created: 512x512 textures/items-atlas
[23:49:30] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: 
[23:49:30] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: SoundSystem shutting down...
[23:49:30] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:importantMessage:90]:     Author: Paul Lamb, www.paulscode.com
[23:49:30] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: 
[23:49:30] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: 
[23:49:30] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem...
[23:49:30] [Thread-10/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Initializing LWJGL OpenAL
[23:49:30] [Thread-10/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:     (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)
[23:49:31] [Thread-10/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: OpenAL initialized.
[23:49:31] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: 
[23:49:31] [Sound Library Loader/INFO]: Sound engine started
[23:49:42] [Client thread/ERROR] [TEXTURE ERRORS]: +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=
[23:49:42] [Client thread/ERROR] [TEXTURE ERRORS]: The following texture errors were found.
[23:49:42] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[23:49:42] [Client thread/ERROR] [TEXTURE ERRORS]:   DOMAIN minecraft
[23:49:42] [Client thread/ERROR] [TEXTURE ERRORS]: --------------------------------------------------
[23:49:42] [Client thread/ERROR] [TEXTURE ERRORS]:   domain minecraft is missing 1 texture
[23:49:42] [Client thread/ERROR] [TEXTURE ERRORS]:     domain minecraft has 3 locations:
[23:49:42] [Client thread/ERROR] [TEXTURE ERRORS]:       unknown resourcepack type net.minecraft.client.resources.DefaultResourcePack : Default
[23:49:42] [Client thread/ERROR] [TEXTURE ERRORS]:       mod FML resources at C:\Users\lnti1\.gradle\caches\minecraft\net\minecraftforge\forge\1.7.10-10.13.4.1558-1.7.10\forgeSrc-1.7.10-10.13.4.1558-1.7.10.jar
[23:49:42] [Client thread/ERROR] [TEXTURE ERRORS]:       mod Forge resources at C:\Users\lnti1\.gradle\caches\minecraft\net\minecraftforge\forge\1.7.10-10.13.4.1558-1.7.10\forgeSrc-1.7.10-10.13.4.1558-1.7.10.jar
[23:49:42] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[23:49:42] [Client thread/ERROR] [TEXTURE ERRORS]:     The missing resources for domain minecraft are:
[23:49:42] [Client thread/ERROR] [TEXTURE ERRORS]:       textures/items/MISSING_ICON_ITEM_4123_null.png
[23:49:42] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[23:49:42] [Client thread/ERROR] [TEXTURE ERRORS]:     No other errors exist for domain minecraft
[23:49:42] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[23:49:42] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[23:49:42] [Client thread/ERROR] [TEXTURE ERRORS]:   DOMAIN elterionrpg
[23:49:42] [Client thread/ERROR] [TEXTURE ERRORS]: --------------------------------------------------
[23:49:42] [Client thread/ERROR] [TEXTURE ERRORS]:   domain elterionrpg is missing 4 textures
[23:49:42] [Client thread/ERROR] [TEXTURE ERRORS]:     domain elterionrpg has 2 locations:
[23:49:42] [Client thread/ERROR] [TEXTURE ERRORS]:       mod classification1 resources at C:\Users\lnti1\Desktop\mod\bin
[23:49:42] [Client thread/ERROR] [TEXTURE ERRORS]:       mod ElterionRPG resources at C:\Users\lnti1\Desktop\mod\bin
[23:49:42] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[23:49:42] [Client thread/ERROR] [TEXTURE ERRORS]:     The missing resources for domain elterionrpg are:
[23:49:42] [Client thread/ERROR] [TEXTURE ERRORS]:       textures/items/reinforcedplate.png
[23:49:42] [Client thread/ERROR] [TEXTURE ERRORS]:       textures/items/reinforcedhelmet.png
[23:49:42] [Client thread/ERROR] [TEXTURE ERRORS]:       textures/items/reinforcedboots.png
[23:49:42] [Client thread/ERROR] [TEXTURE ERRORS]:       textures/items/reinforcedpants.png
[23:49:42] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[23:49:42] [Client thread/ERROR] [TEXTURE ERRORS]:     No other errors exist for domain elterionrpg
[23:49:42] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[23:49:42] [Client thread/ERROR] [TEXTURE ERRORS]: +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=
[23:49:48] [Server thread/INFO]: Starting integrated minecraft server version 1.7.10
[23:49:48] [Server thread/INFO]: Generating keypair
[23:49:49] [Server thread/INFO] [FML]: Injecting existing block and item data into this server instance
[23:49:49] [Server thread/INFO] [FML]: Applying holder lookups
[23:49:49] [Server thread/INFO] [FML]: Holder lookups applied
[23:49:50] [Server thread/INFO] [FML]: Loading dimension 0 (Новый мир) (net.minecraft.server.integrated.IntegratedServer@3748401a)
[23:49:50] [Server thread/INFO] [FML]: Loading dimension 1 (Новый мир) (net.minecraft.server.integrated.IntegratedServer@3748401a)
[23:49:50] [Server thread/INFO] [FML]: Loading dimension -1 (Новый мир) (net.minecraft.server.integrated.IntegratedServer@3748401a)
[23:49:50] [Server thread/INFO]: Preparing start region for level 0
[23:49:51] [Server thread/INFO]: Preparing spawn area: 0%
[23:49:52] [Server thread/INFO]: Preparing spawn area: 17%
[23:49:53] [Server thread/INFO]: Preparing spawn area: 55%
[23:49:54] [Server thread/INFO] [STDOUT]: [ua.agravaine.hooklib.asm.HookLogger$SystemOutLogger:debug:20]: [DEBUG] Injecting hooks into class net.minecraftforge.common.ForgeHooks
[23:49:54] [Server thread/INFO] [STDOUT]: [ua.agravaine.hooklib.asm.HookLogger$SystemOutLogger:debug:20]: [DEBUG] Patching method net.minecraftforge.common.ForgeHooks#getTotalArmorValue(Lnet/minecraft/entity/player/EntityPlayer;)I
[23:49:54] [Server thread/ERROR] [FML]: Exception caught during firing event net.minecraftforge.event.entity.living.LivingHurtEvent@fbb4d84:
java.lang.NullPointerException
	at ua.agravaine.rpginventory.proxy.DamageEvent.damage(DamageEvent.java:54) ~[DamageEvent.class:?]
	at cpw.mods.fml.common.eventhandler.ASMEventHandler_14_DamageEvent_damage_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:300) [ForgeHooks.class:?]
	at net.minecraft.entity.EntityLivingBase.damageEntity(EntityLivingBase.java:1261) [EntityLivingBase.class:?]
	at net.minecraft.entity.EntityLivingBase.attackEntityFrom(EntityLivingBase.java:870) [EntityLivingBase.class:?]
	at net.minecraft.entity.monster.EntityMob.attackEntityFrom(EntityMob.java:84) [EntityMob.class:?]
	at net.minecraft.entity.monster.EntityZombie.attackEntityFrom(EntityZombie.java:251) [EntityZombie.class:?]
	at net.minecraft.entity.Entity.onEntityUpdate(Entity.java:495) [Entity.class:?]
	at net.minecraft.entity.EntityLivingBase.onEntityUpdate(EntityLivingBase.java:236) [EntityLivingBase.class:?]
	at net.minecraft.entity.EntityLiving.onEntityUpdate(EntityLiving.java:192) [EntityLiving.class:?]
	at net.minecraft.entity.Entity.onUpdate(Entity.java:386) [Entity.class:?]
	at net.minecraft.entity.EntityLivingBase.onUpdate(EntityLivingBase.java:1766) [EntityLivingBase.class:?]
	at net.minecraft.entity.EntityLiving.onUpdate(EntityLiving.java:250) [EntityLiving.class:?]
	at net.minecraft.entity.monster.EntityMob.onUpdate(EntityMob.java:47) [EntityMob.class:?]
	at net.minecraft.entity.monster.EntityZombie.onUpdate(EntityZombie.java:335) [EntityZombie.class:?]
	at net.minecraft.world.World.updateEntityWithOptionalForce(World.java:2298) [World.class:?]
	at net.minecraft.world.WorldServer.updateEntityWithOptionalForce(WorldServer.java:684) [WorldServer.class:?]
	at net.minecraft.world.World.updateEntity(World.java:2258) [World.class:?]
	at net.minecraft.world.World.updateEntities(World.java:2108) [World.class:?]
	at net.minecraft.world.WorldServer.updateEntities(WorldServer.java:515) [WorldServer.class:?]
	at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:703) [MinecraftServer.class:?]
	at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:614) [MinecraftServer.class:?]
	at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:118) [IntegratedServer.class:?]
	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:485) [MinecraftServer.class:?]
	at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:752) [MinecraftServer$2.class:?]
[23:49:54] [Server thread/ERROR] [FML]: Index: 1 Listeners:
[23:49:54] [Server thread/ERROR] [FML]: 0: NORMAL
[23:49:54] [Server thread/ERROR] [FML]: 1: ASM: ua.agravaine.rpginventory.proxy.DamageEvent@7ed86bcf damage(Lnet/minecraftforge/event/entity/living/LivingHurtEvent;)V
[23:49:54] [Server thread/ERROR] [FML]: 2: ASM: ua.agravaine.rpginventory.proxy.EventsClient@2ba06c8 damage(Lnet/minecraftforge/event/entity/living/LivingHurtEvent;)V
[23:49:54] [Server thread/ERROR]: Encountered an unexpected exception
net.minecraft.util.ReportedException: Ticking entity
	at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:709) ~[MinecraftServer.class:?]
	at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:614) ~[MinecraftServer.class:?]
	at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:118) ~[IntegratedServer.class:?]
	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:485) [MinecraftServer.class:?]
	at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:752) [MinecraftServer$2.class:?]
Caused by: java.lang.NullPointerException
	at ua.agravaine.rpginventory.proxy.DamageEvent.damage(DamageEvent.java:54) ~[DamageEvent.class:?]
	at cpw.mods.fml.common.eventhandler.ASMEventHandler_14_DamageEvent_damage_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:300) ~[ForgeHooks.class:?]
	at net.minecraft.entity.EntityLivingBase.damageEntity(EntityLivingBase.java:1261) ~[EntityLivingBase.class:?]
	at net.minecraft.entity.EntityLivingBase.attackEntityFrom(EntityLivingBase.java:870) ~[EntityLivingBase.class:?]
	at net.minecraft.entity.monster.EntityMob.attackEntityFrom(EntityMob.java:84) ~[EntityMob.class:?]
	at net.minecraft.entity.monster.EntityZombie.attackEntityFrom(EntityZombie.java:251) ~[EntityZombie.class:?]
	at net.minecraft.entity.Entity.onEntityUpdate(Entity.java:495) ~[Entity.class:?]
	at net.minecraft.entity.EntityLivingBase.onEntityUpdate(EntityLivingBase.java:236) ~[EntityLivingBase.class:?]
	at net.minecraft.entity.EntityLiving.onEntityUpdate(EntityLiving.java:192) ~[EntityLiving.class:?]
	at net.minecraft.entity.Entity.onUpdate(Entity.java:386) ~[Entity.class:?]
	at net.minecraft.entity.EntityLivingBase.onUpdate(EntityLivingBase.java:1766) ~[EntityLivingBase.class:?]
	at net.minecraft.entity.EntityLiving.onUpdate(EntityLiving.java:250) ~[EntityLiving.class:?]
	at net.minecraft.entity.monster.EntityMob.onUpdate(EntityMob.java:47) ~[EntityMob.class:?]
	at net.minecraft.entity.monster.EntityZombie.onUpdate(EntityZombie.java:335) ~[EntityZombie.class:?]
	at net.minecraft.world.World.updateEntityWithOptionalForce(World.java:2298) ~[World.class:?]
	at net.minecraft.world.WorldServer.updateEntityWithOptionalForce(WorldServer.java:684) ~[WorldServer.class:?]
	at net.minecraft.world.World.updateEntity(World.java:2258) ~[World.class:?]
	at net.minecraft.world.World.updateEntities(World.java:2108) ~[World.class:?]
	at net.minecraft.world.WorldServer.updateEntities(WorldServer.java:515) ~[WorldServer.class:?]
	at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:703) ~[MinecraftServer.class:?]
	... 4 more
[23:49:54] [Server thread/ERROR]: This crash report has been saved to: C:\Users\lnti1\Desktop\mod\eclipse\.\crash-reports\crash-2019-02-02_23.49.54-server.txt
[23:49:54] [Server thread/INFO]: Stopping server
[23:49:55] [Server thread/INFO]: Saving players
[23:49:55] [Server thread/INFO]: Saving worlds
[23:49:55] [Server thread/INFO]: Saving chunks for level 'Новый мир'/Overworld
[23:49:55] [Client thread/INFO] [STDOUT]: [net.minecraft.client.Minecraft:displayCrashReport:388]: ---- Minecraft Crash Report ----
// I'm sorry, Dave.

Time: 02.02.19 23:49
Description: Ticking entity

java.lang.NullPointerException: Ticking entity
	at ua.agravaine.rpginventory.proxy.DamageEvent.damage(DamageEvent.java:54)
	at cpw.mods.fml.common.eventhandler.ASMEventHandler_14_DamageEvent_damage_LivingHurtEvent.invoke(.dynamic)
	at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
	at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
	at net.minecraftforge.common.ForgeHooks.onLivingHurt(ForgeHooks.java:300)
	at net.minecraft.entity.EntityLivingBase.damageEntity(EntityLivingBase.java:1261)
	at net.minecraft.entity.EntityLivingBase.attackEntityFrom(EntityLivingBase.java:870)
	at net.minecraft.entity.monster.EntityMob.attackEntityFrom(EntityMob.java:84)
	at net.minecraft.entity.monster.EntityZombie.attackEntityFrom(EntityZombie.java:251)
	at net.minecraft.entity.Entity.onEntityUpdate(Entity.java:495)
	at net.minecraft.entity.EntityLivingBase.onEntityUpdate(EntityLivingBase.java:236)
	at net.minecraft.entity.EntityLiving.onEntityUpdate(EntityLiving.java:192)
	at net.minecraft.entity.Entity.onUpdate(Entity.java:386)
	at net.minecraft.entity.EntityLivingBase.onUpdate(EntityLivingBase.java:1766)
	at net.minecraft.entity.EntityLiving.onUpdate(EntityLiving.java:250)
	at net.minecraft.entity.monster.EntityMob.onUpdate(EntityMob.java:47)
	at net.minecraft.entity.monster.EntityZombie.onUpdate(EntityZombie.java:335)
	at net.minecraft.world.World.updateEntityWithOptionalForce(World.java:2298)
	at net.minecraft.world.WorldServer.updateEntityWithOptionalForce(WorldServer.java:684)
	at net.minecraft.world.World.updateEntity(World.java:2258)
	at net.minecraft.world.World.updateEntities(World.java:2108)
	at net.minecraft.world.WorldServer.updateEntities(WorldServer.java:515)
	at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:703)
	at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:614)
	at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:118)
	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:485)
	at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:752)


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Head --
Stacktrace:
	at ua.agravaine.rpginventory.proxy.DamageEvent.damage(DamageEvent.java:54)
	at cpw.mods.fml.common.eventhandler.ASMEventHandler_14_DamageEvent_damage_LivingHurtEvent.invoke(.dynamic)
	at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
	at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
	at net.minecraftforge.common.ForgeHooks.onLivingHurt(ForgeHooks.java:300)
	at net.minecraft.entity.EntityLivingBase.damageEntity(EntityLivingBase.java:1261)
	at net.minecraft.entity.EntityLivingBase.attackEntityFrom(EntityLivingBase.java:870)
	at net.minecraft.entity.monster.EntityMob.attackEntityFrom(EntityMob.java:84)
	at net.minecraft.entity.monster.EntityZombie.attackEntityFrom(EntityZombie.java:251)
	at net.minecraft.entity.Entity.onEntityUpdate(Entity.java:495)
	at net.minecraft.entity.EntityLivingBase.onEntityUpdate(EntityLivingBase.java:236)
	at net.minecraft.entity.EntityLiving.onEntityUpdate(EntityLiving.java:192)
	at net.minecraft.entity.Entity.onUpdate(Entity.java:386)
	at net.minecraft.entity.EntityLivingBase.onUpdate(EntityLivingBase.java:1766)
	at net.minecraft.entity.EntityLiving.onUpdate(EntityLiving.java:250)
	at net.minecraft.entity.monster.EntityMob.onUpdate(EntityMob.java:47)
	at net.minecraft.entity.monster.EntityZombie.onUpdate(EntityZombie.java:335)
	at net.minecraft.world.World.updateEntityWithOptionalForce(World.java:2298)
	at net.minecraft.world.WorldServer.updateEntityWithOptionalForce(WorldServer.java:684)
	at net.minecraft.world.World.updateEntity(World.java:2258)

-- Entity being ticked --
Details:
	Entity Type: Zombie (net.minecraft.entity.monster.EntityZombie)
	Entity ID: 114
	Entity Name: Зомби
	Entity's Exact location: 0,50, 69,00, 43,50
	Entity's Block location: World: (0,69,43), Chunk: (at 0,4,11 in 0,2; contains blocks 0,0,32 to 15,255,47), 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.updateEntities(World.java:2108)
	at net.minecraft.world.WorldServer.updateEntities(WorldServer.java:515)

-- Affected level --
Details:
	Level name: Новый мир
	All players: 0 total; []
	Chunk stats: ServerChunkCache: 625 Drop: 0
	Level seed: -460482642339039332
	Level generator: ID 00 - default, ver 1. Features enabled: true
	Level generator options: 
	Level spawn location: World: (0,64,160), Chunk: (at 0,4,0 in 0,10; contains blocks 0,0,160 to 15,255,175), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
	Level time: 282610 game time, 153238 day time
	Level dimension: 0
	Level storage version: 0x04ABD - Anvil
	Level weather: Rain time: 89536 (now: false), thunder time: 149229 (now: false)
	Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true
Stacktrace:
	at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:703)
	at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:614)
	at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:118)
	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:485)
	at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:752)

-- System Details --
Details:
	Minecraft Version: 1.7.10
	Operating System: Windows 10 (amd64) version 10.0
	Java Version: 1.8.0_191, Oracle Corporation
	Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
	Memory: 715671128 bytes (682 MB) / 1038876672 bytes (990 MB) up to 1038876672 bytes (990 MB)
	JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
	AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
	IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94
	FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1558 5 mods loaded, 5 mods active
	States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
	UCHIJAAAA	mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) 
	UCHIJAAAA	FML{7.10.99.99} [Forge Mod Loader] (forgeSrc-1.7.10-10.13.4.1558-1.7.10.jar) 
	UCHIJAAAA	Forge{10.13.4.1558} [Minecraft Forge] (forgeSrc-1.7.10-10.13.4.1558-1.7.10.jar) 
	UCHIJAAAA	classification1{1.1 dev.lnti} [Classification Mod v1] (bin) 
	UCHIJAAAA	ElterionRPG{1.0} [Elterion RPG] (bin) 
	GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
	Profiler Position: N/A (disabled)
	Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
	Player Count: 0 / 8; []
	Type: Integrated Server (map_client.txt)
	Is Modded: Definitely; Client brand changed to 'fml,forge'
[23:49:55] [Client thread/INFO] [STDOUT]: [net.minecraft.client.Minecraft:displayCrashReport:393]: #@!@# Game crashed! Crash report saved to: #@!@# .\crash-reports\crash-2019-02-02_23.49.54-server.txt
[23:49:55] [Client thread/INFO] [FML]: Waiting for the server to terminate/save.
[23:49:55] [Server thread/INFO]: Saving chunks for level 'Новый мир'/Nether
[23:49:55] [Server thread/INFO]: Saving chunks for level 'Новый мир'/The End
[23:49:56] [Server thread/INFO] [FML]: Unloading dimension 0
[23:49:56] [Server thread/INFO] [FML]: Unloading dimension -1
[23:49:56] [Server thread/INFO] [FML]: Unloading dimension 1
[23:49:56] [Server thread/INFO] [FML]: Applying holder lookups
[23:49:56] [Server thread/INFO] [FML]: Holder lookups applied
[23:49:56] [Server thread/INFO] [FML]: The state engine was in incorrect state SERVER_STOPPING and forced into state SERVER_STOPPED. Errors may have been discarded.
[23:49:56] [Client thread/INFO] [FML]: Server terminated.
AL lib: (EE) alc_cleanup: 1 device not closed
Java HotSpot(TM) 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release
Решение
Entity from = event.source.getSourceOfDamage();//Кто наносит урон.
А где проверка на то, что это ИГРОК НАНОСИТ УРОН?!
Зачем кастовать "визера к игроку" "скелета к игроку" и все остальное к игроку, если это не игрок?
~
Точнее сначала кастовать, а потом проверять.
3,005
192
592
Entity from = event.source.getSourceOfDamage();//Кто наносит урон.
А где проверка на то, что это ИГРОК НАНОСИТ УРОН?!
Зачем кастовать "визера к игроку" "скелета к игроку" и все остальное к игроку, если это не игрок?
~
Точнее сначала кастовать, а потом проверять.
 
3,005
192
592
Ну, если у тебя проблемы с пониманием, что нужно поменять строки, то, мне кажется у тебя серьезные проблемы..
 
516
11
39
Ну, если у тебя проблемы с пониманием, что нужно поменять строки, то, мне кажется у тебя серьезные проблемы..
Дело в том ,что он не дамажит рандомный урон

Java:
int e = 6;
int b = 3;
int diff1 = e - b;
int i1 = diff1 + event.entityLiving.worldObj.rand.nextInt(e);           
Entity from = event.source.getSourceOfDamage();//Кто наносит урон.
            EntityLivingBase to = event.entityLiving;//Кому наносят урон.
            if (from instanceof EntityPlayer) {
                ItemStack is = ((EntityPlayer)from).getCurrentEquippedItem();
                if (is != null) {
                    if (is.getItem() == ElterionRPG.sword_bastard_st)
                        event.ammount = i1;
 
Сверху