Why won't a created item wont work after adding new mobs?

Started by TheBooster89 on

Topic category: Troubleshooting, bugs, and solutions

Last seen on 22:36, 29. Jul 2020
Joined Dec 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Why won't a created item wont work after adding new mobs?

I created ore's, ingot's, material's, armor's, Block's and creative tab's one day then i ran a client test and it all worked the very next day i made about 15 mob's and recompiled the workspace it came up in console that the build was successful when i when to run it in a client enviroment i got this: 

[09:52:41] [Server thread/INFO]: Loading dimension 0 (New World) (net.minecraft.server.integrated.IntegratedServer@7dfc9527)
[09:52:41] [Server thread/INFO]: Loading dimension 3 (New World) (net.minecraft.server.integrated.IntegratedServer@7dfc9527)
[09:52:41] [Server thread/INFO]: Loading dimension 1 (New World) (net.minecraft.server.integrated.IntegratedServer@7dfc9527)
[09:52:41] [Server thread/INFO]: Loading dimension -1 (New World) (net.minecraft.server.integrated.IntegratedServer@7dfc9527)
[09:52:41] [Server thread/INFO]: Preparing start region for level 0
[09:52:42] [Server thread/INFO]: Preparing spawn area: 21%
[09:52:43] [Server thread/INFO]: Preparing spawn area: 80%
[09:52:47] [Server thread/INFO]: Changing view distance to 12, from 10
[09:52:48] [Netty Client IO #0/INFO]: Server protocol version 2
[09:52:48] [Netty IO #1/INFO]: Client protocol version 2
[09:52:48] [Netty IO #1/INFO]: Client attempting to join with 4 mods : FML@7.10.99.99,testenvironmentmod@1.0,Forge@10.13.4.1558,mcp@9.05
[09:52:48] [Netty IO #1/INFO]: Attempting connection with missing mods [] at CLIENT
[09:52:48] [Netty Client IO #0/INFO]: Attempting connection with missing mods [] at SERVER
[09:52:48] [Server thread/INFO]: [Server thread] Server side modded connection established
[09:52:48] [Server thread/INFO]: Player15[local:E:d633ba8a] logged in with entity id 304 at (223.50593984521782, 67.44044743537857, 169.22151773098267)
[09:52:48] [Server thread/INFO]: Player15 joined the game
[09:52:48] [Client thread/INFO]: [Client thread] Client side modded connection established
[09:52:49] [Server thread/ERROR]: Encountered an unexpected exception
java.lang.IllegalArgumentException: bound must be positive
   at java.util.Random.nextInt(Random.java:388) ~[?:1.8.0_101]
   at mod.mcreator.mcreator_lumber.generateSurface(mcreator_lumber.java:64) ~[mcreator_lumber.class:?]
   at mod.mcreator.testenvironmentmod.generate(testenvironmentmod.java:376) ~[testenvironmentmod.class:?]
   at cpw.mods.fml.common.registry.GameRegistry.generateWorld(GameRegistry.java:112) ~[GameRegistry.class:?]
   at net.minecraft.world.gen.ChunkProviderServer.populate(ChunkProviderServer.java:280) ~[ChunkProviderServer.class:?]
   at net.minecraft.world.chunk.Chunk.populateChunk(Chunk.java:1040) ~[Chunk.class:?]
   at net.minecraftforge.common.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:52) ~[ChunkIOProvider.class:?]
   at net.minecraftforge.common.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:12) ~[ChunkIOProvider.class:?]
   at net.minecraftforge.common.util.AsynchronousExecutor$Task.finish(AsynchronousExecutor.java:189) ~[AsynchronousExecutor$Task.class:?]
   at net.minecraftforge.common.util.AsynchronousExecutor.finishActive(AsynchronousExecutor.java:354) ~[AsynchronousExecutor.class:?]
   at net.minecraftforge.common.chunkio.ChunkIOExecutor.tick(ChunkIOExecutor.java:30) ~[ChunkIOExecutor.class:?]
   at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:596) ~[MinecraftServer.class:?]
   at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:547) ~[MinecraftServer.class:?]
   at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:111) ~[IntegratedServer.class:?]
   at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427) [MinecraftServer.class:?]
   at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [MinecraftServer$2.class:?]
