I saw an item from this mod called test item. It was next to the other items like the tornado maker. Unfortunately it crashed the game when I tried to use it and corrupted the save. I can no longer access my world D:.
Any ideas on how to fix this?
Here is the crash log.
---- Minecraft Crash Report ----
// I bet Cylons wouldn't have this problem.
Time: 10/20/13 10:04 AM
Description: Ticking memory connection
java.lang.NullPointerException
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Ticking connection --
Details:
Connection: net.minecraft.network.NetServerHandler@156053cc
Stacktrace:
at net.minecraft.network.NetworkListenThread.func_71747_b(NetworkListenThread.java:61)
at net.minecraft.server.integrated.IntegratedServerListenThread.func_71747_b(IntegratedServerListenThread.java:109)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:691)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:587)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:175)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
I saw an item from this mod called test item. It was next to the other items like the tornado maker. Unfortunately it crashed the game when I tried to use it and corrupted the save. I can no longer access my world D:.
Any ideas on how to fix this?
Here is the crash log.
---- Minecraft Crash Report ----
// I bet Cylons wouldn't have this problem.
Time: 10/20/13 10:04 AM
Description: Ticking memory connection
java.lang.NullPointerException
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Ticking connection --
Details:
Connection: net.minecraft.network.NetServerHandler@156053cc
Stacktrace:
at net.minecraft.network.NetworkListenThread.func_71747_b(NetworkListenThread.java:61)
at net.minecraft.server.integrated.IntegratedServerListenThread.func_71747_b(IntegratedServerListenThread.java:109)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:691)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:587)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:175)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
I fixed it. That test item ripped my biom off the face of the earth D: All my work is gone. I suggest you give it it name as a warning so others don't make the same mistake as me
I fixed it. That test item ripped my biom off the face of the earth D: All my work is gone. I suggest you give it it name as a warning so others don't make the same mistake as me
How can you fix? the "test item" when i use my game crashed
Can anyone help me with configuring the tornado mod? I am having a bit of trouble setting the spawn rate and grabable blocks how I want it. First, I assume the " oddsOfTornadoTo1=20.0" means 1 in 20 during tornado conditions (have yet to see one spawn naturally and believe they only spawn during downfall like snow/rain) and "minDaysBetweenTornado=10.0" refers to number of 20 min periods before next can happen (so 200 min between tornados by default). Correct me if I am wrong on anyway of that.
As for the block issue, I find it isn't grabbing wood logs, but is grabbing all kinds of wood planks, including a modded plank it shouldn't. I tried the grabcon list and blacklist a bit, but never figured how to get it working how I needed. Does anyone know a simple way to make tornadoes grab tree logs but not a certain plank id (dif than normal)?
---- Minecraft Crash Report ----
// Why did you do that?
Time: 11/6/13 7:19 AM
Description: Unexpected error
java.lang.NullPointerException
at paulscode.sound.SoundSystem.backgroundMusic(SoundSystem.java:665)
at weather.WeatherMod.playMovingSound(WeatherMod.java:622)
at weather.WeatherMod.tryPlaySound(WeatherMod.java:3164)
at weather.WeatherMod.tryWind(WeatherMod.java:3125)
at weather.WeatherMod.weather(WeatherMod.java:2122)
at weather.ClientTickHandler.onTickInGame(ClientTickHandler.java:139)
at weather.ClientTickHandler.tickEnd(ClientTickHandler.java:43)
at cpw.mods.fml.common.SingleIntervalHandler.tickEnd(SingleIntervalHandler.java:34)
at cpw.mods.fml.common.FMLCommonHandler.tickEnd(FMLCommonHandler.java:141)
at cpw.mods.fml.common.FMLCommonHandler.onPostClientTick(FMLCommonHandler.java:367)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1970)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:910)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:838)
at net.minecraft.client.main.Main.main(SourceFile:101)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at paulscode.sound.SoundSystem.backgroundMusic(SoundSystem.java:665)
at weather.WeatherMod.playMovingSound(WeatherMod.java:622)
at weather.WeatherMod.tryPlaySound(WeatherMod.java:3164)
at weather.WeatherMod.tryWind(WeatherMod.java:3125)
at weather.WeatherMod.weather(WeatherMod.java:2122)
at weather.ClientTickHandler.onTickInGame(ClientTickHandler.java:139)
at weather.ClientTickHandler.tickEnd(ClientTickHandler.java:43)
at cpw.mods.fml.common.SingleIntervalHandler.tickEnd(SingleIntervalHandler.java:34)
at cpw.mods.fml.common.FMLCommonHandler.tickEnd(FMLCommonHandler.java:141)
at cpw.mods.fml.common.FMLCommonHandler.onPostClientTick(FMLCommonHandler.java:367)
Looks like a crash with Dr'Zharks Mo Creatures! - Werwolf (s0 far)
java.lang.ClassCastException: weather.entities.MovingBlock cannot be cast to net.minecraft.entity.EntityLivingBase
at drzhark.mocreatures.entity.monster.MoCEntityWerewolf.func_70785_a(MoCEntityWerewolf.java:162)
at net.minecraft.entity.EntityCreature.func_70626_be(SourceFile:62)
at drzhark.mocreatures.entity.MoCEntityMob.func_70626_be(MoCEntityMob.java:430)
at drzhark.mocreatures.entity.monster.MoCEntityWerewolf.func_70626_be(MoCEntityWerewolf.java:485)
at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:1999)
at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:441)
at net.minecraft.entity.monster.EntityMob.func_70636_d(SourceFile:24)
at drzhark.mocreatures.entity.MoCEntityMob.func_70636_d(MoCEntityMob.java:258)
at drzhark.mocreatures.entity.monster.MoCEntityWerewolf.func_70636_d(MoCEntityWerewolf.java:385)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1826)
at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:257)
at net.minecraft.entity.monster.EntityMob.func_70071_h_(SourceFile:29)
at net.minecraft.world.World.func_72866_a(World.java:2350)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:721)
at net.minecraft.world.World.func_72870_g(World.java:2311)
at net.minecraft.world.World.func_72939_s(World.java:2157)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:552)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:666)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:585)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:175)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:482)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:582)
Hello, I am trying to run an in home server with zombie awareness. Problem is everytime I launch the server I get the error coroai: 'FakePool' field not found, mcp mode disabled. I thought that it might have been it conflicting with another mod but I had no luck when I removed all my other mods. THis only happens with a server. If I host the game in LAN mode zombies run rampant. Please help me with this error. We would hate to have to lose this mod.
Hi. I use MCPC+ version 1.3.0 with Zombie Awareness and Weather 1.6.4 and have managed to make Zombie Awareness work with it after editing spigot.yml. However with the Weather mod, storm intensity will not raise above 1 and tornadoes will not spawn naturally, even after going AFK overnight several times. No [SEVERE] errors are displayed.
Rollback Post to RevisionRollBack
Snake-"It's show time!"
SSBB Victims-"Oh crap he has a noob tube!"
movement plus does not like it when you morph into other creatures(oddly only crashes with certain creatures, mostly ones that are less than 1 block and more than 2 blocks tall). I crash when morphing into the ant from orespawn, and the golems from crazy ores... any one know how to fix or prevent this?
as a side note, the golems are spawning in the world with the various properties of the ore spawn mod mobs'... anyone know how too fix that as well?
edit:looks like removing movement plus helped with the entity spawns... weird...
I'm also starting to get "CoroAI: 'fakePool' field not found, mcp mode disabled" once payers jump on my home server.. it crashes soon after.... I'm running a technic launcher based minecraft running 1.6.4.. Does anyone know what this "fake Pool" is???
Any ideas on how to fix this?
Here is the crash log.
// I bet Cylons wouldn't have this problem.
Time: 10/20/13 10:04 AM
Description: Ticking memory connection
java.lang.NullPointerException
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Ticking connection --
Details:
Connection: net.minecraft.network.NetServerHandler@156053cc
Stacktrace:
at net.minecraft.network.NetworkListenThread.func_71747_b(NetworkListenThread.java:61)
at net.minecraft.server.integrated.IntegratedServerListenThread.func_71747_b(IntegratedServerListenThread.java:109)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:691)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:587)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:175)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
-- System Details --
Details:
Minecraft Version: 1.6.4
Operating System: Windows 8 (amd64) version 6.2
Java Version: 1.7.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1264386488 bytes (1205 MB) / 2056650752 bytes (1961 MB) up to 2056650752 bytes (1961 MB)
JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2048M -Xms2048M
AABB Pool Size: 5483 (307048 bytes; 0 MB) allocated, 5318 (297808 bytes; 0 MB) used
Suspicious classes: FML and Forge are installed
IntCache: cache: 0, tcache: 0, allocated: 1, tallocated: 63
FML: MCP v8.11 FML v6.4.30.933 Minecraft Forge 9.11.1.933 Optifine OptiFine_1.6.4_HD_U_C5 33 mods loaded, 33 mods active
mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
FML{6.4.30.933} [Forge Mod Loader] (minecraftforge-9.11.1.933.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Forge{9.11.1.933} [Minecraft Forge] (minecraftforge-9.11.1.933.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
HDSkins{2.0.0.1} [HDSkins] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
CodeChickenCore{0.9.0.6} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
NotEnoughItems{1.6.1.5} [Not Enough Items] (NotEnoughItems.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
shadersmod{2.0.1 beta 18} [GLSL Shaders Mod] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
SomniaCore{1.0.3} [SomniaCore] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
bspkrsCore{v4.1(1.6.4)} [bspkrsCore] (TreeCapitator Core.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
DamageIndicatorsMod{2.9.0.9} [Damage Indicators] (1.6.4 DamageIndicators v2.9.0.9.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
mod_ArmorBarMod{0.8.2} [Armor Bar Mod] (Armor Bar.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Backpack{1.18.17} [Backpack] (Backpack Mod.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BetterGrassAndLeavesMod{1.6.4.B} [Better Grass & Leaves Mod] (BetterGrassAndLeavesMod.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BetterSignsMod{1.6.4.B} [Better Signs Mod] (BetterSignsMod.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
mod_BuffBarMod{0.7.1} [Buff Bar Mod] (BuffBar.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BWG4{1.1.9} [Better World Generation 4] (BWG4_V119.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
mod_ChatBubbles{3.1.4.4.0} [MamiyaOtaru's Chat Bubbles] (ChatBubbles.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ConfigMod{v1.0} [Extended Mod Config] (ConfigMod for Weather Mod.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
CoroAI{v1.0} [CoroAI] (CoroAI for Weather Mod.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
DragonMounts{1.0.0pre2} [Dragon Mounts Forge (WIP)] (dragonmount_v1.0.0pre2_mc1.6.x.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
eplus{1.16.5b} [Enchanting Plus] (EnchantingPlus-1.16.5.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ExtendedRenderer{v1.0} [Extended Renderer] (ExtendedRenderer for Weather Mod.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ExtrabiomesXL{3.14.2} [ExtrabiomesXL] (ExtrabiomesXL-universal-1.6.4-3.14.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
inventorytweaks{1.56} [Inventory Tweaks] (InventoryTweaks.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
mod_moSwordsBase{MoSwords-Base v1.7.0 for Minecraft 1.6.2} [mod_moSwordsBase] (moSwords 1.6.4 v4.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
mod_moSwordsEatable{MoSwords-Eatable-Swords v1.7.0 for Minecraft 1.6.2} [mod_moSwordsEatable] (moSwords 1.6.4 v4.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Revamp{1.2.2} [Rivvest's Enhancements to Villager and Mob Performance] (revamp.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Somnia{1.0.1} [Somnia] (Somnia.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
mod_bspkrsCore{v4.1(1.6.4)} [bspkrsCore] (TreeCapitator Core.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
TreeCapitator{Forge 1.6.4.r02} [Treecapitator] (TreeCapitator.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
mod_ZanMinimap{0.9.4} [Zan's Minimap] (VoxelMap.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
AIBlock{v1.0} [AIBlock] (WeatherMod.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
WeatherMod{1.58} [Weather and Tornadoes] (WeatherMod.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Profiler Position: N/A (disabled)
Vec3 Pool Size: 3734 (209104 bytes; 0 MB) allocated, 2958 (165648 bytes; 0 MB) used
Player Count: 1 / 8; [EntityPlayerMP['Zachooz'/132, l='Dominate', x=-825.16, y=67.38, z=204.60]]
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'
I fixed it. That test item ripped my biom off the face of the earth D: All my work is gone. I suggest you give it it name as a warning so others don't make the same mistake as me
How can you fix? the "test item" when i use my game crashed
As for the block issue, I find it isn't grabbing wood logs, but is grabbing all kinds of wood planks, including a modded plank it shouldn't. I tried the grabcon list and blacklist a bit, but never figured how to get it working how I needed. Does anyone know a simple way to make tornadoes grab tree logs but not a certain plank id (dif than normal)?
Mod Packs- Untamed Chaos (1.7.10), Moonlit Siege (1.7.10), Ascension (1.6.4)
Youtube- Minecraft Channel, Let's Plays (Ascension Hardcore, Proton), Mod Spotlights
May i ask you to read my PM?
Thank you sir
Regards
Using the 1.5.2 version of particle glove:
The particles do damage as though the mob doesn't have armor on at all.
Does anyone know of a way to edit the textures that the tornado itself uses? I can't seem to find the .png for it anymore.Nevermind, I found them.
---- Minecraft Crash Report ----
// Why did you do that?
Time: 11/6/13 7:19 AM
Description: Unexpected error
java.lang.NullPointerException
at paulscode.sound.SoundSystem.backgroundMusic(SoundSystem.java:665)
at weather.WeatherMod.playMovingSound(WeatherMod.java:622)
at weather.WeatherMod.tryPlaySound(WeatherMod.java:3164)
at weather.WeatherMod.tryWind(WeatherMod.java:3125)
at weather.WeatherMod.weather(WeatherMod.java:2122)
at weather.ClientTickHandler.onTickInGame(ClientTickHandler.java:139)
at weather.ClientTickHandler.tickEnd(ClientTickHandler.java:43)
at cpw.mods.fml.common.SingleIntervalHandler.tickEnd(SingleIntervalHandler.java:34)
at cpw.mods.fml.common.FMLCommonHandler.tickEnd(FMLCommonHandler.java:141)
at cpw.mods.fml.common.FMLCommonHandler.onPostClientTick(FMLCommonHandler.java:367)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1970)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:910)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:838)
at net.minecraft.client.main.Main.main(SourceFile:101)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at paulscode.sound.SoundSystem.backgroundMusic(SoundSystem.java:665)
at weather.WeatherMod.playMovingSound(WeatherMod.java:622)
at weather.WeatherMod.tryPlaySound(WeatherMod.java:3164)
at weather.WeatherMod.tryWind(WeatherMod.java:3125)
at weather.WeatherMod.weather(WeatherMod.java:2122)
at weather.ClientTickHandler.onTickInGame(ClientTickHandler.java:139)
at weather.ClientTickHandler.tickEnd(ClientTickHandler.java:43)
at cpw.mods.fml.common.SingleIntervalHandler.tickEnd(SingleIntervalHandler.java:34)
at cpw.mods.fml.common.FMLCommonHandler.tickEnd(FMLCommonHandler.java:141)
at cpw.mods.fml.common.FMLCommonHandler.onPostClientTick(FMLCommonHandler.java:367)
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityClientPlayerMP['bick2001'/151, l='MpServer', x=-1429.62, y=44.62, z=-446.87]]
Chunk stats: MultiplayerChunkCache: 441
Level seed: 0
Level generator: ID 12 - BWG4, ver 0. Features enabled: false
Level generator options:
Level spawn location: World: (-196,64,256), Chunk: (at 12,4,0 in -13,16; contains blocks -208,0,256 to -193,255,271), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Level time: 2072292 game time, 2630730 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: 128 total; [EntityTaintacle['Taintacle'/29661, l='MpServer', x=-1369.50, y=22.00, z=-393.50], EntityOcelot['Ocelot'/182237, l='MpServer', x=-1366.50, y=64.00, z=-519.50], EntityBlaze['Blaze'/3285, l='MpServer', x=-24.67, y=-24.76, z=-48.58], EntityChicken['Chicken'/182238, l='MpServer', x=-1375.84, y=62.76, z=-487.91], EntityZombie['Zombie'/3286, l='MpServer', x=-34.58, y=-24.76, z=-38.64], EntityItem['item.item.itemClaw'/29662, l='MpServer', x=-1372.28, y=23.13, z=-393.56], EntitySpider['Spider'/23679, l='MpServer', x=-12.77, y=-17.48, z=13.75], EntityItem['item.item.string'/29658, l='MpServer', x=-1369.72, y=29.13, z=-448.31], EntitySkeleton['Skeleton'/202594, l='MpServer', x=-1397.50, y=26.00, z=-382.50], EntityHecate['Hecate'/210183, l='MpServer', x=-1400.50, y=26.00, z=-452.50], EntityHecate['Hecate'/202904, l='MpServer', x=-1412.50, y=64.00, z=-392.50], EntityOcelot['Ocelot'/200978, l='MpServer', x=-1399.50, y=66.00, z=-458.50], EntityOcelot['Ocelot'/200981, l='MpServer', x=-1402.13, y=66.00, z=-455.31], EntityOcelot['Ocelot'/200980, l='MpServer', x=-1400.50, y=66.00, z=-456.50], EntityOcelot['Ocelot'/200983, l='MpServer', x=-1401.31, y=67.00, z=-454.56], EntityOcelot['Ocelot'/200982, l='MpServer', x=-1403.34, y=66.00, z=-457.31], EntityBat['Bat'/208540, l='MpServer', x=-1390.75, y=43.76, z=-526.59], EntityBlaze['Blaze'/4916, l='MpServer', x=-11.88, y=-18.88, z=-60.26], EntityTaintCreeper['Tainted Creeper'/161204, l='MpServer', x=-1398.66, y=42.00, z=-425.34], EntityBlaze['Blaze'/4917, l='MpServer', x=-32.26, y=-23.79, z=-50.05], EntityZombie['Zombie'/4918, l='MpServer', x=-14.67, y=-14.76, z=-58.58], EntityZombie['Zombie'/4919, l='MpServer', x=-14.67, y=-4.76, z=-58.58], EntityZombie['Zombie'/181448, l='MpServer', x=26.67, y=-32.68, z=-45.25], EntityTaintCreeper['Tainted Creeper'/161201, l='MpServer', x=-1392.88, y=42.00, z=-433.66], EntityTaintacle['Taintacle'/161200, l='MpServer', x=-1404.50, y=65.00, z=-461.50], EntityItem['item.item.arrow'/161203, l='MpServer', x=-1404.47, y=29.13, z=-429.13], EntityZombie['Zombie'/200767, l='MpServer', x=-1402.50, y=30.00, z=-436.34], EntitySquid['Squid'/212389, l='MpServer', x=-1374.50, y=58.00, z=-385.50], EntitySquid['Squid'/212390, l='MpServer', x=-1383.50, y=58.00, z=-386.50], EntityCaveSpider['Cave Spider'/6272, l='MpServer', x=5.70, y=-1.76, z=-29.42], EntityBat['Bat'/224823, l='MpServer', x=-1399.25, y=36.10, z=-427.25], EntitySpider['Spider'/5991, l='MpServer', x=-10.30, y=-8.76, z=-49.42], EntityBat['Bat'/227059, l='MpServer', x=-1386.39, y=46.69, z=-498.77], EntitySpider['Spider'/3221, l='MpServer', x=5.33, y=-29.76, z=-28.58], EntityZombie['Zombie'/3222, l='MpServer', x=-8.69, y=-14.76, z=0.56], EntityPigZombie['Zombie Pigman'/22426, l='MpServer', x=-10.73, y=-17.74, z=13.75], EntityManaCreeper['Mana Creeper'/201035, l='MpServer', x=-1405.38, y=40.00, z=-409.03], EntityCaveSpider['Cave Spider'/206409, l='MpServer', x=10.62, y=-2.76, z=36.87], EntitySquid['Squid'/187262, l='MpServer', x=-1409.13, y=58.38, z=-476.50], EntityBat['Bat'/216843, l='MpServer', x=-1385.39, y=34.15, z=-524.29], EntityBat['Bat'/216845, l='MpServer', x=-1388.44, y=38.10, z=-510.34], EntityBat['Bat'/216844, l='MpServer', x=-1388.66, y=40.10, z=-512.75], EntityBat['Bat'/216847, l='MpServer', x=-1395.75, y=34.10, z=-518.34], EntitySpider['Spider'/225096, l='MpServer', x=9.77, y=-32.76, z=-40.43], EntityZombie['Zombie'/205598, l='MpServer', x=-1474.09, y=25.00, z=-444.63], EntityCreeper['Creeper'/223196, l='MpServer', x=-1377.50, y=28.00, z=-493.50], EntityZombie['Zombie'/212949, l='MpServer', x=-1481.41, y=25.00, z=-441.84], EntityBat['Bat'/202264, l='MpServer', x=-1409.50, y=38.10, z=-501.75], EntityZombie['Zombie'/223214, l='MpServer', x=-1393.50, y=29.00, z=-388.50], EntityCreeper['Creeper'/223215, l='MpServer', x=-1391.50, y=29.00, z=-391.50], EntitySpider['Spider'/204222, l='MpServer', x=-4.80, y=-26.77, z=-58.61], EntityCreeper['Creeper'/223217, l='MpServer', x=-1389.50, y=29.00, z=-394.50], EntitySkeleton['Skeleton'/203243, l='MpServer', x=-1410.50, y=45.00, z=-522.50], EntityCreeper['Creeper'/223216, l='MpServer', x=-1391.50, y=29.00, z=-393.50], EntitySkeleton['Skeleton'/6341, l='MpServer', x=-20.30, y=-8.76, z=-59.42], EntityCreeper['Creeper'/202245, l='MpServer', x=-1394.00, y=29.00, z=-397.44], EntitySkeleton['Skeleton'/202181, l='MpServer', x=-1397.50, y=27.00, z=-394.50], EntityManaElemental['Mana Elemental'/201101, l='MpServer', x=-1409.50, y=15.00, z=-500.50], EntityCreeper['Creeper'/202487, l='MpServer', x=-1408.50, y=65.00, z=-450.84], EntityZombie['Zombie'/220082, l='MpServer', x=-1411.50, y=70.00, z=-502.50], EntityCreeper['Creeper'/225611, l='MpServer', x=-1425.80, y=40.00, z=-508.68], EntitySkeleton['Skeleton'/220083, l='MpServer', x=-1408.50, y=70.00, z=-505.50], EntityZombie['Zombie'/3156, l='MpServer', x=-14.67, y=-14.76, z=-38.58], EntityClientPlayerMP['bick2001'/151, l='MpServer', x=-1429.62, y=44.62, z=-446.87], EntitySpider['Spider'/211027, l='MpServer', x=-1407.81, y=70.00, z=-381.72], EntitySpider['Spider'/211026, l='MpServer', x=-1401.75, y=70.00, z=-375.25], EntityBlaze['Blaze'/22697, l='MpServer', x=-11.77, y=-17.48, z=12.75], EntityCaveSpider['Cave Spider'/224920, l='MpServer', x=29.62, y=-1.76, z=20.87], EntityWitch['Witch'/23442, l='MpServer', x=-12.77, y=-17.48, z=12.75], EntitySkeleton['Skeleton'/202780, l='MpServer', x=-1408.50, y=27.00, z=-386.50], EntitySpider['Spider'/220057, l='MpServer', x=-1403.19, y=68.00, z=-440.44], EntitySquid['Squid'/187267, l='MpServer', x=-1418.50, y=58.38, z=-485.81], EntityManaElemental['Mana Elemental'/226600, l='MpServer', x=-1378.35, y=18.00, z=-498.25], EntityBat['Bat'/202454, l='MpServer', x=-1398.50, y=50.10, z=-521.50], EntityZombie['Zombie'/211040, l='MpServer', x=-1377.50, y=17.00, z=-494.50], EntityBat['Bat'/202452, l='MpServer', x=-1413.75, y=54.10, z=-519.25], EntitySkeleton['Skeleton'/226597, l='MpServer', x=-1409.50, y=28.00, z=-411.50], EntitySkeleton['Skeleton'/200288, l='MpServer', x=-1403.50, y=32.00, z=-428.50], EntitySkeleton['Skeleton'/226598, l='MpServer', x=-1413.97, y=28.00, z=-414.34], EntitySpider['Spider'/217151, l='MpServer', x=-1418.09, y=25.00, z=-503.91], EntityZombie['Zombie'/226599, l='MpServer', x=-1370.50, y=20.00, z=-503.50], EntitySpider['Spider'/226593, l='MpServer', x=-1414.06, y=28.00, z=-416.59], EntitySlime['Slime'/187, l='MpServer', x=-1501.38, y=25.00, z=-499.38], EntityItem['item.tile.glass'/205273, l='MpServer', x=-1470.84, y=41.13, z=-450.88], EntitySlime['Slime'/188, l='MpServer', x=-1490.97, y=20.00, z=-481.31], EntityBat['Bat'/229016, l='MpServer', x=-1488.41, y=10.00, z=-466.41], EntityBlaze['Blaze'/3444, l='MpServer', x=5.33, y=-14.76, z=-18.58], EntityZombie['Zombie'/203051, l='MpServer', x=-1401.50, y=25.00, z=-501.50], EntityBat['Bat'/229018, l='MpServer', x=-1496.46, y=10.00, z=-458.53], EntityBat['Bat'/229019, l='MpServer', x=-1497.41, y=10.00, z=-456.41], EntityBat['Bat'/229020, l='MpServer', x=-1486.44, y=10.00, z=-461.42], EntityBlaze['Blaze'/3443, l='MpServer', x=-4.67, y=-9.76, z=-38.58], EntityVillager['Villager'/61334, l='MpServer', x=-14.01, y=-31.59, z=-26.25], EntityBlaze['Blaze'/228778, l='MpServer', x=39.70, y=-3.76, z=-49.42], EntityChicken['Chicken'/200, l='MpServer', x=-1446.53, y=63.02, z=-440.53], EntityZombie['Zombie'/2919, l='MpServer', x=-34.67, y=-19.76, z=-48.58], EntityBlaze['Blaze'/2920, l='MpServer', x=-24.58, y=-14.76, z=-28.64], EntitySmallFireball['Small Fireball'/197, l='MpServer', x=-1450.25, y=52.16, z=-457.56], EntityItemFrame['entity.ItemFrame.name'/196, l='MpServer', x=-1455.06, y=65.50, z=-511.50], EntityBat['Bat'/200469, l='MpServer', x=-1412.75, y=31.10, z=-516.25], EntityBat['Bat'/198056, l='MpServer', x=-1372.47, y=23.10, z=-399.25], EntityChicken['Chicken'/198, l='MpServer', x=-1443.53, y=62.75, z=-457.47], EntitySkeleton['Skeleton'/203096, l='MpServer', x=-1412.50, y=45.00, z=-524.50], EntityZombie['Zombie'/217153, l='MpServer', x=-1424.00, y=24.00, z=-505.53], EntityBat['Bat'/225292, l='MpServer', x=-1396.22, y=14.61, z=-517.10], EntityItem['item.item.itemClaw'/212, l='MpServer', x=-1425.88, y=16.13, z=-493.47], EntitySkeleton['Skeleton'/224990, l='MpServer', x=-1383.88, y=25.00, z=-483.50], EntityMinecartChest['entity.MinecartChest.name'/239, l='MpServer', x=-1414.50, y=41.50, z=-408.50], EntityTaintacle['Taintacle'/30044, l='MpServer', x=-1384.50, y=17.00, z=-433.50], EntityTaintacle['Taintacle'/30045, l='MpServer', x=-1387.50, y=32.00, z=-437.50], EntityTaintCreeper['Tainted Creeper'/30046, l='MpServer', x=-1380.78, y=40.00, z=-442.44], EntityZombie['Zombie'/233, l='MpServer', x=-1420.31, y=25.00, z=-417.63], EntitySkeleton['Skeleton'/216193, l='MpServer', x=-1401.38, y=41.00, z=-430.91], EntityTaintacle['Taintacle'/171550, l='MpServer', x=-1376.50, y=13.00, z=-408.50], EntityMinecartChest['entity.MinecartChest.name'/231, l='MpServer', x=-1423.50, y=35.50, z=-448.50], EntityItem['item.item.ItemResource.11'/171548, l='MpServer', x=-1385.47, y=25.13, z=-424.69], EntitySquid['Squid'/199275, l='MpServer', x=-1410.50, y=56.34, z=-477.50], EntityChicken['Chicken'/171549, l='MpServer', x=-1385.41, y=62.67, z=-420.59], EntityItem['item.item.itemClaw'/171546, l='MpServer', x=-1388.22, y=25.13, z=-422.13], EntityZombie['Zombie'/225273, l='MpServer', x=-1405.50, y=66.00, z=-435.50], EntityItem['item.item.itemClaw'/171547, l='MpServer', x=-1385.19, y=25.13, z=-419.94], EntityZombie['Zombie'/225274, l='MpServer', x=-1405.50, y=66.00, z=-434.50], EntityZombie['Zombie'/228594, l='MpServer', x=-1431.50, y=35.00, z=-504.50], EntityZombie['Zombie'/216045, l='MpServer', x=-1379.50, y=5.00, z=-386.50], EntityZombie['Zombie'/228596, l='MpServer', x=-1402.50, y=32.00, z=-427.50], EntityZombie['Zombie'/216208, l='MpServer', x=-1410.50, y=40.00, z=-384.50], EntityCaveSpider['Cave Spider'/203353, l='MpServer', x=7.51, y=-0.03, z=43.69], EntitySkeleton['Skeleton'/201202, l='MpServer', x=-1420.13, y=31.00, z=-379.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:440)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2312)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:863)
at net.minecraft.client.main.Main.main(SourceFile:101)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
-- System Details --
Details:
Minecraft Version: 1.6.4
Operating System: Mac OS X (x86_64) version 10.8.5
Java Version: 1.6.0_51, Apple Inc.
Java VM Version: Java HotSpot™ 64-Bit Server VM (mixed mode), Apple Inc.
Memory: 241176968 bytes (230 MB) / 684896256 bytes (653 MB) up to 3212509184 bytes (3063 MB)
JVM Flags: 1 total; -Xmx3G
AABB Pool Size: 28592 (1601152 bytes; 1 MB) allocated, 5119 (286664 bytes; 0 MB) used
Suspicious classes: FML and Forge are installed
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 59
FML: MCP v8.11 FML v6.4.31.935 Minecraft Forge 9.11.1.935 Optifine OptiFine_1.6.4_HD_U_C5 53 mods loaded, 53 mods active
mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
FML{6.4.31.935} [Forge Mod Loader] (minecraftforge-9.11.1.935.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Forge{9.11.1.935} [Minecraft Forge] (minecraftforge-9.11.1.935.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
CodeChickenCore{0.9.0.6} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
NotEnoughItems{1.6.1.5} [Not Enough Items] (NotEnoughItems 1.6.1.5.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
PlayerAPI{1.1} [Player API] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
shadersmod{2.0.1 beta 18} [GLSL Shaders Mod] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
battlegear2{1.0.3.4} [Mine & Blade Battlegear 2 - Warcry] (1.6.4-MB_Battlegear2-Warcry-1.0.3.4.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
arsmagica2{1.0.2b} [Ars Magica 2] (AM2_1.0.2b.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ArchimedesShipsMod{1.6.2 v1.4.4} [Archimedes' Ships] (ArchimedesShips.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BWG4{1.1.9} [Better World Generation 4] (BWG4_V119.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BiblioCraft{1.5.0} [BiblioCraft] (BiblioCraft[v1.5.0].zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
AWWayofTime{v0.6.0a} [Blood Magic: Alchemical Wizardry] (Blood Magic v0.6.0a.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ConfigMod{v1.0} [Extended Mod Config] (ConfigMod for MC v1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
CoroAI{v1.0} [CoroAI] (CoroAI for MC v1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
EnderStorage{1.4.3.4} [EnderStorage] (EnderStorage 1.4.3.4.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Thaumcraft{4.0.2} [Thaumcraft] (Thaumcraft4.0.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
DartCraft{Beta 0.2.10} [DartCraft] (DartCraft Beta 0.2.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
DungeonPack{1.6.4} [DungeonPack] (DungeonPack 1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
emashercore{1.2.1.4} [Emasher Resource] (EmasherResource-1.2.1.4.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
eng_toolbox{1.1.5.0} [Engineer's Toolbox] (EngineersToolbox-1.1.5.0.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ExtendedRenderer{v1.0} [Extended Renderer] (ExtendedRenderer for MC v1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
NBTEdit{1.6.4.0} [In-game NBTEdit] (Forge_NBTEditv1.6.4.0.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
HardcoreEnderExpansion{1.1.2} [Hardcore Ender Expansion] (HardcoreEnderExpansion.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
InfernalMobs{1.4.1} [Infernal Mobs] (InfernalMobs_1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
LotsOfFood{1.6.4} [Lots of Food] (Lots of Food 1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
lucky{4.0.0} [Lucky Block] (LuckyBlock_v4.0_1.6.4.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
minegicka{1.4.2} [Minegicka 2] (Minegicka II 1.4.2 for MC1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BuildMod{v1.0} [Build Mod] (ModBuild for MC v1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Morph{0.3.0} [Morph] (Morph-Beta-0.3.0.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
NEIPlugins{1.1.0.2} [NEI Plugins] (NEIPlugins-1.1.0.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
pamharvestcraft{1.0} [Pam's HarvestCraft Base] (Pam's HarvestCraft 1.6.4 v1.1.4.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
SkDrLM{1.0.0} [Skeleton Drops] (SkeletonDrops-V1.0.1.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
StevesCarts{2.0.0.a132} [Steve's Carts 2] (StevesCarts2.0.0.a132.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
TConstruct{1.6.4_1.4.7d} [Tinkers' Construct] (TConstruct_1.6.4_1.4.7d7.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
TConstruct|CompatMineFactoryReloaded{0.1} [TConstruct Compat: MFR] (TConstruct_1.6.4_1.4.7d7.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ThaumicTinkerer{2.0} [Thaumic Tinkerer] (ThaumicTinkerer 2.0-21.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
tropicraftmod{v5.1.1 for MC 1.6.4} [Tropicraft] (Tropicraft v5.1.1 Mod for MC v1.6.4.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
volleyballmod{v5.1.1 for MC 1.6.4} [Volleyball] (Tropicraft v5.1.1 Mod for MC v1.6.4.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
AIBlock{v1.0} [AIBlock] (Weather v1.59 Mod for MC v1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
WeatherMod{1.58} [Weather and Tornadoes] (Weather v1.59 Mod for MC v1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
props{1.4} [DecoCraft] ([1.6.4]DecoCraftV1.4.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
cfm{3.2} [§4MrCrayfish's Furniture Mod] ([Forge]FurnitureModv3.2(1.6.4).zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BCMod{1.6.4 - 1.2.0} [BCMod (Brad16840.Common mod)] (bcmod 1.6.4 - 1.2.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BalancedExchange{1.6.4 - 1.2.0} [Balanced Exchange] (balancedexchange 1.6.4 - 1.2.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BetterAnvil{3.0.6} [Better Anvils] (betterAnvil - 3.0.6.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ExtraUtilities{0.3 prerelease 3a} [Extra Utilities] (extrautils - 0.3 Prerelease 3a.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
NEIAddons{1.9.1.r43} [NEI Addons] (neiaddons-1.6.2-1.9.1.r43.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
NEIAddons|AE{1.9.1.r43} [NEI Addons: Applied Energistics] (neiaddons-1.6.2-1.9.1.r43.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
NEIAddons|CraftingTables{1.9.1.r43} [NEI Addons: Crafting Tables] (neiaddons-1.6.2-1.9.1.r43.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
NEIAddons|ExtraBees{1.9.1.r43} [NEI Addons: Extra Bees] (neiaddons-1.6.2-1.9.1.r43.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
NEIAddons|Forestry{1.9.1.r43} [NEI Addons: Forestry] (neiaddons-1.6.2-1.9.1.r43.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
NEIAddons|MiscPeripherals{1.9.1.r43} [NEI Addons: Misc Peripherals] (neiaddons-1.6.2-1.9.1.r43.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Launched Version: 1.6.4-Forge9.11.1.935
LWJGL: 2.9.0
OpenGL: Intel HD Graphics 4000 OpenGL Engine GL version 2.1 INTEL-8.16.74, Intel Inc.
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Pack: X-Ray Texture by CranK
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: 12514 (700784 bytes; 0 MB) allocated, 1305 (73080 bytes; 0 MB) used
I feed off changelogs.
Asking for updates is spam. Really.
I make some mods that are pathetically slow to update. Join in on the wait here and here.
java.lang.ClassCastException: weather.entities.MovingBlock cannot be cast to net.minecraft.entity.EntityLivingBase
at drzhark.mocreatures.entity.monster.MoCEntityWerewolf.func_70785_a(MoCEntityWerewolf.java:162)
at net.minecraft.entity.EntityCreature.func_70626_be(SourceFile:62)
at drzhark.mocreatures.entity.MoCEntityMob.func_70626_be(MoCEntityMob.java:430)
at drzhark.mocreatures.entity.monster.MoCEntityWerewolf.func_70626_be(MoCEntityWerewolf.java:485)
at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:1999)
at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:441)
at net.minecraft.entity.monster.EntityMob.func_70636_d(SourceFile:24)
at drzhark.mocreatures.entity.MoCEntityMob.func_70636_d(MoCEntityMob.java:258)
at drzhark.mocreatures.entity.monster.MoCEntityWerewolf.func_70636_d(MoCEntityWerewolf.java:385)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1826)
at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:257)
at net.minecraft.entity.monster.EntityMob.func_70071_h_(SourceFile:29)
at net.minecraft.world.World.func_72866_a(World.java:2350)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:721)
at net.minecraft.world.World.func_72870_g(World.java:2311)
at net.minecraft.world.World.func_72939_s(World.java:2157)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:552)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:666)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:585)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:175)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:482)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:582)
http://pastebin.com/Cg3E4JKh
SSBB Victims-"Oh crap he has a noob tube!"
as a side note, the golems are spawning in the world with the various properties of the ore spawn mod mobs'... anyone know how too fix that as well?
edit:looks like removing movement plus helped with the entity spawns... weird...