I have recently been struggling with playing modded survival. Specifically, my game has been crashing, giving me the message below:
---- Minecraft Crash Report ----
WARNING: coremods are present:
ThaumcraftLoader (Thaumcraft-Mod-1.8.jar)
NowWithRendering (hopperducts-mc1.8-1.4.5.jar)
TMIForgeLoader (TooManyItems2015_02_14_1.8_Forge.jar)
Mine and Blade: Battlegear2 (1.8-MB_Battlegear2-Bullseye-1.0.10.1.jar)
Contact their authors BEFORE contacting forge
// Hi. I'm Minecraft, and I'm a crashaholic.
Time: 8/16/16 9:38 PM
Description: Unexpected error
java.lang.ClassCastException: net.minecraft.item.ItemAxe cannot be cast to net.minecraft.item.ItemSword
at drzhark.mocreatures.entity.monster.MoCEntityWerewolf.func_70097_a(MoCEntityWerewolf.java:170)
at net.minecraft.entity.player.EntityPlayer.func_71059_n(Unknown Source)
at net.minecraft.client.multiplayer.PlayerControllerMP.func_78764_a(Unknown Source)
at net.minecraft.client.Minecraft.func_147116_af(Minecraft.java:1434)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:2036)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1028)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:345)
at net.minecraft.client.main.Main.main(SourceFile:120)
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:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
NowWithRendering (hopperducts-mc1.8-1.4.5.jar)
net.fybertech.nwr.NowWithRendering
TMIForgeLoader (TooManyItems2015_02_14_1.8_Forge.jar)
TMIForgeTransformer
Mine and Blade: Battlegear2 (1.8-MB_Battlegear2-Bullseye-1.0.10.1.jar)
mods.battlegear2.coremod.transformers.EntityPlayerTransformer
mods.battlegear2.coremod.transformers.ModelBipedTransformer
mods.battlegear2.coremod.transformers.NetClientHandlerTransformer
mods.battlegear2.coremod.transformers.NetServerHandlerTransformer
mods.battlegear2.coremod.transformers.PlayerControllerMPTransformer
mods.battlegear2.coremod.transformers.ItemRendererTransformer
mods.battlegear2.coremod.transformers.RenderItemTransformer
mods.battlegear2.coremod.transformers.MinecraftTransformer
mods.battlegear2.coremod.transformers.ItemStackTransformer
mods.battlegear2.coremod.transformers.ItemInWorldTransformer
mods.battlegear2.coremod.transformers.EntityAIControlledByPlayerTransformer
mods.battlegear2.coremod.transformers.EntityOtherPlayerMPTransformer
GL info: ' Vendor: 'Intel' Version: '4.3.0 - Build 20.19.15.4444' Renderer: 'Intel(R) HD Graphics 4400'
Launched Version: 1.8-forge1.8-11.14.4.1563
LWJGL: 2.9.1
OpenGL: Intel(R) HD Graphics 4400 GL version 4.3.0 - Build 20.19.15.4444, Intel
GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.
Using VBOs: Yes
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)
OptiFine Version: OptiFine_1.8_HD_U_H6
Render Distance Chunks: 12
Mipmaps: 4
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: null
OpenGlVersion: 4.3.0 - Build 20.19.15.4444
OpenGlRenderer: Intel(R) HD Graphics 4400
OpenGlVendor: Intel
CpuCount: 4
Is it possible for anyone to highlight which mod is causing the issue/the issue in the first place and direct me as to removing the "bad egg"? I know it sounds like a rather noobish question, but I am just getting into modding and do not have a lot of experience in the matter.
Thanks in advance.
the most obvious mod contributing to the crash is mo' creatures. another mod seems to be equipping werewolfs with axes, and mo' creatures (for some reason) doesn't check the class of the item the werewolf is holding before attempting to cast it - this is bad coding on mo' creature's part.
Hi there,
I have recently been struggling with playing modded survival. Specifically, my game has been crashing, giving me the message below:
---- Minecraft Crash Report ----
WARNING: coremods are present:ThaumcraftLoader (Thaumcraft-Mod-1.8.jar)
NowWithRendering (hopperducts-mc1.8-1.4.5.jar)
TMIForgeLoader (TooManyItems2015_02_14_1.8_Forge.jar)
Mine and Blade: Battlegear2 (1.8-MB_Battlegear2-Bullseye-1.0.10.1.jar)
Contact their authors BEFORE contacting forge
// Hi. I'm Minecraft, and I'm a crashaholic.
Time: 8/16/16 9:38 PM
Description: Unexpected error
java.lang.ClassCastException: net.minecraft.item.ItemAxe cannot be cast to net.minecraft.item.ItemSword
at drzhark.mocreatures.entity.monster.MoCEntityWerewolf.func_70097_a(MoCEntityWerewolf.java:170)
at net.minecraft.entity.player.EntityPlayer.func_71059_n(Unknown Source)
at net.minecraft.client.multiplayer.PlayerControllerMP.func_78764_a(Unknown Source)
at net.minecraft.client.Minecraft.func_147116_af(Minecraft.java:1434)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:2036)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1028)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:345)
at net.minecraft.client.main.Main.main(SourceFile:120)
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:483)
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 drzhark.mocreatures.entity.monster.MoCEntityWerewolf.func_70097_a(MoCEntityWerewolf.java:170)
at net.minecraft.entity.player.EntityPlayer.func_71059_n(Unknown Source)
at net.minecraft.client.multiplayer.PlayerControllerMP.func_78764_a(Unknown Source)
at net.minecraft.client.Minecraft.func_147116_af(Minecraft.java:1434)
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityPlayerSP['Splat109'/46, l='MpServer', x=63.78, y=68.00, z=531.18]]
Chunk stats: MultiplayerChunkCache: 50, 50
Level seed: 0
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options:
Level spawn location: 7.00,64.00,77.00 - World: (7,64,77), Chunk: (at 7,4,13 in 0,4; contains blocks 0,0,64 to 15,255,79), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 414923 game time, 517656 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: survival (ID 0). Hardcore: false. Cheats: false
Forced entities: 630 total; [MoCEntitySmallFish['SmallFish'/1024, l='MpServer', x=-38.50, y=67.00, z=510.50], MoCEntityFishy['Fishy'/1025, l='MpServer', x=-43.50, y=68.00, z=505.50], MoCEntitySmallFish['SmallFish'/1026, l='MpServer', x=-34.50, y=65.00, z=509.50], MoCEntityMediumFish['MediumFish'/1027, l='MpServer', x=-39.72, y=68.00, z=509.34], MoCEntityFishy['Fishy'/1028, l='MpServer', x=-46.50, y=73.00, z=508.50], MoCEntitySmallFish['SmallFish'/1029, l='MpServer', x=-42.50, y=70.00, z=509.50], MoCEntityFishy['Fishy'/1030, l='MpServer', x=-41.50, y=70.00, z=508.50], MoCEntityFishy['Fishy'/1031, l='MpServer', x=-35.50, y=67.00, z=507.50], MoCEntityMediumFish['MediumFish'/1032, l='MpServer', x=-35.50, y=71.00, z=503.50], MoCEntityFishy['Fishy'/1033, l='MpServer', x=-47.50, y=71.00, z=510.50], MoCEntityFishy['Fishy'/1034, l='MpServer', x=-45.50, y=71.00, z=509.50], MoCEntityOgre['Ogre'/1036, l='MpServer', x=85.50, y=20.00, z=626.16], MoCEntityFlameWraith['FlameWraith'/1038, l='MpServer', x=-2.88, y=34.28, z=623.13], MoCEntityRat['Rat'/1039, l='MpServer', x=-17.50, y=15.00, z=603.50], MoCEntitySmallFish['SmallFish'/1040, l='MpServer', x=-8.50, y=63.00, z=459.50], MoCEntityJellyFish['JellyFish'/1041, l='MpServer', x=-12.50, y=63.00, z=456.50], MoCEntityFishy['Fishy'/1042, l='MpServer', x=-11.50, y=63.00, z=457.50], MoCEntityFishy['Fishy'/1043, l='MpServer', x=-12.50, y=63.00, z=455.50], MoCEntityJellyFish['JellyFish'/1044, l='MpServer', x=-13.50, y=63.00, z=453.50], MoCEntityPiranha['Piranha'/1045, l='MpServer', x=-11.22, y=62.91, z=458.53], MoCEntityWerewolf['Werewolf'/48, l='MpServer', x=63.44, y=68.00, z=529.75], EntityPlayerSP['Splat109'/46, l='MpServer', x=63.78, y=68.00, z=531.18], EntityChicken['Chicken'/50, l='MpServer', x=55.41, y=74.56, z=518.38], MoCEntityFlameWraith['FlameWraith'/51, l='MpServer', x=78.75, y=17.22, z=541.03], EntityBrainyZombie['Angry Zombie'/52, l='MpServer', x=73.38, y=53.00, z=543.06], EntityCow['Cow'/53, l='MpServer', x=76.31, y=68.00, z=537.78], EntityXPOrb['Experience Orb'/54, l='MpServer', x=65.22, y=64.53, z=531.48], EntityXPOrb['Experience Orb'/55, l='MpServer', x=62.75, y=66.50, z=530.75], EntityChicken['Chicken'/56, l='MpServer', x=67.50, y=69.00, z=534.47], EntityChicken['Chicken'/57, l='MpServer', x=64.56, y=68.00, z=538.66], EntityCow['Cow'/58, l='MpServer', x=76.44, y=68.00, z=536.81], EntityXPOrb['Experience Orb'/59, l='MpServer', x=62.50, y=64.37, z=531.66], EntityCow['Cow'/60, l='MpServer', x=49.50, y=68.00, z=546.19], MoCEntityButterfly['ButterFly'/61, l='MpServer', x=34.34, y=70.03, z=516.44], EntityChicken['Chicken'/62, l='MpServer', x=73.53, y=68.00, z=516.38], EntityBrainyZombie['Angry Zombie'/63, l='MpServer', x=73.84, y=54.00, z=547.31], EntityChicken['Chicken'/64, l='MpServer', x=66.69, y=68.56, z=546.06], EntityChicken['Chicken'/65, l='MpServer', x=70.28, y=67.63, z=546.50], MoCEntityWerewolf['Werewolf'/66, l='MpServer', x=16.47, y=29.00, z=534.88], MoCEntityRat['Rat'/67, l='MpServer', x=21.50, y=43.00, z=528.50], EntityChicken['Chicken'/68, l='MpServer', x=54.50, y=68.00, z=507.66], EntityRabbit['Rabbit'/1092, l='MpServer', x=133.47, y=69.00, z=470.19], EntityItem['item.item.egg'/69, l='MpServer', x=54.09, y=50.80, z=508.28], MoCEntityFlameWraith['FlameWraith'/1093, l='MpServer', x=8.25, y=31.00, z=636.00], EntityChicken['Chicken'/70, l='MpServer', x=53.94, y=68.00, z=506.50], MoCEntityFlameWraith['FlameWraith'/1094, l='MpServer', x=8.00, y=34.06, z=633.25], MoCEntityHorseMob['HorseMob'/71, l='MpServer', x=80.69, y=28.00, z=541.28], MoCEntitySmallFish['SmallFish'/1095, l='MpServer', x=-47.50, y=65.00, z=577.50], MoCEntityFlameWraith['FlameWraith'/72, l='MpServer', x=84.25, y=46.50, z=530.25], MoCEntityRat['Rat'/1096, l='MpServer', x=-42.50, y=28.00, z=491.50], EntityWizzrobe['Wizzrobe'/73, l='MpServer', x=58.97, y=30.00, z=563.28], MoCEntityBee['Bee'/1097, l='MpServer', x=175.50, y=67.44, z=536.78], MoCEntityMiniGolem['MiniGolem'/74, l='MpServer', x=20.47, y=19.00, z=551.47], MoCEntitySmallFish['SmallFish'/1098, l='MpServer', x=-50.50, y=23.00, z=521.50], MoCEntitySnail['Snail'/75, l='MpServer', x=41.66, y=65.00, z=500.91], MoCEntitySnail['Snail'/76, l='MpServer', x=42.00, y=65.00, z=498.22], MoCEntityMediumFish['MediumFish'/1100, l='MpServer', x=-48.50, y=23.00, z=521.50], MoCEntitySnail['Snail'/77, l='MpServer', x=39.50, y=65.00, z=501.56], MoCEntityPiranha['Piranha'/1101, l='MpServer', x=-51.28, y=23.00, z=522.13], MoCEntityWWolf['WWolf'/78, l='MpServer', x=91.50, y=63.00, z=526.50], MoCEntityMediumFish['MediumFish'/1102, l='MpServer', x=-52.50, y=60.00, z=521.50], EntityBrainyZombie['Angry Zombie'/79, l='MpServer', x=83.09, y=53.00, z=557.50], MoCEntityRat['Rat'/80, l='MpServer', x=62.50, y=11.00, z=481.50], MoCEntitySmallFish['SmallFish'/1104, l='MpServer', x=-49.88, y=63.00, z=521.78], EntityBrainyZombie['Angry Zombie'/81, l='MpServer', x=42.34, y=22.00, z=482.34], MoCEntityFishy['Fishy'/1105, l='MpServer', x=-49.50, y=63.00, z=522.50], EntityItem['item.item.brain'/82, l='MpServer', x=98.41, y=34.22, z=513.13], MoCEntityPiranha['Piranha'/1106, l='MpServer', x=-53.53, y=60.00, z=521.41], EntityItem['item.item.rottenFlesh'/83, l='MpServer', x=99.04, y=33.99, z=513.38], MoCEntityPiranha['Piranha'/1107, l='MpServer', x=-49.19, y=70.00, z=517.50], MoCEntitySnail['Snail'/84, l='MpServer', x=107.72, y=69.00, z=519.47], MoCEntitySnail['Snail'/85, l='MpServer', x=108.78, y=69.00, z=518.81], MoCEntityFishy['Fishy'/1109, l='MpServer', x=-48.50, y=69.00, z=520.50], MoCEntitySnail['Snail'/86, l='MpServer', x=101.31, y=64.00, z=521.63], MoCEntitySmallFish['SmallFish'/1110, l='MpServer', x=-50.50, y=72.00, z=517.50], MoCEntitySnail['Snail'/87, l='MpServer', x=105.72, y=69.00, z=519.00], MoCEntityPiranha['Piranha'/1111, l='MpServer', x=-48.53, y=69.00, z=519.97], MoCEntityRat['Rat'/88, l='MpServer', x=25.97, y=30.00, z=583.00], MoCEntityJellyFish['JellyFish'/1112, l='MpServer', x=-52.50, y=75.00, z=517.50], MoCEntityRoach['Roach'/89, l='MpServer', x=18.91, y=73.00, z=494.94], MoCEntityMediumFish['MediumFish'/1113, l='MpServer', x=-48.50, y=71.00, z=522.50], EntityBrainyZombie['Angry Zombie'/90, l='MpServer', x=91.66, y=47.00, z=493.03], MoCEntityJellyFish['JellyFish'/1114, l='MpServer', x=-50.78, y=74.00, z=521.19], MoCEntityPiranha['Piranha'/91, l='MpServer', x=-12.88, y=34.00, z=543.47], MoCEntityFishy['Fishy'/1115, l='MpServer', x=-48.50, y=68.00, z=517.50], MoCEntityFishy['Fishy'/92, l='MpServer', x=-15.50, y=72.00, z=534.50], MoCEntityJellyFish['JellyFish'/1116, l='MpServer', x=-52.50, y=75.00, z=518.50], MoCEntityPiranha['Piranha'/93, l='MpServer', x=-13.09, y=71.00, z=542.31], MoCEntityPiranha['Piranha'/1117, l='MpServer', x=-50.88, y=72.00, z=515.66], MoCEntityFishy['Fishy'/94, l='MpServer', x=-14.50, y=70.00, z=543.50], MoCEntityMediumFish['MediumFish'/1118, l='MpServer', x=-50.50, y=74.00, z=512.50], MoCEntityMediumFish['MediumFish'/95, l='MpServer', x=-15.75, y=72.00, z=533.53], MoCEntityJellyFish['JellyFish'/1119, l='MpServer', x=-50.00, y=74.00, z=521.84], MoCEntityFishy['Fishy'/1120, l='MpServer', x=-51.50, y=76.00, z=521.50], MoCEntityRat['Rat'/97, l='MpServer', x=118.50, y=22.00, z=538.50], MoCEntityFishy['Fishy'/1121, l='MpServer', x=-49.50, y=71.00, z=514.50], MoCEntityRat['Rat'/99, l='MpServer', x=-15.50, y=38.00, z=550.50], MoCEntityFishy['Fishy'/101, l='MpServer', x=-15.50, y=71.00, z=549.50], MoCEntitySilverSkeleton['SilverSkeleton'/109, l='MpServer', x=32.53, y=45.00, z=470.78], MoCEntityRat['Rat'/1134, l='MpServer', x=41.50, y=31.00, z=421.50], MoCEntityRat['Rat'/1135, l='MpServer', x=43.50, y=31.00, z=421.50], MoCEntityFirefly['Firefly'/1136, l='MpServer', x=43.00, y=66.00, z=424.00], MoCEntityWerewolf['Werewolf'/1137, l='MpServer', x=130.50, y=26.00, z=461.50], MoCEntitySnail['Snail'/1138, l='MpServer', x=173.47, y=64.00, z=525.22], MoCEntityFishy['Fishy'/1139, l='MpServer', x=165.50, y=28.00, z=558.50], MoCEntitySmallFish['SmallFish'/1140, l='MpServer', x=170.50, y=46.00, z=558.50], MoCEntitySmallFish['SmallFish'/1141, l='MpServer', x=172.47, y=61.97, z=556.47], EntitySquid['Squid'/140, l='MpServer', x=64.47, y=61.97, z=472.13], MoCEntityScorpion['Scorpion'/1165, l='MpServer', x=25.50, y=30.00, z=640.19], MoCEntityRat['Rat'/1166, l='MpServer', x=25.50, y=30.00, z=641.81], EntityBrainyZombie['Angry Zombie'/143, l='MpServer', x=76.50, y=50.00, z=592.50], MoCEntityDolphin['Dolphin'/1167, l='MpServer', x=-58.53, y=61.22, z=574.34], MoCEntityHorseMob['HorseMob'/144, l='MpServer', x=78.81, y=65.00, z=601.31], MoCEntitySmallFish['SmallFish'/1168, l='MpServer', x=-49.50, y=63.00, z=575.50], MoCEntityHorseMob['HorseMob'/145, l='MpServer', x=76.50, y=65.00, z=600.50], MoCEntityWerewolf['Werewolf'/146, l='MpServer', x=69.50, y=65.00, z=604.63], MoCEntityWerewolf['Werewolf'/147, l='MpServer', x=6.00, y=60.00, z=586.28], MoCEntitySmallFish['SmallFish'/1171, l='MpServer', x=-48.50, y=63.00, z=569.50], MoCEntityWerewolf['Werewolf'/148, l='MpServer', x=11.13, y=60.00, z=584.97], MoCEntityFishy['Fishy'/1172, l='MpServer', x=-48.50, y=63.00, z=568.50], MoCEntitySnail['Snail'/149, l='MpServer', x=0.75, y=68.00, z=581.38], MoCEntityFishy['Fishy'/1173, l='MpServer', x=-48.50, y=63.00, z=570.50], MoCEntitySnail['Snail'/150, l='MpServer', x=2.25, y=68.00, z=581.25], MoCEntityWerewolf['Werewolf'/151, l='MpServer', x=97.56, y=21.00, z=493.56], MoCEntityMediumFish['MediumFish'/1175, l='MpServer', x=-50.50, y=73.00, z=511.50], EntitySquid['Squid'/152, l='MpServer', x=109.72, y=62.28, z=483.75], EntitySquid['Squid'/153, l='MpServer', x=109.06, y=59.88, z=482.00], MoCEntityMediumFish['MediumFish'/1177, l='MpServer', x=166.50, y=63.00, z=573.50], EntitySquid['Squid'/154, l='MpServer', x=111.63, y=62.50, z=486.63], MoCEntityFishy['Fishy'/1178, l='MpServer', x=166.50, y=63.00, z=575.50], EntitySquid['Squid'/155, l='MpServer', x=107.59, y=60.94, z=480.56], MoCEntitySmallFish['SmallFish'/1179, l='MpServer', x=166.50, y=63.00, z=574.50], MoCEntityThrowableRock['entity.MoCre
atures.TRock.name'/156, l='MpServer', x=99.44, y=65.00, z=576.66], MoCEntityFishy['Fishy'/1180, l='MpServer', x=168.50, y=63.00, z=570.50], MoCEntityWerewolf['Werewolf'/157, l='MpServer', x=23.97, y=46.00, z=471.28], MoCEntitySmallFish['SmallFish'/1181, l='MpServer', x=160.13, y=62.00, z=564.13], MoCEntityWerewolf['Werewolf'/158, l='MpServer', x=18.44, y=44.00, z=465.44], MoCEntityFishy['Fishy'/1182, l='MpServer', x=171.50, y=65.00, z=570.50], EntityWizzrobe['Wizzrobe'/159, l='MpServer', x=93.78, y=52.00, z=471.06], MoCEntityFishy['Fishy'/1183, l='MpServer', x=-55.50, y=23.00, z=582.50], MoCEntityWerewolf['Werewolf'/160, l='MpServer', x=84.44, y=51.00, z=479.53], MoCEntitySmallFish['SmallFish'/1184, l='MpServer', x=-52.50, y=16.00, z=583.50], MoCEntityMaggot['Maggot'/161, l='MpServer', x=95.53, y=72.00, z=469.47], MoCEntityMediumFish['MediumFish'/1185, l='MpServer', x=-62.50, y=30.00, z=586.50], MoCEntityMiniGolem['MiniGolem'/162, l='MpServer', x=116.50, y=13.00, z=567.50], MoCEntityJellyFish['JellyFish'/1186, l='MpServer', x=-55.50, y=44.00, z=584.50], MoCEntityMiniGolem['MiniGolem'/163, l='MpServer', x=117.75, y=13.88, z=566.22], MoCEntitySmallFish['SmallFish'/1187, l='MpServer', x=-55.50, y=43.00, z=583.50], MoCEntityPiranha['Piranha'/164, l='MpServer', x=-19.88, y=12.00, z=534.56], MoCEntityFishy['Fishy'/1188, l='MpServer', x=-59.50, y=33.00, z=588.50], MoCEntityFishy['Fishy'/165, l='MpServer', x=-20.50, y=9.00, z=535.50], MoCEntityMediumFish['MediumFish'/1189, l='MpServer', x=-62.50, y=36.00, z=582.50], MoCEntitySmallFish['SmallFish'/166, l='MpServer', x=-22.69, y=10.00, z=529.38], MoCEntityFishy['Fishy'/1190, l='MpServer', x=-56.50, y=51.00, z=577.50], MoCEntityFishy['Fishy'/167, l='MpServer', x=-18.50, y=12.00, z=534.50], MoCEntityFishy['Fishy'/1191, l='MpServer', x=-56.50, y=51.00, z=583.50], MoCEntityFishy['Fishy'/168, l='MpServer', x=-19.16, y=14.00, z=531.19], MoCEntityFishy['Fishy'/1192, l='MpServer', x=-57.50, y=51.00, z=584.50], MoCEntityFishy['Fishy'/169, l='MpServer', x=-20.50, y=13.00, z=534.50], MoCEntityJellyFish['JellyFish'/1193, l='MpServer', x=-49.50, y=63.00, z=576.50], MoCEntityFishy['Fishy'/170, l='MpServer', x=-16.50, y=8.00, z=537.50], MoCEntityMediumFish['MediumFish'/1194, l='MpServer', x=-56.50, y=51.00, z=581.50], MoCEntitySmallFish['SmallFish'/171, l='MpServer', x=-18.50, y=13.00, z=533.50], MoCEntityJellyFish['JellyFish'/1195, l='MpServer', x=-56.50, y=63.00, z=585.50], MoCEntitySmallFish['SmallFish'/172, l='MpServer', x=-21.50, y=10.00, z=536.50], MoCEntityMediumFish['MediumFish'/1196, l='MpServer', x=-57.50, y=51.00, z=583.50], MoCEntitySmallFish['SmallFish'/173, l='MpServer', x=-18.50, y=12.00, z=535.50], MoCEntityJellyFish['JellyFish'/1197, l='MpServer', x=-57.50, y=63.00, z=586.50], MoCEntityFishy['Fishy'/174, l='MpServer', x=-25.50, y=14.00, z=535.50], MoCEntityJellyFish['JellyFish'/1198, l='MpServer', x=-54.50, y=51.00, z=581.50], MoCEntityJellyFish['JellyFish'/175, l='MpServer', x=-22.50, y=5.00, z=534.50], MoCEntityMediumFish['MediumFish'/1199, l='MpServer', x=-56.56, y=51.00, z=585.69], MoCEntitySmallFish['SmallFish'/176, l='MpServer', x=-21.50, y=10.00, z=530.50], MoCEntitySmallFish['SmallFish'/1200, l='MpServer', x=-56.50, y=51.00, z=582.50], MoCEntityFishy['Fishy'/177, l='MpServer', x=-19.50, y=10.00, z=541.50], MoCEntityJellyFish['JellyFish'/1201, l='MpServer', x=-57.50, y=51.00, z=581.50], MoCEntityJellyFish['JellyFish'/178, l='MpServer', x=-22.50, y=10.00, z=528.50], MoCEntityFishy['Fishy'/1202, l='MpServer', x=-55.50, y=51.00, z=578.50], MoCEntityFishy['Fishy'/179, l='MpServer', x=-20.50, y=10.00, z=543.50], MoCEntityMediumFish['MediumFish'/1203, l='MpServer', x=-58.38, y=63.00, z=587.59], MoCEntitySmallFish['SmallFish'/180, l='MpServer', x=-17.50, y=12.00, z=535.50], MoCEntityMediumFish['MediumFish'/1204, l='MpServer', x=-51.50, y=64.00, z=583.50], MoCEntityFishy['Fishy'/181, l='MpServer', x=-20.50, y=10.00, z=539.50], MoCEntitySmallFish['SmallFish'/1205, l='MpServer', x=-49.50, y=64.00, z=581.50], MoCEntityFishy['Fishy'/182, l='MpServer', x=-21.03, y=30.00, z=535.78], MoCEntityFishy['Fishy'/1206, l='MpServer', x=-48.50, y=64.00, z=582.50], MoCEntityPiranha['Piranha'/183, l='MpServer', x=-24.50, y=19.00, z=534.50], MoCEntityBee['Bee'/1207, l='MpServer', x=2.50, y=71.00, z=430.97], MoCEntityFishy['Fishy'/184, l='MpServer', x=-19.63, y=30.00, z=535.81], MoCEntityFishy['Fishy'/185, l='MpServer', x=-19.16, y=30.00, z=534.13], MoCEntitySmallFish['SmallFish'/186, l='MpServer', x=-20.28, y=30.00, z=535.84], MoCEntityFishy['Fishy'/187, l='MpServer', x=-22.50, y=17.00, z=530.50], MoCEntityFishy['Fishy'/188, l='MpServer', x=-18.50, y=26.00, z=534.50], MoCEntityWerewolf['Werewolf'/1213, l='MpServer', x=160.53, y=20.00, z=485.63], MoCEntityFishy['Fishy'/190, l='MpServer', x=-22.16, y=24.00, z=529.56], MoCEntityFishy['Fishy'/191, l='MpServer', x=-25.50, y=24.00, z=528.50], MoCEntitySmallFish['SmallFish'/192, l='MpServer', x=-20.50, y=26.00, z=541.50], MoCEntitySmallFish['SmallFish'/193, l='MpServer', x=-21.16, y=17.75, z=530.13], MoCEntityJellyFish['JellyFish'/1217, l='MpServer', x=165.50, y=49.00, z=581.50], MoCEntitySmallFish['SmallFish'/194, l='MpServer', x=-21.50, y=29.00, z=534.50], MoCEntityMediumFish['MediumFish'/195, l='MpServer', x=-20.44, y=32.00, z=538.69], MoCEntityMediumFish['MediumFish'/196, l='MpServer', x=-21.50, y=32.00, z=535.50], MoCEntityJellyFish['JellyFish'/1220, l='MpServer', x=166.50, y=49.00, z=581.50], MoCEntityFishy['Fishy'/197, l='MpServer', x=-23.50, y=36.00, z=532.50], MoCEntityMediumFish['MediumFish'/198, l='MpServer', x=-16.31, y=32.00, z=537.88], MoCEntityJellyFish['JellyFish'/1222, l='MpServer', x=167.50, y=49.00, z=579.50], MoCEntitySmallFish['SmallFish'/199, l='MpServer', x=-18.72, y=32.00, z=535.59], MoCEntityJellyFish['JellyFish'/1223, l='MpServer', x=166.50, y=49.00, z=579.50], MoCEntityJellyFish['JellyFish'/200, l='MpServer', x=-16.28, y=32.00, z=536.41], MoCEntityJellyFish['JellyFish'/1224, l='MpServer', x=163.50, y=63.00, z=577.50], MoCEntitySmallFish['SmallFish'/201, l='MpServer', x=-18.50, y=32.00, z=536.50], MoCEntitySmallFish['SmallFish'/1225, l='MpServer', x=163.50, y=63.00, z=576.50], MoCEntityPiranha['Piranha'/202, l='MpServer', x=-21.53, y=37.00, z=531.50], MoCEntityJellyFish['JellyFish'/1226, l='MpServer', x=161.50, y=63.00, z=580.50], MoCEntityJellyFish['JellyFish'/203, l='MpServer', x=-18.41, y=32.00, z=537.19], MoCEntityJellyFish['JellyFish'/1227, l='MpServer', x=165.50, y=63.00, z=578.50], MoCEntityMediumFish['MediumFish'/204, l='MpServer', x=-17.84, y=32.00, z=534.75], MoCEntityPiranha['Piranha'/205, l='MpServer', x=-21.88, y=32.00, z=534.59], MoCEntityMediumFish['MediumFish'/206, l='MpServer', x=-20.47, y=32.00, z=537.25], MoCEntityPiranha['Piranha'/207, l='MpServer', x=-19.38, y=32.00, z=538.84], MoCEntityFishy['Fishy'/208, l='MpServer', x=-16.50, y=32.00, z=534.50], MoCEntityMediumFish['MediumFish'/209, l='MpServer', x=-21.50, y=32.00, z=536.50], MoCEntityFishy['Fishy'/210, l='MpServer', x=-17.50, y=32.00, z=538.50], MoCEntityAnt['Ant'/1234, l='MpServer', x=141.47, y=65.00, z=626.47], MoCEntityJellyFish['JellyFish'/211, l='MpServer', x=-21.38, y=53.00, z=534.72], MoCEntityJellyFish['JellyFish'/212, l='MpServer', x=-23.50, y=53.00, z=532.50], MoCEntityFishy['Fishy'/213, l='MpServer', x=-21.50, y=60.00, z=528.50], MoCEntityMediumFish['MediumFish'/214, l='MpServer', x=-21.50, y=53.00, z=530.50], MoCEntityFishy['Fishy'/215, l='MpServer', x=-21.91, y=53.00, z=533.88], MoCEntityJellyFish['JellyFish'/216, l='MpServer', x=-22.50, y=53.00, z=531.50], MoCEntityJellyFish['JellyFish'/217, l='MpServer', x=-21.50, y=64.00, z=540.50], MoCEntitySmallFish['SmallFish'/218, l='MpServer', x=-25.50, y=66.00, z=528.50], MoCEntitySmallFish['SmallFish'/219, l='MpServer', x=-19.75, y=66.00, z=534.50], MoCEntitySmallFish['SmallFish'/220, l='MpServer', x=-25.50, y=66.00, z=531.50], MoCEntityJellyFish['JellyFish'/221, l='MpServer', x=-24.50, y=66.00, z=537.50], MoCEntityJellyFish['JellyFish'/222, l='MpServer', x=-21.94, y=65.00, z=535.13], MoCEntityPiranha['Piranha'/223, l='MpServer', x=-17.16, y=67.00, z=543.25], MoCEntityFishy['Fishy'/224, l='MpServer', x=-18.50, y=67.00, z=536.50], MoCEntityFishy['Fishy'/225, l='MpServer', x=-17.50, y=67.00, z=537.50], MoCEntityPiranha['Piranha'/226, l='MpServer', x=-19.19, y=71.00, z=529.63], MoCEntityFishy['Fishy'/227, l='MpServer', x=-19.50, y=70.00, z=529.50], MoCEntityMediumFish['MediumFish'/228, l='MpServer', x=-16.44, y=67.00, z=541.72], MoCEntitySmallFish['SmallFish'/229, l='MpServer', x=-24.59, y=66.00, z=533.59], MoCEntitySmallFish['SmallFish'/230, l='MpServer', x=-20.50, y=65.00, z=543.50], MoCEntityJellyFish['JellyFish'/231, l='MpServer', x=-20.50, y=69.00, z=529.50], MoCEntitySmallFish['SmallFish'/232, l='MpServer', x=-16.50, y=66.00, z=540.50], MoCEntityMediumFish['MediumFish'/233, l='MpServer', x=-16.31, y=70.00, z=533.66], MoCEntitySmallFish['SmallFish'/234, l='MpServer', x=-25.50, y=66.00, z=534.50], MoCEntityMediumFish['MediumFish'/235, l='MpServer', x=-25.50, y=67.00, z=537.50], MoCEntityFishy['Fishy'/236, l='MpServer', x=-25.50, y=66.00, z=532.50], MoCEntitySmallFish['SmallFish'/237, l='MpServer', x=-16.50, y=67.00, z=542.50], MoCEntitySmallFish['SmallFish'/238, l='MpServer', x=-22.50, y=65.00, z=539.50], MoCEntityJellyFish['JellyFish'/239, l='MpServer', x=-19.50, y=65.00, z=540.50], MoCEntityJellyFish['JellyFish'/240, l='MpServer', x=-19.50, y=65.00, z=541.50], MoCEntityJellyFish['JellyFish'/241, l='MpServer', x=-20.50, y=65.00, z=540.50], MoCEntitySmallFish['SmallFish'/1265, l='MpServer', x=185.50, y=34.00, z=531.50], MoCEntityJellyFish['JellyFish'/242, l='MpServer', x=-23.50, y=66.00, z=529.50], MoCEntitySmallFish['SmallFish'/1266, l='MpServer', x=-63.22, y=63.00, z=600.50], MoCEntityJellyFish['JellyFish'/243, l='MpServer', x=-22.50, y=64.00, z=541.50], MoCEntitySmallFish['SmallFish'/1267, l='MpServer', x=-63.50, y=63.00, z=603.50], MoCEntityPiranha['Piranha'/244, l='MpServer', x=-17
.13, y=68.00, z=538.78], MoCEntitySmallFish['SmallFish'/245, l='MpServer', x=-22.50, y=65.00, z=537.50], MoCEntityJellyFish['JellyFish'/246, l='MpServer', x=-22.50, y=64.00, z=542.50], MoCEntityJellyFish['JellyFish'/247, l='MpServer', x=-19.16, y=66.00, z=534.47], MoCEntityPiranha['Piranha'/248, l='MpServer', x=-26.88, y=66.00, z=533.84], MoCEntityPiranha['Piranha'/1272, l='MpServer', x=180.84, y=62.00, z=553.25], MoCEntityPiranha['Piranha'/249, l='MpServer', x=-24.47, y=66.00, z=531.13], MoCEntityJellyFish['JellyFish'/1273, l='MpServer', x=183.50, y=52.00, z=556.50], MoCEntityJellyFish['JellyFish'/250, l='MpServer', x=-26.50, y=66.00, z=529.50], MoCEntityBee['Bee'/1274, l='MpServer', x=191.06, y=70.03, z=555.19], MoCEntityJellyFish['JellyFish'/251, l='MpServer', x=-26.50, y=66.00, z=528.50], MoCEntityMediumFish['MediumFish'/1275, l='MpServer', x=169.50, y=34.00, z=603.50], MoCEntitySmallFish['SmallFish'/252, l='MpServer', x=-16.50, y=71.00, z=532.50], MoCEntityPiranha['Piranha'/1276, l='MpServer', x=170.84, y=62.22, z=604.13], MoCEntityJellyFish['JellyFish'/253, l='MpServer', x=-28.50, y=66.00, z=528.50], MoCEntityPiranha['Piranha'/1277, l='MpServer', x=170.84, y=62.00, z=604.84], MoCEntityShark['Shark'/1278, l='MpServer', x=164.13, y=62.00, z=592.13], MoCEntityMediumFish['MediumFish'/1279, l='MpServer', x=168.69, y=62.00, z=597.28], MoCEntityPiranha['Piranha'/1280, l='MpServer', x=170.25, y=62.22, z=604.13], MoCEntityMediumFish['MediumFish'/1281, l='MpServer', x=172.50, y=62.00, z=607.47], MoCEntitySmallFish['SmallFish'/1282, l='MpServer', x=171.50, y=65.00, z=599.50], MoCEntityFishy['Fishy'/1300, l='MpServer', x=-44.50, y=63.00, z=433.50], MoCEntityDolphin['Dolphin'/1303, l='MpServer', x=-61.19, y=61.00, z=612.25], MoCEntityShark['Shark'/1307, l='MpServer', x=172.84, y=62.00, z=620.13], MoCEntityDolphin['Dolphin'/1308, l='MpServer', x=-64.84, y=63.00, z=600.50], MoCEntityFishy['Fishy'/1324, l='MpServer', x=-35.50, y=63.00, z=419.50], MoCEntityRay['Ray'/1325, l='MpServer', x=-43.50, y=51.00, z=419.50], MoCEntityFishy['Fishy'/1332, l='MpServer', x=182.50, y=63.00, z=616.50], MoCEntityMediumFish['MediumFish'/1345, l='MpServer', x=-48.50, y=51.00, z=418.50], MoCEntityPiranha['Piranha'/1351, l='MpServer', x=191.56, y=62.16, z=632.84], MoCEntityMediumFish['MediumFish'/1352, l='MpServer', x=178.28, y=62.03, z=625.66], MoCEntityFishy['Fishy'/1363, l='MpServer', x=-59.50, y=12.00, z=404.50], MoCEntityFishy['Fishy'/1364, l='MpServer', x=-63.25, y=14.00, z=405.84], MoCEntityFishy['Fishy'/1365, l='MpServer', x=-50.50, y=16.00, z=404.50], MoCEntityFishy['Fishy'/1366, l='MpServer', x=-63.50, y=30.00, z=405.50], MoCEntitySmallFish['SmallFish'/1368, l='MpServer', x=-63.19, y=63.00, z=407.72], MoCEntityJellyFish['JellyFish'/346, l='MpServer', x=-7.50, y=63.00, z=488.50], MoCEntityMediumFish['MediumFish'/347, l='MpServer', x=-5.50, y=63.00, z=486.50], MoCEntitySmallFish['SmallFish'/348, l='MpServer', x=-15.50, y=63.00, z=493.50], MoCEntityMediumFish['MediumFish'/349, l='MpServer', x=-11.50, y=63.00, z=490.50], MoCEntityFishy['Fishy'/350, l='MpServer', x=-3.50, y=63.00, z=484.50], MoCEntityMediumFish['MediumFish'/351, l='MpServer', x=-6.50, y=63.00, z=486.50], MoCEntityFishy['Fishy'/352, l='MpServer', x=-1.50, y=65.00, z=481.50], MoCEntityFishy['Fishy'/353, l='MpServer', x=-1.50, y=65.00, z=484.50], MoCEntityJellyFish['JellyFish'/354, l='MpServer', x=-11.50, y=64.00, z=493.50], MoCEntityFishy['Fishy'/355, l='MpServer', x=-1.50, y=65.00, z=482.50], MoCEntityMediumFish['MediumFish'/356, l='MpServer', x=4.81, y=25.00, z=477.56], MoCEntityMediumFish['MediumFish'/357, l='MpServer', x=4.28, y=25.00, z=475.59], MoCEntityWerewolf['Werewolf'/358, l='MpServer', x=9.97, y=40.00, z=478.06], MoCEntityWerewolf['Werewolf'/359, l='MpServer', x=11.50, y=42.00, z=477.50], MoCEntityMediumFish['MediumFish'/360, l='MpServer', x=2.72, y=43.00, z=479.16], MoCEntityPiranha['Piranha'/361, l='MpServer', x=2.31, y=43.00, z=477.34], MoCEntityWerewolf['Werewolf'/362, l='MpServer', x=7.53, y=42.00, z=479.03], MoCEntityWerewolf['Werewolf'/363, l='MpServer', x=4.44, y=43.00, z=475.44], MoCEntityWerewolf['Werewolf'/364, l='MpServer', x=11.28, y=43.00, z=475.38], MoCEntityWerewolf['Werewolf'/365, l='MpServer', x=9.50, y=42.00, z=479.50], MoCEntityFishy['Fishy'/366, l='MpServer', x=0.50, y=51.00, z=475.50], MoCEntityFishy['Fishy'/367, l='MpServer', x=0.50, y=63.00, z=477.50], MoCEntityMediumFish['MediumFish'/368, l='MpServer', x=0.81, y=68.00, z=479.06], MoCEntityScorpion['Scorpion'/369, l='MpServer', x=125.50, y=22.00, z=486.50], EntityItem['item.item.dyePowder.black'/370, l='MpServer', x=119.06, y=16.52, z=483.25], EntityItem['item.item.dyePowder.black'/371, l='MpServer', x=120.28, y=16.52, z=484.09], EntitySquid['Squid'/372, l='MpServer', x=117.50, y=60.97, z=485.47], EntityItem['item.item.dyePowder.black'/373, l='MpServer', x=118.38, y=27.52, z=485.97], MoCEntityDragonfly['DragonFly'/377, l='MpServer', x=43.16, y=69.00, z=617.72], MoCEntityFishy['Fishy'/411, l='MpServer', x=-20.50, y=10.00, z=544.50], MoCEntitySmallFish['SmallFish'/413, l='MpServer', x=-19.50, y=10.00, z=544.50], MoCEntityFishy['Fishy'/416, l='MpServer', x=-29.31, y=17.00, z=554.38], MoCEntityFishy['Fishy'/418, l='MpServer', x=-22.88, y=36.00, z=549.75], MoCEntityFishy['Fishy'/420, l='MpServer', x=-20.50, y=56.00, z=550.50], MoCEntitySmallFish['SmallFish'/422, l='MpServer', x=-26.75, y=57.00, z=552.63], MoCEntityFishy['Fishy'/424, l='MpServer', x=-31.97, y=58.00, z=554.69], MoCEntityFishy['Fishy'/425, l='MpServer', x=-23.50, y=56.00, z=551.50], MoCEntityPiranha['Piranha'/426, l='MpServer', x=-18.50, y=67.00, z=547.97], MoCEntityFishy['Fishy'/427, l='MpServer', x=-26.50, y=65.00, z=549.50], MoCEntityMediumFish['MediumFish'/428, l='MpServer', x=-28.50, y=64.00, z=548.50], MoCEntityMediumFish['MediumFish'/430, l='MpServer', x=-26.50, y=67.00, z=551.50], MoCEntityPiranha['Piranha'/434, l='MpServer', x=-16.41, y=69.00, z=546.63], MoCEntityPiranha['Piranha'/447, l='MpServer', x=-30.06, y=65.00, z=551.25], MoCEntityMediumFish['MediumFish'/448, l='MpServer', x=-28.50, y=69.00, z=555.69], MoCEntityMediumFish['MediumFish'/449, l='MpServer', x=-22.50, y=65.00, z=544.50], MoCEntityJellyFish['JellyFish'/450, l='MpServer', x=-27.50, y=66.00, z=550.50], MoCEntitySmallFish['SmallFish'/451, l='MpServer', x=-18.50, y=69.00, z=550.50], MoCEntityMediumFish['MediumFish'/452, l='MpServer', x=-28.50, y=64.00, z=547.50], MoCEntityMediumFish['MediumFish'/453, l='MpServer', x=-17.31, y=68.75, z=548.31], MoCEntityFishy['Fishy'/454, l='MpServer', x=-30.66, y=65.00, z=551.53], MoCEntitySmallFish['SmallFish'/455, l='MpServer', x=-26.50, y=66.00, z=550.41], MoCEntityFishy['Fishy'/456, l='MpServer', x=-28.50, y=65.00, z=550.50], MoCEntityJellyFish['JellyFish'/457, l='MpServer', x=-29.84, y=67.00, z=553.47], MoCEntityMediumFish['MediumFish'/458, l='MpServer', x=-23.50, y=68.00, z=551.50], MoCEntityJellyFish['JellyFish'/459, l='MpServer', x=-26.50, y=68.00, z=552.50], MoCEntityPiranha['Piranha'/460, l='MpServer', x=-27.69, y=64.00, z=544.13], MoCEntitySmallFish['SmallFish'/461, l='MpServer', x=-27.50, y=64.00, z=547.50], MoCEntityFishy['Fishy'/462, l='MpServer', x=-29.50, y=66.00, z=552.50], MoCEntityJellyFish['JellyFish'/463, l='MpServer', x=-31.50, y=66.00, z=554.50], MoCEntityMediumFish['MediumFish'/464, l='MpServer', x=-30.50, y=65.00, z=550.50], MoCEntityFishy['Fishy'/465, l='MpServer', x=-20.50, y=67.00, z=549.50], MoCEntityJellyFish['JellyFish'/466, l='MpServer', x=-21.50, y=68.00, z=550.50], MoCEntitySmallFish['SmallFish'/467, l='MpServer', x=-31.50, y=65.00, z=553.50], MoCEntityMediumFish['MediumFish'/468, l='MpServer', x=-24.50, y=67.00, z=550.50], MoCEntityFishy['Fishy'/469, l='MpServer', x=-18.53, y=67.00, z=547.22], MoCEntityMediumFish['MediumFish'/470, l='MpServer', x=-21.50, y=65.00, z=545.50], MoCEntityJellyFish['JellyFish'/471, l='MpServer', x=-25.50, y=68.00, z=551.50], MoCEntityFishy['Fishy'/472, l='MpServer', x=-30.50, y=67.00, z=554.50], MoCEntityMediumFish['MediumFish'/473, l='MpServer', x=-28.50, y=65.00, z=544.50], MoCEntitySmallFish['SmallFish'/474, l='MpServer', x=-30.50, y=65.00, z=552.50], MoCEntityMediumFish['MediumFish'/475, l='MpServer', x=-23.50, y=67.00, z=550.50], MoCEntityMediumFish['MediumFish'/476, l='MpServer', x=-22.31, y=69.00, z=551.41], MoCEntityMediumFish['MediumFish'/477, l='MpServer', x=-22.50, y=67.00, z=550.50], MoCEntityFishy['Fishy'/478, l='MpServer', x=-23.50, y=66.00, z=549.50], MoCEntitySmallFish['SmallFish'/479, l='MpServer', x=-21.50, y=66.00, z=549.50], MoCEntityFishy['Fishy'/480, l='MpServer', x=-19.50, y=66.00, z=548.50], MoCEntityFishy['Fishy'/481, l='MpServer', x=-28.34, y=67.00, z=553.81], MoCEntityJellyFish['JellyFish'/482, l='MpServer', x=-18.50, y=67.00, z=546.50], MoCEntityPiranha['Piranha'/483, l='MpServer', x=-24.88, y=10.00, z=524.44], MoCEntityPiranha['Piranha'/484, l='MpServer', x=-24.97, y=10.00, z=523.50], MoCEntityPiranha['Piranha'/485, l='MpServer', x=-23.94, y=13.00, z=515.13], MoCEntityPiranha['Piranha'/486, l='MpServer', x=-23.53, y=10.00, z=527.50], MoCEntitySmallFish['SmallFish'/487, l='MpServer', x=-31.50, y=12.00, z=523.50], MoCEntitySmallFish['SmallFish'/488, l='MpServer', x=-31.50, y=5.00, z=515.50], MoCEntityMediumFish['MediumFish'/489, l='MpServer', x=-24.59, y=13.00, z=514.38], MoCEntityMediumFish['MediumFish'/490, l='MpServer', x=-24.50, y=13.00, z=516.50], MoCEntitySmallFish['SmallFish'/491, l='MpServer', x=-26.50, y=11.00, z=517.50], MoCEntityJellyFish['JellyFish'/492, l='MpServer', x=-30.50, y=10.00, z=525.50], MoCEntitySmallFish['SmallFish'/493, l='MpServer', x=-31.50, y=10.00, z=525.50], MoCEntityFishy['Fishy'/494, l='MpServer', x=-25.50, y=17.00, z=520.50], MoCEntitySmallFish['SmallFish'/495, l='MpServer', x=-24.50, y=18.00, z=524.50], MoCEntitySmallFish['SmallFish'/496, l='MpServer', x=-24.50, y=17.00, z=515.50], MoCEntityFishy['Fishy'/497, l='MpServer', x=-25.94, y=29.00, z=527.41], MoCEntityFishy['Fishy'/498, l='MpServer', x=-26
.50, y=29.00, z=527.50], MoCEntityJellyFish['JellyFish'/499, l='MpServer', x=-24.50, y=39.00, z=519.50], MoCEntityJellyFish['JellyFish'/500, l='MpServer', x=-27.50, y=50.00, z=518.50], MoCEntitySmallFish['SmallFish'/501, l='MpServer', x=-24.50, y=56.00, z=520.50], MoCEntitySmallFish['SmallFish'/502, l='MpServer', x=-26.50, y=56.00, z=520.50], MoCEntityMediumFish['MediumFish'/503, l='MpServer', x=-27.50, y=65.00, z=518.50], MoCEntitySmallFish['SmallFish'/504, l='MpServer', x=-25.50, y=68.00, z=514.50], MoCEntityFishy['Fishy'/505, l='MpServer', x=-28.50, y=65.00, z=518.50], MoCEntityJellyFish['JellyFish'/506, l='MpServer', x=-25.50, y=68.00, z=520.50], MoCEntityFishy['Fishy'/507, l='MpServer', x=-30.50, y=67.00, z=527.50], MoCEntityMediumFish['MediumFish'/508, l='MpServer', x=-27.50, y=65.00, z=513.50], MoCEntityPiranha['Piranha'/509, l='MpServer', x=-28.50, y=65.00, z=512.50], MoCEntityPiranha['Piranha'/510, l='MpServer', x=-27.19, y=65.00, z=512.03], MoCEntitySmallFish['SmallFish'/561, l='MpServer', x=-22.50, y=68.00, z=526.50], MoCEntityFishy['Fishy'/562, l='MpServer', x=-29.50, y=64.00, z=516.50], MoCEntityJellyFish['JellyFish'/563, l='MpServer', x=-23.50, y=68.00, z=522.50], MoCEntityFishy['Fishy'/564, l='MpServer', x=-22.50, y=71.00, z=520.50], MoCEntityMediumFish['MediumFish'/565, l='MpServer', x=-29.50, y=64.00, z=522.50], MoCEntitySmallFish['SmallFish'/566, l='MpServer', x=-26.50, y=66.00, z=518.50], MoCEntitySmallFish['SmallFish'/567, l='MpServer', x=-29.50, y=64.00, z=518.50], MoCEntityPiranha['Piranha'/568, l='MpServer', x=-18.50, y=72.00, z=527.50], MoCEntityMediumFish['MediumFish'/569, l='MpServer', x=-27.50, y=65.00, z=519.50], MoCEntitySmallFish['SmallFish'/570, l='MpServer', x=-28.50, y=65.00, z=517.50], MoCEntitySmallFish['SmallFish'/571, l='MpServer', x=-23.25, y=66.00, z=526.75], MoCEntityFishy['Fishy'/572, l='MpServer', x=-29.50, y=64.00, z=523.50], MoCEntityMediumFish['MediumFish'/573, l='MpServer', x=-27.50, y=65.00, z=520.50], MoCEntityFishy['Fishy'/574, l='MpServer', x=-31.50, y=64.00, z=518.50], MoCEntityFishy['Fishy'/575, l='MpServer', x=-20.50, y=71.00, z=525.50], MoCEntitySmallFish['SmallFish'/576, l='MpServer', x=-22.50, y=72.00, z=517.50], MoCEntityJellyFish['JellyFish'/577, l='MpServer', x=-24.50, y=66.00, z=527.50], MoCEntityFishy['Fishy'/578, l='MpServer', x=-24.50, y=70.00, z=513.50], MoCEntitySmallFish['SmallFish'/579, l='MpServer', x=-24.50, y=69.00, z=518.50], MoCEntityFishy['Fishy'/580, l='MpServer', x=-23.50, y=72.00, z=514.50], MoCEntityJellyFish['JellyFish'/581, l='MpServer', x=-22.50, y=72.00, z=515.50], MoCEntitySmallFish['SmallFish'/582, l='MpServer', x=-24.50, y=68.00, z=521.50], MoCEntitySmallFish['SmallFish'/583, l='MpServer', x=-22.50, y=72.00, z=518.50], MoCEntitySmallFish['SmallFish'/584, l='MpServer', x=-28.50, y=65.00, z=514.50], MoCEntityMediumFish['MediumFish'/585, l='MpServer', x=-23.50, y=70.00, z=521.50], MoCEntityJellyFish['JellyFish'/586, l='MpServer', x=-24.50, y=70.00, z=514.50], MoCEntityAnt['Ant'/587, l='MpServer', x=137.53, y=79.00, z=527.47], MoCEntityRat['Rat'/589, l='MpServer', x=79.50, y=30.00, z=609.50], MoCEntityMediumFish['MediumFish'/591, l='MpServer', x=-24.50, y=10.00, z=507.50], MoCEntityPiranha['Piranha'/592, l='MpServer', x=-24.16, y=13.00, z=511.94], MoCEntityFishy['Fishy'/593, l='MpServer', x=-26.50, y=10.00, z=496.50], MoCEntityFishy['Fishy'/594, l='MpServer', x=-31.50, y=13.00, z=506.50], MoCEntityFishy['Fishy'/595, l='MpServer', x=-29.50, y=13.00, z=507.50], MoCEntitySmallFish['SmallFish'/596, l='MpServer', x=-26.50, y=11.00, z=508.50], MoCEntityJellyFish['JellyFish'/597, l='MpServer', x=-30.50, y=13.00, z=507.50], MoCEntityMediumFish['MediumFish'/598, l='MpServer', x=-26.50, y=11.00, z=507.50], MoCEntityFishy['Fishy'/599, l='MpServer', x=-30.50, y=13.00, z=509.50], MoCEntityMediumFish['MediumFish'/600, l='MpServer', x=-26.63, y=24.00, z=510.25], MoCEntityMediumFish['MediumFish'/601, l='MpServer', x=-25.22, y=24.00, z=509.88], MoCEntitySmallFish['SmallFish'/602, l='MpServer', x=-25.56, y=24.00, z=510.66], MoCEntitySmallFish['SmallFish'/603, l='MpServer', x=-29.50, y=22.00, z=501.50], MoCEntityPiranha['Piranha'/604, l='MpServer', x=-23.50, y=24.00, z=507.50], MoCEntityFishy['Fishy'/605, l='MpServer', x=-27.50, y=45.00, z=504.50], MoCEntitySmallFish['SmallFish'/606, l='MpServer', x=-28.50, y=51.00, z=502.50], MoCEntityFishy['Fishy'/607, l='MpServer', x=-23.50, y=54.00, z=503.50], MoCEntityJellyFish['JellyFish'/608, l='MpServer', x=-25.50, y=51.00, z=501.50], MoCEntitySmallFish['SmallFish'/609, l='MpServer', x=-28.50, y=51.00, z=503.50], MoCEntityMediumFish['MediumFish'/610, l='MpServer', x=-18.38, y=63.00, z=508.28], MoCEntitySmallFish['SmallFish'/611, l='MpServer', x=-22.50, y=51.00, z=498.50], MoCEntityJellyFish['JellyFish'/612, l='MpServer', x=-25.50, y=51.00, z=503.50], MoCEntityFishy['Fishy'/613, l='MpServer', x=-28.50, y=51.00, z=501.50], MoCEntityFishy['Fishy'/614, l='MpServer', x=-27.50, y=65.00, z=510.50], MoCEntityMediumFish['MediumFish'/615, l='MpServer', x=-29.50, y=65.00, z=511.50], MoCEntityFishy['Fishy'/616, l='MpServer', x=-25.50, y=68.00, z=507.50], MoCEntityMediumFish['MediumFish'/617, l='MpServer', x=-29.50, y=65.00, z=509.50], MoCEntityFishy['Fishy'/618, l='MpServer', x=-29.50, y=67.00, z=505.50], MoCEntitySmallFish['SmallFish'/619, l='MpServer', x=-28.50, y=64.00, z=503.50], MoCEntitySmallFish['SmallFish'/677, l='MpServer', x=-26.50, y=67.00, z=509.50], MoCEntityFishy['Fishy'/678, l='MpServer', x=-22.50, y=72.00, z=509.50], MoCEntityJellyFish['JellyFish'/679, l='MpServer', x=-21.50, y=71.00, z=506.50], MoCEntityMediumFish['MediumFish'/680, l='MpServer', x=-28.50, y=66.00, z=506.50], MoCEntityMediumFish['MediumFish'/681, l='MpServer', x=-28.50, y=66.00, z=507.50], MoCEntitySmallFish['SmallFish'/682, l='MpServer', x=-28.50, y=65.00, z=509.50], MoCEntitySmallFish['SmallFish'/683, l='MpServer', x=-22.50, y=71.00, z=507.50], MoCEntitySmallFish['SmallFish'/684, l='MpServer', x=-23.50, y=71.00, z=509.50], MoCEntityJellyFish['JellyFish'/685, l='MpServer', x=-31.50, y=66.00, z=507.50], MoCEntitySmallFish['SmallFish'/686, l='MpServer', x=-23.50, y=70.00, z=508.50], MoCEntitySmallFish['SmallFish'/687, l='MpServer', x=-22.50, y=70.00, z=506.50], MoCEntityFishy['Fishy'/688, l='MpServer', x=-31.50, y=65.00, z=509.50], MoCEntityMediumFish['MediumFish'/689, l='MpServer', x=-22.50, y=71.00, z=508.50], MoCEntityJellyFish['JellyFish'/690, l='MpServer', x=-24.50, y=68.00, z=505.50], MoCEntityJellyFish['JellyFish'/691, l='MpServer', x=-25.50, y=68.00, z=509.50], MoCEntityFishy['Fishy'/692, l='MpServer', x=-25.50, y=67.00, z=504.50], MoCEntityFishy['Fishy'/693, l='MpServer', x=-28.50, y=65.00, z=510.50], MoCEntityJellyFish['JellyFish'/694, l='MpServer', x=-24.50, y=67.00, z=504.50], MoCEntityFishy['Fishy'/695, l='MpServer', x=-30.50, y=65.00, z=510.50], MoCEntityPiranha['Piranha'/696, l='MpServer', x=-20.50, y=73.00, z=507.50], MoCEntityFishy['Fishy'/697, l='MpServer', x=-27.50, y=65.00, z=511.50], EntityXPOrb['Experience Orb'/700, l='MpServer', x=91.84, y=55.39, z=463.72], MoCEntityScorpion['Scorpion'/701, l='MpServer', x=95.38, y=31.00, z=611.91], MoCEntityRat['Rat'/702, l='MpServer', x=94.50, y=30.00, z=618.50], MoCEntityRat['Rat'/703, l='MpServer', x=91.03, y=30.00, z=619.25], MoCEntityRat['Rat'/705, l='MpServer', x=82.50, y=30.00, z=613.50], EntityWizzrobe['Wizzrobe'/706, l='MpServer', x=85.44, y=30.00, z=611.28], MoCEntityRat['Rat'/707, l='MpServer', x=-12.50, y=53.00, z=606.50], MoCEntityRat['Rat'/708, l='MpServer', x=-11.50, y=53.00, z=606.50], MoCEntityJellyFish['JellyFish'/709, l='MpServer', x=-14.50, y=8.00, z=466.50], MoCEntityFishy['Fishy'/710, l='MpServer', x=-12.50, y=24.00, z=467.50], MoCEntityJellyFish['JellyFish'/711, l='MpServer', x=-9.50, y=27.00, z=471.50], MoCEntityPiranha['Piranha'/712, l='MpServer', x=-8.03, y=60.72, z=470.63], MoCEntityPiranha['Piranha'/713, l='MpServer', x=-7.47, y=60.56, z=470.28], MoCEntityPiranha['Piranha'/714, l='MpServer', x=-5.25, y=58.00, z=464.13], MoCEntitySmallFish['SmallFish'/715, l='MpServer', x=-2.50, y=52.00, z=476.50], MoCEntityJellyFish['JellyFish'/716, l='MpServer', x=-1.50, y=52.00, z=478.50], MoCEntityJellyFish['JellyFish'/717, l='MpServer', x=-0.50, y=51.00, z=477.50], MoCEntityJellyFish['JellyFish'/718, l='MpServer', x=-0.50, y=51.00, z=476.50], MoCEntityMediumFish['MediumFish'/719, l='MpServer', x=-0.50, y=63.00, z=469.50], MoCEntityJellyFish['JellyFish'/720, l='MpServer', x=-1.50, y=51.00, z=477.50], MoCEntityMiniGolem['MiniGolem'/725, l='MpServer', x=120.50, y=15.00, z=473.50], MoCEntityWerewolf['Werewolf'/726, l='MpServer', x=4.50, y=32.00, z=623.50], MoCEntityMiniGolem['MiniGolem'/727, l='MpServer', x=2.50, y=32.00, z=621.50], MoCEntitySmallFish['SmallFish'/728, l='MpServer', x=-20.50, y=15.00, z=492.50], MoCEntitySmallFish['SmallFish'/729, l='MpServer', x=-16.50, y=10.00, z=485.50], MoCEntityFishy['Fishy'/730, l='MpServer', x=-28.50, y=35.00, z=495.50], MoCEntitySmallFish['SmallFish'/731, l='MpServer', x=-16.50, y=63.00, z=495.50], MoCEntityScorpion['Scorpion'/732, l='MpServer', x=96.28, y=30.00, z=613.56], MoCEntitySmallFish['SmallFish'/733, l='MpServer', x=-36.63, y=22.00, z=528.38], MoCEntityFishy['Fishy'/734, l='MpServer', x=-37.50, y=22.00, z=528.50], MoCEntityFishy['Fishy'/735, l='MpServer', x=-36.50, y=22.00, z=529.50], MoCEntitySmallFish['SmallFish'/736, l='MpServer', x=-37.50, y=22.00, z=529.50], MoCEntitySmallFish['SmallFish'/737, l='MpServer', x=-45.50, y=76.00, z=528.50], MoCEntityMediumFish['MediumFish'/738, l='MpServer', x=-37.50, y=71.00, z=528.50], MoCEntityFishy['Fishy'/739, l='MpServer', x=-38.50, y=73.00, z=529.50], MoCEntityJellyFish['JellyFish'/740, l='MpServer', x=-36.50, y=71.00, z=528.50], MoCEntityRat['Rat'/741, l='MpServer', x=63.50, y=40.00, z=636.50], MoCEntitySmallFish['SmallFish'/742, l='MpServer', x=-33.66, y=58.00, z=553.28], MoCEntityJellyFish['JellyFish'/743, l='MpServer', x=-34.50, y=59.00, z=552.50], MoCEntityMediumFish['MediumF
ish'/744, l='MpServer', x=-33.50, y=65.00, z=550.50], MoCEntityJellyFish['JellyFish'/745, l='MpServer', x=-32.50, y=65.00, z=549.50], MoCEntitySmallFish['SmallFish'/746, l='MpServer', x=-35.50, y=65.00, z=550.50], MoCEntitySmallFish['SmallFish'/747, l='MpServer', x=-33.50, y=65.00, z=555.50], MoCEntityFishy['Fishy'/748, l='MpServer', x=-33.41, y=66.00, z=556.81], MoCEntityFishy['Fishy'/749, l='MpServer', x=-33.38, y=64.00, z=551.38], MoCEntityMediumFish['MediumFish'/750, l='MpServer', x=-35.50, y=65.00, z=551.50], MoCEntityPiranha['Piranha'/751, l='MpServer', x=-33.50, y=11.00, z=516.50], MoCEntityPiranha['Piranha'/752, l='MpServer', x=-32.31, y=10.00, z=525.84], MoCEntityMediumFish['MediumFish'/753, l='MpServer', x=-32.50, y=11.00, z=517.50], MoCEntityFishy['Fishy'/754, l='MpServer', x=-35.78, y=13.00, z=522.72], MoCEntityMediumFish['MediumFish'/755, l='MpServer', x=-33.50, y=11.00, z=517.50], MoCEntityFishy['Fishy'/756, l='MpServer', x=-34.88, y=12.00, z=522.06], MoCEntitySmallFish['SmallFish'/757, l='MpServer', x=-41.50, y=14.00, z=522.50], MoCEntityJellyFish['JellyFish'/758, l='MpServer', x=-32.50, y=11.00, z=516.50], MoCEntityJellyFish['JellyFish'/759, l='MpServer', x=-34.50, y=10.00, z=525.50], MoCEntityPiranha['Piranha'/760, l='MpServer', x=-32.88, y=10.00, z=525.84], MoCEntityMediumFish['MediumFish'/761, l='MpServer', x=-34.50, y=10.00, z=516.50], MoCEntityJellyFish['JellyFish'/762, l='MpServer', x=-35.50, y=10.00, z=524.50], MoCEntityFishy['Fishy'/763, l='MpServer', x=-33.66, y=13.00, z=522.00], MoCEntityJellyFish['JellyFish'/764, l='MpServer', x=-34.50, y=11.00, z=517.50], MoCEntitySmallFish['SmallFish'/765, l='MpServer', x=-34.50, y=22.00, z=527.50], MoCEntityMediumFish['MediumFish'/766, l='MpServer', x=-41.50, y=30.00, z=527.50], MoCEntityFishy['Fishy'/767, l='MpServer', x=-43.50, y=23.00, z=524.50], MoCEntityPiranha['Piranha'/768, l='MpServer', x=-42.31, y=23.00, z=522.13], MoCEntitySmallFish['SmallFish'/769, l='MpServer', x=-44.50, y=23.00, z=521.50], MoCEntityPiranha['Piranha'/770, l='MpServer', x=-45.50, y=23.00, z=522.50], MoCEntityMediumFish['MediumFish'/771, l='MpServer', x=-45.66, y=23.00, z=524.34], MoCEntityShark['Shark'/772, l='MpServer', x=-38.91, y=23.00, z=523.84], MoCEntitySmallFish['SmallFish'/773, l='MpServer', x=-39.50, y=16.00, z=522.50], MoCEntityFishy['Fishy'/774, l='MpServer', x=-42.50, y=23.00, z=526.66], MoCEntityFishy['Fishy'/775, l='MpServer', x=-42.50, y=24.00, z=527.50], MoCEntityJellyFish['JellyFish'/776, l='MpServer', x=-42.19, y=23.00, z=524.94], MoCEntitySmallFish['SmallFish'/777, l='MpServer', x=-43.06, y=23.00, z=522.31], MoCEntityJellyFish['JellyFish'/778, l='MpServer', x=-42.56, y=23.00, z=525.97], MoCEntitySmallFish['SmallFish'/779, l='MpServer', x=-37.50, y=22.00, z=527.50], MoCEntityJellyFish['JellyFish'/780, l='MpServer', x=-35.50, y=22.00, z=527.50], MoCEntityFishy['Fishy'/781, l='MpServer', x=-41.50, y=23.00, z=523.50], MoCEntityJellyFish['JellyFish'/782, l='MpServer', x=-40.06, y=23.00, z=525.75], MoCEntityJellyFish['JellyFish'/783, l='MpServer', x=-45.75, y=23.00, z=525.47], MoCEntitySmallFish['SmallFish'/784, l='MpServer', x=-47.50, y=23.00, z=520.50], MoCEntityJellyFish['JellyFish'/785, l='MpServer', x=-46.50, y=23.00, z=521.50], MoCEntityPiranha['Piranha'/786, l='MpServer', x=-43.50, y=23.00, z=521.50], MoCEntityJellyFish['JellyFish'/787, l='MpServer', x=-42.50, y=23.00, z=525.44], MoCEntityJellyFish['JellyFish'/788, l='MpServer', x=-45.50, y=23.00, z=520.50], MoCEntityJellyFish['JellyFish'/789, l='MpServer', x=-43.50, y=23.00, z=523.50], MoCEntitySmallFish['SmallFish'/790, l='MpServer', x=-45.50, y=23.00, z=521.50], MoCEntityPiranha['Piranha'/791, l='MpServer', x=-39.00, y=55.00, z=524.56], MoCEntitySmallFish['SmallFish'/792, l='MpServer', x=-36.50, y=55.00, z=523.50], MoCEntityFishy['Fishy'/793, l='MpServer', x=-35.50, y=55.00, z=523.50], MoCEntityFishy['Fishy'/794, l='MpServer', x=-37.50, y=55.00, z=523.50], MoCEntitySmallFish['SmallFish'/795, l='MpServer', x=-36.50, y=55.00, z=524.50], MoCEntityFishy['Fishy'/796, l='MpServer', x=-33.50, y=67.00, z=526.50], MoCEntitySmallFish['SmallFish'/797, l='MpServer', x=-39.50, y=65.00, z=524.50], MoCEntityJellyFish['JellyFish'/798, l='MpServer', x=-41.50, y=65.00, z=523.50], MoCEntitySmallFish['SmallFish'/799, l='MpServer', x=-45.50, y=66.00, z=521.50], MoCEntityJellyFish['JellyFish'/800, l='MpServer', x=-47.50, y=69.00, z=513.50], MoCEntitySmallFish['SmallFish'/801, l='MpServer', x=-46.50, y=69.00, z=524.50], MoCEntitySmallFish['SmallFish'/802, l='MpServer', x=-43.50, y=65.00, z=516.50], MoCEntityMediumFish['MediumFish'/803, l='MpServer', x=-44.50, y=66.00, z=515.50], MoCEntitySmallFish['SmallFish'/804, l='MpServer', x=-45.50, y=66.00, z=515.50], MoCEntityJellyFish['JellyFish'/805, l='MpServer', x=-38.50, y=66.00, z=525.50], MoCEntityFishy['Fishy'/897, l='MpServer', x=-47.63, y=68.00, z=520.22], MoCEntityFishy['Fishy'/898, l='MpServer', x=-34.50, y=64.00, z=523.50], MoCEntityFishy['Fishy'/899, l='MpServer', x=-47.50, y=67.00, z=519.50], MoCEntitySmallFish['SmallFish'/900, l='MpServer', x=-43.50, y=69.00, z=526.50], MoCEntityFishy['Fishy'/901, l='MpServer', x=-47.28, y=68.00, z=520.97], MoCEntitySmallFish['SmallFish'/902, l='MpServer', x=-32.50, y=64.00, z=517.50], MoCEntityFishy['Fishy'/903, l='MpServer', x=-32.50, y=64.00, z=522.50], MoCEntityJellyFish['JellyFish'/904, l='MpServer', x=-35.50, y=65.00, z=525.50], MoCEntityPiranha['Piranha'/905, l='MpServer', x=-45.50, y=66.00, z=522.50], MoCEntityMediumFish['MediumFish'/906, l='MpServer', x=-42.50, y=69.00, z=526.50], MoCEntityFishy['Fishy'/907, l='MpServer', x=-38.50, y=69.00, z=527.50], MoCEntityJellyFish['JellyFish'/908, l='MpServer', x=-41.50, y=71.00, z=527.50], MoCEntitySmallFish['SmallFish'/909, l='MpServer', x=-44.50, y=68.00, z=525.50], MoCEntityFishy['Fishy'/910, l='MpServer', x=-46.50, y=67.00, z=515.50], MoCEntityMediumFish['MediumFish'/911, l='MpServer', x=-36.50, y=69.00, z=527.50], MoCEntityFishy['Fishy'/912, l='MpServer', x=-34.50, y=68.00, z=527.50], MoCEntityFishy['Fishy'/913, l='MpServer', x=-32.50, y=68.00, z=527.50], MoCEntityFishy['Fishy'/914, l='MpServer', x=-43.50, y=66.00, z=515.50], MoCEntityFishy['Fishy'/915, l='MpServer', x=-39.50, y=64.00, z=522.50], MoCEntityPiranha['Piranha'/988, l='MpServer', x=-41.50, y=6.00, z=562.50], MoCEntityPiranha['Piranha'/989, l='MpServer', x=-45.50, y=28.00, z=566.50], MoCEntityPiranha['Piranha'/990, l='MpServer', x=-43.50, y=28.00, z=569.41], MoCEntityFishy['Fishy'/991, l='MpServer', x=-42.50, y=28.00, z=568.50], MoCEntityMediumFish['MediumFish'/992, l='MpServer', x=-38.50, y=26.00, z=560.50], MoCEntityMediumFish['MediumFish'/993, l='MpServer', x=-36.50, y=26.00, z=560.50], MoCEntityMediumFish['MediumFish'/994, l='MpServer', x=-43.50, y=63.00, z=561.50], MoCEntityJellyFish['JellyFish'/995, l='MpServer', x=-46.50, y=63.00, z=566.50], MoCEntityFishy['Fishy'/996, l='MpServer', x=-45.50, y=63.00, z=566.50], MoCEntityMediumFish['MediumFish'/997, l='MpServer', x=-42.50, y=63.00, z=563.50], MoCEntityMediumFish['MediumFish'/998, l='MpServer', x=-43.50, y=63.00, z=565.50], MoCEntitySmallFish['SmallFish'/999, l='MpServer', x=-47.50, y=63.00, z=566.50], MoCEntitySmallFish['SmallFish'/1000, l='MpServer', x=-42.50, y=66.00, z=569.50], MoCEntitySmallFish['SmallFish'/1001, l='MpServer', x=-43.50, y=65.00, z=567.50], MoCEntityPiranha['Piranha'/1002, l='MpServer', x=-37.50, y=66.00, z=560.50], MoCEntityPiranha['Piranha'/1003, l='MpServer', x=-38.50, y=65.00, z=561.50], MoCEntityMediumFish['MediumFish'/1004, l='MpServer', x=-39.50, y=68.00, z=568.50], MoCEntitySmallFish['SmallFish'/1005, l='MpServer', x=-36.50, y=67.00, z=560.50], MoCEntityJellyFish['JellyFish'/1006, l='MpServer', x=-42.50, y=65.00, z=567.50], MoCEntityMediumFish['MediumFish'/1007, l='MpServer', x=-40.50, y=65.00, z=562.50], MoCEntitySmallFish['SmallFish'/1008, l='MpServer', x=-44.50, y=64.00, z=566.50], MoCEntityPiranha['Piranha'/1009, l='MpServer', x=-36.50, y=68.00, z=562.50], MoCEntitySmallFish['SmallFish'/1010, l='MpServer', x=-41.50, y=64.00, z=564.50], MoCEntityFishy['Fishy'/1011, l='MpServer', x=-40.50, y=65.00, z=563.50], MoCEntityMediumFish['MediumFish'/1018, l='MpServer', x=-32.31, y=10.00, z=508.38], MoCEntityFishy['Fishy'/1019, l='MpServer', x=-34.50, y=67.00, z=507.50], MoCEntityFishy['Fishy'/1020, l='MpServer', x=-33.50, y=64.00, z=511.50], MoCEntityJellyFish['JellyFish'/1021, l='MpServer', x=-41.50, y=69.00, z=509.50], MoCEntitySmallFish['SmallFish'/1022, l='MpServer', x=-34.50, y=72.00, z=504.50], MoCEntitySmallFish['SmallFish'/1023, l='MpServer', x=-34.50, y=66.00, z=508.50]]
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:415)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2502)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:374)
at net.minecraft.client.main.Main.main(SourceFile:120)
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:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --
Details:
Minecraft Version: 1.8
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 223532552 bytes (213 MB) / 931135488 bytes (888 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
FML: MCP v9.10 FML v8.0.99.99 Minecraft Forge 11.14.4.1563 Optifine OptiFine_1.8_HD_U_H6 30 mods loaded, 30 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{8.0.99.99} [Forge Mod Loader] (forge-1.8-11.14.4.1563.jar)
UCHIJAAAA Forge{11.14.4.1563} [Minecraft Forge] (forge-1.8-11.14.4.1563.jar)
UCHIJAAAA TooManyItems{1.8} [TooManyItems] (minecraft.jar)
UCHIJAAAA battlegear2{1.8} [Mine & Blade Battlegear 2 - Bullseye] (1.8-MB_Battlegear2-Bullseye-1.0.10.1.jar)
UCHIJAAAA zeldaswordskills{1.8-3.2} [Zelda Sword Skills] (1.8-zeldaswordskills-3.2.jar)
UCHIJAAAA securitycraft{v1.7.2} [SecurityCraft] ([1.8] SecurityCraft 1.7.2.jar)
UCHIJAAAA simplecore{1.2.0} [SimpleCore API] ([1.8] SimpleCore API v1.2.0.jar)
UCHIJAAAA bspkrsCore{7.01} [bspkrsCore] ([1.8]bspkrsCore-universal-7.01.jar)
UCHIJAAAA antiqueatlas{1.8-4.2.10} [Antique Atlas] (antiqueatlas-1.8-4.2.10.jar)
UCHIJAAAA Backpack{2.0.1} [Backpack] (Backpacks-Mod-1.8.jar)
UCHIJAAAA Baubles{1.1.1.0} [Baubles] (Baubles-1.8-1.1.1.0.jar)
UCHIJAAAA cfm{4.0.1} [MrCrayfish's Furniture Mod] (cfm-4.0.1-mc1.8.jar)
UCHIJAAAA DamageIndicatorsMod{3.3.2} [Damage Indicators] (Damage-Indicators-Mod-1.8.jar)
UCHIJAAAA DragonMounts{r43-1.8} [Dragon Mounts] (DragonMounts-r43-1.8.jar)
UCHIJAAAA MoCreatures{8.0.0.devA} [DrZhark's Mo'Creatures Mod] (DrZharks MoCreatures Mod-8.0.0.devA.jar)
UCHIJAAAA hopperducts{1.4.5} [Hopper Ducts] (hopperducts-mc1.8-1.4.5.jar)
UCHIJAAAA IronChest{6.0.84.743} [Iron Chest] (Iron-Chests-Mod-1.8.jar)
UCHIJAAAA lucky{7.0.1} [Lucky Block] (LuckyBlock_1-8_v7-0-1.zip)
UCHIJAAAA more{7.0 beta 2} [M-Ore mod] (M-Ore 7.5 1.8.jar)
UCHIJAAAA medieval_mobs{a2} [Medieval mobs mod, part of Liege mod] (medieval_mobs-1.8.x v.a2.jar)
UCHIJAAAA oldguns{1.5.2} [Old Guns Mod] (oldguns-1.5.2.jar)
UCHIJAAAA Roguelike{1.4.4} [Roguelike Dungeons] (RoguelikeDungeons-1.8-1.4.4.jar)
UCHIJAAAA AS_Ruins{15.4} [Ruins Spawning System] (Ruins-1.8.jar)
UCHIJAAAA simpleores{1.7.1} [SimpleOres 2] (SimpleOres-Mod-1.8.jar)
UCHIJAAAA Thaumcraft{5.0.0} [Thaumcraft] (Thaumcraft-Mod-1.8.jar)
UCHIJAAAA thetitans{0.21} [The Titans Mod] (The-Titans-Mod-1.8.jar)
UCHIJAAAA Treecapitator{1.8} [Treecapitator] (Tree-Capitator-Mod-1.8.jar)
UCHIJAAAA AS_UpdateCheck{1.1.7} [AtomicStryker Update Check Mod] (UpdateCheckerMod-1.8.jar)
UCHIJAAAA worldedit{6.1} [WorldEdit] (worldedit-forge-mc1.8-6.1.jar)
Loaded coremods (and transformers):
ThaumcraftLoader (Thaumcraft-Mod-1.8.jar)
NowWithRendering (hopperducts-mc1.8-1.4.5.jar)
net.fybertech.nwr.NowWithRendering
TMIForgeLoader (TooManyItems2015_02_14_1.8_Forge.jar)
TMIForgeTransformer
Mine and Blade: Battlegear2 (1.8-MB_Battlegear2-Bullseye-1.0.10.1.jar)
mods.battlegear2.coremod.transformers.EntityPlayerTransformer
mods.battlegear2.coremod.transformers.ModelBipedTransformer
mods.battlegear2.coremod.transformers.NetClientHandlerTransformer
mods.battlegear2.coremod.transformers.NetServerHandlerTransformer
mods.battlegear2.coremod.transformers.PlayerControllerMPTransformer
mods.battlegear2.coremod.transformers.ItemRendererTransformer
mods.battlegear2.coremod.transformers.RenderItemTransformer
mods.battlegear2.coremod.transformers.MinecraftTransformer
mods.battlegear2.coremod.transformers.ItemStackTransformer
mods.battlegear2.coremod.transformers.ItemInWorldTransformer
mods.battlegear2.coremod.transformers.EntityAIControlledByPlayerTransformer
mods.battlegear2.coremod.transformers.EntityOtherPlayerMPTransformer
GL info: ' Vendor: 'Intel' Version: '4.3.0 - Build 20.19.15.4444' Renderer: 'Intel(R) HD Graphics 4400'
Launched Version: 1.8-forge1.8-11.14.4.1563
LWJGL: 2.9.1
OpenGL: Intel(R) HD Graphics 4400 GL version 4.3.0 - Build 20.19.15.4444, Intel
GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.
Using VBOs: Yes
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)
OptiFine Version: OptiFine_1.8_HD_U_H6
Render Distance Chunks: 12
Mipmaps: 4
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: null
OpenGlVersion: 4.3.0 - Build 20.19.15.4444
OpenGlRenderer: Intel(R) HD Graphics 4400
OpenGlVendor: Intel
CpuCount: 4
Is it possible for anyone to highlight which mod is causing the issue/the issue in the first place and direct me as to removing the "bad egg"? I know it sounds like a rather noobish question, but I am just getting into modding and do not have a lot of experience in the matter.
Thanks in advance.
the most obvious mod contributing to the crash is mo' creatures. another mod seems to be equipping werewolfs with axes, and mo' creatures (for some reason) doesn't check the class of the item the werewolf is holding before attempting to cast it - this is bad coding on mo' creature's part.
Creator of Metroid Cubed 3, a Metroid-themed mod! Become a donator today!
Do you reckon I take out Mo Creatures?
Or, more accurately, will that solve the problem? I have had this issue before where I only had Mo Creatures and MB Battlegear 2...
remove one of the two.
Creator of Metroid Cubed 3, a Metroid-themed mod! Become a donator today!
Thanks so much! Have a great day