Hook crash

Версия Minecraft
1.7.10
Происходит краш со сборкой модов.Сам хук выполняется(без сборки модов),но при попытке запуска его с нужными мне модификациями майн просто крашит.
Когда проходишь в листву,тогда и крашит+при попытке взять её в руку.
 
Краш-лог
---- Minecraft Crash Report ----
// This is a token for 1 free hug. Redeem at your nearest Mojangsta: [~~HUG~~]

Time: 29.07.18 12:39
Description: Ticking entity

java.lang.NoClassDefFoundError: gloomyfolken/hooklib/example/AnnotationHooks
at net.minecraft.block.BlockLeaves.func_149668_a(BlockLeaves.java)
at net.minecraft.block.Block.func_149743_a(Block.java:567)
at net.minecraft.world.World.func_72945_a(World.java:1437)
at net.minecraft.entity.Entity.func_70091_d(Entity.java:596)
at net.minecraft.client.entity.EntityPlayerSP.localMoveEntity(EntityPlayerSP.java)
at api.player.client.ClientPlayerAPI.moveEntity(Unknown Source)
at api.player.client.ClientPlayerAPI.moveEntity(Unknown Source)
at net.minecraft.client.entity.EntityPlayerSP.func_70091_d(EntityPlayerSP.java)
at net.smart.moving.SmartMovingSelf.move(SmartMovingSelf.java:616)
at net.smart.moving.SmartMovingSelf.handleLand(SmartMovingSelf.java:601)
at net.smart.moving.SmartMovingSelf.superMoveEntityWithHeading(SmartMovingSelf.java:105)
at net.smart.moving.SmartMovingSelf.moveEntityWithHeading(SmartMovingSelf.java:71)
at net.smart.moving.playerapi.SmartMovingPlayerBase.moveEntityWithHeading(SmartMovingPlayerBase.java:148)
at api.player.client.ClientPlayerAPI.moveEntityWithHeading(Unknown Source)
at api.player.client.ClientPlayerAPI.moveEntityWithHeading(Unknown Source)
at net.minecraft.client.entity.EntityPlayerSP.func_70612_e(EntityPlayerSP.java)
at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:1814)
at net.minecraft.entity.player.EntityPlayer.func_70636_d(EntityPlayer.java:540)
at net.minecraft.client.entity.EntityPlayerSP.localOnLivingUpdate(EntityPlayerSP.java:287)
at api.player.client.ClientPlayerAPI.onLivingUpdate(Unknown Source)
at api.player.client.ClientPlayerAPI.onLivingUpdate(Unknown Source)
at net.minecraft.client.entity.EntityPlayerSP.func_70636_d(EntityPlayerSP.java)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1611)
at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:288)
at net.minecraft.client.entity.EntityPlayerSP.localOnUpdate(EntityPlayerSP.java)
at api.player.client.ClientPlayerAPI.onUpdate(Unknown Source)
at api.player.client.ClientPlayerAPI.onUpdate(Unknown Source)
at net.minecraft.client.entity.EntityPlayerSP.func_70071_h_(EntityPlayerSP.java)
at net.minecraft.client.entity.EntityClientPlayerMP.func_70071_h_(SourceFile:63)
at net.minecraft.world.World.func_72866_a(World.java:2070)
at net.minecraft.world.World.func_72870_g(World.java:2034)
at net.minecraft.world.World.func_72939_s(World.java:1887)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:2085)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1039)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:962)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)


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