[09:52:49] [Server thread/ERROR]: This crash report has been saved to: C:\Pylo\MCreator173\forge\eclipse\.\crash-reports\crash-2017-11-05_09.52.49-server.txt
[09:52:49] [Server thread/INFO]: Stopping server
[09:52:49] [Server thread/INFO]: Saving players
[09:52:49] [Server thread/INFO]: Saving worlds
[09:52:49] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld
[09:52:49] [Server thread/INFO]: Saving chunks for level 'New World'/Nether
[09:52:49] [Server thread/INFO]: Saving chunks for level 'New World'/The End
[09:52:49] [Server thread/INFO]: Saving chunks for level 'New World'/plainsOfOblivion
[09:52:49] [Server thread/INFO]: Unloading dimension 0
[09:52:49] [Server thread/INFO]: Unloading dimension -1
[09:52:49] [Server thread/INFO]: Unloading dimension 1
[09:52:49] [Server thread/INFO]: Unloading dimension 3
[09:52:49] [Server thread/INFO]: Applying holder lookups
[09:52:49] [Server thread/INFO]: Holder lookups applied
[09:52:49] [Server thread/INFO]: The state engine was in incorrect state SERVER_STOPPING and forced into state SERVER_STOPPED. Errors may have been discarded.
[09:52:51] [Client thread/INFO]: [net.minecraft.client.Minecraft:displayCrashReport:349
// I blame Dinnerbone.
Time: 5/11/17 9:52 AM
Description: Exception in server tick loop
java.lang.IllegalArgumentException: bound must be positive
   at java.util.Random.nextInt(Random.java:388)
   at mod.mcreator.mcreator_lumber.generateSurface(mcreator_lumber.java:64)
   at mod.mcreator.testenvironmentmod.generate(testenvironmentmod.java:376)
   at cpw.mods.fml.common.registry.GameRegistry.generateWorld(GameRegistry.java:112)
   at net.minecraft.world.gen.ChunkProviderServer.populate(ChunkProviderServer.java:280)
   at net.minecraft.world.chunk.Chunk.populateChunk(Chunk.java:1040)
   at net.minecraftforge.common.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:52)
   at net.minecraftforge.common.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:12)
   at net.minecraftforge.common.util.AsynchronousExecutor$Task.finish(AsynchronousExecutor.java:189)
   at net.minecraftforge.common.util.AsynchronousExecutor.finishActive(AsynchronousExecutor.java:354)
   at net.minecraftforge.common.chunkio.ChunkIOExecutor.tick(ChunkIOExecutor.java:30)
   at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:596)
   at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:547)
   at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:111)
   at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
   at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
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 7 (amd64) version 6.1
   Java Version: 1.8.0_101, Oracle Corporation
   Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
   Memory: 270116168 bytes (257 MB) / 477102080 bytes (455 MB) up to 954728448 bytes (910 MB)
   JVM Flags: 0 total; 
   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 4 mods loaded, 4 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] (forgeBin-1.7.10-10.13.4.1558-1.7.10.jar) 
   UCHIJAAAA   Forge{10.13.4.1558} [Minecraft Forge] (forgeBin-1.7.10-10.13.4.1558-1.7.10.jar) 
   UCHIJAAAA   testenvironmentmod{1.0} [testenvironmentmod] (modid-1.0.jar) 
   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: 1 / 8; [EntityPlayerMP['Player15'/304, l='New World', x=223.51, y=67.44, z=169.22]]
   Type: Integrated Server (map_client.txt)
   Is Modded: Definitely; Client brand changed to 'fml,forge'
[09:52:51] [Client thread/INFO]: [net.minecraft.client.Minecraft:displayCrashReport:354
AL lib: (EE) alc_cleanup: 1 device not closed
:runClient FAILED
FAILURE: Build failed with an exception.
* What went wrong:
BUILD FAILED
Execution failed for task ':runClient'.
Total time: 2 mins 17.788 secs
> Process 'command 'C:\Pylo\MCreator173\jdk64\bin\java.exe'' finished with non-zero exit value -1
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
C:\Pylo\MCreator173\forge>
Task completed with return code 0 in 138518 milliseconds

 

once the game loads i create a world then enter it and thats when it crashes the item in question is Lumber a block that is wooden and once chopped it drops lumber pieces. When i tested the mod befor addind the mobs i did get to load into a world and place the block in question and no crashes. Any help would be Greatly Apreciated.

Last seen on 22:36, 29. Jul 2020
Joined Dec 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
This is the server error…
Sat, 11/04/2017 - 23:22

This is the server error

 

---- Minecraft Crash Report ----
// Uh... Did I do that?

Time: 5/11/17 10:18 AM
Description: Exception in server tick loop

cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: net/minecraft/client/entity/EntityClientPlayerMP
    at cpw.mods.fml.common.LoadController.transition(LoadController.java:163)
    at cpw.mods.fml.common.Loader.loadMods(Loader.java:544)
    at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:87)
    at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:314)
    at net.minecraft.server.dedicated.DedicatedServer.startServer(DedicatedServer.java:117)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387)
    at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/entity/EntityClientPlayerMP
    at mod.mcreator.mcreator_ebonyOre.<clinit>(mcreator_ebonyOre.java:51)
    at mod.mcreator.testenvironmentmod.<init>(testenvironmentmod.java:44)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
    at java.lang.Class.newInstance(Class.java:442)
    at cpw.mods.fml.common.ILanguageAdapter$JavaAdapter.getNewInstance(ILanguageAdapter.java:173)
    at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:506)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
    at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
    at com.google.common.eventbus.EventBus.post(EventBus.java:275)
    at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
    at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
    at com.google.common.eventbus.EventBus.post(EventBus.java:275)
    at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
    at cpw.mods.fml.common.Loader.loadMods(Loader.java:513)
    ... 5 more