-- Head --
Stacktrace:
at net.minecraft.block.BlockLeaves.func_149668_a(BlockLeaves.java)
at net.minecraft.block.Block.func_149743_a(Block.java:567)
at net.minecraft.world.World.func_72945_a(World.java:1437)
at net.minecraft.entity.Entity.func_70091_d(Entity.java:596)
at net.minecraft.client.entity.EntityPlayerSP.localMoveEntity(EntityPlayerSP.java)
at api.player.client.ClientPlayerAPI.moveEntity(Unknown Source)
at api.player.client.ClientPlayerAPI.moveEntity(Unknown Source)
at net.minecraft.client.entity.EntityPlayerSP.func_70091_d(EntityPlayerSP.java)
at net.smart.moving.SmartMovingSelf.move(SmartMovingSelf.java:616)
at net.smart.moving.SmartMovingSelf.handleLand(SmartMovingSelf.java:601)
at net.smart.moving.SmartMovingSelf.superMoveEntityWithHeading(SmartMovingSelf.java:105)
at net.smart.moving.SmartMovingSelf.moveEntityWithHeading(SmartMovingSelf.java:71)
at net.smart.moving.playerapi.SmartMovingPlayerBase.moveEntityWithHeading(SmartMovingPlayerBase.java:148)
at api.player.client.ClientPlayerAPI.moveEntityWithHeading(Unknown Source)
at api.player.client.ClientPlayerAPI.moveEntityWithHeading(Unknown Source)
at net.minecraft.client.entity.EntityPlayerSP.func_70612_e(EntityPlayerSP.java)
at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:1814)
at net.minecraft.entity.player.EntityPlayer.func_70636_d(EntityPlayer.java:540)
at net.minecraft.client.entity.EntityPlayerSP.localOnLivingUpdate(EntityPlayerSP.java:287)
at api.player.client.ClientPlayerAPI.onLivingUpdate(Unknown Source)
at api.player.client.ClientPlayerAPI.onLivingUpdate(Unknown Source)
at net.minecraft.client.entity.EntityPlayerSP.func_70636_d(EntityPlayerSP.java)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1611)
at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:288)
at net.minecraft.client.entity.EntityPlayerSP.localOnUpdate(EntityPlayerSP.java)
at api.player.client.ClientPlayerAPI.onUpdate(Unknown Source)
at api.player.client.ClientPlayerAPI.onUpdate(Unknown Source)
at net.minecraft.client.entity.EntityPlayerSP.func_70071_h_(EntityPlayerSP.java)
at net.minecraft.client.entity.EntityClientPlayerMP.func_70071_h_(SourceFile:63)
at net.minecraft.world.World.func_72866_a(World.java:2070)
at net.minecraft.world.World.func_72870_g(World.java:2034)

-- Entity being ticked --
Details:
Entity Type: null (net.minecraft.client.entity.EntityClientPlayerMP)
Entity ID: 22
Entity Name: IBTrake
Entity's Exact location: -480,30, 5,62, 753,70
Entity's Block location: World: (-481,5,753), Chunk: (at 15,0,1 in -31,47; contains blocks -496,0,752 to -481,255,767), Region: (-1,1; contains chunks -32,32 to -1,63, blocks -512,0,512 to -1,255,1023)
Entity's Momentum: 0,00, 0,00, 0,00
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:1887)

-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityClientPlayerMP['IBTrake'/22, l='MpServer', x=-480,30, y=5,62, z=753,70]]
Chunk stats: MultiplayerChunkCache: 9, 14
Level seed: 0
Level generator: ID 01 - flat, ver 0. Features enabled: false
Level generator options:
Level spawn location: World: (-467,4,749), Chunk: (at 13,0,13 in -30,46; contains blocks -480,0,736 to -465,255,751), Region: (-1,1; contains chunks -32,32 to -1,63, blocks -512,0,512 to -1,255,1023)
Level time: 2890 game time, 2890 day time
Level dimension: 0
Level storage version: 0x00000 - Unknown?
Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false
Forced entities: 1 total; [EntityClientPlayerMP['IBTrake'/22, l='MpServer', x=-480,30, y=5,62, z=753,70]]
Retry entities: 0 total; []
Server brand: fml,forge
Server type: Integrated singleplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:373)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2554)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:984)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_161, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 222764040 bytes (212 MB) / 423915520 bytes (404 MB) up to 7039352832 bytes (6713 MB)
JVM Flags: 3 total; -Xmn128M -Xmx6725M -XX:+UseConcMarkSweepGC
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: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 Optifine OptiFine_1.7.10_HD_U_D1 16 mods loaded, 16 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] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
UCHIJAAAA Forge{10.13.4.1614} [Minecraft Forge] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
UCHIJAAAA PlayerAPI{1.3} [Player API] (minecraft.jar)
UCHIJAAAA SmartCore{1.0.2} [Smart Core] (minecraft.jar)
UCHIJAAAA CarpentersBlocks{3.3.8.1} [Carpenter's Blocks] (CarpentersBlocks.jar)
UCHIJAAAA customnpcs{1.7.10b} [CustomNpcs] (Custom-NPCs-Mod-1.7.10.jar)
UCHIJAAAA compas1{1.0} [Compas Mod] (Debug_Client1.1.jar)
UCHIJAAAA dcs{1.0.1} [dcs] (Debug_Client1.1.jar)
UCHIJAAAA flansmod{4.10.0} [Flan's Mod] (Flan_Client.jar)
UCHIJAAAA McAgeAddloot{1.0} [McAgeAddloot] (Friends_Client.jar)
UCHIJAAAA gvc{0.6.1} [§aGliby's§f Voice Chat Mod] (GlibysVC-1.7.10-0.6.2a.jar)
UCHIJAAAA TeNNoX_KeyAndCodeLock{1.4} [KeyAndCodeLock] (KeyAndCodeLock_1.7.10_1.4.jar)
UCHIJAAAA SmartMoving{15.5} [Smart Moving] (SmartMoving-1.7.10-15.5.jar)
UCHIJAAAA SmartRender{2.1} [Smart Render] (SmartRender-1.7.10-2.1.jar)
UCHIJAAAA stepup{v.2.0.0-mc1.7.10} [StepUp] (StepUp_Mod_1.7.10.jar)
GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.5.14523 Compatibility Profile Context 24.20.12019.1010' Renderer: 'Radeon (TM) RX 480 Graphics'
Launched Version: Forge 1.7.10
LWJGL: 2.9.1
OpenGL: Radeon (TM) RX 480 Graphics GL version 4.5.14523 Compatibility Profile Context 24.20.12019.1010, ATI Technologies Inc.
GL Caps: Using GL 1.3 multitexturing.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Anisotropic filtering is supported and maximum anisotropy is 16.
Shaders are available because OpenGL 2.1 is supported.

Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: [64xExCraftResorcePack_V1.1.zip]
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Anisotropic Filtering: Off (1)
OptiFine Version: OptiFine_1.7.10_HD_U_D1
Render Distance Chunks: 15
Mipmaps: 4
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
OpenGlVersion: 4.5.14523 Compatibility Profile Context 24.20.12019.1010
OpenGlRenderer: Radeon (TM) RX 480 Graphics
OpenGlVendor: ATI Technologies Inc.
CpuCount: 4
Краш-лог:
---- Minecraft Crash Report ----
// This is a token for 1 free hug. Redeem at your nearest Mojangsta: [~~HUG~~]

Time: 29.07.18 12:39
Description: Ticking entity

java.lang.NoClassDefFoundError: gloomyfolken/hooklib/example/AnnotationHooks
	at net.minecraft.block.BlockLeaves.func_149668_a(BlockLeaves.java)
	at net.minecraft.block.Block.func_149743_a(Block.java:567)
	at net.minecraft.world.World.func_72945_a(World.java:1437)
	at net.minecraft.entity.Entity.func_70091_d(Entity.java:596)
	at net.minecraft.client.entity.EntityPlayerSP.localMoveEntity(EntityPlayerSP.java)
	at api.player.client.ClientPlayerAPI.moveEntity(Unknown Source)
	at api.player.client.ClientPlayerAPI.moveEntity(Unknown Source)
	at net.minecraft.client.entity.EntityPlayerSP.func_70091_d(EntityPlayerSP.java)
	at net.smart.moving.SmartMovingSelf.move(SmartMovingSelf.java:616)
	at net.smart.moving.SmartMovingSelf.handleLand(SmartMovingSelf.java:601)
	at net.smart.moving.SmartMovingSelf.superMoveEntityWithHeading(SmartMovingSelf.java:105)
	at net.smart.moving.SmartMovingSelf.moveEntityWithHeading(SmartMovingSelf.java:71)
	at net.smart.moving.playerapi.SmartMovingPlayerBase.moveEntityWithHeading(SmartMovingPlayerBase.java:148)
	at api.player.client.ClientPlayerAPI.moveEntityWithHeading(Unknown Source)
	at api.player.client.ClientPlayerAPI.moveEntityWithHeading(Unknown Source)
	at net.minecraft.client.entity.EntityPlayerSP.func_70612_e(EntityPlayerSP.java)
	at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:1814)
	at net.minecraft.entity.player.EntityPlayer.func_70636_d(EntityPlayer.java:540)
	at net.minecraft.client.entity.EntityPlayerSP.localOnLivingUpdate(EntityPlayerSP.java:287)
	at api.player.client.ClientPlayerAPI.onLivingUpdate(Unknown Source)
	at api.player.client.ClientPlayerAPI.onLivingUpdate(Unknown Source)
	at net.minecraft.client.entity.EntityPlayerSP.func_70636_d(EntityPlayerSP.java)
	at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1611)
	at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:288)
	at net.minecraft.client.entity.EntityPlayerSP.localOnUpdate(EntityPlayerSP.java)
	at api.player.client.ClientPlayerAPI.onUpdate(Unknown Source)
	at api.player.client.ClientPlayerAPI.onUpdate(Unknown Source)
	at net.minecraft.client.entity.EntityPlayerSP.func_70071_h_(EntityPlayerSP.java)
	at net.minecraft.client.entity.EntityClientPlayerMP.func_70071_h_(SourceFile:63)
	at net.minecraft.world.World.func_72866_a(World.java:2070)
	at net.minecraft.world.World.func_72870_g(World.java:2034)
	at net.minecraft.world.World.func_72939_s(World.java:1887)
	at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:2085)
	at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1039)
	at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:962)
	at net.minecraft.client.main.Main.main(SourceFile:148)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
	at net.minecraft.launchwrapper.Launch.main(Launch.java:28)


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