Caused by: java.lang.ClassNotFoundException: net.minecraft.client.entity.EntityClientPlayerMP
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
    ... 36 more
Caused by: java.lang.RuntimeException: Attempted to load class net/minecraft/client/entity/EntityClientPlayerMP for invalid side SERVER
    at cpw.mods.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:50)
    at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279)
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176)
    ... 38 more

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 7 (amd64) version 6.1
    Java Version: 1.8.0_101, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 62707264 bytes (59 MB) / 115712000 bytes (110 MB) up to 1056309248 bytes (1007 MB)
    JVM Flags: 1 total; -Xincgc
    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.1558 4 mods loaded, 4 mods active
    States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
    UC    mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
    UC    FML{7.10.99.99} [Forge Mod Loader] (forgeBin-1.7.10-10.13.4.1558-1.7.10.jar)
    UC    Forge{10.13.4.1558} [Minecraft Forge] (forgeBin-1.7.10-10.13.4.1558-1.7.10.jar)
    UE    testenvironmentmod{1.0} [testenvironmentmod] (modid-1.0.jar)
    Profiler Position: N/A (disabled)
    Is Modded: Definitely; Server brand changed to 'fml,forge'
    Type: Dedicated Server (map_server.txt)

Last seen on 22:36, 29. Jul 2020
Joined Dec 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
This is the client crash…
Sat, 11/04/2017 - 23:27

This is the client crash report

 

---- Minecraft Crash Report ----
// I feel sad now :(

Time: 5/11/17 10:25 AM
Description: Unexpected error

java.lang.IllegalStateException: Server tried to update attributes of a non-living entity (actually: EntityArrowCustom['entity.testenvironmentmod.entityBulletorc.name'/1908, l='MpServer', x=301.50, y=29.00, z=180.50])
    at net.minecraft.client.network.NetHandlerPlayClient.handleEntityProperties(NetHandlerPlayClient.java:1621)
    at net.minecraft.network.play.server.S20PacketEntityProperties.processPacket(SourceFile:71)
    at net.minecraft.network.play.server.S20PacketEntityProperties.processPacket(SourceFile:15)
    at net.minecraft.network.NetworkManager.processReceivedPackets(NetworkManager.java:212)
    at net.minecraft.client.multiplayer.PlayerControllerMP.updateController(PlayerControllerMP.java:273)
    at net.minecraft.client.Minecraft.runTick(Minecraft.java:1602)
    at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:973)
    at net.minecraft.client.Minecraft.run(Minecraft.java:898)
    at net.minecraft.client.main.Main.main(SourceFile:148)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
    at net.minecraftforge.gradle.GradleStartCommon.launch(Unknown Source)
    at GradleStart.main(Unknown Source)

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

-- Head --
Stacktrace:
    at net.minecraft.client.network.NetHandlerPlayClient.handleEntityProperties(NetHandlerPlayClient.java:1621)
    at net.minecraft.network.play.server.S20PacketEntityProperties.processPacket(SourceFile:71)
    at net.minecraft.network.play.server.S20PacketEntityProperties.processPacket(SourceFile:15)
    at net.minecraft.network.NetworkManager.processReceivedPackets(NetworkManager.java:212)
    at net.minecraft.client.multiplayer.PlayerControllerMP.updateController(PlayerControllerMP.java:273)