-- Head --
Stacktrace:
	at net.minecraft.block.BlockLeaves.func_149668_a(BlockLeaves.java)
	at net.minecraft.block.Block.func_149743_a(Block.java:567)
	at net.minecraft.world.World.func_72945_a(World.java:1437)
	at net.minecraft.entity.Entity.func_70091_d(Entity.java:596)
	at net.minecraft.client.entity.EntityPlayerSP.localMoveEntity(EntityPlayerSP.java)
	at api.player.client.ClientPlayerAPI.moveEntity(Unknown Source)
	at api.player.client.ClientPlayerAPI.moveEntity(Unknown Source)
	at net.minecraft.client.entity.EntityPlayerSP.func_70091_d(EntityPlayerSP.java)
	at net.smart.moving.SmartMovingSelf.move(SmartMovingSelf.java:616)
	at net.smart.moving.SmartMovingSelf.handleLand(SmartMovingSelf.java:601)
	at net.smart.moving.SmartMovingSelf.superMoveEntityWithHeading(SmartMovingSelf.java:105)
	at net.smart.moving.SmartMovingSelf.moveEntityWithHeading(SmartMovingSelf.java:71)
	at net.smart.moving.playerapi.SmartMovingPlayerBase.moveEntityWithHeading(SmartMovingPlayerBase.java:148)
	at api.player.client.ClientPlayerAPI.moveEntityWithHeading(Unknown Source)
	at api.player.client.ClientPlayerAPI.moveEntityWithHeading(Unknown Source)
	at net.minecraft.client.entity.EntityPlayerSP.func_70612_e(EntityPlayerSP.java)
	at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:1814)
	at net.minecraft.entity.player.EntityPlayer.func_70636_d(EntityPlayer.java:540)
	at net.minecraft.client.entity.EntityPlayerSP.localOnLivingUpdate(EntityPlayerSP.java:287)
	at api.player.client.ClientPlayerAPI.onLivingUpdate(Unknown Source)
	at api.player.client.ClientPlayerAPI.onLivingUpdate(Unknown Source)
	at net.minecraft.client.entity.EntityPlayerSP.func_70636_d(EntityPlayerSP.java)
	at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1611)
	at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:288)
	at net.minecraft.client.entity.EntityPlayerSP.localOnUpdate(EntityPlayerSP.java)
	at api.player.client.ClientPlayerAPI.onUpdate(Unknown Source)
	at api.player.client.ClientPlayerAPI.onUpdate(Unknown Source)
	at net.minecraft.client.entity.EntityPlayerSP.func_70071_h_(EntityPlayerSP.java)
	at net.minecraft.client.entity.EntityClientPlayerMP.func_70071_h_(SourceFile:63)
	at net.minecraft.world.World.func_72866_a(World.java:2070)
	at net.minecraft.world.World.func_72870_g(World.java:2034)

-- Entity being ticked --
Details:
	Entity Type: null (net.minecraft.client.entity.EntityClientPlayerMP)
	Entity ID: 22
	Entity Name: IBTrake
	Entity's Exact location: -480,30, 5,62, 753,70
	Entity's Block location: World: (-481,5,753), Chunk: (at 15,0,1 in -31,47; contains blocks -496,0,752 to -481,255,767), Region: (-1,1; contains chunks -32,32 to -1,63, blocks -512,0,512 to -1,255,1023)
	Entity's Momentum: 0,00, 0,00, 0,00
Stacktrace:
	at net.minecraft.world.World.func_72939_s(World.java:1887)

-- Affected level --
Details:
	Level name: MpServer
	All players: 1 total; [EntityClientPlayerMP['IBTrake'/22, l='MpServer', x=-480,30, y=5,62, z=753,70]]
	Chunk stats: MultiplayerChunkCache: 9, 14
	Level seed: 0
	Level generator: ID 01 - flat, ver 0. Features enabled: false
	Level generator options: 
	Level spawn location: World: (-467,4,749), Chunk: (at 13,0,13 in -30,46; contains blocks -480,0,736 to -465,255,751), Region: (-1,1; contains chunks -32,32 to -1,63, blocks -512,0,512 to -1,255,1023)
	Level time: 2890 game time, 2890 day time
	Level dimension: 0
	Level storage version: 0x00000 - Unknown?
	Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
	Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false
	Forced entities: 1 total; [EntityClientPlayerMP['IBTrake'/22, l='MpServer', x=-480,30, y=5,62, z=753,70]]
	Retry entities: 0 total; []
	Server brand: fml,forge
	Server type: Integrated singleplayer server