-- Affected level --
Details:
    Level name: MpServer
    All players: 1 total; [EntityClientPlayerMP['Player100'/344, l='MpServer', x=238.50, y=67.62, z=234.50]]
    Chunk stats: MultiplayerChunkCache: 205, 205
    Level seed: 0
    Level generator: ID 00 - default, ver 1. Features enabled: false
    Level generator options:
    Level spawn location: World: (236,64,244), Chunk: (at 12,4,4 in 14,15; contains blocks 224,0,240 to 239,255,255), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Level time: 97 game time, 97 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: 212 total; [EntityBat['Bat'/531, l='MpServer', x=240.47, y=21.96, z=178.41], EntitySkeleton['Skeleton'/1555, l='MpServer', x=283.50, y=36.00, z=170.50], EntityBat['Bat'/532, l='MpServer', x=242.25, y=19.96, z=171.69], EntityCreeper['Creeper'/1556, l='MpServer', x=285.50, y=36.00, z=172.50], EntityBat['Bat'/533, l='MpServer', x=237.72, y=21.12, z=173.34], EntityBat['Bat'/534, l='MpServer', x=242.00, y=20.78, z=170.34], EntityBat['Bat'/535, l='MpServer', x=242.06, y=21.00, z=166.78], EntityFallingBlock['Falling Block'/1559, l='MpServer', x=147.50, y=26.49, z=171.50], EntityFallingBlock['Falling Block'/1560, l='MpServer', x=147.50, y=25.49, z=172.50], EntityFallingBlock['Falling Block'/1561, l='MpServer', x=147.50, y=25.49, z=170.50], EntitySkeleton['Skeleton'/1566, l='MpServer', x=272.50, y=31.00, z=166.50], EntityCreeper['Creeper'/1567, l='MpServer', x=269.50, y=31.00, z=166.50], EntityZombie['Zombie'/1576, l='MpServer', x=275.53, y=37.00, z=182.13], EntitythivesGuildThief['Thives Guild Thief'/1075, l='MpServer', x=248.50, y=70.00, z=274.50], EntitythalmorFemale['Thalmor Female'/1592, l='MpServer', x=244.50, y=69.00, z=207.50], EntitythalmorFemale['Thalmor Female'/1593, l='MpServer', x=248.50, y=69.00, z=207.50], EntityFallingBlock['Falling Block'/1598, l='MpServer', x=139.50, y=45.49, z=239.50], EntityFallingBlock['Falling Block'/1599, l='MpServer', x=140.50, y=45.49, z=238.50], EntityFallingBlock['Falling Block'/1600, l='MpServer', x=140.50, y=45.49, z=239.50], EntityFallingBlock['Falling Block'/1601, l='MpServer', x=139.50, y=45.49, z=240.50], EntityFallingBlock['Falling Block'/1602, l='MpServer', x=140.50, y=45.49, z=240.50], EntityFallingBlock['Falling Block'/1603, l='MpServer', x=141.50, y=45.49, z=238.50], EntityFallingBlock['Falling Block'/1604, l='MpServer', x=141.50, y=45.49, z=239.50], EntityFallingBlock['Falling Block'/1605, l='MpServer', x=139.50, y=45.49, z=241.50], EntityFallingBlock['Falling Block'/1606, l='MpServer', x=140.50, y=45.49, z=241.50], EntityFallingBlock['Falling Block'/1607, l='MpServer', x=136.50, y=46.49, z=241.50], EntityFallingBlock['Falling Block'/1608, l='MpServer', x=136.50, y=45.49, z=242.50], EntityFallingBlock['Falling Block'/1609, l='MpServer', x=135.50, y=45.49, z=241.50], EntityFallingBlock['Falling Block'/1610, l='MpServer', x=135.50, y=45.49, z=242.50], EntityFallingBlock['Falling Block'/1611, l='MpServer', x=136.50, y=46.49, z=243.50], EntityFallingBlock['Falling Block'/1612, l='MpServer', x=137.50, y=46.49, z=242.50], EntityFallingBlock['Falling Block'/1613, l='MpServer', x=135.50, y=45.49, z=243.50], EntityFallingBlock['Falling Block'/1614, l='MpServer', x=138.50, y=4.49, z=268.50], EntityFallingBlock['Falling Block'/1615, l='MpServer', x=137.50, y=4.49, z=267.50], EntityPig['Pig'/83, l='MpServer', x=165.50, y=70.00, z=312.50], EntityPig['Pig'/84, l='MpServer', x=174.22, y=68.00, z=268.22], EntityPig['Pig'/85, l='MpServer', x=172.50, y=68.00, z=268.50], EntityPig['Pig'/86, l='MpServer', x=173.50, y=68.00, z=271.50], EntityPig['Pig'/87, l='MpServer', x=175.81, y=68.00, z=269.81], EntitySkeleton['Skeleton'/1632, l='MpServer', x=309.50, y=19.00, z=275.50], EntityPig['Pig'/100, l='MpServer', x=188.50, y=68.00, z=158.78], EntityPig['Pig'/101, l='MpServer', x=188.22, y=68.00, z=157.47], EntityPig['Pig'/102, l='MpServer', x=189.81, y=68.00, z=156.22], EntityPig['Pig'/104, l='MpServer', x=192.50, y=66.00, z=183.50], EntityPig['Pig'/105, l='MpServer', x=193.22, y=66.00, z=181.50], EntitythalmorFemale['Thalmor Female'/1129, l='MpServer', x=218.50, y=66.00, z=196.50], EntityPig['Pig'/106, l='MpServer', x=197.50, y=66.00, z=180.50], EntityPig['Pig'/107, l='MpServer', x=194.81, y=66.00, z=181.50], EntityPig['Pig'/112, l='MpServer', x=206.50, y=67.00, z=173.50], EntityPig['Pig'/113, l='MpServer', x=207.50, y=67.00, z=176.50], EntityPig['Pig'/114, l='MpServer', x=206.50, y=73.00, z=174.50], EntityPig['Pig'/115, l='MpServer', x=206.50, y=73.00, z=174.50], EntityimperialSoldier['Imperial Soldier'/1139, l='MpServer', x=252.74, y=70.00, z=284.54], EntityPig['Pig'/116, l='MpServer', x=212.78, y=65.00, z=190.22], EntityimperialSoldier['Imperial Soldier'/1140, l='MpServer', x=249.50, y=71.00, z=283.50], EntityPig['Pig'/117, l='MpServer', x=210.50, y=66.00, z=191.50], EntityPig['Pig'/118, l='MpServer', x=211.50, y=66.00, z=188.50], EntityPig['Pig'/119, l='MpServer', x=211.47, y=65.00, z=191.81], EntitySkeleton['Skeleton'/1145, l='MpServer', x=245.50, y=33.00, z=303.50], EntityulfricStormcloak['Ulfric Stormcloak'/634, l='MpServer', x=286.50, y=66.00, z=284.50], EntitySkeleton['Skeleton'/1146, l='MpServer', x=247.50, y=33.00, z=305.50], EntityulfricStormcloak['Ulfric Stormcloak'/635, l='MpServer', x=232.50, y=76.00, z=270.50], EntityPig['Pig'/124, l='MpServer', x=225.50, y=69.00, z=279.50], EntitySkeleton['Skeleton'/1148, l='MpServer', x=298.50, y=30.00, z=176.50], EntityPig['Pig'/125, l='MpServer', x=227.50, y=71.00, z=278.50], EntityPig['Pig'/126, l='MpServer', x=226.50, y=70.00, z=276.50], EntityPig['Pig'/127, l='MpServer', x=224.50, y=68.00, z=275.50], EntityPig['Pig'/128, l='MpServer', x=229.50, y=68.00, z=304.50], EntityPig['Pig'/129, l='MpServer', x=226.50, y=67.00, z=302.50], EntityPig['Pig'/130, l='MpServer', x=229.22, y=68.00, z=306.22], EntityPig['Pig'/131, l='MpServer', x=230.72, y=68.00, z=305.47], EntityWolf['Wolf'/132, l='MpServer', x=237.50, y=82.00, z=291.50], EntityWolf['Wolf'/133, l='MpServer', x=241.25, y=81.00, z=289.50], EntityWolf['Wolf'/134, l='MpServer', x=239.50, y=81.00, z=288.50], EntityWolf['Wolf'/135, l='MpServer', x=239.50, y=81.00, z=290.50], EntityPig['Pig'/140, l='MpServer', x=260.50, y=70.00, z=227.50], EntityPig['Pig'/141, l='MpServer', x=262.50, y=67.00, z=227.53], EntityPig['Pig'/142, l='MpServer', x=263.50, y=65.00, z=226.50], EntityPig['Pig'/143, l='MpServer', x=263.50, y=63.00, z=222.50], EntitySpider['Spider'/1679, l='MpServer', x=298.86, y=21.00, z=164.86], EntityWolf['Wolf'/144, l='MpServer', x=258.50, y=70.00, z=289.50], EntityWolf['Wolf'/145, l='MpServer', x=255.50, y=70.00, z=288.50], EntityCreeper['Creeper'/1681, l='MpServer', x=296.34, y=21.00, z=162.34], EntityWolf['Wolf'/146, l='MpServer', x=258.50, y=72.00, z=292.50], EntityWolf['Wolf'/147, l='MpServer', x=258.50, y=70.00, z=288.50], EntityCreeper['Creeper'/1683, l='MpServer', x=300.50, y=21.00, z=166.50], EntitythivesGuildThief['Thives Guild Thief'/1172, l='MpServer', x=221.50, y=67.00, z=212.50], EntityCreeper['Creeper'/1173, l='MpServer', x=296.50, y=24.00, z=229.50], EntityWolf['Wolf'/152, l='MpServer', x=269.50, y=73.00, z=250.50], EntityWolf['Wolf'/153, l='MpServer', x=269.50, y=74.00, z=248.50], EntityWolf['Wolf'/154, l='MpServer', x=270.50, y=72.00, z=251.50], EntityWolf['Wolf'/155, l='MpServer', x=272.50, y=71.00, z=249.50], EntityMinecartChest['entity.MinecartChest.name'/156, l='MpServer', x=281.50, y=37.50, z=180.50], EntityWolf['Wolf'/157, l='MpServer', x=282.50, y=68.00, z=209.50], EntityWolf['Wolf'/158, l='MpServer', x=280.50, y=68.00, z=208.50], EntityCreeper['Creeper'/1694, l='MpServer', x=308.50, y=17.00, z=273.50], EntityWolf['Wolf'/159, l='MpServer', x=280.50, y=72.00, z=210.50], EntitythalmorFemale['Thalmor Female'/1695, l='MpServer', x=291.50, y=67.00, z=239.50], EntityWolf['Wolf'/160, l='MpServer', x=280.50, y=68.00, z=205.50], EntitymarkarthGuard['Markarth Guard'/161, l='MpServer', x=295.50, y=70.00, z=210.50], EntitymarkarthGuard['Markarth Guard'/162, l='MpServer', x=291.50, y=69.00, z=214.50], EntitymarkarthGuard['Markarth Guard'/163, l='MpServer', x=294.50, y=70.00, z=211.50], EntitymarkarthGuard['Markarth Guard'/164, l='MpServer', x=292.03, y=70.00, z=211.88], EntitythalmorFemale['Thalmor Female'/1700, l='MpServer', x=295.50, y=67.00, z=243.50], EntitymarkarthGuard['Markarth Guard'/165, l='MpServer', x=289.50, y=69.00, z=211.50], EntitymarkarthGuard['Markarth Guard'/166, l='MpServer', x=288.31, y=72.00, z=209.50], EntitymarkarthGuard['Markarth Guard'/167, l='MpServer', x=291.50, y=71.00, z=208.50], EntitymarkarthGuard['Markarth Guard'/168, l='MpServer', x=293.50, y=71.00, z=209.50], EntitymarkarthGuard['Markarth Guard'/169, l='MpServer', x=295.50, y=70.00, z=209.50], EntityWolf['Wolf'/170, l='MpServer', x=292.50, y=63.00, z=281.50], EntityWolf['Wolf'/171, l='MpServer', x=292.50, y=64.00, z=280.50], EntityWolf['Wolf'/172, l='MpServer', x=292.50, y=64.00, z=280.50], EntityWolf['Wolf'/173, l='MpServer', x=289.50, y=64.00, z=283.50], EntityCow['Cow'/174, l='MpServer', x=285.50, y=63.00, z=307.50], EntityCow['Cow'/175, l='MpServer', x=281.22, y=63.00, z=309.22], EntityCow['Cow'/176, l='MpServer', x=284.41, y=63.00, z=309.06], EntityCow['Cow'/177, l='MpServer', x=287.50, y=63.00, z=304.50], EntityfalkreithGuard['Falkreith Guard'/697, l='MpServer', x=236.50, y=69.00, z=182.50], EntitygeneralTalius['General Talius'/1209, l='MpServer', x=241.50, y=82.00, z=294.50], EntityimperialSoldier['Imperial Soldier'/1211, l='MpServer', x=240.61, y=82.00, z=292.43], EntityimperialSoldier['Imperial Soldier'/1212, l='MpServer', x=236.50, y=82.00, z=293.50], EntityimperialSoldier['Imperial Soldier'/1213, l='MpServer', x=241.50, y=82.00, z=293.50], EntityfalkreithGuard['Falkreith Guard'/708, l='MpServer', x=236.50, y=69.00, z=181.50], EntitymarkarthGuard['Markarth Guard'/196, l='MpServer', x=301.50, y=70.00, z=207.50], EntityfalkreithGuard['Falkreith Guard'/709, l='MpServer', x=236.50, y=69.00, z=176.50], EntitymarkarthGuard['Markarth Guard'/197, l='MpServer', x=299.50, y=70.00, z=204.50], EntitymarkarthGuard['Markarth Guard'/198, l='MpServer', x=299.50, y=70.00, z=207.50], EntitymarkarthGuard['Markarth Guard'/199, l='MpServer', x=302.65, y=70.00, z=205.68], EntitymarkarthGuard['Markarth Guard'/200, l='MpServer', x=302.50, y=70.00, z=206.50], EntitymarkarthGuard['Markarth Guard'/201, l='MpServer', x=301.50, y=70.00, z=203.50], EntitymarkarthGuard['Markarth Guard'/202, l='MpServer', x=300.50, y=70.00, z=203.50], EntitymarkarthGuard['Markarth Guard'/203, l='MpServer', x=296.56, y=71.00, z=202.38], EntitymarkarthGuard['Markarth Guard'/205, l='MpServer', x=301.59, y=70.00, z=202.63], EntitymarkarthGuard['Markarth Guard'/206, l='MpServer', x=293.38, y=71.00, z=199.34], EntitymarkarthGuard['Markarth Guard'/207, l='MpServer', x=298.38, y=71.00, z=202.31], EntitymarkarthGuard['Markarth Guard'/208, l='MpServer', x=299.50, y=70.00, z=204.50], EntitymarkarthGuard['Markarth Guard'/209, l='MpServer', x=299.31, y=70.00, z=202.39], EntitymarkarthGuard['Markarth Guard'/210, l='MpServer', x=302.50, y=70.00, z=200.50], EntitymarkarthGuard['Markarth Guard'/212, l='MpServer', x=302.50, y=70.00, z=211.50], EntitymarkarthGuard['Markarth Guard'/213, l='MpServer', x=302.50, y=70.00, z=213.50], EntitymarkarthGuard['Markarth Guard'/214, l='MpServer', x=302.50, y=70.00, z=213.50], EntitythalmorFemale['Thalmor Female'/1750, l='MpServer', x=298.50, y=70.00, z=192.50], EntityFallingBlock['Falling Block'/1761, l='MpServer', x=162.50, y=31.07, z=135.50], EntityFallingBlock['Falling Block'/1762, l='MpServer', x=163.50, y=31.07, z=134.50], EntityFallingBlock['Falling Block'/1763, l='MpServer', x=163.50, y=31.07, z=135.50], EntityFallingBlock['Falling Block'/1764, l='MpServer', x=162.50, y=31.07, z=136.50], EntitySkeleton['Skeleton'/1253, l='MpServer', x=297.50, y=30.00, z=191.50], EntityFallingBlock['Falling Block'/1765, l='MpServer', x=161.50, y=31.07, z=137.50], EntityFallingBlock['Falling Block'/1766, l='MpServer', x=162.50, y=31.07, z=137.50], EntitySkeleton['Skeleton'/1768, l='MpServer', x=246.50, y=25.00, z=287.50], EntitythivesGuildThief['Thives Guild Thief'/1769, l='MpServer', x=243.50, y=25.00, z=290.50], EntityZombie['Zombie'/1797, l='MpServer', x=245.50, y=31.00, z=164.50], EntitySkeleton['Skeleton'/1290, l='MpServer', x=305.50, y=37.00, z=204.84], EntitySkeleton['Skeleton'/1291, l='MpServer', x=303.50, y=37.00, z=206.50], EntityFallingBlock['Falling Block'/1805, l='MpServer', x=166.50, y=60.07, z=252.50], EntityFallingBlock['Falling Block'/1806, l='MpServer', x=166.50, y=60.07, z=253.50], EntitySpider['Spider'/1295, l='MpServer', x=305.50, y=37.00, z=203.13], EntityFallingBlock['Falling Block'/1807, l='MpServer', x=167.50, y=60.07, z=252.50], EntityFallingBlock['Falling Block'/1808, l='MpServer', x=167.50, y=60.07, z=253.50], EntityFallingBlock['Falling Block'/1809, l='MpServer', x=168.50, y=60.07, z=253.50], EntityFallingBlock['Falling Block'/1810, l='MpServer', x=166.50, y=59.49, z=251.50], EntityFallingBlock['Falling Block'/1811, l='MpServer', x=165.50, y=59.07, z=252.50], EntityFallingBlock['Falling Block'/1812, l='MpServer', x=167.50, y=61.49, z=249.50], EntityFallingBlock['Falling Block'/1813, l='MpServer', x=167.50, y=60.49, z=250.50], EntityFallingBlock['Falling Block'/1814, l='MpServer', x=167.50, y=61.07, z=251.50], EntityFallingBlock['Falling Block'/1815, l='MpServer', x=160.50, y=20.07, z=286.50], EntityFallingBlock['Falling Block'/1816, l='MpServer', x=160.50, y=20.07, z=287.50], EntityFallingBlock['Falling Block'/1817, l='MpServer', x=159.50, y=20.07, z=287.50], EntitythivesGuildThief['Thives Guild Thief'/1819, l='MpServer', x=237.50, y=11.00, z=263.50], EntitythivesGuildThief['Thives Guild Thief'/1820, l='MpServer', x=235.50, y=11.00, z=265.50], EntityZombie['Zombie'/1310, l='MpServer', x=317.72, y=37.00, z=202.50], EntityZombie['Zombie'/1311, l='MpServer', x=308.22, y=37.00, z=194.53], EntitySkeleton['Skeleton'/1823, l='MpServer', x=184.50, y=17.00, z=275.50], EntityZombie['Zombie'/1312, l='MpServer', x=309.59, y=37.00, z=195.41], EntityZombie['Zombie'/1313, l='MpServer', x=308.50, y=37.00, z=199.13], EntityCreeper['Creeper'/1316, l='MpServer', x=304.50, y=14.00, z=265.50], EntityCreeper['Creeper'/1317, l='MpServer', x=307.50, y=14.00, z=263.50], EntityimperialSoldier['Imperial Soldier'/1327, l='MpServer', x=180.50, y=53.00, z=281.50], EntitySkeleton['Skeleton'/1349, l='MpServer', x=276.50, y=37.00, z=198.50], EntityZombie['Zombie'/1864, l='MpServer', x=308.50, y=28.00, z=159.50], EntitySkeleton['Skeleton'/1367, l='MpServer', x=171.50, y=52.00, z=285.50], EntitySkeleton['Skeleton'/1368, l='MpServer', x=170.50, y=52.00, z=284.50], EntitySpider['Spider'/1370, l='MpServer', x=173.50, y=52.00, z=283.50], EntityimperialSoldier['Imperial Soldier'/1379, l='MpServer', x=262.50, y=71.00, z=178.50], EntityimperialSoldier['Imperial Soldier'/1380, l='MpServer', x=262.50, y=71.00, z=176.50], EntityulfricStormcloak['Ulfric Stormcloak'/363, l='MpServer', x=184.51, y=65.00, z=222.88], EntityCreeper['Creeper'/1394, l='MpServer', x=213.50, y=31.00, z=300.50], EntityArrowCustom['entity.testenvironmentmod.entityBulletorc.name'/1908, l='MpServer', x=301.50, y=29.00, z=180.50], EntitygeneralTalius['General Talius'/1398, l='MpServer', x=190.50, y=66.00, z=177.50], EntitythivesGuildThief['Thives Guild Thief'/1418, l='MpServer', x=233.50, y=77.00, z=279.50], EntityBat['Bat'/402, l='MpServer', x=180.59, y=49.00, z=274.28], EntityBat['Bat'/403, l='MpServer', x=179.38, y=49.00, z=274.94], EntityBat['Bat'/405, l='MpServer', x=181.13, y=49.00, z=271.50], EntityBat['Bat'/407, l='MpServer', x=240.34, y=29.16, z=158.44], EntityClientPlayerMP['Player100'/344, l='MpServer', x=238.50, y=67.62, z=234.50], EntitythalmorMale['Thalmor Male'/1451, l='MpServer', x=186.50, y=65.00, z=238.50], EntitythalmorMale['Thalmor Male'/1452, l='MpServer', x=185.50, y=65.00, z=236.50], EntitythalmorFemale['Thalmor Female'/1453, l='MpServer', x=188.43, y=65.00, z=233.00], EntityZombie['Zombie'/955, l='MpServer', x=266.53, y=41.00, z=179.94], EntitythalmorFemale['Thalmor Female'/958, l='MpServer', x=270.50, y=41.00, z=179.50], EntitythalmorFemale['Thalmor Female'/960, l='MpServer', x=267.50, y=41.00, z=182.05], EntitythalmorFemale['Thalmor Female'/961, l='MpServer', x=266.09, y=41.00, z=181.95], EntitySkeleton['Skeleton'/1479, l='MpServer', x=310.50, y=37.00, z=168.50], EntitySkeleton['Skeleton'/1480, l='MpServer', x=310.50, y=37.00, z=170.50], EntityCreeper['Creeper'/969, l='MpServer', x=244.50, y=24.00, z=288.50], EntityulfricStormcloak['Ulfric Stormcloak'/1488, l='MpServer', x=300.50, y=69.00, z=185.50], EntityulfricStormcloak['Ulfric Stormcloak'/1489, l='MpServer', x=299.50, y=69.00, z=186.50], EntityBat['Bat'/982, l='MpServer', x=274.34, y=33.18, z=173.84], EntityBat['Bat'/994, l='MpServer', x=300.00, y=31.21, z=196.66], EntityBat['Bat'/995, l='MpServer', x=298.47, y=32.37, z=199.00], EntitySkeleton['Skeleton'/501, l='MpServer', x=195.50, y=27.00, z=162.50], EntitySkeleton['Skeleton'/502, l='MpServer', x=202.50, y=27.00, z=164.50]]
    Retry entities: 0 total; []
    Server brand: fml,forge
    Server type: Integrated singleplayer server
Stacktrace:
    at net.minecraft.client.multiplayer.WorldClient.addWorldInfoToCrashReport(WorldClient.java:373)
    at net.minecraft.client.Minecraft.addGraphicsAndWorldToCrashReport(Minecraft.java:2444)
    at net.minecraft.client.Minecraft.run(Minecraft.java:927)
    at net.minecraft.client.main.Main.main(SourceFile:148)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
    at net.minecraftforge.gradle.GradleStartCommon.launch(Unknown Source)
    at GradleStart.main(Unknown Source)

-- System Details --
Details:
    Minecraft Version: 1.7.10
    Operating System: Windows 7 (amd64) version 6.1
    Java Version: 1.8.0_101, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 212916464 bytes (203 MB) / 403177472 bytes (384 MB) up to 954728448 bytes (910 MB)
    JVM Flags: 0 total;
    AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    IntCache: cache: 1, tcache: 1, allocated: 12, tallocated: 94
    FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1558 4 mods loaded, 4 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] (forgeBin-1.7.10-10.13.4.1558-1.7.10.jar)
    UCHIJAAAA    Forge{10.13.4.1558} [Minecraft Forge] (forgeBin-1.7.10-10.13.4.1558-1.7.10.jar)
    UCHIJAAAA    testenvironmentmod{1.0} [testenvironmentmod] (modid-1.0.jar)
    GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.5.13399 Compatibility Profile Context 15.200.1062.1004' Renderer: 'AMD Radeon HD 5450'
    Launched Version: 1.7.10
    LWJGL: 2.9.1
    OpenGL: AMD Radeon HD 5450 GL version 4.5.13399 Compatibility Profile Context 15.200.1062.1004, 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: []
    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)

From what I can tell, one of…
Sun, 11/05/2017 - 15:15

From what I can tell, one of the mobs shoots arrows. As for now, events are not fully multiplayer supported, so that could cause the problem.

Also, it looks like you have added a lot of components without testing them. Usually, it's a good idea to test the mod every time you add a new element. That way you can make sure that nothing is wrong or at least make debugging much easier.

Hope this helps, happy modding!