Stacktrace:
	at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:373)
	at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2554)
	at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:984)
	at net.minecraft.client.main.Main.main(SourceFile:148)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
	at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

-- System Details --
Details:
	Minecraft Version: 1.7.10
	Operating System: Windows 10 (amd64) version 10.0
	Java Version: 1.8.0_161, Oracle Corporation
	Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
	Memory: 222764040 bytes (212 MB) / 423915520 bytes (404 MB) up to 7039352832 bytes (6713 MB)
	JVM Flags: 3 total; -Xmn128M -Xmx6725M -XX:+UseConcMarkSweepGC
	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: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 Optifine OptiFine_1.7.10_HD_U_D1 16 mods loaded, 16 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] (forge-1.7.10-10.13.4.1614-1.7.10.jar) 
	UCHIJAAAA	Forge{10.13.4.1614} [Minecraft Forge] (forge-1.7.10-10.13.4.1614-1.7.10.jar) 
	UCHIJAAAA	PlayerAPI{1.3} [Player API] (minecraft.jar) 
	UCHIJAAAA	SmartCore{1.0.2} [Smart Core] (minecraft.jar) 
	UCHIJAAAA	CarpentersBlocks{3.3.8.1} [Carpenter's Blocks] (CarpentersBlocks.jar) 
	UCHIJAAAA	customnpcs{1.7.10b} [CustomNpcs] (Custom-NPCs-Mod-1.7.10.jar) 
	UCHIJAAAA	compas1{1.0} [Compas Mod] (Debug_Client1.1.jar) 
	UCHIJAAAA	dcs{1.0.1} [dcs] (Debug_Client1.1.jar) 
	UCHIJAAAA	flansmod{4.10.0} [Flan's Mod] (Flan_Client.jar) 
	UCHIJAAAA	McAgeAddloot{1.0} [McAgeAddloot] (Friends_Client.jar) 
	UCHIJAAAA	gvc{0.6.1} [§aGliby's§f Voice Chat Mod] (GlibysVC-1.7.10-0.6.2a.jar) 
	UCHIJAAAA	TeNNoX_KeyAndCodeLock{1.4} [KeyAndCodeLock] (KeyAndCodeLock_1.7.10_1.4.jar) 
	UCHIJAAAA	SmartMoving{15.5} [Smart Moving] (SmartMoving-1.7.10-15.5.jar) 
	UCHIJAAAA	SmartRender{2.1} [Smart Render] (SmartRender-1.7.10-2.1.jar) 
	UCHIJAAAA	stepup{v.2.0.0-mc1.7.10} [StepUp] (StepUp_Mod_1.7.10.jar) 
	GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.5.14523 Compatibility Profile Context 24.20.12019.1010' Renderer: 'Radeon (TM) RX 480 Graphics'
	Launched Version: Forge 1.7.10
	LWJGL: 2.9.1
	OpenGL: Radeon (TM) RX 480 Graphics GL version 4.5.14523 Compatibility Profile Context 24.20.12019.1010, ATI Technologies Inc.
	GL Caps: Using GL 1.3 multitexturing.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Anisotropic filtering is supported and maximum anisotropy is 16.
Shaders are available because OpenGL 2.1 is supported.

	Is Modded: Definitely; Client brand changed to 'fml,forge'
	Type: Client (map_client.txt)
	Resource Packs: [64xExCraftResorcePack_V1.1.zip]
	Current Language: English (US)
	Profiler Position: N/A (disabled)
	Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
	Anisotropic Filtering: Off (1)
	OptiFine Version: OptiFine_1.7.10_HD_U_D1
	Render Distance Chunks: 15
	Mipmaps: 4
	Anisotropic Filtering: 1
	Antialiasing: 0
	Multitexture: false
	OpenGlVersion: 4.5.14523 Compatibility Profile Context 24.20.12019.1010
	OpenGlRenderer: Radeon (TM) RX 480 Graphics
	OpenGlVendor: ATI Technologies Inc.
	CpuCount: 4
7,099
324
1,510
1. Вот то, что хотел сделать ТС:
Здорово, вот только у человека в той теме, что ты скинул не возникало проблемы java.lang.NoClassDefFoundError: gloomyfolken/hooklib/example/AnnotationHooks. Все еще остается непонятно, от чего она возникает.
Хуки в обоих темах одинаковые, следовательно, проблема в версии хуклибы
 
Сверху