Time: 11/06/16 5:41 PM
Description: Initializing game
java.lang.ArrayIndexOutOfBoundsException: 67787
at net.minecraft.world.biome.BiomeGenBase.<init>(BiomeGenBase.java:159)
at net.minecraft.world.biome.BiomeGenBase.<init>(BiomeGenBase.java:136)
at com.parzivail.pswm.dimension.BiomeGenPSWM.<init>(BiomeGenPSWM.java:14)
at com.parzivail.pswm.dimension.dagobah.BiomeGenDagobah.<init>(BiomeGenDagobah.java:18)
at com.parzivail.pswm.registry.WorldRegister.registerAll(WorldRegister.java:60)
at com.parzivail.pswm.StarWarsMod.init(StarWarsMod.java:439)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:691)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:288)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:541)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at net.minecraft.world.biome.BiomeGenBase.<init>(BiomeGenBase.java:159)
at net.minecraft.world.biome.BiomeGenBase.<init>(BiomeGenBase.java:136)
at com.parzivail.pswm.dimension.BiomeGenPSWM.<init>(BiomeGenPSWM.java:14)
at com.parzivail.pswm.dimension.dagobah.BiomeGenDagobah.<init>(BiomeGenDagobah.java:18)
at com.parzivail.pswm.registry.WorldRegister.registerAll(WorldRegister.java:60)
at com.parzivail.pswm.StarWarsMod.init(StarWarsMod.java:439)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:691)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:288)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:541)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Mac OS X (x86_64) version 10.10.2
Java Version: 1.8.0_74, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 176366104 bytes (168 MB) / 577564672 bytes (550 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 5 total; -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.05 FML v7.10.85.1230 Minecraft Forge 10.13.2.1230 49 mods loaded, 49 mods active
mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
FML{7.10.85.1230} [Forge Mod Loader] (forge-1.7.10-10.13.2.1230.jar) Unloaded->Constructed->Pre-initialized->Initialized
Forge{10.13.2.1230} [Minecraft Forge] (forge-1.7.10-10.13.2.1230.jar) Unloaded->Constructed->Pre-initialized->Initialized
Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
TooManyItems{1.7.10} [TooManyItems] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
ClothingCraft{1.2.0} [ClothingCraft] ([1.7.10] ClothingCraft 1.2.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
BiblioCraft{1.11.4} [BiblioCraft] (BiblioCraft[v1.11.4][MC1.7.10].jar) Unloaded->Constructed->Pre-initialized->Initialized
carsanddrives{1.0.7} [Cars and Drives] (Cars_and_Drives_Mod_V-1.0.7.jar) Unloaded->Constructed->Pre-initialized->Initialized
cfm{3.4.8} [�9MrCrayfish's Furniture Mod] (cfm-3.4.8-mc1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
clonecraft{3.0} [CloneCraft] (Clone-Craft-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
colorfultools{1.7.10-1.6} [Colorful Tools] (Colorful-Tools-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
colourfulportalsmod{1.4.1} [Colourful Portals] (Colourful-Portals-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
crash{1.7.2} [Crash] (Crash_1.7.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
customnpcs{1.7.10b} [CustomNpcs] (CustomNPCs_1.7.10b.jar) Unloaded->Constructed->Pre-initialized->Initialized
wonderfulwands{1.4.2} [Cyano's Wonderful Wands] (CyanosWonderfulWands-1.4.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
thedalekmod{39.75} [The Dalek Mod] (Dalek_Mod_1710-5.jar) Unloaded->Constructed->Pre-initialized->Initialized
DamageIndicatorsMod{3.2.0} [Damage Indicators] (Damage-Indicators-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
jawser{1.0.0} [Decorative Videogame Systems] (Decorative Video Game Systems mod v1.5.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
doggytalents{v1.9.0a} [Doggy Talents] (Doggy-Talents-Mod-1.7.10.zip) Unloaded->Constructed->Pre-initialized->Initialized
emeraldmod{3.5.1} [EmeraldMod] (Emerald-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
fnaf2{1.0} [Five Night At Freddy's 2] (Five-Nights-At-Freddys-2-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
FNAFMod{1.2} [FNAFMod] (Five-Nights-at-Freddys-Mod-1.7.10.zip) Unloaded->Constructed->Pre-initialized->Initialized
ftfloocraft{1.7.10-0.3.1} [Floocraft] (Floocraft-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
GalacticraftCore{3.0.12} [Galacticraft Core] (GalacticraftCore-1.7-3.0.12.447.jar) Unloaded->Constructed->Pre-initialized->Initialized
GalacticraftMars{3.0.12} [Galacticraft Planets] (Galacticraft-Planets-1.7-3.0.12.447.jar) Unloaded->Constructed->Pre-initialized->Initialized
herobrinemod{3.7} [The Herobrine Mod] (Herobrinemod.1.7.10.zip) Unloaded->Constructed->Pre-initialized->Initialized
iChunUtil{4.0.0} [iChunUtil] (iChun-Util-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
instahouse{6.3} [Insta House] (Insta House v 6.3.jar) Unloaded->Constructed->Pre-initialized->Initialized
instantblocks{1.5.1} [Instant Blocks] (Instant-Blocks-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
IMSM{100.0.2} [IMSM] (Instant-Massive-Structures-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
ISM{2.1.0} [MaggiCraft's Instant Structures Mod] (Instant-Structures-Mod-by-MaggiCraft-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
KoadPirates{For minecraft 1.7.10} [Koadmaster's Pirates] (KoadmastersPirates-0.7.5.jar) Unloaded->Constructed->Pre-initialized->Initialized
legends{1.6} [Legends Mod] (Legends Core-1.6.jar) Unloaded->Constructed->Pre-initialized->Initialized
lucky{5.1.0} [Lucky Block] (Lucky-Block-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
magicalcrops{1.7.2 - 0.1 ALPHA} [Magical Crops] (Magical-Crops-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
radixcore{1.3.4} [RadixCore] (RadixCore-1.7.10-1.3.4-universal-2.jar) Unloaded->Constructed->Pre-initialized->Initialized
mca{4.1.5} [Minecraft Comes Alive] (MCA-1.7.10-4.1.5-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized
MobDismemberment{4.0.0} [MobDismemberment] (Mob-Dismemberment-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
starwarsmod{1.2.11} [Parzi's Star Wars Mod] (Parzi's Star Wars Mod v1.2.11.jar) Unloaded->Constructed->Pre-initialized->Errored
primitivemobs{1.0} [Primitive Mobs] (primitivemobs-1.0c-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
quidcraft{0.1} [Quidcraft] (Quidcraft-0.1(1.7.10).jar) Unloaded->Constructed->Pre-initialized->Initialized
ironman{4.3.12} [Iron Man Armor Extension] (Superheroes Unlimited Mod-1.7.10-4.3.12.jar) Unloaded->Constructed->Pre-initialized->Initialized
sus{4.3.12} [Superheroes Unlimited Mod] (Superheroes Unlimited Mod-1.7.10-4.3.12.jar) Unloaded->Constructed->Pre-initialized->Initialized
susaddon{4.3.12} [Superheroes Unlimited Mod (Part 2)] (Superheroes Unlimited Mod-1.7.10-4.3.12.jar) Unloaded->Constructed->Pre-initialized->Initialized
Sync{4.0.0} [Sync] (Sync-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
examplemod{1.0} [examplemod] (Villagers-Nose-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
VillagersNose{1.1} [Villager's Nose] (Villagers-Nose-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
WebDisplay{0.7} [Web Displays] (Web-Displays-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
youtubers{1.7.1} [Youtubers+ Mod] (youtubers-1.7.1-MC1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
Launched Version: 1.7.10-Forge10.13.2.1230
LWJGL: 2.9.1
OpenGL: NVIDIA GeForce 320M OpenGL Engine GL version 2.1 NVIDIA-10.0.19 310.90.10.05b12, NVIDIA Corporation
GL Caps: Using GL 1.3 multitexturing.
Using framebuffer objects because ARB_framebuffer_object is supported and separate blending is supported.
Anisotropic filtering is supported and maximum anisotropy is 16.
Shaders are available because OpenGL 2.1 is supported.
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: [YoutubersSkin]
Current Language: English (UK)
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Anisotropic Filtering: Off (1)
Any particular reason you're using seriously outdated Forge?
When I use the latest forges the textures are missing. The crash was because dimension id was too long but I tried to go on easy mode and it crashed with this report
---- Minecraft Crash Report ----
// Everything's going to plan. No, really, that was supposed to happen.
java.lang.NullPointerException: Unexpected error
at net.minecraft.client.network.NetHandlerPlayClient.func_147281_a(NetHandlerPlayClient.java:744)
at net.minecraft.network.play.server.S0FPacketSpawnMob.func_148833_a(SourceFile:97)
at net.minecraft.network.play.server.S0FPacketSpawnMob.func_148833_a(SourceFile:15)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
at net.minecraft.client.multiplayer.PlayerControllerMP.func_78765_e(PlayerControllerMP.java:273)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1591)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:962)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:887)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at net.minecraft.client.network.NetHandlerPlayClient.func_147281_a(NetHandlerPlayClient.java:744)
at net.minecraft.network.play.server.S0FPacketSpawnMob.func_148833_a(SourceFile:97)
at net.minecraft.network.play.server.S0FPacketSpawnMob.func_148833_a(SourceFile:15)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
at net.minecraft.client.multiplayer.PlayerControllerMP.func_78765_e(PlayerControllerMP.java:273)
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [GCEntityClientPlayerMP['thedestroyer789'/429, l='MpServer', x=1992.31, y=5.62, z=905.95]]
Chunk stats: MultiplayerChunkCache: 621, 621
Level seed: 0
Level generator: ID 01 - flat, ver 0. Features enabled: false
Level generator options:
Level spawn location: World: (1902,4,863), Chunk: (at 14,0,15 in 118,53; contains blocks 1888,0,848 to 1903,255,863), Region: (3,1; contains chunks 96,32 to 127,63, blocks 1536,0,512 to 2047,255,1023)
Level time: 2213 game time, 2213 day time
Level dimension: 0
Level storage version: 0x00000 - Unknown?
Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false
Forced entities: 17 total; [EntityTrail['unknown'/670, l='MpServer', x=1992.31, y=5.62, z=905.95], EntitycLuckey['entity.youtubers.cLUCKey.name'/67486, l='MpServer', x=1916.47, y=4.00, z=928.44], EntitycLuckey['entity.youtubers.cLUCKey.name'/67488, l='MpServer', x=1927.41, y=4.00, z=902.41], EntityXPOrb['Experience Orb'/278178, l='MpServer', x=1917.00, y=4.25, z=899.53], EntityXPOrb['Experience Orb'/278179, l='MpServer', x=1913.84, y=4.25, z=904.50], GCEntityClientPlayerMP['thedestroyer789'/429, l='MpServer', x=1992.31, y=5.62, z=905.95], EntityYoutuber['Thnxcya'/316, l='MpServer', x=1933.50, y=4.00, z=892.09], PlayerEntity['Mugz'/67651, l='MpServer', x=2016.50, y=4.00, z=854.50], PlayerEntity['spacepotatoman'/67650, l='MpServer', x=2017.50, y=4.00, z=850.50], PlayerEntity['paramime'/67653, l='MpServer', x=2017.50, y=4.00, z=852.50], PlayerEntity['Mugz'/67652, l='MpServer', x=2014.50, y=4.00, z=853.50], EntityYoutuber['DanzNewz'/353, l='MpServer', x=2005.50, y=4.00, z=969.50], EntityChameleon['Chameleon'/67697, l='MpServer', x=1982.50, y=4.00, z=830.50], EntityChameleon['Chameleon'/67699, l='MpServer', x=1976.00, y=4.00, z=835.38], EntityChameleon['Chameleon'/67700, l='MpServer', x=1978.63, y=4.00, z=833.50], EntityYoutuber['MrCrainer'/377, l='MpServer', x=2011.53, y=4.00, z=887.50], EntityYoutuber['Ssundee'/378, l='MpServer', x=2010.13, y=4.00, z=887.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:373)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2433)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:916)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Mac OS X (x86_64) version 10.10.2
Java Version: 1.8.0_74, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 475034616 bytes (453 MB) / 1060372480 bytes (1011 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 5 total; -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 2, tcache: 0, allocated: 1, tallocated: 14
FML: MCP v9.05 FML v7.10.85.1230 Minecraft Forge 10.13.2.1230 49 mods loaded, 49 mods active
mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
FML{7.10.85.1230} [Forge Mod Loader] (forge-1.7.10-10.13.2.1230.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Forge{10.13.2.1230} [Minecraft Forge] (forge-1.7.10-10.13.2.1230.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
TooManyItems{1.7.10} [TooManyItems] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ClothingCraft{1.2.0} [ClothingCraft] ([1.7.10] ClothingCraft 1.2.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BiblioCraft{1.11.4} [BiblioCraft] (BiblioCraft[v1.11.4][MC1.7.10].jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
carsanddrives{1.0.7} [Cars and Drives] (Cars_and_Drives_Mod_V-1.0.7.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
cfm{3.4.8} [�9MrCrayfish's Furniture Mod] (cfm-3.4.8-mc1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
clonecraft{3.0} [CloneCraft] (Clone-Craft-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
colorfultools{1.7.10-1.6} [Colorful Tools] (Colorful-Tools-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
colourfulportalsmod{1.4.1} [Colourful Portals] (Colourful-Portals-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
crash{1.7.2} [Crash] (Crash_1.7.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
customnpcs{1.7.10b} [CustomNpcs] (CustomNPCs_1.7.10b.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
wonderfulwands{1.4.2} [Cyano's Wonderful Wands] (CyanosWonderfulWands-1.4.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
thedalekmod{39.75} [The Dalek Mod] (Dalek_Mod_1710-5.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
DamageIndicatorsMod{3.2.0} [Damage Indicators] (Damage-Indicators-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
jawser{1.0.0} [Decorative Videogame Systems] (Decorative Video Game Systems mod v1.5.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
doggytalents{v1.9.0a} [Doggy Talents] (Doggy-Talents-Mod-1.7.10.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
emeraldmod{3.5.1} [EmeraldMod] (Emerald-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
fnaf2{1.0} [Five Night At Freddy's 2] (Five-Nights-At-Freddys-2-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
FNAFMod{1.2} [FNAFMod] (Five-Nights-at-Freddys-Mod-1.7.10.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ftfloocraft{1.7.10-0.3.1} [Floocraft] (Floocraft-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
GalacticraftCore{3.0.12} [Galacticraft Core] (GalacticraftCore-1.7-3.0.12.447.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
GalacticraftMars{3.0.12} [Galacticraft Planets] (Galacticraft-Planets-1.7-3.0.12.447.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
herobrinemod{3.7} [The Herobrine Mod] (Herobrinemod.1.7.10.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
iChunUtil{4.0.0} [iChunUtil] (iChun-Util-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
instahouse{6.3} [Insta House] (Insta House v 6.3.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
instantblocks{1.5.1} [Instant Blocks] (Instant-Blocks-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
IMSM{100.0.2} [IMSM] (Instant-Massive-Structures-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ISM{2.1.0} [MaggiCraft's Instant Structures Mod] (Instant-Structures-Mod-by-MaggiCraft-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
KoadPirates{For minecraft 1.7.10} [Koadmaster's Pirates] (KoadmastersPirates-0.7.5.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
legends{1.6} [Legends Mod] (Legends Core-1.6.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
lucky{5.1.0} [Lucky Block] (Lucky-Block-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
magicalcrops{1.7.2 - 0.1 ALPHA} [Magical Crops] (Magical-Crops-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
radixcore{1.3.4} [RadixCore] (RadixCore-1.7.10-1.3.4-universal-2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
mca{4.1.5} [Minecraft Comes Alive] (MCA-1.7.10-4.1.5-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
MobDismemberment{4.0.0} [MobDismemberment] (Mob-Dismemberment-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
starwarsmod{1.2.11} [Parzi's Star Wars Mod] (Parzi's Star Wars Mod v1.2.11.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
primitivemobs{1.0} [Primitive Mobs] (primitivemobs-1.0c-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
quidcraft{0.1} [Quidcraft] (Quidcraft-0.1(1.7.10).jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ironman{4.3.12} [Iron Man Armor Extension] (Superheroes Unlimited Mod-1.7.10-4.3.12.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
sus{4.3.12} [Superheroes Unlimited Mod] (Superheroes Unlimited Mod-1.7.10-4.3.12.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
susaddon{4.3.12} [Superheroes Unlimited Mod (Part 2)] (Superheroes Unlimited Mod-1.7.10-4.3.12.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Sync{4.0.0} [Sync] (Sync-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
examplemod{1.0} [examplemod] (Villagers-Nose-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
VillagersNose{1.1} [Villager's Nose] (Villagers-Nose-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
WebDisplay{0.7} [Web Displays] (Web-Displays-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
youtubers{1.7.1} [Youtubers+ Mod] (youtubers-1.7.1-MC1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Launched Version: 1.7.10-Forge10.13.2.1230
LWJGL: 2.9.1
OpenGL: NVIDIA GeForce 320M OpenGL Engine GL version 2.1 NVIDIA-10.0.19 310.90.10.05b12, NVIDIA Corporation
GL Caps: Using GL 1.3 multitexturing.
Using framebuffer objects because ARB_framebuffer_object is supported and separate blending is supported.
Anisotropic filtering is supported and maximum anisotropy is 16.
Shaders are available because OpenGL 2.1 is supported.
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: [YoutubersSkin]
Current Language: English (UK)
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Anisotropic Filtering: Off (1)
One of your mods is using buggy vanilla mob spawning code. Impossible to tell which one without and Entity ID dump.
Here's my game log to give a bit more info.
[14:44:06] [main/INFO]: Setting user: thedestroyer789
[14:44:08] [Client thread/INFO]: LWJGL Version: 2.9.1
[14:44:47] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:ClothingCraft, FMLFileResourcePack:BiblioCraft, FMLFileResourcePack:Cars and Drives, FMLFileResourcePack:�9MrCrayfish's Furniture Mod, FMLFileResourcePack:CloneCraft, FMLFileResourcePack:Colorful Tools, FMLFileResourcePack:Colourful Portals, FMLFileResourcePack:Crash, FMLFileResourcePack:CustomNpcs, FMLFileResourcePack:Cyano's Wonderful Wands, FMLFileResourcePack:The Dalek Mod, FMLFileResourcePack:Damage Indicators, FMLFileResourcePack:Decorative Videogame Systems, FMLFileResourcePack:Doggy Talents, FMLFileResourcePack:EmeraldMod, FMLFileResourcePack:Five Night At Freddy's 2, FMLFileResourcePack:FNAFMod, FMLFileResourcePack:Floocraft, FMLFileResourcePack:Galacticraft Planets, FMLFileResourcePack:Galacticraft Core, FMLFileResourcePack:The Herobrine Mod, FMLFileResourcePack:iChunUtil, FMLFileResourcePack:Insta House, FMLFileResourcePack:Instant Blocks, FMLFileResourcePack:IMSM, FMLFileResourcePack:MaggiCraft's Instant Structures Mod, FMLFileResourcePack:Koadmaster's Pirates, FMLFileResourcePack:Legends Mod, FMLFileResourcePack:Lucky Block, FMLFileResourcePack:Magical Crops, FMLFileResourcePack:Minecraft Comes Alive, FMLFileResourcePack:MobDismemberment, FMLFileResourcePack:Parzi's Star Wars Mod, FMLFileResourcePack:Primitive Mobs, FMLFileResourcePack:Quidcraft, FMLFileResourcePack:RadixCore, FMLFileResourcePack:Iron Man Armor Extension, FMLFileResourcePack:Superheroes Unlimited Mod, FMLFileResourcePack:Superheroes Unlimited Mod (Part 2), FMLFileResourcePack:Sync, FMLFileResourcePack:examplemod, FMLFileResourcePack:Villager's Nose, FMLFileResourcePack:Web Displays, FMLFileResourcePack:Youtubers+ Mod, YoutubersSkin
[14:44:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:44:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:44:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:44:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:44:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:44:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:44:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:44:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:44:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:44:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:44:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:44:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:44:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:44:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:44:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:44:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:44:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:44:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:44:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:44:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:44:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:44:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:44:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:44:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:44:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:44:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:44:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:44:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:44:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:44:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:44:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:44:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:44:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:44:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:44:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:44:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:44:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:44:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:44:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:44:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:44:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:44:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:44:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:44:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:44:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:44:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:44:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:44:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:44:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:44:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:44:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:44:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:44:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:44:48] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:45:28] [Sound Library Loader/INFO]: Sound engine started
[14:45:28] [Client thread/WARN]: File clonecraft:sounds/block/close.ogg does not exist, cannot add it to event clonecraft:block.close
[14:45:28] [Client thread/WARN]: File clonecraft:sounds/block/open.ogg does not exist, cannot add it to event clonecraft:block.open
[14:45:28] [Client thread/WARN]: File customnpcs:sounds/human/girl/villager/What do you need.ogg does not exist, cannot add it to event customnpcs:human.girl.villager.what_do_you_need
[14:45:28] [Client thread/WARN]: File customnpcs:sounds/human/girl/villager/Would you like to trade.ogg does not exist, cannot add it to event customnpcs:human.girl.villager.trade
[14:45:28] [Client thread/WARN]: File fnaf2:sounds/hurt.ogg does not exist, cannot add it to event fnaf2:hurt
[14:45:28] [Client thread/WARN]: File starwarsmod:sounds/mob/surgical/hit1.ogg does not exist, cannot add it to event starwarsmod:mob.surgical.hit
[14:45:28] [Client thread/WARN]: File starwarsmod:sounds/mob/surgical/die1.ogg does not exist, cannot add it to event starwarsmod:mob.surgical.die
[14:45:28] [Client thread/WARN]: File starwarsmod:sounds/mob/treadwell/hit1.ogg does not exist, cannot add it to event starwarsmod:mob.treadwell.hit
[14:45:28] [Client thread/WARN]: File starwarsmod:sounds/mob/treadwell/die1.ogg does not exist, cannot add it to event starwarsmod:mob.treadwell.die
[14:45:30] [Client thread/ERROR]: Using missing texture, unable to load jawser:textures/blocks/IMac.png
java.io.FileNotFoundException: jawser:textures/blocks/IMac.png
at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(SourceFile:51) ~[bqq.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SourceFile:55) ~[brg.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:125) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110551_a(TextureMap.java:90) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(SourceFile:72) [bqf.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110580_a(SourceFile:61) [bqf.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_130088_a(SourceFile:52) [bqf.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:537) [bao.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867) [bao.class:?]
at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_74]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_74]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_74]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_74]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
[14:45:32] [Client thread/ERROR]: Using missing texture, unable to load minecraft:textures/blocks/MISSING_ICON_BLOCK_439_lifeInducer.png
java.io.FileNotFoundException: minecraft:textures/blocks/MISSING_ICON_BLOCK_439_lifeInducer.png
at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(SourceFile:51) ~[bqq.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SourceFile:55) ~[brg.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:125) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110551_a(TextureMap.java:90) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(SourceFile:72) [bqf.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110580_a(SourceFile:61) [bqf.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_130088_a(SourceFile:52) [bqf.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:537) [bao.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867) [bao.class:?]
at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_74]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_74]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_74]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_74]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
[14:45:34] [Client thread/ERROR]: Using missing texture, unable to load modid:textures/blocks/fluidFlowing.png
java.io.FileNotFoundException: modid:textures/blocks/fluidFlowing.png
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SourceFile:58) ~[brg.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:125) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110551_a(TextureMap.java:90) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(SourceFile:72) [bqf.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110580_a(SourceFile:61) [bqf.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_130088_a(SourceFile:52) [bqf.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:537) [bao.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867) [bao.class:?]
at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_74]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_74]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_74]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_74]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
[14:45:38] [Client thread/ERROR]: Using missing texture, unable to load modid:textures/blocks/fluidStill.png
java.io.FileNotFoundException: modid:textures/blocks/fluidStill.png
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SourceFile:58) ~[brg.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:125) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110551_a(TextureMap.java:90) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(SourceFile:72) [bqf.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110580_a(SourceFile:61) [bqf.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_130088_a(SourceFile:52) [bqf.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:537) [bao.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867) [bao.class:?]
at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_74]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_74]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_74]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_74]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
[14:45:47] [Client thread/INFO]: Created: 4096x4096 textures/blocks-atlas
[14:45:51] [Client thread/ERROR]: Using missing texture, unable to load youtubers:textures/items/TDM.png
java.io.FileNotFoundException: youtubers:textures/items/TDM.png
at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(SourceFile:51) ~[bqq.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SourceFile:55) ~[brg.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:125) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110551_a(TextureMap.java:90) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(SourceFile:72) [bqf.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110580_a(SourceFile:61) [bqf.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_130088_a(SourceFile:52) [bqf.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:538) [bao.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867) [bao.class:?]
at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_74]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_74]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_74]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_74]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
[14:45:52] [Client thread/ERROR]: Using missing texture, unable to load minecraft:textures/items/wheat_seeds.png
java.io.FileNotFoundException: minecraft:textures/items/wheat_seeds.png
at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(SourceFile:51) ~[bqq.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SourceFile:55) ~[brg.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:125) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110551_a(TextureMap.java:90) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(SourceFile:72) [bqf.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110580_a(SourceFile:61) [bqf.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_130088_a(SourceFile:52) [bqf.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:538) [bao.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867) [bao.class:?]
at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_74]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_74]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_74]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_74]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
[14:45:57] [Client thread/INFO]: Created: 1024x1024 textures/items-atlas
[14:46:33] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:ClothingCraft, FMLFileResourcePack:BiblioCraft, FMLFileResourcePack:Cars and Drives, FMLFileResourcePack:�9MrCrayfish's Furniture Mod, FMLFileResourcePack:CloneCraft, FMLFileResourcePack:Colorful Tools, FMLFileResourcePack:Colourful Portals, FMLFileResourcePack:Crash, FMLFileResourcePack:CustomNpcs, FMLFileResourcePack:Cyano's Wonderful Wands, FMLFileResourcePack:The Dalek Mod, FMLFileResourcePack:Damage Indicators, FMLFileResourcePack:Decorative Videogame Systems, FMLFileResourcePack:Doggy Talents, FMLFileResourcePack:EmeraldMod, FMLFileResourcePack:Five Night At Freddy's 2, FMLFileResourcePack:FNAFMod, FMLFileResourcePack:Floocraft, FMLFileResourcePack:Galacticraft Planets, FMLFileResourcePack:Galacticraft Core, FMLFileResourcePack:The Herobrine Mod, FMLFileResourcePack:iChunUtil, FMLFileResourcePack:Insta House, FMLFileResourcePack:Instant Blocks, FMLFileResourcePack:IMSM, FMLFileResourcePack:MaggiCraft's Instant Structures Mod, FMLFileResourcePack:Koadmaster's Pirates, FMLFileResourcePack:Legends Mod, FMLFileResourcePack:Lucky Block, FMLFileResourcePack:Magical Crops, FMLFileResourcePack:Minecraft Comes Alive, FMLFileResourcePack:MobDismemberment, FMLFileResourcePack:Parzi's Star Wars Mod, FMLFileResourcePack:Primitive Mobs, FMLFileResourcePack:Quidcraft, FMLFileResourcePack:RadixCore, FMLFileResourcePack:Iron Man Armor Extension, FMLFileResourcePack:Superheroes Unlimited Mod, FMLFileResourcePack:Superheroes Unlimited Mod (Part 2), FMLFileResourcePack:Sync, FMLFileResourcePack:examplemod, FMLFileResourcePack:Villager's Nose, FMLFileResourcePack:Web Displays, FMLFileResourcePack:Youtubers+ Mod, YoutubersSkin
[14:46:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:46:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:46:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:46:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:46:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:46:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:46:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:46:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:46:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:46:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:46:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:46:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:46:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:46:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:46:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:46:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:46:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:46:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:46:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:46:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:46:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:46:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:46:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:46:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:46:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:46:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:46:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:46:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:46:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:46:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:46:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:46:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:46:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:46:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:46:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:46:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:46:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:46:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:46:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:46:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:46:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:46:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:46:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:46:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:46:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:46:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:46:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:46:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:46:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:46:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:46:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:46:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:46:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:46:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:46:38] [Client thread/ERROR]: Using missing texture, unable to load thedalekmod:textures/blocks/roundThingTest.png
java.io.FileNotFoundException: thedalekmod:textures/blocks/roundThingTest.png
at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(SourceFile:51) ~[bqq.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SourceFile:55) ~[brg.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:125) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110551_a(TextureMap.java:90) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(SourceFile:72) [bqf.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110549_a(SourceFile:136) [bqf.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110544_b(SourceFile:104) [brg.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SourceFile:92) [brg.class:?]
at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:598) [bao.class:?]
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:303) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:541) [bao.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867) [bao.class:?]
at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_74]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_74]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_74]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_74]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
[14:46:42] [Client thread/ERROR]: Using missing texture, unable to load thedalekmod:textures/blocks/LampPostBase.png
java.io.FileNotFoundException: thedalekmod:textures/blocks/LampPostBase.png
at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(SourceFile:51) ~[bqq.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SourceFile:55) ~[brg.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:125) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110551_a(TextureMap.java:90) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(SourceFile:72) [bqf.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110549_a(SourceFile:136) [bqf.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110544_b(SourceFile:104) [brg.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SourceFile:92) [brg.class:?]
at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:598) [bao.class:?]
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:303) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:541) [bao.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867) [bao.class:?]
at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_74]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_74]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_74]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_74]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
[14:46:44] [Client thread/ERROR]: Using missing texture, unable to load thedalekmod:textures/blocks/tardisBlockWall_2.png
java.io.FileNotFoundException: thedalekmod:textures/blocks/tardisBlockWall_2.png
at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(SourceFile:51) ~[bqq.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SourceFile:55) ~[brg.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:125) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110551_a(TextureMap.java:90) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(SourceFile:72) [bqf.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110549_a(SourceFile:136) [bqf.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110544_b(SourceFile:104) [brg.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SourceFile:92) [brg.class:?]
at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:598) [bao.class:?]
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:303) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:541) [bao.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867) [bao.class:?]
at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_74]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_74]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_74]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_74]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
[14:46:44] [Client thread/ERROR]: Using missing texture, unable to load thedalekmod:textures/blocks/tardisBlockWall_1.png
java.io.FileNotFoundException: thedalekmod:textures/blocks/tardisBlockWall_1.png
at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(SourceFile:51) ~[bqq.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SourceFile:55) ~[brg.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:125) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110551_a(TextureMap.java:90) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(SourceFile:72) [bqf.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110549_a(SourceFile:136) [bqf.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110544_b(SourceFile:104) [brg.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SourceFile:92) [brg.class:?]
at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:598) [bao.class:?]
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:303) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:541) [bao.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867) [bao.class:?]
at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_74]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_74]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_74]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_74]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
[14:46:44] [Client thread/ERROR]: Using missing texture, unable to load modid:textures/blocks/fluidFlowing.png
java.io.FileNotFoundException: modid:textures/blocks/fluidFlowing.png
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SourceFile:58) ~[brg.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:125) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110551_a(TextureMap.java:90) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(SourceFile:72) [bqf.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110549_a(SourceFile:136) [bqf.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110544_b(SourceFile:104) [brg.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SourceFile:92) [brg.class:?]
at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:598) [bao.class:?]
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:303) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:541) [bao.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867) [bao.class:?]
at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_74]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_74]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_74]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_74]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
[14:46:46] [Client thread/ERROR]: Using missing texture, unable to load thedalekmod:textures/blocks/golfCart.png
java.io.FileNotFoundException: thedalekmod:textures/blocks/golfCart.png
at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(SourceFile:51) ~[bqq.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SourceFile:55) ~[brg.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:125) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110551_a(TextureMap.java:90) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(SourceFile:72) [bqf.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110549_a(SourceFile:136) [bqf.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110544_b(SourceFile:104) [brg.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SourceFile:92) [brg.class:?]
at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:598) [bao.class:?]
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:303) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:541) [bao.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867) [bao.class:?]
at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_74]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_74]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_74]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_74]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
[14:46:46] [Client thread/ERROR]: Using missing texture, unable to load thedalekmod:textures/blocks/SgtJohn.png
java.io.FileNotFoundException: thedalekmod:textures/blocks/SgtJohn.png
at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(SourceFile:51) ~[bqq.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SourceFile:55) ~[brg.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:125) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110551_a(TextureMap.java:90) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(SourceFile:72) [bqf.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110549_a(SourceFile:136) [bqf.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110544_b(SourceFile:104) [brg.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SourceFile:92) [brg.class:?]
at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:598) [bao.class:?]
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:303) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:541) [bao.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867) [bao.class:?]
at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_74]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_74]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_74]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_74]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
[14:46:48] [Client thread/ERROR]: Using missing texture, unable to load minecraft:textures/blocks/MISSING_ICON_BLOCK_778_batBooth.png
java.io.FileNotFoundException: minecraft:textures/blocks/MISSING_ICON_BLOCK_778_batBooth.png
at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(SourceFile:51) ~[bqq.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SourceFile:55) ~[brg.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:125) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110551_a(TextureMap.java:90) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(SourceFile:72) [bqf.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110549_a(SourceFile:136) [bqf.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110544_b(SourceFile:104) [brg.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SourceFile:92) [brg.class:?]
at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:598) [bao.class:?]
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:303) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:541) [bao.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867) [bao.class:?]
at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_74]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_74]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_74]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_74]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
[14:46:52] [Client thread/ERROR]: Using missing texture, unable to load jawser:textures/blocks/IMac.png
java.io.FileNotFoundException: jawser:textures/blocks/IMac.png
at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(SourceFile:51) ~[bqq.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SourceFile:55) ~[brg.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:125) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110551_a(TextureMap.java:90) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(SourceFile:72) [bqf.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110549_a(SourceFile:136) [bqf.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110544_b(SourceFile:104) [brg.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SourceFile:92) [brg.class:?]
at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:598) [bao.class:?]
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:303) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:541) [bao.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867) [bao.class:?]
at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_74]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_74]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_74]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_74]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
[14:46:53] [Client thread/ERROR]: Using missing texture, unable to load minecraft:textures/blocks/MISSING_ICON_BLOCK_439_lifeInducer.png
java.io.FileNotFoundException: minecraft:textures/blocks/MISSING_ICON_BLOCK_439_lifeInducer.png
at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(SourceFile:51) ~[bqq.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SourceFile:55) ~[brg.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:125) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110551_a(TextureMap.java:90) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(SourceFile:72) [bqf.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110549_a(SourceFile:136) [bqf.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110544_b(SourceFile:104) [brg.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SourceFile:92) [brg.class:?]
at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:598) [bao.class:?]
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:303) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:541) [bao.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867) [bao.class:?]
at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_74]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_74]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_74]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_74]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
[14:46:54] [Client thread/ERROR]: Using missing texture, unable to load thedalekmod:textures/blocks/LampPostLight.png
java.io.FileNotFoundException: thedalekmod:textures/blocks/LampPostLight.png
at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(SourceFile:51) ~[bqq.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SourceFile:55) ~[brg.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:125) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110551_a(TextureMap.java:90) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(SourceFile:72) [bqf.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110549_a(SourceFile:136) [bqf.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110544_b(SourceFile:104) [brg.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SourceFile:92) [brg.class:?]
at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:598) [bao.class:?]
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:303) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:541) [bao.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867) [bao.class:?]
at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_74]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_74]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_74]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_74]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
[14:46:54] [Client thread/ERROR]: Using missing texture, unable to load thedalekmod:textures/blocks/poster.png
java.io.FileNotFoundException: thedalekmod:textures/blocks/poster.png
at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(SourceFile:51) ~[bqq.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SourceFile:55) ~[brg.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:125) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110551_a(TextureMap.java:90) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(SourceFile:72) [bqf.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110549_a(SourceFile:136) [bqf.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110544_b(SourceFile:104) [brg.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SourceFile:92) [brg.class:?]
at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:598) [bao.class:?]
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:303) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:541) [bao.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867) [bao.class:?]
at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_74]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_74]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_74]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_74]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
[14:46:54] [Client thread/ERROR]: Using missing texture, unable to load minecraft:textures/blocks/MISSING_ICON_BLOCK_765_TardisDoorsInterior.png
java.io.FileNotFoundException: minecraft:textures/blocks/MISSING_ICON_BLOCK_765_TardisDoorsInterior.png
at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(SourceFile:51) ~[bqq.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SourceFile:55) ~[brg.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:125) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110551_a(TextureMap.java:90) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(SourceFile:72) [bqf.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110549_a(SourceFile:136) [bqf.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110544_b(SourceFile:104) [brg.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SourceFile:92) [brg.class:?]
at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:598) [bao.class:?]
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:303) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:541) [bao.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867) [bao.class:?]
at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_74]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_74]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_74]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_74]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
[14:46:54] [Client thread/ERROR]: Using missing texture, unable to load minecraft:textures/blocks/GallifreyDirt.png
java.io.FileNotFoundException: minecraft:textures/blocks/GallifreyDirt.png
at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(SourceFile:51) ~[bqq.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SourceFile:55) ~[brg.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:125) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110551_a(TextureMap.java:90) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(SourceFile:72) [bqf.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110549_a(SourceFile:136) [bqf.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110544_b(SourceFile:104) [brg.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SourceFile:92) [brg.class:?]
at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:598) [bao.class:?]
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:303) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:541) [bao.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867) [bao.class:?]
at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_74]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_74]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_74]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_74]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
[14:46:54] [Client thread/ERROR]: Using missing texture, unable to load modid:textures/blocks/fluidStill.png
java.io.FileNotFoundException: modid:textures/blocks/fluidStill.png
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SourceFile:58) ~[brg.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:125) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110551_a(TextureMap.java:90) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(SourceFile:72) [bqf.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110549_a(SourceFile:136) [bqf.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110544_b(SourceFile:104) [brg.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SourceFile:92) [brg.class:?]
at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:598) [bao.class:?]
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:303) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:541) [bao.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867) [bao.class:?]
at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_74]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_74]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_74]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_74]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
[14:46:54] [Client thread/ERROR]: Using missing texture, unable to load thedalekmod:textures/blocks/arcade.png
java.io.FileNotFoundException: thedalekmod:textures/blocks/arcade.png
at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(SourceFile:51) ~[bqq.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SourceFile:55) ~[brg.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:125) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110551_a(TextureMap.java:90) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(SourceFile:72) [bqf.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110549_a(SourceFile:136) [bqf.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110544_b(SourceFile:104) [brg.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SourceFile:92) [brg.class:?]
at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:598) [bao.class:?]
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:303) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:541) [bao.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867) [bao.class:?]
at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_74]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_74]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_74]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_74]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
[14:46:59] [Client thread/INFO]: Created: 4096x4096 textures/blocks-atlas
[14:47:03] [Client thread/ERROR]: Using missing texture, unable to load starwarsmod:textures/items/vibroLance.png
java.io.FileNotFoundException: starwarsmod:textures/items/vibroLance.png
at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(SourceFile:51) ~[bqq.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SourceFile:55) ~[brg.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:125) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110551_a(TextureMap.java:90) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(SourceFile:72) [bqf.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110549_a(SourceFile:136) [bqf.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110544_b(SourceFile:104) [brg.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SourceFile:92) [brg.class:?]
at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:598) [bao.class:?]
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:303) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:541) [bao.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867) [bao.class:?]
at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_74]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_74]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_74]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_74]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
[14:47:04] [Client thread/ERROR]: Using missing texture, unable to load minecraft:textures/items/MISSING_ICON_ITEM_6175_SWDBlockitem.png
java.io.FileNotFoundException: minecraft:textures/items/MISSING_ICON_ITEM_6175_SWDBlockitem.png
at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(SourceFile:51) ~[bqq.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SourceFile:55) ~[brg.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:125) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110551_a(TextureMap.java:90) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(SourceFile:72) [bqf.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110549_a(SourceFile:136) [bqf.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110544_b(SourceFile:104) [brg.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SourceFile:92) [brg.class:?]
at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:598) [bao.class:?]
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:303) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:541) [bao.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867) [bao.class:?]
at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_74]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_74]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_74]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_74]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
[14:47:08] [Client thread/ERROR]: Using missing texture, unable to load youtubers:textures/items/TDM.png
java.io.FileNotFoundException: youtubers:textures/items/TDM.png
at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(SourceFile:51) ~[bqq.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SourceFile:55) ~[brg.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:125) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110551_a(TextureMap.java:90) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(SourceFile:72) [bqf.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110549_a(SourceFile:136) [bqf.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110544_b(SourceFile:104) [brg.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SourceFile:92) [brg.class:?]
at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:598) [bao.class:?]
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:303) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:541) [bao.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867) [bao.class:?]
at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_74]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_74]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_74]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_74]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
[14:47:10] [Client thread/ERROR]: Using missing texture, unable to load villagersnose:textures/items/nose.png
java.io.FileNotFoundException: villagersnose:textures/items/nose.png
at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(SourceFile:51) ~[bqq.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SourceFile:55) ~[brg.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:125) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110551_a(TextureMap.java:90) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(SourceFile:72) [bqf.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110549_a(SourceFile:136) [bqf.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110544_b(SourceFile:104) [brg.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SourceFile:92) [brg.class:?]
at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:598) [bao.class:?]
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:303) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:541) [bao.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867) [bao.class:?]
at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_74]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_74]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_74]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_74]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
[14:47:13] [Client thread/ERROR]: Using missing texture, unable to load minecraft:textures/items/wheat_seeds.png
java.io.FileNotFoundException: minecraft:textures/items/wheat_seeds.png
at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(SourceFile:51) ~[bqq.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SourceFile:55) ~[brg.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:125) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110551_a(TextureMap.java:90) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(SourceFile:72) [bqf.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110549_a(SourceFile:136) [bqf.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110544_b(SourceFile:104) [brg.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SourceFile:92) [brg.class:?]
at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:598) [bao.class:?]
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:303) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:541) [bao.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867) [bao.class:?]
at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_74]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_74]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_74]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_74]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
[14:47:14] [Client thread/ERROR]: Using missing texture, unable to load starwarsmod:textures/items/gamorreanAx3.png
java.io.FileNotFoundException: starwarsmod:textures/items/gamorreanAx3.png
at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(SourceFile:51) ~[bqq.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SourceFile:55) ~[brg.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:125) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110551_a(TextureMap.java:90) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(SourceFile:72) [bqf.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110549_a(SourceFile:136) [bqf.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110544_b(SourceFile:104) [brg.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SourceFile:92) [brg.class:?]
at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:598) [bao.class:?]
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:303) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:541) [bao.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867) [bao.class:?]
at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_74]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_74]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_74]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_74]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
[14:47:14] [Client thread/ERROR]: Using missing texture, unable to load starwarsmod:textures/items/gamorreanAx2.png
java.io.FileNotFoundException: starwarsmod:textures/items/gamorreanAx2.png
at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(SourceFile:51) ~[bqq.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SourceFile:55) ~[brg.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:125) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110551_a(TextureMap.java:90) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(SourceFile:72) [bqf.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110549_a(SourceFile:136) [bqf.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110544_b(SourceFile:104) [brg.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SourceFile:92) [brg.class:?]
at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:598) [bao.class:?]
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:303) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:541) [bao.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867) [bao.class:?]
at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_74]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_74]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_74]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_74]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
[14:47:16] [Client thread/ERROR]: Using missing texture, unable to load thedalekmod:textures/items/Tardis.png
java.io.FileNotFoundException: thedalekmod:textures/items/Tardis.png
at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(SourceFile:51) ~[bqq.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SourceFile:55) ~[brg.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:125) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110551_a(TextureMap.java:90) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(SourceFile:72) [bqf.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110549_a(SourceFile:136) [bqf.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110544_b(SourceFile:104) [brg.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SourceFile:92) [brg.class:?]
at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:598) [bao.class:?]
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:303) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:541) [bao.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867) [bao.class:?]
at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_74]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_74]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_74]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_74]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
[14:47:18] [Client thread/ERROR]: Using missing texture, unable to load thedalekmod:textures/items/santaHat.png
java.io.FileNotFoundException: thedalekmod:textures/items/santaHat.png
at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(SourceFile:51) ~[bqq.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SourceFile:55) ~[brg.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:125) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110551_a(TextureMap.java:90) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(SourceFile:72) [bqf.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110549_a(SourceFile:136) [bqf.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110544_b(SourceFile:104) [brg.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SourceFile:92) [brg.class:?]
at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:598) [bao.class:?]
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:303) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:541) [bao.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867) [bao.class:?]
at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_74]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_74]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_74]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_74]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
[14:47:20] [Client thread/INFO]: Created: 1024x1024 textures/items-atlas
[14:47:21] [Client thread/WARN]: File clonecraft:sounds/block/close.ogg does not exist, cannot add it to event clonecraft:block.close
[14:47:21] [Client thread/WARN]: File clonecraft:sounds/block/open.ogg does not exist, cannot add it to event clonecraft:block.open
[14:47:21] [Client thread/WARN]: File customnpcs:sounds/human/girl/villager/What do you need.ogg does not exist, cannot add it to event customnpcs:human.girl.villager.what_do_you_need
[14:47:21] [Client thread/WARN]: File customnpcs:sounds/human/girl/villager/Would you like to trade.ogg does not exist, cannot add it to event customnpcs:human.girl.villager.trade
[14:47:21] [Sound Library Loader/INFO]: Sound engine started
[14:47:22] [Client thread/WARN]: File fnaf2:sounds/hurt.ogg does not exist, cannot add it to event fnaf2:hurt
[14:47:22] [Client thread/WARN]: File starwarsmod:sounds/mob/surgical/hit1.ogg does not exist, cannot add it to event starwarsmod:mob.surgical.hit
[14:47:22] [Client thread/WARN]: File starwarsmod:sounds/mob/surgical/die1.ogg does not exist, cannot add it to event starwarsmod:mob.surgical.die
[14:47:22] [Client thread/WARN]: File starwarsmod:sounds/mob/treadwell/hit1.ogg does not exist, cannot add it to event starwarsmod:mob.treadwell.hit
[14:47:22] [Client thread/WARN]: File starwarsmod:sounds/mob/treadwell/die1.ogg does not exist, cannot add it to event starwarsmod:mob.treadwell.die
[14:47:22] [Client thread/ERROR]: ########## GL ERROR ##########
[14:47:22] [Client thread/ERROR]: @ Post startup
[14:47:22] [Client thread/ERROR]: 1281: Invalid value
[14:50:02] [Server thread/INFO]: Starting integrated minecraft server version 1.7.10
[14:50:02] [Server thread/INFO]: Generating keypair
[14:50:02] [Server thread/INFO]: Converting map!
[14:50:02] [Server thread/INFO]: Scanning folders...
[14:50:02] [Server thread/INFO]: Total conversion count is 0
[14:50:06] [Server thread/WARN]: Unable to find spawn biome
[14:50:07] [Server thread/WARN]: Unable to find spawn biome
[14:50:07] [Server thread/WARN]: Unable to find spawn biome
[14:50:07] [Server thread/WARN]: Unable to find spawn biome
[14:50:15] [Server thread/WARN]: Unable to find spawn biome
[14:50:15] [Server thread/WARN]: Unable to find spawn biome
[14:50:24] [Server thread/WARN]: Unable to find spawn biome
[14:50:31] [Server thread/WARN]: Unable to find spawn biome
[14:50:31] [Server thread/WARN]: Unable to find spawn biome
[14:50:37] [Server thread/INFO]: Preparing start region for level 0
[14:50:38] [Server thread/INFO]: Preparing spawn area: 59%
[14:50:39] [Server thread/INFO]: Preparing spawn area: 85%
[14:50:42] [Server thread/INFO]: Changing view distance to 12, from 10
[14:50:42] [Server thread/INFO]: thedestroyer789[local:E:cb2dc129] logged in with entity id 487 at (-167.5, 4.0, -1302.5)
[14:50:42] [Server thread/INFO]: thedestroyer789 joined the game
[14:50:43] [Thread-7/INFO]: [CHAT] §2CustomNpcs§f§4 update available §9§nClick here
[14:50:44] [Doggy Talents Version Check/INFO]: [CHAT] A new Doggy Talents version exists v1.9.0h. Get it here: http://adfoc.us/14766155916785
[14:50:44] [Client thread/INFO]: [CHAT] Thanks for participating in the global Jedi vs. Sith leaderboard! You can opt out at any time in the config.
[14:50:45] [Client thread/INFO]: [CHAT] §8[§3Instant Blocks v1.5.1§8] §aLoaded §asuccessfully.
[14:50:45] [Client thread/INFO]: [CHAT] Damage Indicators was unable to check for updates!
[14:50:46] [Client thread/INFO]: [CHAT] §8[§3Instant Blocks v1.5.1§8] §cUpdate §cavaliable: §c§lv1.5.4 §c§r§c(For §cMC §c1.7.10)!
[14:50:46] [Client thread/INFO]: [CHAT] §8[§3Instant Blocks v1.5.1§8] §cLink: §c§b§nhttp://tinyurl.com/instantblocks
[14:50:46] [Client thread/INFO]: [CHAT] Enjoy the mod? Join the official Superheroes Unlimited Server here!
[14:51:03] [Server thread/INFO]: thedestroyer789 has just earned the achievement [You've been installed!]
[14:51:03] [Server thread/INFO]: Saving and pausing game...
[14:51:03] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/Overworld
[14:51:04] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/Nether
[14:51:04] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/The End
[14:51:04] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/Yavin Four
[14:51:04] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/Forest a Box
[14:51:04] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/Space
[14:51:04] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/Moon
[14:51:04] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/Mars
[14:51:04] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/Mars
[14:51:04] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/Tardis
[14:51:04] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/Asteroids
[14:51:04] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/Emerald
[14:51:04] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/Endor
[14:51:04] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/Hoth
[14:51:04] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/Minecraft Pocket Edition
[14:51:04] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/Omicron Persei 8
[14:51:04] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/Europa
[14:51:04] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/Phantom Zone
[14:51:04] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/Dagobah
[14:51:04] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/The Mars
[14:51:04] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/The Moon
[14:51:05] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/Ilum
[14:51:05] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/Minecraft XBox Edition
[14:51:05] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/Minecraft Beta
[14:51:05] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/Kashyyyk
[14:51:05] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/Gallifrey
[14:51:05] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/Trenzalore
[14:51:05] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/Minecraft Classic
[14:51:05] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/Skaro
[14:51:05] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/Wakanda
[14:51:05] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/Cave Game
[14:51:05] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/Minecraft Infdev
[14:51:05] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/Tatooine
[14:51:05] [Client thread/INFO]: [CHAT] thedestroyer789 has just earned the achievement [You've been installed!]
[14:51:05] [Client thread/INFO]: [CHAT] §bThank you for downloading MrCrayfish's Furniture Mod.
[14:51:05] [Client thread/INFO]: [CHAT] Make sure you check out the wiki! http://mrcrayfishs-furniture-mod.wikia.com/
[14:51:05] [Client thread/INFO]: [CHAT] §2MCA 1.7.10-5.1.0.1§E for §2Minecraft 1.7.10§E is available.
[14:51:05] [Client thread/INFO]: [CHAT] §EClick §9§o§nhere§r§E to download the update for MCA.
[14:51:28] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 46653ms behind, skipping 933 tick(s)
[14:51:54] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:51:57] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:01] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:03] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:04] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:05] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:06] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:07] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:07] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:08] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:08] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:08] [Server thread/INFO]: thedestroyer789 has just earned the achievement [Taking Inventory]
[14:52:11] [Client thread/INFO]: [CHAT] thedestroyer789 has just earned the achievement [Taking Inventory]
[14:52:11] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:12] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:12] [Client thread/INFO]: [CHAT] Amy the Farmer: Hi, stranger.
[14:52:12] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:14] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:14] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:16] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:16] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:16] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:17] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:17] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:17] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:18] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:19] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:21] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:21] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:21] [Client thread/INFO]: [CHAT] Owen the Guard: Hi, stranger.
[14:52:21] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:21] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:22] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:23] [Client thread/INFO]: [CHAT] Destiny the Guard: How can I help you?
[14:52:23] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:23] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:24] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:25] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:26] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:27] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:27] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:28] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:28] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:28] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:29] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:29] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:29] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:30] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:32] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:33] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:34] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:35] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:35] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:35] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:36] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:36] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:38] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:39] [Client thread/INFO]: [CHAT] Veronica the Guard: Hi, stranger.
[14:52:39] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:40] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:41] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:41] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:41] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:43] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:43] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:44] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:44] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:45] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:46] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:47] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:49] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:49] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:49] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:50] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:52] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:54] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:57] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:59] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:53:00] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:53:27] [Client thread/WARN]: Skipping Entity with id -73
[14:53:30] [Server thread/INFO]: Stopping server
[14:53:30] [Server thread/INFO]: Saving players
[14:53:30] [Server thread/INFO]: Saving worlds
[14:53:30] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/Overworld
[14:53:31] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/Nether
[14:53:31] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/The End
[14:53:31] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/Yavin Four
[14:53:31] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/Forest a Box
[14:53:31] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/Space
[14:53:31] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/Moon
[14:53:31] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/Mars
[14:53:31] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/Mars
[14:53:31] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/Tardis
[14:53:31] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/Asteroids
[14:53:31] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/Endor
[14:53:31] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/Hoth
[14:53:31] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/Minecraft Pocket Edition
[14:53:31] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/Omicron Persei 8
[14:53:31] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/Europa
[14:53:31] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/Phantom Zone
[14:53:31] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/Dagobah
[14:53:31] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/The Mars
[14:53:31] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/The Moon
[14:53:31] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/Ilum
[14:53:31] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/Minecraft XBox Edition
[14:53:31] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/Minecraft Beta
[14:53:31] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/Kashyyyk
[14:53:31] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/Gallifrey
[14:53:31] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/Trenzalore
[14:53:31] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/Minecraft Classic
[14:53:31] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/Skaro
[14:53:31] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/Wakanda
[14:53:31] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/Cave Game
[14:53:31] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/Minecraft Infdev
[14:53:31] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/Tatooine
[14:53:33] [Client thread/FATAL]: Unreported exception thrown!
java.lang.NullPointerException
at net.minecraft.client.network.NetHandlerPlayClient.func_147281_a(NetHandlerPlayClient.java:744) ~[bjb.class:?]
at net.minecraft.network.play.server.S0FPacketSpawnMob.func_148833_a(SourceFile:97) ~[fz.class:?]
at net.minecraft.network.play.server.S0FPacketSpawnMob.func_148833_a(SourceFile:15) ~[fz.class:?]
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212) ~[ej.class:?]
at net.minecraft.client.multiplayer.PlayerControllerMP.func_78765_e(PlayerControllerMP.java:273) ~[bje.class:?]
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1591) ~[bao.class:?]
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:962) ~[bao.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:887) [bao.class:?]
at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_74]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_74]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_74]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_74]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
I wanted to run parzivail's star wars mod and it crashed. Reply as soon as you can.
Not that one. another star wars mod that's for 1.7.10. I'm not bumping.
Here is the crash report.
---- Minecraft Crash Report ----
// Sorry
Time: 11/06/16 5:41 PM
Description: Initializing game
java.lang.ArrayIndexOutOfBoundsException: 67787
at net.minecraft.world.biome.BiomeGenBase.<init>(BiomeGenBase.java:159)
at net.minecraft.world.biome.BiomeGenBase.<init>(BiomeGenBase.java:136)
at com.parzivail.pswm.dimension.BiomeGenPSWM.<init>(BiomeGenPSWM.java:14)
at com.parzivail.pswm.dimension.dagobah.BiomeGenDagobah.<init>(BiomeGenDagobah.java:18)
at com.parzivail.pswm.registry.WorldRegister.registerAll(WorldRegister.java:60)
at com.parzivail.pswm.StarWarsMod.init(StarWarsMod.java:439)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:691)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:288)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:541)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at net.minecraft.world.biome.BiomeGenBase.<init>(BiomeGenBase.java:159)
at net.minecraft.world.biome.BiomeGenBase.<init>(BiomeGenBase.java:136)
at com.parzivail.pswm.dimension.BiomeGenPSWM.<init>(BiomeGenPSWM.java:14)
at com.parzivail.pswm.dimension.dagobah.BiomeGenDagobah.<init>(BiomeGenDagobah.java:18)
at com.parzivail.pswm.registry.WorldRegister.registerAll(WorldRegister.java:60)
at com.parzivail.pswm.StarWarsMod.init(StarWarsMod.java:439)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:691)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:288)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:541)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Mac OS X (x86_64) version 10.10.2
Java Version: 1.8.0_74, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 176366104 bytes (168 MB) / 577564672 bytes (550 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 5 total; -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.05 FML v7.10.85.1230 Minecraft Forge 10.13.2.1230 49 mods loaded, 49 mods active
mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
FML{7.10.85.1230} [Forge Mod Loader] (forge-1.7.10-10.13.2.1230.jar) Unloaded->Constructed->Pre-initialized->Initialized
Forge{10.13.2.1230} [Minecraft Forge] (forge-1.7.10-10.13.2.1230.jar) Unloaded->Constructed->Pre-initialized->Initialized
Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
TooManyItems{1.7.10} [TooManyItems] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
ClothingCraft{1.2.0} [ClothingCraft] ([1.7.10] ClothingCraft 1.2.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
BiblioCraft{1.11.4} [BiblioCraft] (BiblioCraft[v1.11.4][MC1.7.10].jar) Unloaded->Constructed->Pre-initialized->Initialized
carsanddrives{1.0.7} [Cars and Drives] (Cars_and_Drives_Mod_V-1.0.7.jar) Unloaded->Constructed->Pre-initialized->Initialized
cfm{3.4.8} [�9MrCrayfish's Furniture Mod] (cfm-3.4.8-mc1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
clonecraft{3.0} [CloneCraft] (Clone-Craft-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
colorfultools{1.7.10-1.6} [Colorful Tools] (Colorful-Tools-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
colourfulportalsmod{1.4.1} [Colourful Portals] (Colourful-Portals-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
crash{1.7.2} [Crash] (Crash_1.7.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
customnpcs{1.7.10b} [CustomNpcs] (CustomNPCs_1.7.10b.jar) Unloaded->Constructed->Pre-initialized->Initialized
wonderfulwands{1.4.2} [Cyano's Wonderful Wands] (CyanosWonderfulWands-1.4.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
thedalekmod{39.75} [The Dalek Mod] (Dalek_Mod_1710-5.jar) Unloaded->Constructed->Pre-initialized->Initialized
DamageIndicatorsMod{3.2.0} [Damage Indicators] (Damage-Indicators-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
jawser{1.0.0} [Decorative Videogame Systems] (Decorative Video Game Systems mod v1.5.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
doggytalents{v1.9.0a} [Doggy Talents] (Doggy-Talents-Mod-1.7.10.zip) Unloaded->Constructed->Pre-initialized->Initialized
emeraldmod{3.5.1} [EmeraldMod] (Emerald-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
fnaf2{1.0} [Five Night At Freddy's 2] (Five-Nights-At-Freddys-2-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
FNAFMod{1.2} [FNAFMod] (Five-Nights-at-Freddys-Mod-1.7.10.zip) Unloaded->Constructed->Pre-initialized->Initialized
ftfloocraft{1.7.10-0.3.1} [Floocraft] (Floocraft-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
GalacticraftCore{3.0.12} [Galacticraft Core] (GalacticraftCore-1.7-3.0.12.447.jar) Unloaded->Constructed->Pre-initialized->Initialized
GalacticraftMars{3.0.12} [Galacticraft Planets] (Galacticraft-Planets-1.7-3.0.12.447.jar) Unloaded->Constructed->Pre-initialized->Initialized
herobrinemod{3.7} [The Herobrine Mod] (Herobrinemod.1.7.10.zip) Unloaded->Constructed->Pre-initialized->Initialized
iChunUtil{4.0.0} [iChunUtil] (iChun-Util-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
instahouse{6.3} [Insta House] (Insta House v 6.3.jar) Unloaded->Constructed->Pre-initialized->Initialized
instantblocks{1.5.1} [Instant Blocks] (Instant-Blocks-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
IMSM{100.0.2} [IMSM] (Instant-Massive-Structures-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
ISM{2.1.0} [MaggiCraft's Instant Structures Mod] (Instant-Structures-Mod-by-MaggiCraft-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
KoadPirates{For minecraft 1.7.10} [Koadmaster's Pirates] (KoadmastersPirates-0.7.5.jar) Unloaded->Constructed->Pre-initialized->Initialized
legends{1.6} [Legends Mod] (Legends Core-1.6.jar) Unloaded->Constructed->Pre-initialized->Initialized
lucky{5.1.0} [Lucky Block] (Lucky-Block-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
magicalcrops{1.7.2 - 0.1 ALPHA} [Magical Crops] (Magical-Crops-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
radixcore{1.3.4} [RadixCore] (RadixCore-1.7.10-1.3.4-universal-2.jar) Unloaded->Constructed->Pre-initialized->Initialized
mca{4.1.5} [Minecraft Comes Alive] (MCA-1.7.10-4.1.5-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized
MobDismemberment{4.0.0} [MobDismemberment] (Mob-Dismemberment-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
starwarsmod{1.2.11} [Parzi's Star Wars Mod] (Parzi's Star Wars Mod v1.2.11.jar) Unloaded->Constructed->Pre-initialized->Errored
primitivemobs{1.0} [Primitive Mobs] (primitivemobs-1.0c-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
quidcraft{0.1} [Quidcraft] (Quidcraft-0.1(1.7.10).jar) Unloaded->Constructed->Pre-initialized->Initialized
ironman{4.3.12} [Iron Man Armor Extension] (Superheroes Unlimited Mod-1.7.10-4.3.12.jar) Unloaded->Constructed->Pre-initialized->Initialized
sus{4.3.12} [Superheroes Unlimited Mod] (Superheroes Unlimited Mod-1.7.10-4.3.12.jar) Unloaded->Constructed->Pre-initialized->Initialized
susaddon{4.3.12} [Superheroes Unlimited Mod (Part 2)] (Superheroes Unlimited Mod-1.7.10-4.3.12.jar) Unloaded->Constructed->Pre-initialized->Initialized
Sync{4.0.0} [Sync] (Sync-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
examplemod{1.0} [examplemod] (Villagers-Nose-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
VillagersNose{1.1} [Villager's Nose] (Villagers-Nose-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
WebDisplay{0.7} [Web Displays] (Web-Displays-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
youtubers{1.7.1} [Youtubers+ Mod] (youtubers-1.7.1-MC1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
Launched Version: 1.7.10-Forge10.13.2.1230
LWJGL: 2.9.1
OpenGL: NVIDIA GeForce 320M OpenGL Engine GL version 2.1 NVIDIA-10.0.19 310.90.10.05b12, NVIDIA Corporation
GL Caps: Using GL 1.3 multitexturing.
Using framebuffer objects because ARB_framebuffer_object is supported and separate blending is supported.
Anisotropic filtering is supported and maximum anisotropy is 16.
Shaders are available because OpenGL 2.1 is supported.
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: [YoutubersSkin]
Current Language: English (UK)
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Anisotropic Filtering: Off (1)
When I use the latest forges the textures are missing. The crash was because dimension id was too long but I tried to go on easy mode and it crashed with this report
---- Minecraft Crash Report ----
// Everything's going to plan. No, really, that was supposed to happen.
Time: 12/06/16 3:12 PM
Description: Unexpected error
java.lang.NullPointerException: Unexpected error
at net.minecraft.client.network.NetHandlerPlayClient.func_147281_a(NetHandlerPlayClient.java:744)
at net.minecraft.network.play.server.S0FPacketSpawnMob.func_148833_a(SourceFile:97)
at net.minecraft.network.play.server.S0FPacketSpawnMob.func_148833_a(SourceFile:15)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
at net.minecraft.client.multiplayer.PlayerControllerMP.func_78765_e(PlayerControllerMP.java:273)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1591)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:962)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:887)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at net.minecraft.client.network.NetHandlerPlayClient.func_147281_a(NetHandlerPlayClient.java:744)
at net.minecraft.network.play.server.S0FPacketSpawnMob.func_148833_a(SourceFile:97)
at net.minecraft.network.play.server.S0FPacketSpawnMob.func_148833_a(SourceFile:15)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
at net.minecraft.client.multiplayer.PlayerControllerMP.func_78765_e(PlayerControllerMP.java:273)
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [GCEntityClientPlayerMP['thedestroyer789'/429, l='MpServer', x=1992.31, y=5.62, z=905.95]]
Chunk stats: MultiplayerChunkCache: 621, 621
Level seed: 0
Level generator: ID 01 - flat, ver 0. Features enabled: false
Level generator options:
Level spawn location: World: (1902,4,863), Chunk: (at 14,0,15 in 118,53; contains blocks 1888,0,848 to 1903,255,863), Region: (3,1; contains chunks 96,32 to 127,63, blocks 1536,0,512 to 2047,255,1023)
Level time: 2213 game time, 2213 day time
Level dimension: 0
Level storage version: 0x00000 - Unknown?
Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false
Forced entities: 17 total; [EntityTrail['unknown'/670, l='MpServer', x=1992.31, y=5.62, z=905.95], EntitycLuckey['entity.youtubers.cLUCKey.name'/67486, l='MpServer', x=1916.47, y=4.00, z=928.44], EntitycLuckey['entity.youtubers.cLUCKey.name'/67488, l='MpServer', x=1927.41, y=4.00, z=902.41], EntityXPOrb['Experience Orb'/278178, l='MpServer', x=1917.00, y=4.25, z=899.53], EntityXPOrb['Experience Orb'/278179, l='MpServer', x=1913.84, y=4.25, z=904.50], GCEntityClientPlayerMP['thedestroyer789'/429, l='MpServer', x=1992.31, y=5.62, z=905.95], EntityYoutuber['Thnxcya'/316, l='MpServer', x=1933.50, y=4.00, z=892.09], PlayerEntity['Mugz'/67651, l='MpServer', x=2016.50, y=4.00, z=854.50], PlayerEntity['spacepotatoman'/67650, l='MpServer', x=2017.50, y=4.00, z=850.50], PlayerEntity['paramime'/67653, l='MpServer', x=2017.50, y=4.00, z=852.50], PlayerEntity['Mugz'/67652, l='MpServer', x=2014.50, y=4.00, z=853.50], EntityYoutuber['DanzNewz'/353, l='MpServer', x=2005.50, y=4.00, z=969.50], EntityChameleon['Chameleon'/67697, l='MpServer', x=1982.50, y=4.00, z=830.50], EntityChameleon['Chameleon'/67699, l='MpServer', x=1976.00, y=4.00, z=835.38], EntityChameleon['Chameleon'/67700, l='MpServer', x=1978.63, y=4.00, z=833.50], EntityYoutuber['MrCrainer'/377, l='MpServer', x=2011.53, y=4.00, z=887.50], EntityYoutuber['Ssundee'/378, l='MpServer', x=2010.13, y=4.00, z=887.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:373)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2433)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:916)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Mac OS X (x86_64) version 10.10.2
Java Version: 1.8.0_74, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 475034616 bytes (453 MB) / 1060372480 bytes (1011 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 5 total; -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 2, tcache: 0, allocated: 1, tallocated: 14
FML: MCP v9.05 FML v7.10.85.1230 Minecraft Forge 10.13.2.1230 49 mods loaded, 49 mods active
mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
FML{7.10.85.1230} [Forge Mod Loader] (forge-1.7.10-10.13.2.1230.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Forge{10.13.2.1230} [Minecraft Forge] (forge-1.7.10-10.13.2.1230.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
TooManyItems{1.7.10} [TooManyItems] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ClothingCraft{1.2.0} [ClothingCraft] ([1.7.10] ClothingCraft 1.2.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BiblioCraft{1.11.4} [BiblioCraft] (BiblioCraft[v1.11.4][MC1.7.10].jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
carsanddrives{1.0.7} [Cars and Drives] (Cars_and_Drives_Mod_V-1.0.7.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
cfm{3.4.8} [�9MrCrayfish's Furniture Mod] (cfm-3.4.8-mc1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
clonecraft{3.0} [CloneCraft] (Clone-Craft-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
colorfultools{1.7.10-1.6} [Colorful Tools] (Colorful-Tools-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
colourfulportalsmod{1.4.1} [Colourful Portals] (Colourful-Portals-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
crash{1.7.2} [Crash] (Crash_1.7.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
customnpcs{1.7.10b} [CustomNpcs] (CustomNPCs_1.7.10b.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
wonderfulwands{1.4.2} [Cyano's Wonderful Wands] (CyanosWonderfulWands-1.4.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
thedalekmod{39.75} [The Dalek Mod] (Dalek_Mod_1710-5.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
DamageIndicatorsMod{3.2.0} [Damage Indicators] (Damage-Indicators-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
jawser{1.0.0} [Decorative Videogame Systems] (Decorative Video Game Systems mod v1.5.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
doggytalents{v1.9.0a} [Doggy Talents] (Doggy-Talents-Mod-1.7.10.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
emeraldmod{3.5.1} [EmeraldMod] (Emerald-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
fnaf2{1.0} [Five Night At Freddy's 2] (Five-Nights-At-Freddys-2-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
FNAFMod{1.2} [FNAFMod] (Five-Nights-at-Freddys-Mod-1.7.10.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ftfloocraft{1.7.10-0.3.1} [Floocraft] (Floocraft-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
GalacticraftCore{3.0.12} [Galacticraft Core] (GalacticraftCore-1.7-3.0.12.447.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
GalacticraftMars{3.0.12} [Galacticraft Planets] (Galacticraft-Planets-1.7-3.0.12.447.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
herobrinemod{3.7} [The Herobrine Mod] (Herobrinemod.1.7.10.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
iChunUtil{4.0.0} [iChunUtil] (iChun-Util-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
instahouse{6.3} [Insta House] (Insta House v 6.3.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
instantblocks{1.5.1} [Instant Blocks] (Instant-Blocks-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
IMSM{100.0.2} [IMSM] (Instant-Massive-Structures-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ISM{2.1.0} [MaggiCraft's Instant Structures Mod] (Instant-Structures-Mod-by-MaggiCraft-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
KoadPirates{For minecraft 1.7.10} [Koadmaster's Pirates] (KoadmastersPirates-0.7.5.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
legends{1.6} [Legends Mod] (Legends Core-1.6.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
lucky{5.1.0} [Lucky Block] (Lucky-Block-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
magicalcrops{1.7.2 - 0.1 ALPHA} [Magical Crops] (Magical-Crops-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
radixcore{1.3.4} [RadixCore] (RadixCore-1.7.10-1.3.4-universal-2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
mca{4.1.5} [Minecraft Comes Alive] (MCA-1.7.10-4.1.5-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
MobDismemberment{4.0.0} [MobDismemberment] (Mob-Dismemberment-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
starwarsmod{1.2.11} [Parzi's Star Wars Mod] (Parzi's Star Wars Mod v1.2.11.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
primitivemobs{1.0} [Primitive Mobs] (primitivemobs-1.0c-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
quidcraft{0.1} [Quidcraft] (Quidcraft-0.1(1.7.10).jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ironman{4.3.12} [Iron Man Armor Extension] (Superheroes Unlimited Mod-1.7.10-4.3.12.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
sus{4.3.12} [Superheroes Unlimited Mod] (Superheroes Unlimited Mod-1.7.10-4.3.12.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
susaddon{4.3.12} [Superheroes Unlimited Mod (Part 2)] (Superheroes Unlimited Mod-1.7.10-4.3.12.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Sync{4.0.0} [Sync] (Sync-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
examplemod{1.0} [examplemod] (Villagers-Nose-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
VillagersNose{1.1} [Villager's Nose] (Villagers-Nose-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
WebDisplay{0.7} [Web Displays] (Web-Displays-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
youtubers{1.7.1} [Youtubers+ Mod] (youtubers-1.7.1-MC1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Launched Version: 1.7.10-Forge10.13.2.1230
LWJGL: 2.9.1
OpenGL: NVIDIA GeForce 320M OpenGL Engine GL version 2.1 NVIDIA-10.0.19 310.90.10.05b12, NVIDIA Corporation
GL Caps: Using GL 1.3 multitexturing.
Using framebuffer objects because ARB_framebuffer_object is supported and separate blending is supported.
Anisotropic filtering is supported and maximum anisotropy is 16.
Shaders are available because OpenGL 2.1 is supported.
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: [YoutubersSkin]
Current Language: English (UK)
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Anisotropic Filtering: Off (1)
.
. I'm not bumping.
Here's my game log to give a bit more info.
[14:44:06] [main/INFO]: Setting user: thedestroyer789
[14:44:08] [Client thread/INFO]: LWJGL Version: 2.9.1
[14:44:47] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:ClothingCraft, FMLFileResourcePack:BiblioCraft, FMLFileResourcePack:Cars and Drives, FMLFileResourcePack:�9MrCrayfish's Furniture Mod, FMLFileResourcePack:CloneCraft, FMLFileResourcePack:Colorful Tools, FMLFileResourcePack:Colourful Portals, FMLFileResourcePack:Crash, FMLFileResourcePack:CustomNpcs, FMLFileResourcePack:Cyano's Wonderful Wands, FMLFileResourcePack:The Dalek Mod, FMLFileResourcePack:Damage Indicators, FMLFileResourcePack:Decorative Videogame Systems, FMLFileResourcePack:Doggy Talents, FMLFileResourcePack:EmeraldMod, FMLFileResourcePack:Five Night At Freddy's 2, FMLFileResourcePack:FNAFMod, FMLFileResourcePack:Floocraft, FMLFileResourcePack:Galacticraft Planets, FMLFileResourcePack:Galacticraft Core, FMLFileResourcePack:The Herobrine Mod, FMLFileResourcePack:iChunUtil, FMLFileResourcePack:Insta House, FMLFileResourcePack:Instant Blocks, FMLFileResourcePack:IMSM, FMLFileResourcePack:MaggiCraft's Instant Structures Mod, FMLFileResourcePack:Koadmaster's Pirates, FMLFileResourcePack:Legends Mod, FMLFileResourcePack:Lucky Block, FMLFileResourcePack:Magical Crops, FMLFileResourcePack:Minecraft Comes Alive, FMLFileResourcePack:MobDismemberment, FMLFileResourcePack:Parzi's Star Wars Mod, FMLFileResourcePack:Primitive Mobs, FMLFileResourcePack:Quidcraft, FMLFileResourcePack:RadixCore, FMLFileResourcePack:Iron Man Armor Extension, FMLFileResourcePack:Superheroes Unlimited Mod, FMLFileResourcePack:Superheroes Unlimited Mod (Part 2), FMLFileResourcePack:Sync, FMLFileResourcePack:examplemod, FMLFileResourcePack:Villager's Nose, FMLFileResourcePack:Web Displays, FMLFileResourcePack:Youtubers+ Mod, YoutubersSkin
[14:44:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:44:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:44:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:44:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:44:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:44:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:44:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:44:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:44:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:44:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:44:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:44:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:44:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:44:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:44:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:44:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:44:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:44:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:44:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:44:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:44:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:44:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:44:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:44:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:44:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:44:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:44:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:44:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:44:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:44:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:44:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:44:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:44:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:44:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:44:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:44:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:44:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:44:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:44:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:44:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:44:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:44:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:44:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:44:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:44:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:44:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:44:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:44:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:44:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:44:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:44:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:44:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:44:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:44:48] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:45:28] [Sound Library Loader/INFO]: Sound engine started
[14:45:28] [Client thread/WARN]: File clonecraft:sounds/block/close.ogg does not exist, cannot add it to event clonecraft:block.close
[14:45:28] [Client thread/WARN]: File clonecraft:sounds/block/open.ogg does not exist, cannot add it to event clonecraft:block.open
[14:45:28] [Client thread/WARN]: File customnpcs:sounds/human/girl/villager/What do you need.ogg does not exist, cannot add it to event customnpcs:human.girl.villager.what_do_you_need
[14:45:28] [Client thread/WARN]: File customnpcs:sounds/human/girl/villager/Would you like to trade.ogg does not exist, cannot add it to event customnpcs:human.girl.villager.trade
[14:45:28] [Client thread/WARN]: File fnaf2:sounds/hurt.ogg does not exist, cannot add it to event fnaf2:hurt
[14:45:28] [Client thread/WARN]: File starwarsmod:sounds/mob/surgical/hit1.ogg does not exist, cannot add it to event starwarsmod:mob.surgical.hit
[14:45:28] [Client thread/WARN]: File starwarsmod:sounds/mob/surgical/die1.ogg does not exist, cannot add it to event starwarsmod:mob.surgical.die
[14:45:28] [Client thread/WARN]: File starwarsmod:sounds/mob/treadwell/hit1.ogg does not exist, cannot add it to event starwarsmod:mob.treadwell.hit
[14:45:28] [Client thread/WARN]: File starwarsmod:sounds/mob/treadwell/die1.ogg does not exist, cannot add it to event starwarsmod:mob.treadwell.die
[14:45:30] [Client thread/ERROR]: Using missing texture, unable to load jawser:textures/blocks/IMac.png
java.io.FileNotFoundException: jawser:textures/blocks/IMac.png
at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(SourceFile:51) ~[bqq.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SourceFile:55) ~[brg.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:125) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110551_a(TextureMap.java:90) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(SourceFile:72) [bqf.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110580_a(SourceFile:61) [bqf.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_130088_a(SourceFile:52) [bqf.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:537) [bao.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867) [bao.class:?]
at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_74]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_74]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_74]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_74]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
[14:45:32] [Client thread/ERROR]: Using missing texture, unable to load minecraft:textures/blocks/MISSING_ICON_BLOCK_439_lifeInducer.png
java.io.FileNotFoundException: minecraft:textures/blocks/MISSING_ICON_BLOCK_439_lifeInducer.png
at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(SourceFile:51) ~[bqq.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SourceFile:55) ~[brg.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:125) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110551_a(TextureMap.java:90) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(SourceFile:72) [bqf.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110580_a(SourceFile:61) [bqf.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_130088_a(SourceFile:52) [bqf.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:537) [bao.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867) [bao.class:?]
at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_74]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_74]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_74]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_74]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
[14:45:34] [Client thread/ERROR]: Using missing texture, unable to load modid:textures/blocks/fluidFlowing.png
java.io.FileNotFoundException: modid:textures/blocks/fluidFlowing.png
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SourceFile:58) ~[brg.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:125) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110551_a(TextureMap.java:90) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(SourceFile:72) [bqf.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110580_a(SourceFile:61) [bqf.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_130088_a(SourceFile:52) [bqf.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:537) [bao.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867) [bao.class:?]
at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_74]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_74]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_74]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_74]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
[14:45:38] [Client thread/ERROR]: Using missing texture, unable to load modid:textures/blocks/fluidStill.png
java.io.FileNotFoundException: modid:textures/blocks/fluidStill.png
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SourceFile:58) ~[brg.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:125) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110551_a(TextureMap.java:90) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(SourceFile:72) [bqf.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110580_a(SourceFile:61) [bqf.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_130088_a(SourceFile:52) [bqf.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:537) [bao.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867) [bao.class:?]
at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_74]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_74]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_74]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_74]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
[14:45:47] [Client thread/INFO]: Created: 4096x4096 textures/blocks-atlas
[14:45:51] [Client thread/ERROR]: Using missing texture, unable to load youtubers:textures/items/TDM.png
java.io.FileNotFoundException: youtubers:textures/items/TDM.png
at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(SourceFile:51) ~[bqq.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SourceFile:55) ~[brg.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:125) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110551_a(TextureMap.java:90) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(SourceFile:72) [bqf.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110580_a(SourceFile:61) [bqf.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_130088_a(SourceFile:52) [bqf.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:538) [bao.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867) [bao.class:?]
at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_74]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_74]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_74]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_74]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
[14:45:52] [Client thread/ERROR]: Using missing texture, unable to load minecraft:textures/items/wheat_seeds.png
java.io.FileNotFoundException: minecraft:textures/items/wheat_seeds.png
at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(SourceFile:51) ~[bqq.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SourceFile:55) ~[brg.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:125) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110551_a(TextureMap.java:90) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(SourceFile:72) [bqf.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110580_a(SourceFile:61) [bqf.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_130088_a(SourceFile:52) [bqf.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:538) [bao.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867) [bao.class:?]
at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_74]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_74]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_74]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_74]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
[14:45:57] [Client thread/INFO]: Created: 1024x1024 textures/items-atlas
[14:46:33] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:ClothingCraft, FMLFileResourcePack:BiblioCraft, FMLFileResourcePack:Cars and Drives, FMLFileResourcePack:�9MrCrayfish's Furniture Mod, FMLFileResourcePack:CloneCraft, FMLFileResourcePack:Colorful Tools, FMLFileResourcePack:Colourful Portals, FMLFileResourcePack:Crash, FMLFileResourcePack:CustomNpcs, FMLFileResourcePack:Cyano's Wonderful Wands, FMLFileResourcePack:The Dalek Mod, FMLFileResourcePack:Damage Indicators, FMLFileResourcePack:Decorative Videogame Systems, FMLFileResourcePack:Doggy Talents, FMLFileResourcePack:EmeraldMod, FMLFileResourcePack:Five Night At Freddy's 2, FMLFileResourcePack:FNAFMod, FMLFileResourcePack:Floocraft, FMLFileResourcePack:Galacticraft Planets, FMLFileResourcePack:Galacticraft Core, FMLFileResourcePack:The Herobrine Mod, FMLFileResourcePack:iChunUtil, FMLFileResourcePack:Insta House, FMLFileResourcePack:Instant Blocks, FMLFileResourcePack:IMSM, FMLFileResourcePack:MaggiCraft's Instant Structures Mod, FMLFileResourcePack:Koadmaster's Pirates, FMLFileResourcePack:Legends Mod, FMLFileResourcePack:Lucky Block, FMLFileResourcePack:Magical Crops, FMLFileResourcePack:Minecraft Comes Alive, FMLFileResourcePack:MobDismemberment, FMLFileResourcePack:Parzi's Star Wars Mod, FMLFileResourcePack:Primitive Mobs, FMLFileResourcePack:Quidcraft, FMLFileResourcePack:RadixCore, FMLFileResourcePack:Iron Man Armor Extension, FMLFileResourcePack:Superheroes Unlimited Mod, FMLFileResourcePack:Superheroes Unlimited Mod (Part 2), FMLFileResourcePack:Sync, FMLFileResourcePack:examplemod, FMLFileResourcePack:Villager's Nose, FMLFileResourcePack:Web Displays, FMLFileResourcePack:Youtubers+ Mod, YoutubersSkin
[14:46:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:46:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:46:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:46:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:46:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:46:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:46:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:46:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:46:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:46:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:46:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:46:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:46:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:46:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:46:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:46:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:46:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:46:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:46:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:46:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:46:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:46:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:46:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:46:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:46:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:46:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:46:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:46:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:46:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:46:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:46:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:46:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:46:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:46:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:46:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:46:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:46:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:46:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:46:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:46:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:46:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:46:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:46:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:46:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:46:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:46:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:46:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:46:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:46:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:46:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:46:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:46:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:46:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:46:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:46:38] [Client thread/ERROR]: Using missing texture, unable to load thedalekmod:textures/blocks/roundThingTest.png
java.io.FileNotFoundException: thedalekmod:textures/blocks/roundThingTest.png
at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(SourceFile:51) ~[bqq.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SourceFile:55) ~[brg.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:125) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110551_a(TextureMap.java:90) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(SourceFile:72) [bqf.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110549_a(SourceFile:136) [bqf.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110544_b(SourceFile:104) [brg.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SourceFile:92) [brg.class:?]
at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:598) [bao.class:?]
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:303) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:541) [bao.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867) [bao.class:?]
at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_74]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_74]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_74]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_74]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
[14:46:42] [Client thread/ERROR]: Using missing texture, unable to load thedalekmod:textures/blocks/LampPostBase.png
java.io.FileNotFoundException: thedalekmod:textures/blocks/LampPostBase.png
at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(SourceFile:51) ~[bqq.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SourceFile:55) ~[brg.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:125) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110551_a(TextureMap.java:90) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(SourceFile:72) [bqf.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110549_a(SourceFile:136) [bqf.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110544_b(SourceFile:104) [brg.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SourceFile:92) [brg.class:?]
at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:598) [bao.class:?]
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:303) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:541) [bao.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867) [bao.class:?]
at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_74]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_74]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_74]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_74]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
[14:46:44] [Client thread/ERROR]: Using missing texture, unable to load thedalekmod:textures/blocks/tardisBlockWall_2.png
java.io.FileNotFoundException: thedalekmod:textures/blocks/tardisBlockWall_2.png
at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(SourceFile:51) ~[bqq.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SourceFile:55) ~[brg.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:125) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110551_a(TextureMap.java:90) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(SourceFile:72) [bqf.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110549_a(SourceFile:136) [bqf.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110544_b(SourceFile:104) [brg.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SourceFile:92) [brg.class:?]
at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:598) [bao.class:?]
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:303) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:541) [bao.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867) [bao.class:?]
at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_74]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_74]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_74]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_74]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
[14:46:44] [Client thread/ERROR]: Using missing texture, unable to load thedalekmod:textures/blocks/tardisBlockWall_1.png
java.io.FileNotFoundException: thedalekmod:textures/blocks/tardisBlockWall_1.png
at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(SourceFile:51) ~[bqq.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SourceFile:55) ~[brg.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:125) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110551_a(TextureMap.java:90) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(SourceFile:72) [bqf.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110549_a(SourceFile:136) [bqf.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110544_b(SourceFile:104) [brg.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SourceFile:92) [brg.class:?]
at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:598) [bao.class:?]
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:303) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:541) [bao.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867) [bao.class:?]
at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_74]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_74]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_74]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_74]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
[14:46:44] [Client thread/ERROR]: Using missing texture, unable to load modid:textures/blocks/fluidFlowing.png
java.io.FileNotFoundException: modid:textures/blocks/fluidFlowing.png
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SourceFile:58) ~[brg.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:125) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110551_a(TextureMap.java:90) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(SourceFile:72) [bqf.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110549_a(SourceFile:136) [bqf.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110544_b(SourceFile:104) [brg.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SourceFile:92) [brg.class:?]
at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:598) [bao.class:?]
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:303) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:541) [bao.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867) [bao.class:?]
at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_74]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_74]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_74]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_74]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
[14:46:46] [Client thread/ERROR]: Using missing texture, unable to load thedalekmod:textures/blocks/golfCart.png
java.io.FileNotFoundException: thedalekmod:textures/blocks/golfCart.png
at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(SourceFile:51) ~[bqq.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SourceFile:55) ~[brg.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:125) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110551_a(TextureMap.java:90) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(SourceFile:72) [bqf.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110549_a(SourceFile:136) [bqf.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110544_b(SourceFile:104) [brg.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SourceFile:92) [brg.class:?]
at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:598) [bao.class:?]
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:303) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:541) [bao.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867) [bao.class:?]
at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_74]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_74]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_74]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_74]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
[14:46:46] [Client thread/ERROR]: Using missing texture, unable to load thedalekmod:textures/blocks/SgtJohn.png
java.io.FileNotFoundException: thedalekmod:textures/blocks/SgtJohn.png
at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(SourceFile:51) ~[bqq.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SourceFile:55) ~[brg.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:125) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110551_a(TextureMap.java:90) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(SourceFile:72) [bqf.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110549_a(SourceFile:136) [bqf.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110544_b(SourceFile:104) [brg.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SourceFile:92) [brg.class:?]
at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:598) [bao.class:?]
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:303) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:541) [bao.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867) [bao.class:?]
at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_74]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_74]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_74]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_74]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
[14:46:48] [Client thread/ERROR]: Using missing texture, unable to load minecraft:textures/blocks/MISSING_ICON_BLOCK_778_batBooth.png
java.io.FileNotFoundException: minecraft:textures/blocks/MISSING_ICON_BLOCK_778_batBooth.png
at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(SourceFile:51) ~[bqq.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SourceFile:55) ~[brg.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:125) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110551_a(TextureMap.java:90) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(SourceFile:72) [bqf.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110549_a(SourceFile:136) [bqf.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110544_b(SourceFile:104) [brg.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SourceFile:92) [brg.class:?]
at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:598) [bao.class:?]
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:303) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:541) [bao.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867) [bao.class:?]
at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_74]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_74]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_74]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_74]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
[14:46:52] [Client thread/ERROR]: Using missing texture, unable to load jawser:textures/blocks/IMac.png
java.io.FileNotFoundException: jawser:textures/blocks/IMac.png
at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(SourceFile:51) ~[bqq.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SourceFile:55) ~[brg.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:125) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110551_a(TextureMap.java:90) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(SourceFile:72) [bqf.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110549_a(SourceFile:136) [bqf.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110544_b(SourceFile:104) [brg.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SourceFile:92) [brg.class:?]
at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:598) [bao.class:?]
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:303) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:541) [bao.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867) [bao.class:?]
at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_74]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_74]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_74]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_74]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
[14:46:53] [Client thread/ERROR]: Using missing texture, unable to load minecraft:textures/blocks/MISSING_ICON_BLOCK_439_lifeInducer.png
java.io.FileNotFoundException: minecraft:textures/blocks/MISSING_ICON_BLOCK_439_lifeInducer.png
at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(SourceFile:51) ~[bqq.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SourceFile:55) ~[brg.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:125) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110551_a(TextureMap.java:90) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(SourceFile:72) [bqf.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110549_a(SourceFile:136) [bqf.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110544_b(SourceFile:104) [brg.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SourceFile:92) [brg.class:?]
at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:598) [bao.class:?]
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:303) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:541) [bao.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867) [bao.class:?]
at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_74]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_74]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_74]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_74]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
[14:46:54] [Client thread/ERROR]: Using missing texture, unable to load thedalekmod:textures/blocks/LampPostLight.png
java.io.FileNotFoundException: thedalekmod:textures/blocks/LampPostLight.png
at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(SourceFile:51) ~[bqq.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SourceFile:55) ~[brg.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:125) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110551_a(TextureMap.java:90) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(SourceFile:72) [bqf.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110549_a(SourceFile:136) [bqf.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110544_b(SourceFile:104) [brg.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SourceFile:92) [brg.class:?]
at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:598) [bao.class:?]
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:303) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:541) [bao.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867) [bao.class:?]
at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_74]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_74]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_74]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_74]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
[14:46:54] [Client thread/ERROR]: Using missing texture, unable to load thedalekmod:textures/blocks/poster.png
java.io.FileNotFoundException: thedalekmod:textures/blocks/poster.png
at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(SourceFile:51) ~[bqq.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SourceFile:55) ~[brg.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:125) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110551_a(TextureMap.java:90) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(SourceFile:72) [bqf.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110549_a(SourceFile:136) [bqf.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110544_b(SourceFile:104) [brg.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SourceFile:92) [brg.class:?]
at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:598) [bao.class:?]
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:303) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:541) [bao.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867) [bao.class:?]
at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_74]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_74]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_74]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_74]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
[14:46:54] [Client thread/ERROR]: Using missing texture, unable to load minecraft:textures/blocks/MISSING_ICON_BLOCK_765_TardisDoorsInterior.png
java.io.FileNotFoundException: minecraft:textures/blocks/MISSING_ICON_BLOCK_765_TardisDoorsInterior.png
at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(SourceFile:51) ~[bqq.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SourceFile:55) ~[brg.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:125) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110551_a(TextureMap.java:90) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(SourceFile:72) [bqf.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110549_a(SourceFile:136) [bqf.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110544_b(SourceFile:104) [brg.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SourceFile:92) [brg.class:?]
at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:598) [bao.class:?]
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:303) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:541) [bao.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867) [bao.class:?]
at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_74]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_74]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_74]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_74]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
[14:46:54] [Client thread/ERROR]: Using missing texture, unable to load minecraft:textures/blocks/GallifreyDirt.png
java.io.FileNotFoundException: minecraft:textures/blocks/GallifreyDirt.png
at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(SourceFile:51) ~[bqq.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SourceFile:55) ~[brg.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:125) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110551_a(TextureMap.java:90) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(SourceFile:72) [bqf.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110549_a(SourceFile:136) [bqf.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110544_b(SourceFile:104) [brg.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SourceFile:92) [brg.class:?]
at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:598) [bao.class:?]
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:303) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:541) [bao.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867) [bao.class:?]
at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_74]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_74]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_74]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_74]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
[14:46:54] [Client thread/ERROR]: Using missing texture, unable to load modid:textures/blocks/fluidStill.png
java.io.FileNotFoundException: modid:textures/blocks/fluidStill.png
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SourceFile:58) ~[brg.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:125) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110551_a(TextureMap.java:90) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(SourceFile:72) [bqf.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110549_a(SourceFile:136) [bqf.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110544_b(SourceFile:104) [brg.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SourceFile:92) [brg.class:?]
at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:598) [bao.class:?]
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:303) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:541) [bao.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867) [bao.class:?]
at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_74]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_74]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_74]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_74]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
[14:46:54] [Client thread/ERROR]: Using missing texture, unable to load thedalekmod:textures/blocks/arcade.png
java.io.FileNotFoundException: thedalekmod:textures/blocks/arcade.png
at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(SourceFile:51) ~[bqq.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SourceFile:55) ~[brg.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:125) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110551_a(TextureMap.java:90) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(SourceFile:72) [bqf.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110549_a(SourceFile:136) [bqf.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110544_b(SourceFile:104) [brg.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SourceFile:92) [brg.class:?]
at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:598) [bao.class:?]
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:303) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:541) [bao.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867) [bao.class:?]
at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_74]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_74]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_74]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_74]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
[14:46:59] [Client thread/INFO]: Created: 4096x4096 textures/blocks-atlas
[14:47:03] [Client thread/ERROR]: Using missing texture, unable to load starwarsmod:textures/items/vibroLance.png
java.io.FileNotFoundException: starwarsmod:textures/items/vibroLance.png
at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(SourceFile:51) ~[bqq.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SourceFile:55) ~[brg.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:125) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110551_a(TextureMap.java:90) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(SourceFile:72) [bqf.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110549_a(SourceFile:136) [bqf.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110544_b(SourceFile:104) [brg.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SourceFile:92) [brg.class:?]
at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:598) [bao.class:?]
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:303) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:541) [bao.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867) [bao.class:?]
at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_74]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_74]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_74]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_74]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
[14:47:04] [Client thread/ERROR]: Using missing texture, unable to load minecraft:textures/items/MISSING_ICON_ITEM_6175_SWDBlockitem.png
java.io.FileNotFoundException: minecraft:textures/items/MISSING_ICON_ITEM_6175_SWDBlockitem.png
at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(SourceFile:51) ~[bqq.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SourceFile:55) ~[brg.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:125) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110551_a(TextureMap.java:90) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(SourceFile:72) [bqf.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110549_a(SourceFile:136) [bqf.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110544_b(SourceFile:104) [brg.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SourceFile:92) [brg.class:?]
at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:598) [bao.class:?]
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:303) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:541) [bao.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867) [bao.class:?]
at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_74]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_74]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_74]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_74]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
[14:47:08] [Client thread/ERROR]: Using missing texture, unable to load youtubers:textures/items/TDM.png
java.io.FileNotFoundException: youtubers:textures/items/TDM.png
at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(SourceFile:51) ~[bqq.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SourceFile:55) ~[brg.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:125) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110551_a(TextureMap.java:90) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(SourceFile:72) [bqf.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110549_a(SourceFile:136) [bqf.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110544_b(SourceFile:104) [brg.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SourceFile:92) [brg.class:?]
at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:598) [bao.class:?]
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:303) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:541) [bao.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867) [bao.class:?]
at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_74]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_74]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_74]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_74]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
[14:47:10] [Client thread/ERROR]: Using missing texture, unable to load villagersnose:textures/items/nose.png
java.io.FileNotFoundException: villagersnose:textures/items/nose.png
at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(SourceFile:51) ~[bqq.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SourceFile:55) ~[brg.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:125) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110551_a(TextureMap.java:90) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(SourceFile:72) [bqf.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110549_a(SourceFile:136) [bqf.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110544_b(SourceFile:104) [brg.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SourceFile:92) [brg.class:?]
at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:598) [bao.class:?]
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:303) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:541) [bao.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867) [bao.class:?]
at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_74]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_74]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_74]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_74]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
[14:47:13] [Client thread/ERROR]: Using missing texture, unable to load minecraft:textures/items/wheat_seeds.png
java.io.FileNotFoundException: minecraft:textures/items/wheat_seeds.png
at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(SourceFile:51) ~[bqq.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SourceFile:55) ~[brg.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:125) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110551_a(TextureMap.java:90) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(SourceFile:72) [bqf.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110549_a(SourceFile:136) [bqf.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110544_b(SourceFile:104) [brg.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SourceFile:92) [brg.class:?]
at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:598) [bao.class:?]
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:303) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:541) [bao.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867) [bao.class:?]
at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_74]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_74]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_74]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_74]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
[14:47:14] [Client thread/ERROR]: Using missing texture, unable to load starwarsmod:textures/items/gamorreanAx3.png
java.io.FileNotFoundException: starwarsmod:textures/items/gamorreanAx3.png
at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(SourceFile:51) ~[bqq.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SourceFile:55) ~[brg.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:125) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110551_a(TextureMap.java:90) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(SourceFile:72) [bqf.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110549_a(SourceFile:136) [bqf.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110544_b(SourceFile:104) [brg.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SourceFile:92) [brg.class:?]
at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:598) [bao.class:?]
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:303) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:541) [bao.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867) [bao.class:?]
at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_74]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_74]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_74]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_74]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
[14:47:14] [Client thread/ERROR]: Using missing texture, unable to load starwarsmod:textures/items/gamorreanAx2.png
java.io.FileNotFoundException: starwarsmod:textures/items/gamorreanAx2.png
at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(SourceFile:51) ~[bqq.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SourceFile:55) ~[brg.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:125) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110551_a(TextureMap.java:90) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(SourceFile:72) [bqf.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110549_a(SourceFile:136) [bqf.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110544_b(SourceFile:104) [brg.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SourceFile:92) [brg.class:?]
at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:598) [bao.class:?]
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:303) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:541) [bao.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867) [bao.class:?]
at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_74]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_74]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_74]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_74]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
[14:47:16] [Client thread/ERROR]: Using missing texture, unable to load thedalekmod:textures/items/Tardis.png
java.io.FileNotFoundException: thedalekmod:textures/items/Tardis.png
at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(SourceFile:51) ~[bqq.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SourceFile:55) ~[brg.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:125) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110551_a(TextureMap.java:90) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(SourceFile:72) [bqf.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110549_a(SourceFile:136) [bqf.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110544_b(SourceFile:104) [brg.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SourceFile:92) [brg.class:?]
at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:598) [bao.class:?]
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:303) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:541) [bao.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867) [bao.class:?]
at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_74]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_74]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_74]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_74]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
[14:47:18] [Client thread/ERROR]: Using missing texture, unable to load thedalekmod:textures/items/santaHat.png
java.io.FileNotFoundException: thedalekmod:textures/items/santaHat.png
at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(SourceFile:51) ~[bqq.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SourceFile:55) ~[brg.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:125) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110551_a(TextureMap.java:90) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(SourceFile:72) [bqf.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110549_a(SourceFile:136) [bqf.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110544_b(SourceFile:104) [brg.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SourceFile:92) [brg.class:?]
at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:598) [bao.class:?]
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:303) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:541) [bao.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867) [bao.class:?]
at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_74]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_74]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_74]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_74]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
[14:47:20] [Client thread/INFO]: Created: 1024x1024 textures/items-atlas
[14:47:21] [Client thread/WARN]: File clonecraft:sounds/block/close.ogg does not exist, cannot add it to event clonecraft:block.close
[14:47:21] [Client thread/WARN]: File clonecraft:sounds/block/open.ogg does not exist, cannot add it to event clonecraft:block.open
[14:47:21] [Client thread/WARN]: File customnpcs:sounds/human/girl/villager/What do you need.ogg does not exist, cannot add it to event customnpcs:human.girl.villager.what_do_you_need
[14:47:21] [Client thread/WARN]: File customnpcs:sounds/human/girl/villager/Would you like to trade.ogg does not exist, cannot add it to event customnpcs:human.girl.villager.trade
[14:47:21] [Sound Library Loader/INFO]: Sound engine started
[14:47:22] [Client thread/WARN]: File fnaf2:sounds/hurt.ogg does not exist, cannot add it to event fnaf2:hurt
[14:47:22] [Client thread/WARN]: File starwarsmod:sounds/mob/surgical/hit1.ogg does not exist, cannot add it to event starwarsmod:mob.surgical.hit
[14:47:22] [Client thread/WARN]: File starwarsmod:sounds/mob/surgical/die1.ogg does not exist, cannot add it to event starwarsmod:mob.surgical.die
[14:47:22] [Client thread/WARN]: File starwarsmod:sounds/mob/treadwell/hit1.ogg does not exist, cannot add it to event starwarsmod:mob.treadwell.hit
[14:47:22] [Client thread/WARN]: File starwarsmod:sounds/mob/treadwell/die1.ogg does not exist, cannot add it to event starwarsmod:mob.treadwell.die
[14:47:22] [Client thread/ERROR]: ########## GL ERROR ##########
[14:47:22] [Client thread/ERROR]: @ Post startup
[14:47:22] [Client thread/ERROR]: 1281: Invalid value
[14:50:02] [Server thread/INFO]: Starting integrated minecraft server version 1.7.10
[14:50:02] [Server thread/INFO]: Generating keypair
[14:50:02] [Server thread/INFO]: Converting map!
[14:50:02] [Server thread/INFO]: Scanning folders...
[14:50:02] [Server thread/INFO]: Total conversion count is 0
[14:50:06] [Server thread/WARN]: Unable to find spawn biome
[14:50:07] [Server thread/WARN]: Unable to find spawn biome
[14:50:07] [Server thread/WARN]: Unable to find spawn biome
[14:50:07] [Server thread/WARN]: Unable to find spawn biome
[14:50:15] [Server thread/WARN]: Unable to find spawn biome
[14:50:15] [Server thread/WARN]: Unable to find spawn biome
[14:50:24] [Server thread/WARN]: Unable to find spawn biome
[14:50:31] [Server thread/WARN]: Unable to find spawn biome
[14:50:31] [Server thread/WARN]: Unable to find spawn biome
[14:50:37] [Server thread/INFO]: Preparing start region for level 0
[14:50:38] [Server thread/INFO]: Preparing spawn area: 59%
[14:50:39] [Server thread/INFO]: Preparing spawn area: 85%
[14:50:42] [Server thread/INFO]: Changing view distance to 12, from 10
[14:50:42] [Server thread/INFO]: thedestroyer789[local:E:cb2dc129] logged in with entity id 487 at (-167.5, 4.0, -1302.5)
[14:50:42] [Server thread/INFO]: thedestroyer789 joined the game
[14:50:43] [Thread-7/INFO]: [CHAT] §2CustomNpcs§f§4 update available §9§nClick here
[14:50:44] [Doggy Talents Version Check/INFO]: [CHAT] A new Doggy Talents version exists v1.9.0h. Get it here: http://adfoc.us/14766155916785
[14:50:44] [Client thread/INFO]: [CHAT] Thanks for participating in the global Jedi vs. Sith leaderboard! You can opt out at any time in the config.
[14:50:45] [Client thread/INFO]: [CHAT] §8[§3Instant Blocks v1.5.1§8] §aLoaded §asuccessfully.
[14:50:45] [Client thread/INFO]: [CHAT] Damage Indicators was unable to check for updates!
[14:50:46] [Client thread/INFO]: [CHAT] §8[§3Instant Blocks v1.5.1§8] §cUpdate §cavaliable: §c§lv1.5.4 §c§r§c(For §cMC §c1.7.10)!
[14:50:46] [Client thread/INFO]: [CHAT] §8[§3Instant Blocks v1.5.1§8] §cLink: §c§b§nhttp://tinyurl.com/instantblocks
[14:50:46] [Client thread/INFO]: [CHAT] Enjoy the mod? Join the official Superheroes Unlimited Server here!
[14:51:03] [Server thread/INFO]: thedestroyer789 has just earned the achievement [You've been installed!]
[14:51:03] [Server thread/INFO]: Saving and pausing game...
[14:51:03] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/Overworld
[14:51:04] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/Nether
[14:51:04] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/The End
[14:51:04] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/Yavin Four
[14:51:04] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/Forest a Box
[14:51:04] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/Space
[14:51:04] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/Moon
[14:51:04] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/Mars
[14:51:04] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/Mars
[14:51:04] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/Tardis
[14:51:04] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/Asteroids
[14:51:04] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/Emerald
[14:51:04] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/Endor
[14:51:04] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/Hoth
[14:51:04] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/Minecraft Pocket Edition
[14:51:04] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/Omicron Persei 8
[14:51:04] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/Europa
[14:51:04] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/Phantom Zone
[14:51:04] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/Dagobah
[14:51:04] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/The Mars
[14:51:04] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/The Moon
[14:51:05] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/Ilum
[14:51:05] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/Minecraft XBox Edition
[14:51:05] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/Minecraft Beta
[14:51:05] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/Kashyyyk
[14:51:05] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/Gallifrey
[14:51:05] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/Trenzalore
[14:51:05] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/Minecraft Classic
[14:51:05] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/Skaro
[14:51:05] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/Wakanda
[14:51:05] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/Cave Game
[14:51:05] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/Minecraft Infdev
[14:51:05] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/Tatooine
[14:51:05] [Client thread/INFO]: [CHAT] thedestroyer789 has just earned the achievement [You've been installed!]
[14:51:05] [Client thread/INFO]: [CHAT] §bThank you for downloading MrCrayfish's Furniture Mod.
[14:51:05] [Client thread/INFO]: [CHAT] Make sure you check out the wiki! http://mrcrayfishs-furniture-mod.wikia.com/
[14:51:05] [Client thread/INFO]: [CHAT] §2MCA 1.7.10-5.1.0.1§E for §2Minecraft 1.7.10§E is available.
[14:51:05] [Client thread/INFO]: [CHAT] §EClick §9§o§nhere§r§E to download the update for MCA.
[14:51:28] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 46653ms behind, skipping 933 tick(s)
[14:51:54] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:51:57] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:01] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:03] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:04] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:05] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:06] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:07] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:07] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:08] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:08] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:08] [Server thread/INFO]: thedestroyer789 has just earned the achievement [Taking Inventory]
[14:52:11] [Client thread/INFO]: [CHAT] thedestroyer789 has just earned the achievement [Taking Inventory]
[14:52:11] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:12] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:12] [Client thread/INFO]: [CHAT] Amy the Farmer: Hi, stranger.
[14:52:12] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:14] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:14] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:16] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:16] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:16] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:17] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:17] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:17] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:18] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:19] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:21] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:21] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:21] [Client thread/INFO]: [CHAT] Owen the Guard: Hi, stranger.
[14:52:21] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:21] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:22] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:23] [Client thread/INFO]: [CHAT] Destiny the Guard: How can I help you?
[14:52:23] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:23] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:24] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:25] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:26] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:27] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:27] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:28] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:28] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:28] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:29] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:29] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:29] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:30] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:32] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:33] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:34] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:35] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:35] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:35] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:36] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:36] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:38] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:39] [Client thread/INFO]: [CHAT] Veronica the Guard: Hi, stranger.
[14:52:39] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:40] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:41] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:41] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:41] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:43] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:43] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:44] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:44] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:45] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:46] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:47] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:49] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:49] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:49] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:50] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:52] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:54] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:57] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:52:59] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:53:00] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:
[14:53:27] [Client thread/WARN]: Skipping Entity with id -73
[14:53:30] [Server thread/INFO]: Stopping server
[14:53:30] [Server thread/INFO]: Saving players
[14:53:30] [Server thread/INFO]: Saving worlds
[14:53:30] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/Overworld
[14:53:31] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/Nether
[14:53:31] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/The End
[14:53:31] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/Yavin Four
[14:53:31] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/Forest a Box
[14:53:31] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/Space
[14:53:31] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/Moon
[14:53:31] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/Mars
[14:53:31] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/Mars
[14:53:31] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/Tardis
[14:53:31] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/Asteroids
[14:53:31] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/Endor
[14:53:31] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/Hoth
[14:53:31] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/Minecraft Pocket Edition
[14:53:31] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/Omicron Persei 8
[14:53:31] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/Europa
[14:53:31] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/Phantom Zone
[14:53:31] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/Dagobah
[14:53:31] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/The Mars
[14:53:31] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/The Moon
[14:53:31] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/Ilum
[14:53:31] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/Minecraft XBox Edition
[14:53:31] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/Minecraft Beta
[14:53:31] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/Kashyyyk
[14:53:31] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/Gallifrey
[14:53:31] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/Trenzalore
[14:53:31] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/Minecraft Classic
[14:53:31] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/Skaro
[14:53:31] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/Wakanda
[14:53:31] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/Cave Game
[14:53:31] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/Minecraft Infdev
[14:53:31] [Server thread/INFO]: Saving chunks for level 'Copy of New Worldensjwbs'/Tatooine
[14:53:33] [Client thread/FATAL]: Unreported exception thrown!
java.lang.NullPointerException
at net.minecraft.client.network.NetHandlerPlayClient.func_147281_a(NetHandlerPlayClient.java:744) ~[bjb.class:?]
at net.minecraft.network.play.server.S0FPacketSpawnMob.func_148833_a(SourceFile:97) ~[fz.class:?]
at net.minecraft.network.play.server.S0FPacketSpawnMob.func_148833_a(SourceFile:15) ~[fz.class:?]
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212) ~[ej.class:?]
at net.minecraft.client.multiplayer.PlayerControllerMP.func_78765_e(PlayerControllerMP.java:273) ~[bje.class:?]
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1591) ~[bao.class:?]
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:962) ~[bao.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:887) [bao.class:?]
at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_74]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_74]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_74]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_74]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
How do I get a full entity ID listing? I'm not bumping.
Can this also be done on TMI? (Too many items) I'm not bumping of course
Entity ID dump coming right up!
Mod,ID,Name,Class Name
(global),1,Item,net.minecraft.entity.item.EntityItem
(global),2,XPOrb,net.minecraft.entity.item.EntityXPOrb
(global),3,npchumanmale,noppes.npcs.entity.old.EntityNPCHumanMale
(global),4,npcvillager,noppes.npcs.entity.old.EntityNPCVillager
(global),5,npcpony,noppes.npcs.entity.EntityNpcPony
(global),6,npchumanfemale,noppes.npcs.entity.old.EntityNPCHumanFemale
(global),7,npcdwarfmale,noppes.npcs.entity.old.EntityNPCDwarfMale
(global),8,LeashKnot,net.minecraft.entity.EntityLeashKnot
(global),9,Painting,net.minecraft.entity.item.EntityPainting
(global),10,Arrow,net.minecraft.entity.projectile.EntityArrow
(global),11,Snowball,net.minecraft.entity.projectile.EntitySnowball
(global),12,Fireball,net.minecraft.entity.projectile.EntityLargeFireball
(global),13,SmallFireball,net.minecraft.entity.projectile.EntitySmallFireball
(global),14,ThrownEnderpearl,net.minecraft.entity.item.EntityEnderPearl
(global),15,EyeOfEnderSignal,net.minecraft.entity.item.EntityEnderEye
(global),16,ThrownPotion,net.minecraft.entity.projectile.EntityPotion
(global),17,ThrownExpBottle,net.minecraft.entity.item.EntityExpBottle
(global),18,ItemFrame,net.minecraft.entity.item.EntityItemFrame
(global),19,WitherSkull,net.minecraft.entity.projectile.EntityWitherSkull
(global),20,PrimedTnt,net.minecraft.entity.item.EntityTNTPrimed
(global),21,FallingSand,net.minecraft.entity.item.EntityFallingBlock
(global),22,FireworksRocketEntity,net.minecraft.entity.item.EntityFireworkRocket
(global),23,npcfurrymale,noppes.npcs.entity.old.EntityNPCFurryMale
(global),24,npczombiemale,noppes.npcs.entity.old.EntityNpcMonsterMale
(global),25,npczombiefemale,noppes.npcs.entity.old.EntityNpcMonsterFemale
(global),26,npcskeleton,noppes.npcs.entity.old.EntityNpcSkeleton
(global),27,npcdwarffemale,noppes.npcs.entity.old.EntityNPCDwarfFemale
(global),28,npcfurryfemale,noppes.npcs.entity.old.EntityNPCFurryFemale
(global),29,npcorcfmale,noppes.npcs.entity.old.EntityNPCOrcMale
(global),30,npcorcfemale,noppes.npcs.entity.old.EntityNPCOrcFemale
(global),31,npcelfmale,noppes.npcs.entity.old.EntityNPCElfMale
(global),32,npcelffemale,noppes.npcs.entity.old.EntityNPCElfFemale
(global),33,npccrystal,noppes.npcs.entity.EntityNpcCrystal
(global),34,npcenderchibi,noppes.npcs.entity.old.EntityNpcEnderchibi
(global),35,npcnagamale,noppes.npcs.entity.old.EntityNpcNagaMale
(global),36,npcnagafemale,noppes.npcs.entity.old.EntityNpcNagaFemale
(global),37,NpcSlime,noppes.npcs.entity.EntityNpcSlime
(global),38,NpcDragon,noppes.npcs.entity.EntityNpcDragon
(global),39,npcEnderman,noppes.npcs.entity.old.EntityNPCEnderman
(global),40,MinecartCommandBlock,net.minecraft.entity.EntityMinecartCommandBlock
(global),41,Boat,net.minecraft.entity.item.EntityBoat
(global),42,MinecartRideable,net.minecraft.entity.item.EntityMinecartEmpty
(global),43,MinecartChest,net.minecraft.entity.item.EntityMinecartChest
(global),44,MinecartFurnace,net.minecraft.entity.item.EntityMinecartFurnace
(global),45,MinecartTNT,net.minecraft.entity.item.EntityMinecartTNT
(global),46,MinecartHopper,net.minecraft.entity.item.EntityMinecartHopper
(global),47,MinecartSpawner,net.minecraft.entity.ai.EntityMinecartMobSpawner
(global),48,Mob,net.minecraft.entity.EntityLiving
(global),49,Monster,net.minecraft.entity.monster.EntityMob
(global),50,Creeper,net.minecraft.entity.monster.EntityCreeper
(global),51,Skeleton,net.minecraft.entity.monster.EntitySkeleton
(global),52,Spider,net.minecraft.entity.monster.EntitySpider
(global),53,Giant,net.minecraft.entity.monster.EntityGiantZombie
(global),54,Zombie,net.minecraft.entity.monster.EntityZombie
(global),55,Slime,net.minecraft.entity.monster.EntitySlime
(global),56,Ghast,net.minecraft.entity.monster.EntityGhast
(global),57,PigZombie,net.minecraft.entity.monster.EntityPigZombie
(global),58,Enderman,net.minecraft.entity.monster.EntityEnderman
(global),59,CaveSpider,net.minecraft.entity.monster.EntityCaveSpider
(global),60,Silverfish,net.minecraft.entity.monster.EntitySilverfish
(global),61,Blaze,net.minecraft.entity.monster.EntityBlaze
(global),62,LavaSlime,net.minecraft.entity.monster.EntityMagmaCube
(global),63,EnderDragon,net.minecraft.entity.boss.EntityDragon
(global),64,WitherBoss,net.minecraft.entity.boss.EntityWither
(global),65,Bat,net.minecraft.entity.passive.EntityBat
(global),66,Witch,net.minecraft.entity.monster.EntityWitch
(global),67,npcGolem,noppes.npcs.entity.EntityNPCGolem
(global),68,CustomNpc,noppes.npcs.entity.EntityCustomNpc
(global),69,CustomNpcNaturalSpawner,noppes.npcs.entity.EntitySpawnHelper
(global),70,throwableitem,noppes.npcs.entity.EntityProjectile
(global),71,doggytalents:dog,doggytalents.entity.EntityDog
(global),72,doggytalents:attackbeam,doggytalents.entity.EntityDoggyBeam
(global),73,EmeraldCow,EmeraldMod.entity.EMEntityCow
(global),74,EmeraldGolem,EmeraldMod.entity.EMEntityGolem
(global),75,EmeraldWolf,EmeraldMod.entity.EMEntityWolf
(global),76,Freddy Fazbear,com.albert721.fnaf2.entities.EntityFreddy
(global),77,Bonnie,com.albert721.fnaf2.entities.EntityBonnie
(global),78,Chica,com.albert721.fnaf2.entities.EntityChica
(global),79,Foxy,com.albert721.fnaf2.entities.EntityFoxy
(global),80,Mangle,com.albert721.fnaf2.entities.EntityMangle
(global),81,Toy Freddy,com.albert721.fnaf2.entities.EntityToyFreddy
(global),82,Toy Bonnie,com.albert721.fnaf2.entities.EntityToyBonnie
(global),83,Toy Chica,com.albert721.fnaf2.entities.EntityToyChica
(global),84,Golden Freddy,com.albert721.fnaf2.entities.EntityGoldenFreddy
(global),85,freddy,net.minecraft.src.mcreator_freddy$Entityfreddy
(global),86,bonnie,net.minecraft.src.mcreator_bonnie$Entitybonnie
(global),87,chica,net.minecraft.src.mcreator_chica$Entitychica
(global),88,foxy,net.minecraft.src.mcreator_foxy$Entityfoxy
(global),89,Ball,modid.imsm.entity.EntityBall
(global),90,Pig,net.minecraft.entity.passive.EntityPig
(global),91,Sheep,net.minecraft.entity.passive.EntitySheep
(global),92,Cow,net.minecraft.entity.passive.EntityCow
(global),93,Chicken,net.minecraft.entity.passive.EntityChicken
(global),94,Squid,net.minecraft.entity.passive.EntitySquid
(global),95,Wolf,net.minecraft.entity.passive.EntityWolf
(global),96,MushroomCow,net.minecraft.entity.passive.EntityMooshroom
(global),97,SnowMan,net.minecraft.entity.monster.EntitySnowman
(global),98,Ozelot,net.minecraft.entity.passive.EntityOcelot
(global),99,VillagerGolem,net.minecraft.entity.monster.EntityIronGolem
(global),100,EntityHorse,net.minecraft.entity.passive.EntityHorse
(global),101,Batmobile,com.tihyo.superheroes.entities.EntityBTASBatmobile
(global),102,Batchair,com.tihyo.superheroes.entities.EntityBatchair
(global),103,Catwoman,com.tihyo.superheroes.entities.EntityCatwoman
(global),104,Scarecrow,com.tihyo.superheroes.entities.EntityScarecrow
(global),105,Joker,com.tihyo.superheroes.entities.EntityJoker
(global),106,ProfessorZoom,com.tihyo.superheroes.entities.EntityProfessorZoom
(global),107,ProfessorZoomTamed,com.tihyo.superheroes.entities.EntityProfessorZoomTamed
(global),108,Loki,com.tihyo.superheroes.entities.EntityLoki
(global),109,ShrinkAntMan,com.tihyo.superheroes.entities.EntityShrinkAntMan
(global),110,ShrinkWasp,com.tihyo.superheroes.entities.EntityShrinkWasp
(global),111,TamedAnt,com.tihyo.superheroes.entities.EntityTamedAnt
(global),112,WildAnt,com.tihyo.superheroes.entities.EntityAnt
(global),113,StanLee,com.tihyo.superheroes.entities.EntityStanLee
(global),114,LuciusFox,com.tihyo.superheroes.entities.EntityLuciusFox
(global),115,Alfred,com.tihyo.superheroes.entities.EntityAlfred
(global),116,WakandaNative,com.tihyo.superheroes.entities.EntityWakandaNative
(global),117,WakandaSoldier,com.tihyo.superheroes.entities.EntityWakandaSoldier
(global),118,RSpider,com.tihyo.superheroes.entities.EntityRSpider
(global),119,Criminal1,com.tihyo.superheroes.entities.EntityCriminal1
(global),120,Villager,net.minecraft.entity.passive.EntityVillager
(global),121,Mark7Pod,com.tihyo.superheroes.entities.EntityMark7Pod
(global),122,PigZombieControl,com.tihyo.superheroes.entities.EntityPigZombieControl
(global),123,WitherSeeker,com.tihyo.superheroes.entities.EntityWitherSeeker
(global),124,GiantManDummy,com.tihyo.superheroes.entities.EntityGiantManDummy
(global),125,Frozo,com.tihyo.superheroes.entities.EntityFrozo
(global),126,Mark2,com.tihyo.superheroes.entities.EntityMark2Armor
(global),127,Mark3,com.tihyo.superheroes.entities.EntityMark3Armor
(global),128,Mark4,com.tihyo.superheroes.entities.EntityMark4Armor
(global),129,Mark5,com.tihyo.superheroes.entities.EntityMark5Armor
(global),130,Mark6,com.tihyo.superheroes.entities.EntityMark6Armor
(global),131,Mark7,com.tihyo.superheroes.entities.EntityMark7Armor
(global),132,Mark8,com.tihyo.superheroes.entities.EntityMark8Armor
(global),133,Mark8Up,com.tihyo.superheroes.entities.EntityMark8ArmorUp
(global),134,Mark9,com.tihyo.superheroes.entities.EntityMark9Armor
(global),135,Mark10,com.tihyo.superheroes.entities.EntityMark10Armor
(global),136,Mark11,com.tihyo.superheroes.entities.EntityMark11Armor
(global),137,Mark12,com.tihyo.superheroes.entities.EntityMark12Armor
(global),138,Mark13,com.tihyo.superheroes.entities.EntityMark13Armor
(global),139,Mark14,com.tihyo.superheroes.entities.EntityMark14Armor
(global),140,Mark15,com.tihyo.superheroes.entities.EntityMark15Armor
(global),141,Mark16,com.tihyo.superheroes.entities.EntityMark16Armor
(global),142,Mark17,com.tihyo.superheroes.entities.EntityMark17Armor
(global),143,Mark18,com.tihyo.superheroes.entities.EntityMark18Armor
(global),144,Mark19,com.tihyo.superheroes.entities.EntityMark19Armor
(global),145,Mark20,com.tihyo.superheroes.entities.EntityMark20Armor
(global),146,Mark21,com.tihyo.superheroes.entities.EntityMark21Armor
(global),147,Mark22,com.tihyo.superheroes.entities.EntityMark22Armor
(global),148,Mark23,com.tihyo.superheroes.entities.EntityMark23Armor
(global),149,Mark24,com.tihyo.superheroes.entities.EntityMark24Armor
(global),150,Mark25,com.tihyo.superheroes.entities.EntityMark25Armor
(global),151,Mark26,com.tihyo.superheroes.entities.EntityMark26Armor
(global),152,Mark27,com.tihyo.superheroes.entities.EntityMark27Armor
(global),153,Mark28,com.tihyo.superheroes.entities.EntityMark28Armor
(global),154,Mark29,com.tihyo.superheroes.entities.EntityMark29Armor
(global),155,Mark30,com.tihyo.superheroes.entities.EntityMark30Armor
(global),156,Mark31,com.tihyo.superheroes.entities.EntityMark31Armor
(global),157,Mark32,com.tihyo.superheroes.entities.EntityMark32Armor
(global),158,Mark33,com.tihyo.superheroes.entities.EntityMark33Armor
(global),159,Mark34,com.tihyo.superheroes.entities.EntityMark34Armor
(global),160,Mark35,com.tihyo.superheroes.entities.EntityMark35Armor
(global),161,Wheelchair,com.tihyo.superheroesaddon.entities.EntityWheelchair
(global),162,ZodFollower,com.tihyo.superheroesaddon.entities.EntityZodFollower
(global),163,magic_missile,cyano.wonderfulwands.projectiles.EntityMagicMissile
(global),164,bolt_lightning,cyano.wonderfulwands.projectiles.EntityWandLightningBolt
(global),165,HGhost,mods.HerobrineMod.common.EntityHerobrine
(global),166,HerobrineStalker,mods.HerobrineMod.common.EntityStalker
(global),167,HerobrineBuilder,mods.HerobrineMod.common.EntityBuilder
(global),168,ChuckNorris,mods.HerobrineMod.common.EntityNorris
(global),169,Herobrine,mods.HerobrineMod.common.EntityFighter
(global),170,Notch,mods.HerobrineMod.common.EntityFighter2
(global),171,HerobrineSlave,mods.HerobrineMod.common.EntityHVillager
(global),172,Evilchicken,mods.HerobrineMod.common.EntityChicken2
(global),173,HDummy,mods.HerobrineMod.common.EntitySucker
(global),174,Cowbrine,mods.HerobrineMod.common.EntityCow2
(global),175,Pigbrine,mods.HerobrineMod.common.EntityPig2
(global),176,HerobrineBoss,mods.HerobrineMod.common.EntityHerobrineBoss
(global),177,Jetra,mods.HerobrineMod.common.EntityJetra
(global),178,Herobrinezombie,mods.HerobrineMod.common.EntityZombie2
(global),179,Pirate1,kodithemaster.Pirates.EntityPirate
(global),180,Pirate2,kodithemaster.Pirates.EntityPirate1
(global),181,Pirate3,kodithemaster.Pirates.EntityPirate2
(global),182,GhostPirate,kodithemaster.Pirates.EntityGhostPirate
(global),183,Test,kodithemaster.Pirates.EntityTest
(global),200,EnderCrystal,net.minecraft.entity.item.EntityEnderCrystal
(global),256,GalacticraftCore.EvolvedSpider,micdoodle8.mods.galacticraft.core.entities.EntityEvolvedSpider
(global),257,GalacticraftCore.EvolvedZombie,micdoodle8.mods.galacticraft.core.entities.EntityEvolvedZombie
(global),258,GalacticraftCore.EvolvedCreeper,micdoodle8.mods.galacticraft.core.entities.EntityEvolvedCreeper
(global),259,GalacticraftCore.EvolvedSkeleton,micdoodle8.mods.galacticraft.core.entities.EntityEvolvedSkeleton
(global),260,GalacticraftCore.EvolvedSkeletonBoss,micdoodle8.mods.galacticraft.core.entities.EntitySkeletonBoss
(global),261,GalacticraftCore.AlienVillager,micdoodle8.mods.galacticraft.core.entities.EntityAlienVillager
(global),262,GalacticraftMars.Sludgeling,micdoodle8.mods.galacticraft.planets.mars.entities.EntitySludgeling
(global),263,GalacticraftMars.Slimeling,micdoodle8.mods.galacticraft.planets.mars.entities.EntitySlimeling
(global),264,GalacticraftMars.CreeperBoss,micdoodle8.mods.galacticraft.planets.mars.entities.EntityCreeperBoss
(global),300,starwarsmod.wookiee,com.parzivail.pswm.mobs.MobWookiee
(global),301,starwarsmod.tusken,com.parzivail.pswm.mobs.MobTusken
(global),302,starwarsmod.jawa,com.parzivail.pswm.mobs.MobJawa
(global),303,starwarsmod.ewok,com.parzivail.pswm.mobs.MobEwok
(global),304,starwarsmod.tauntaun,com.parzivail.pswm.mobs.MobTauntaun
(global),305,starwarsmod.bantha,com.parzivail.pswm.mobs.MobBantha
(global),306,starwarsmod.wampa,com.parzivail.pswm.mobs.MobWampa
(global),307,starwarsmod.gamorrean,com.parzivail.pswm.mobs.MobGamorrean
(global),308,starwarsmod.dewback,com.parzivail.pswm.mobs.MobDewback
(global),309,starwarsmod.commoner,com.parzivail.pswm.mobs.MobTatooineCommoner
(global),310,starwarsmod.bith,com.parzivail.pswm.mobs.MobBith
(global),311,starwarsmod.sandtrooper,com.parzivail.pswm.mobs.MobSandtrooper
(global),312,starwarsmod.droidAstromech,com.parzivail.pswm.mobs.MobDroidAstromech
(global),313,starwarsmod.droidAstromechImperial,com.parzivail.pswm.mobs.MobDroidAstromechImperial
(global),314,starwarsmod.droidAstromechImperial2,com.parzivail.pswm.mobs.MobDroidAstromechImperial2
(global),315,starwarsmod.droidAstromech2,com.parzivail.pswm.mobs.MobDroidAstromech2
(global),316,starwarsmod.droidAstromechBb8,com.parzivail.pswm.mobs.MobDroidAstromechBb8
(global),317,starwarsmod.droidProtocol,com.parzivail.pswm.mobs.MobDroidProtocol
(global),318,starwarsmod.droidProtocol2,com.parzivail.pswm.mobs.MobDroidProtocol2
(global),319,starwarsmod.droidProbe,com.parzivail.pswm.mobs.MobDroidProbe
(global),320,starwarsmod.droidGonk,com.parzivail.pswm.mobs.MobDroidGNK
(global),321,starwarsmod.droidSurgical,com.parzivail.pswm.mobs.MobDroidSurgical
(global),322,starwarsmod.droidMouse,com.parzivail.pswm.mobs.MobDroidMouse
(global),323,starwarsmod.hothSpeederBike,com.parzivail.pswm.vehicles.VehicHothSpeederBike
(global),324,starwarsmod.tie,com.parzivail.pswm.vehicles.VehicTIE
(global),325,starwarsmod.tieInterceptor,com.parzivail.pswm.vehicles.VehicTIEInterceptor
(global),326,starwarsmod.xwing,com.parzivail.pswm.vehicles.VehicXWing
(global),327,starwarsmod.awing,com.parzivail.pswm.vehicles.VehicAWing
(global),328,starwarsmod.speederBike,com.parzivail.pswm.vehicles.VehicSpeederBike
(global),329,starwarsmod.landspeeder,com.parzivail.pswm.vehicles.VehicLandspeeder
(global),330,starwarsmod.jakkuSpeeder,com.parzivail.pswm.vehicles.VehicJakkuSpeeder
(global),331,starwarsmod.blasterBolt,com.parzivail.pswm.entities.EntityBlasterPistolBolt
(global),332,starwarsmod.blasterRifleBolt,com.parzivail.pswm.entities.EntityBlasterRifleBolt
(global),333,starwarsmod.blasterHeavyBolt,com.parzivail.pswm.entities.EntityBlasterHeavyBolt
(global),334,starwarsmod.blasterProbeBolt,com.parzivail.pswm.entities.EntityBlasterProbeBolt
(global),335,starwarsmod.destructionBolt,com.parzivail.pswm.entities.EntityDestruction
(global),336,starwarsmod.blasterSpeederRifleBolt,com.parzivail.pswm.entities.EntitySpeederBlasterRifleBolt
(global),337,starwarsmod.blasterXWingBolt,com.parzivail.pswm.entities.EntityXWingBolt
(global),338,starwarsmod.blasterTIEBolt,com.parzivail.pswm.entities.EntityTIEBolt
(global),901,primitivemobs.RocketCreeper,net.daveyx0.primitivemobs.entity.monster.EntityRocketCreeper
(global),902,primitivemobs.FestiveCreeper,net.daveyx0.primitivemobs.entity.monster.EntityFestiveCreeper
(global),903,primitivemobs.SupportCreeper,net.daveyx0.primitivemobs.entity.monster.EntitySupportCreeper
(global),904,primitivemobs.Chameleon,net.daveyx0.primitivemobs.entity.passive.EntityChameleon
(global),905,primitivemobs.TreasureSlime,net.daveyx0.primitivemobs.entity.monster.EntityTreasureSlime
(global),906,primitivemobs.HauntedTool,net.daveyx0.primitivemobs.entity.monster.EntityHauntedTool
(global),907,primitivemobs.MimicChest,net.daveyx0.primitivemobs.entity.monster.EntityDMimic
(global),908,primitivemobs.BewitchedTome,net.daveyx0.primitivemobs.entity.monster.EntityDEnchantedBook
(global),909,primitivemobs.TravelingMerchant,net.daveyx0.primitivemobs.entity.passive.EntityTravelingMerchant
(global),910,primitivemobs.LostMiner,net.daveyx0.primitivemobs.entity.passive.EntityLostMiner
(global),911,primitivemobs.BrainSlime,net.daveyx0.primitivemobs.entity.monster.EntityBrainSlime
(global),912,primitivemobs.SkeletonWarrior,net.daveyx0.primitivemobs.entity.monster.EntityDSkeletonWarrior
(global),913,primitivemobs.MotherSpider,net.daveyx0.primitivemobs.entity.monster.EntityMotherSpider
(global),914,primitivemobs.BabySpider,net.daveyx0.primitivemobs.entity.monster.EntityBabySpider
(global),915,primitivemobs.BlazingJuggernaut,net.daveyx0.primitivemobs.entity.monster.EntityBlazingJuggernaut
(global),916,primitivemobs.Sheepman,net.daveyx0.primitivemobs.entity.passive.EntitySheepman
(global),917,primitivemobs.SpawnEgg,net.daveyx0.primitivemobs.entity.item.EntityCustomSpawnEgg
(global),918,primitivemobs.Summoner,net.daveyx0.primitivemobs.entity.monster.EntityDSummoner
(global),919,primitivemobs.Minion,net.daveyx0.primitivemobs.entity.monster.EntityDMinion
(global),920,primitivemobs.SheepmanSmith,net.daveyx0.primitivemobs.entity.passive.EntitySheepmanSmith
(global),921,primitivemobs.LilyLurker,net.daveyx0.primitivemobs.entity.monster.EntityLilyLurker
(global),922,primitivemobs.Lily,net.daveyx0.primitivemobs.entity.monster.EntityLily
(global),923,primitivemobs.Ball,net.daveyx0.primitivemobs.entity.item.EntityCustomBall
BiblioCraft,0,BiblioCraft.SeatEntity,jds.bibliocraft.entity.EntitySeat
FNAFMod,85,FNAFMod.freddy,net.minecraft.src.mcreator_freddy$Entityfreddy
FNAFMod,86,FNAFMod.bonnie,net.minecraft.src.mcreator_bonnie$Entitybonnie
FNAFMod,87,FNAFMod.chica,net.minecraft.src.mcreator_chica$Entitychica
FNAFMod,88,FNAFMod.foxy,net.minecraft.src.mcreator_foxy$Entityfoxy
GalacticraftCore,0,GalacticraftCore.EvolvedSpider,micdoodle8.mods.galacticraft.core.entities.EntityEvolvedSpider
GalacticraftCore,1,GalacticraftCore.EvolvedZombie,micdoodle8.mods.galacticraft.core.entities.EntityEvolvedZombie
GalacticraftCore,2,GalacticraftCore.EvolvedCreeper,micdoodle8.mods.galacticraft.core.entities.EntityEvolvedCreeper
GalacticraftCore,3,GalacticraftCore.EvolvedSkeleton,micdoodle8.mods.galacticraft.core.entities.EntityEvolvedSkeleton
GalacticraftCore,4,GalacticraftCore.EvolvedSkeletonBoss,micdoodle8.mods.galacticraft.core.entities.EntitySkeletonBoss
GalacticraftCore,5,GalacticraftCore.AlienVillager,micdoodle8.mods.galacticraft.core.entities.EntityAlienVillager
GalacticraftCore,6,GalacticraftCore.Spaceship,micdoodle8.mods.galacticraft.core.entities.EntityTier1Rocket
GalacticraftCore,7,GalacticraftCore.Meteor,micdoodle8.mods.galacticraft.core.entities.EntityMeteor
GalacticraftCore,8,GalacticraftCore.Buggy,micdoodle8.mods.galacticraft.core.entities.EntityBuggy
GalacticraftCore,9,GalacticraftCore.GCFlag,micdoodle8.mods.galacticraft.core.entities.EntityFlag
GalacticraftCore,10,GalacticraftCore.ParaChest,micdoodle8.mods.galacticraft.core.entities.EntityParachest
GalacticraftCore,11,GalacticraftCore.Lander,micdoodle8.mods.galacticraft.core.entities.EntityLander
GalacticraftCore,12,GalacticraftCore.MeteorChunk,micdoodle8.mods.galacticraft.core.entities.EntityMeteorChunk
GalacticraftCore,13,GalacticraftCore.CelestialScreen,micdoodle8.mods.galacticraft.core.entities.EntityCelestialFake
GalacticraftMars,14,GalacticraftMars.SmallAsteroidGC,micdoodle8.mods.galacticraft.planets.asteroids.entities.EntitySmallAsteroid
GalacticraftMars,15,GalacticraftMars.GrappleHookGC,micdoodle8.mods.galacticraft.planets.asteroids.entities.EntityGrapple
GalacticraftMars,16,GalacticraftMars.Tier3RocketGC,micdoodle8.mods.galacticraft.planets.asteroids.entities.EntityTier3Rocket
GalacticraftMars,17,GalacticraftMars.EntryPodAsteroids,micdoodle8.mods.galacticraft.planets.asteroids.entities.EntityEntryPod
GalacticraftMars,18,GalacticraftMars.AstroMiner,micdoodle8.mods.galacticraft.planets.asteroids.entities.EntityAstroMiner
GalacticraftMars,19,GalacticraftMars.Sludgeling,micdoodle8.mods.galacticraft.planets.mars.entities.EntitySludgeling
GalacticraftMars,20,GalacticraftMars.Slimeling,micdoodle8.mods.galacticraft.planets.mars.entities.EntitySlimeling
GalacticraftMars,21,GalacticraftMars.CreeperBoss,micdoodle8.mods.galacticraft.planets.mars.entities.EntityCreeperBoss
GalacticraftMars,22,GalacticraftMars.SpaceshipT2,micdoodle8.mods.galacticraft.planets.mars.entities.EntityTier2Rocket
GalacticraftMars,23,GalacticraftMars.ProjectileTNT,micdoodle8.mods.galacticraft.planets.mars.entities.EntityProjectileTNT
GalacticraftMars,24,GalacticraftMars.LandingBalloons,micdoodle8.mods.galacticraft.planets.mars.entities.EntityLandingBalloons
GalacticraftMars,25,GalacticraftMars.CargoRocket,micdoodle8.mods.galacticraft.planets.mars.entities.EntityCargoRocket
KoadPirates,5,KoadPirates.Shot,kodithemaster.Pirates.EntityShot
KoadPirates,6,KoadPirates.Grenado,kodithemaster.Pirates.EntityGrenado
KoadPirates,7,KoadPirates.Tether,kodithemaster.Pirates.EntityTether
KoadPirates,8,KoadPirates.Cannon Ball 1,kodithemaster.Pirates.EntityCannonBall1
KoadPirates,9,KoadPirates.Cannon Ball 2,kodithemaster.Pirates.EntityCannonBall2
KoadPirates,10,KoadPirates.Cannon Ball 3,kodithemaster.Pirates.EntityCannonBall3
KoadPirates,11,KoadPirates.Net,kodithemaster.Pirates.EntityNet
KoadPirates,12,KoadPirates.NetOut,kodithemaster.Pirates.EntityNetOut
KoadPirates,13,KoadPirates.Cannon,kodithemaster.Pirates.EntityCannon
KoadPirates,14,KoadPirates.Ghost,kodithemaster.Pirates.EntityGhostShot
KoadPirates,15,KoadPirates.Elevator,kodithemaster.Pirates.EntityElevator
VillagersNose,0,VillagersNose.NoselessVillager,com.starsheep.villagersnose.entity.EntityNoselessVillager
WebDisplay,80,WebDisplay.webdisp.screen.entity,net.buildlight.webd.entity.EntityWebScreen
carsanddrives,300,carsanddrives.Car,Cars_and_Drives.Entity.EntityCar
carsanddrives,301,carsanddrives.Ferfari,Cars_and_Drives.Entity.EntityFerfari
carsanddrives,302,carsanddrives.313,Cars_and_Drives.Entity.Entity313
carsanddrives,303,carsanddrives.Jeep,Cars_and_Drives.Entity.EntityJeep
carsanddrives,304,carsanddrives.Truck,Cars_and_Drives.Entity.EntityTruck
carsanddrives,305,carsanddrives.BlueCar,Cars_and_Drives.Entity.EntityBlueCar
carsanddrives,306,carsanddrives.YellowCar,Cars_and_Drives.Entity.EntityYellowCar
carsanddrives,307,carsanddrives.OldCar,Cars_and_Drives.Entity.EntityOldCar
carsanddrives,308,carsanddrives.Van,Cars_and_Drives.Entity.EntityVan
carsanddrives,309,carsanddrives.OldRaceCar,Cars_and_Drives.Entity.EntityOldRaceCar
cfm,0,cfm.MountableBlock,com.mrcrayfish.furniture.entity.EntitySittableBlock
clonecraft,0,clonecraft.EntitySpawnEgg,net.jamezo97.clonecraft.entity.EntitySpawnEgg
clonecraft,1,clonecraft.EntityClone,net.jamezo97.clonecraft.clone.EntityClone
customnpcs,3,customnpcs.npchumanmale,noppes.npcs.entity.old.EntityNPCHumanMale
customnpcs,4,customnpcs.npcvillager,noppes.npcs.entity.old.EntityNPCVillager
customnpcs,5,customnpcs.npcpony,noppes.npcs.entity.EntityNpcPony
customnpcs,6,customnpcs.npchumanfemale,noppes.npcs.entity.old.EntityNPCHumanFemale
customnpcs,7,customnpcs.npcdwarfmale,noppes.npcs.entity.old.EntityNPCDwarfMale
customnpcs,23,customnpcs.npcfurrymale,noppes.npcs.entity.old.EntityNPCFurryMale
customnpcs,24,customnpcs.npczombiemale,noppes.npcs.entity.old.EntityNpcMonsterMale
customnpcs,25,customnpcs.npczombiefemale,noppes.npcs.entity.old.EntityNpcMonsterFemale
customnpcs,26,customnpcs.npcskeleton,noppes.npcs.entity.old.EntityNpcSkeleton
customnpcs,27,customnpcs.npcdwarffemale,noppes.npcs.entity.old.EntityNPCDwarfFemale
customnpcs,28,customnpcs.npcfurryfemale,noppes.npcs.entity.old.EntityNPCFurryFemale
customnpcs,29,customnpcs.npcorcfmale,noppes.npcs.entity.old.EntityNPCOrcMale
customnpcs,30,customnpcs.npcorcfemale,noppes.npcs.entity.old.EntityNPCOrcFemale
customnpcs,31,customnpcs.npcelfmale,noppes.npcs.entity.old.EntityNPCElfMale
customnpcs,32,customnpcs.npcelffemale,noppes.npcs.entity.old.EntityNPCElfFemale
customnpcs,33,customnpcs.npccrystal,noppes.npcs.entity.EntityNpcCrystal
customnpcs,34,customnpcs.npcenderchibi,noppes.npcs.entity.old.EntityNpcEnderchibi
customnpcs,35,customnpcs.npcnagamale,noppes.npcs.entity.old.EntityNpcNagaMale
customnpcs,36,customnpcs.npcnagafemale,noppes.npcs.entity.old.EntityNpcNagaFemale
customnpcs,37,customnpcs.NpcSlime,noppes.npcs.entity.EntityNpcSlime
customnpcs,38,customnpcs.NpcDragon,noppes.npcs.entity.EntityNpcDragon
customnpcs,39,customnpcs.npcEnderman,noppes.npcs.entity.old.EntityNPCEnderman
customnpcs,67,customnpcs.npcGolem,noppes.npcs.entity.EntityNPCGolem
customnpcs,68,customnpcs.CustomNpc,noppes.npcs.entity.EntityCustomNpc
customnpcs,69,customnpcs.CustomNpcNaturalSpawner,noppes.npcs.entity.EntitySpawnHelper
customnpcs,70,customnpcs.throwableitem,noppes.npcs.entity.EntityProjectile
doggytalents,0,doggytalents.doggytalents:attackbeam,doggytalents.entity.EntityDoggyBeam
emeraldmod,0,emeraldmod.EmeraldPotion,EmeraldMod.entity.EMEntityPotion
emeraldmod,1,emeraldmod.EmeraldProjectile,EmeraldMod.entity.EMEntityProjectile
emeraldmod,2,emeraldmod.EmeraldTNT,EmeraldMod.entity.EMEntityTNTPrimed
fnaf2,76,fnaf2.Freddy Fazbear,com.albert721.fnaf2.entities.EntityFreddy
fnaf2,77,fnaf2.Bonnie,com.albert721.fnaf2.entities.EntityBonnie
fnaf2,78,fnaf2.Chica,com.albert721.fnaf2.entities.EntityChica
fnaf2,79,fnaf2.Foxy,com.albert721.fnaf2.entities.EntityFoxy
fnaf2,80,fnaf2.Mangle,com.albert721.fnaf2.entities.EntityMangle
fnaf2,81,fnaf2.Toy Freddy,com.albert721.fnaf2.entities.EntityToyFreddy
fnaf2,82,fnaf2.Toy Bonnie,com.albert721.fnaf2.entities.EntityToyBonnie
fnaf2,83,fnaf2.Toy Chica,com.albert721.fnaf2.entities.EntityToyChica
fnaf2,84,fnaf2.Golden Freddy,com.albert721.fnaf2.entities.EntityGoldenFreddy
herobrinemod,165,herobrinemod.HGhost,mods.HerobrineMod.common.EntityHerobrine
herobrinemod,166,herobrinemod.HerobrineStalker,mods.HerobrineMod.common.EntityStalker
herobrinemod,167,herobrinemod.HerobrineBuilder,mods.HerobrineMod.common.EntityBuilder
herobrinemod,168,herobrinemod.ChuckNorris,mods.HerobrineMod.common.EntityNorris
herobrinemod,169,herobrinemod.Herobrine,mods.HerobrineMod.common.EntityFighter
herobrinemod,170,herobrinemod.Notch,mods.HerobrineMod.common.EntityFighter2
herobrinemod,171,herobrinemod.HerobrineSlave,mods.HerobrineMod.common.EntityHVillager
herobrinemod,172,herobrinemod.Evilchicken,mods.HerobrineMod.common.EntityChicken2
herobrinemod,173,herobrinemod.HDummy,mods.HerobrineMod.common.EntitySucker
herobrinemod,174,herobrinemod.Cowbrine,mods.HerobrineMod.common.EntityCow2
herobrinemod,175,herobrinemod.Pigbrine,mods.HerobrineMod.common.EntityPig2
herobrinemod,176,herobrinemod.HerobrineBoss,mods.HerobrineMod.common.EntityHerobrineBoss
herobrinemod,177,herobrinemod.Jetra,mods.HerobrineMod.common.EntityJetra
herobrinemod,178,herobrinemod.Herobrinezombie,mods.HerobrineMod.common.EntityZombie2
mca,3,mca.EntityVillagerAdult,mca.entity.EntityVillagerAdult
mca,4,mca.EntityVillagerChild,mca.entity.EntityVillagerChild
mca,5,mca.EntityPlayerChild,mca.entity.EntityPlayerChild
mca,6,mca.EntityChoreFishHook,mca.entity.EntityChoreFishHook
primitivemobs,1,primitivemobs.RocketCreeper,net.daveyx0.primitivemobs.entity.monster.EntityRocketCreeper
primitivemobs,2,primitivemobs.FestiveCreeper,net.daveyx0.primitivemobs.entity.monster.EntityFestiveCreeper
primitivemobs,3,primitivemobs.SupportCreeper,net.daveyx0.primitivemobs.entity.monster.EntitySupportCreeper
primitivemobs,4,primitivemobs.Chameleon,net.daveyx0.primitivemobs.entity.passive.EntityChameleon
primitivemobs,5,primitivemobs.TreasureSlime,net.daveyx0.primitivemobs.entity.monster.EntityTreasureSlime
primitivemobs,6,primitivemobs.HauntedTool,net.daveyx0.primitivemobs.entity.monster.EntityHauntedTool
primitivemobs,7,primitivemobs.MimicChest,net.daveyx0.primitivemobs.entity.monster.EntityDMimic
primitivemobs,8,primitivemobs.BewitchedTome,net.daveyx0.primitivemobs.entity.monster.EntityDEnchantedBook
primitivemobs,9,primitivemobs.TravelingMerchant,net.daveyx0.primitivemobs.entity.passive.EntityTravelingMerchant
primitivemobs,10,primitivemobs.LostMiner,net.daveyx0.primitivemobs.entity.passive.EntityLostMiner
primitivemobs,11,primitivemobs.BrainSlime,net.daveyx0.primitivemobs.entity.monster.EntityBrainSlime
primitivemobs,12,primitivemobs.SkeletonWarrior,net.daveyx0.primitivemobs.entity.monster.EntityDSkeletonWarrior
primitivemobs,13,primitivemobs.MotherSpider,net.daveyx0.primitivemobs.entity.monster.EntityMotherSpider
primitivemobs,14,primitivemobs.BabySpider,net.daveyx0.primitivemobs.entity.monster.EntityBabySpider
primitivemobs,15,primitivemobs.BlazingJuggernaut,net.daveyx0.primitivemobs.entity.monster.EntityBlazingJuggernaut
primitivemobs,16,primitivemobs.Sheepman,net.daveyx0.primitivemobs.entity.passive.EntitySheepman
primitivemobs,17,primitivemobs.SpawnEgg,net.daveyx0.primitivemobs.entity.item.EntityCustomSpawnEgg
primitivemobs,18,primitivemobs.Summoner,net.daveyx0.primitivemobs.entity.monster.EntityDSummoner
primitivemobs,19,primitivemobs.Minion,net.daveyx0.primitivemobs.entity.monster.EntityDMinion
primitivemobs,20,primitivemobs.SheepmanSmith,net.daveyx0.primitivemobs.entity.passive.EntitySheepmanSmith
primitivemobs,21,primitivemobs.LilyLurker,net.daveyx0.primitivemobs.entity.monster.EntityLilyLurker
primitivemobs,22,primitivemobs.Lily,net.daveyx0.primitivemobs.entity.monster.EntityLily
primitivemobs,23,primitivemobs.Ball,net.daveyx0.primitivemobs.entity.item.EntityCustomBall
quidcraft,1,quidcraft.QuidditchModBludger,assets.quidcraft.entities.EntityBludger
quidcraft,2,quidcraft.QuidditchModSnitch,assets.quidcraft.entities.EntitySnitch
quidcraft,3,quidcraft.QuidditchModQuaffle,assets.quidcraft.entities.EntityQuaffle
quidcraft,4,quidcraft.QuidditchModBroom,assets.quidcraft.entities.EntityBroom
starwarsmod,300,starwarsmod.wookiee,com.parzivail.pswm.mobs.MobWookiee
starwarsmod,301,starwarsmod.tusken,com.parzivail.pswm.mobs.MobTusken
starwarsmod,302,starwarsmod.jawa,com.parzivail.pswm.mobs.MobJawa
starwarsmod,303,starwarsmod.ewok,com.parzivail.pswm.mobs.MobEwok
starwarsmod,304,starwarsmod.tauntaun,com.parzivail.pswm.mobs.MobTauntaun
starwarsmod,305,starwarsmod.bantha,com.parzivail.pswm.mobs.MobBantha
starwarsmod,306,starwarsmod.wampa,com.parzivail.pswm.mobs.MobWampa
starwarsmod,307,starwarsmod.gamorrean,com.parzivail.pswm.mobs.MobGamorrean
starwarsmod,308,starwarsmod.dewback,com.parzivail.pswm.mobs.MobDewback
starwarsmod,309,starwarsmod.commoner,com.parzivail.pswm.mobs.MobTatooineCommoner
starwarsmod,310,starwarsmod.bith,com.parzivail.pswm.mobs.MobBith
starwarsmod,311,starwarsmod.sandtrooper,com.parzivail.pswm.mobs.MobSandtrooper
starwarsmod,312,starwarsmod.droidAstromech,com.parzivail.pswm.mobs.MobDroidAstromech
starwarsmod,313,starwarsmod.droidAstromechImperial,com.parzivail.pswm.mobs.MobDroidAstromechImperial
starwarsmod,314,starwarsmod.droidAstromechImperial2,com.parzivail.pswm.mobs.MobDroidAstromechImperial2
starwarsmod,315,starwarsmod.droidAstromech2,com.parzivail.pswm.mobs.MobDroidAstromech2
starwarsmod,316,starwarsmod.droidAstromechBb8,com.parzivail.pswm.mobs.MobDroidAstromechBb8
starwarsmod,317,starwarsmod.droidProtocol,com.parzivail.pswm.mobs.MobDroidProtocol
starwarsmod,318,starwarsmod.droidProtocol2,com.parzivail.pswm.mobs.MobDroidProtocol2
starwarsmod,319,starwarsmod.droidProbe,com.parzivail.pswm.mobs.MobDroidProbe
starwarsmod,320,starwarsmod.droidGonk,com.parzivail.pswm.mobs.MobDroidGNK
starwarsmod,321,starwarsmod.droidSurgical,com.parzivail.pswm.mobs.MobDroidSurgical
starwarsmod,322,starwarsmod.droidMouse,com.parzivail.pswm.mobs.MobDroidMouse
starwarsmod,323,starwarsmod.hothSpeederBike,com.parzivail.pswm.vehicles.VehicHothSpeederBike
starwarsmod,324,starwarsmod.tie,com.parzivail.pswm.vehicles.VehicTIE
starwarsmod,325,starwarsmod.tieInterceptor,com.parzivail.pswm.vehicles.VehicTIEInterceptor
starwarsmod,326,starwarsmod.xwing,com.parzivail.pswm.vehicles.VehicXWing
starwarsmod,327,starwarsmod.awing,com.parzivail.pswm.vehicles.VehicAWing
starwarsmod,328,starwarsmod.speederBike,com.parzivail.pswm.vehicles.VehicSpeederBike
starwarsmod,329,starwarsmod.landspeeder,com.parzivail.pswm.vehicles.VehicLandspeeder
starwarsmod,330,starwarsmod.jakkuSpeeder,com.parzivail.pswm.vehicles.VehicJakkuSpeeder
starwarsmod,331,starwarsmod.blasterBolt,com.parzivail.pswm.entities.EntityBlasterPistolBolt
starwarsmod,332,starwarsmod.blasterRifleBolt,com.parzivail.pswm.entities.EntityBlasterRifleBolt
starwarsmod,333,starwarsmod.blasterHeavyBolt,com.parzivail.pswm.entities.EntityBlasterHeavyBolt
starwarsmod,334,starwarsmod.blasterProbeBolt,com.parzivail.pswm.entities.EntityBlasterProbeBolt
starwarsmod,335,starwarsmod.destructionBolt,com.parzivail.pswm.entities.EntityDestruction
starwarsmod,336,starwarsmod.blasterSpeederRifleBolt,com.parzivail.pswm.entities.EntitySpeederBlasterRifleBolt
starwarsmod,337,starwarsmod.blasterXWingBolt,com.parzivail.pswm.entities.EntityXWingBolt
starwarsmod,338,starwarsmod.blasterTIEBolt,com.parzivail.pswm.entities.EntityTIEBolt
sus,101,sus.Batmobile,com.tihyo.superheroes.entities.EntityBTASBatmobile
sus,102,sus.Batchair,com.tihyo.superheroes.entities.EntityBatchair
sus,103,sus.Catwoman,com.tihyo.superheroes.entities.EntityCatwoman
sus,104,sus.Scarecrow,com.tihyo.superheroes.entities.EntityScarecrow
sus,105,sus.Joker,com.tihyo.superheroes.entities.EntityJoker
sus,106,sus.ProfessorZoom,com.tihyo.superheroes.entities.EntityProfessorZoom
sus,107,sus.ProfessorZoomTamed,com.tihyo.superheroes.entities.EntityProfessorZoomTamed
sus,108,sus.Loki,com.tihyo.superheroes.entities.EntityLoki
sus,109,sus.ShrinkAntMan,com.tihyo.superheroes.entities.EntityShrinkAntMan
sus,110,sus.ShrinkWasp,com.tihyo.superheroes.entities.EntityShrinkWasp
sus,111,sus.TamedAnt,com.tihyo.superheroes.entities.EntityTamedAnt
sus,112,sus.WildAnt,com.tihyo.superheroes.entities.EntityAnt
sus,113,sus.StanLee,com.tihyo.superheroes.entities.EntityStanLee
sus,114,sus.LuciusFox,com.tihyo.superheroes.entities.EntityLuciusFox
sus,115,sus.Alfred,com.tihyo.superheroes.entities.EntityAlfred
sus,116,sus.WakandaNative,com.tihyo.superheroes.entities.EntityWakandaNative
sus,117,sus.WakandaSoldier,com.tihyo.superheroes.entities.EntityWakandaSoldier
sus,118,sus.RSpider,com.tihyo.superheroes.entities.EntityRSpider
sus,119,sus.Criminal1,com.tihyo.superheroes.entities.EntityCriminal1
sus,121,sus.Mark7Pod,com.tihyo.superheroes.entities.EntityMark7Pod
sus,122,sus.PigZombieControl,com.tihyo.superheroes.entities.EntityPigZombieControl
sus,123,sus.WitherSeeker,com.tihyo.superheroes.entities.EntityWitherSeeker
sus,124,sus.GiantManDummy,com.tihyo.superheroes.entities.EntityGiantManDummy
sus,125,sus.Frozo,com.tihyo.superheroes.entities.EntityFrozo
sus,126,sus.Mark2,com.tihyo.superheroes.entities.EntityMark2Armor
sus,127,sus.Mark3,com.tihyo.superheroes.entities.EntityMark3Armor
sus,128,sus.Mark4,com.tihyo.superheroes.entities.EntityMark4Armor
sus,129,sus.Mark5,com.tihyo.superheroes.entities.EntityMark5Armor
sus,130,sus.Mark6,com.tihyo.superheroes.entities.EntityMark6Armor
sus,131,sus.Mark7,com.tihyo.superheroes.entities.EntityMark7Armor
sus,132,sus.Mark8,com.tihyo.superheroes.entities.EntityMark8Armor
sus,133,sus.Mark8Up,com.tihyo.superheroes.entities.EntityMark8ArmorUp
sus,134,sus.Mark9,com.tihyo.superheroes.entities.EntityMark9Armor
sus,135,sus.Mark10,com.tihyo.superheroes.entities.EntityMark10Armor
sus,136,sus.Mark11,com.tihyo.superheroes.entities.EntityMark11Armor
sus,137,sus.Mark12,com.tihyo.superheroes.entities.EntityMark12Armor
sus,138,sus.Mark13,com.tihyo.superheroes.entities.EntityMark13Armor
sus,139,sus.Mark14,com.tihyo.superheroes.entities.EntityMark14Armor
sus,140,sus.Mark15,com.tihyo.superheroes.entities.EntityMark15Armor
sus,141,sus.Mark16,com.tihyo.superheroes.entities.EntityMark16Armor
sus,142,sus.Mark17,com.tihyo.superheroes.entities.EntityMark17Armor
sus,143,sus.Mark18,com.tihyo.superheroes.entities.EntityMark18Armor
sus,144,sus.Mark19,com.tihyo.superheroes.entities.EntityMark19Armor
sus,145,sus.Mark20,com.tihyo.superheroes.entities.EntityMark20Armor
sus,146,sus.Mark21,com.tihyo.superheroes.entities.EntityMark21Armor
sus,147,sus.Mark22,com.tihyo.superheroes.entities.EntityMark22Armor
sus,148,sus.Mark23,com.tihyo.superheroes.entities.EntityMark23Armor
sus,149,sus.Mark24,com.tihyo.superheroes.entities.EntityMark24Armor
sus,150,sus.Mark25,com.tihyo.superheroes.entities.EntityMark25Armor
sus,151,sus.Mark26,com.tihyo.superheroes.entities.EntityMark26Armor
sus,152,sus.Mark27,com.tihyo.superheroes.entities.EntityMark27Armor
sus,153,sus.Mark28,com.tihyo.superheroes.entities.EntityMark28Armor
sus,154,sus.Mark29,com.tihyo.superheroes.entities.EntityMark29Armor
sus,155,sus.Mark30,com.tihyo.superheroes.entities.EntityMark30Armor
sus,156,sus.Mark31,com.tihyo.superheroes.entities.EntityMark31Armor
sus,157,sus.Mark32,com.tihyo.superheroes.entities.EntityMark32Armor
sus,158,sus.Mark33,com.tihyo.superheroes.entities.EntityMark33Armor
sus,159,sus.Mark34,com.tihyo.superheroes.entities.EntityMark34Armor
sus,160,sus.Mark35,com.tihyo.superheroes.entities.EntityMark35Armor
sus,161,sus.Mark35,com.tihyo.superheroes.entities.EntityMark35Armor
sus,18000,sus.Batarang,com.tihyo.superheroes.entities.EntityBatarang
sus,18001,sus.BatBomb,com.tihyo.superheroes.entities.EntityBatBomb
sus,18002,sus.HeatBatarang,com.tihyo.superheroes.entities.EntityHeatBatarang
sus,18003,sus.ElectricBatarang,com.tihyo.superheroes.entities.EntityElectricBatarang
sus,18005,sus.GrapplingHook,com.tihyo.superheroes.entities.EntityGrapplingHook
sus,18006,sus.SmokePellet,com.tihyo.superheroes.entities.EntitySmokePellet
sus,18007,sus.GasPellet,com.tihyo.superheroes.entities.EntityGasPellet
sus,18008,sus.FreezePellet,com.tihyo.superheroes.entities.EntityFreezePellet
sus,18015,sus.ThrowingBird,com.tihyo.superheroes.entities.EntityThrowingBird
sus,18018,sus.WingDing,com.tihyo.superheroes.entities.EntityWingDing
sus,18019,sus.WristDart,com.tihyo.superheroes.entities.EntityWristDart
sus,18020,sus.BeyondDisc,com.tihyo.superheroes.entities.EntityBeyondDisc
sus,18021,sus.BeyondBatarang,com.tihyo.superheroes.entities.EntityBeyondBatarang
sus,18022,sus.LaserVision,com.tihyo.superheroes.entities.EntityLaserVision
sus,18023,sus.CapShield,com.tihyo.superheroes.entities.EntityCapShield
sus,18024,sus.CrescentDart,com.tihyo.superheroes.entities.EntityCrescentDart
sus,18025,sus.WaspStinger,com.tihyo.superheroes.entities.EntityWaspStingers
sus,18026,sus.HexBolt,com.tihyo.superheroes.entities.EntityHexBolt
sus,18027,sus.OpicBeam,com.tihyo.superheroes.entities.EntityOpticBeam
sus,18028,sus.ThorHammer,com.tihyo.superheroes.entities.EntityThorHammer
sus,18029,sus.ConcussiveBlast,com.tihyo.superheroes.entities.EntityConcussiveBlast
sus,18030,sus.JokerAcid,com.tihyo.superheroes.entities.EntityJokerAcid
sus,180301,sus.GArrow,com.tihyo.superheroes.entities.EntityGArrow
sus,180302,sus.WebArrow,com.tihyo.superheroes.entities.EntityWebArrow
sus,180303,sus.BoxingArrow,com.tihyo.superheroes.entities.EntityBoxingArrow
sus,180304,sus.ExplosiveArrow,com.tihyo.superheroes.entities.EntityExplosiveArrow
sus,180305,sus.GreekFireArrow,com.tihyo.superheroes.entities.EntityGreekFireArrow
sus,180306,sus.SleepingGasArrow,com.tihyo.superheroes.entities.EntitySleepingGasArrow
sus,180307,sus.SpeedyArrow,com.tihyo.superheroes.entities.EntitySpeedyArrow
sus,180308,sus.HArrow,com.tihyo.superheroes.entities.EntityHArrow
sus,180309,sus.AcidArrow,com.tihyo.superheroes.entities.EntityAcidArrow
sus,180310,sus.FlareArrow,com.tihyo.superheroes.entities.EntityFlareArrow
sus,180311,sus.SmokeArrow,com.tihyo.superheroes.entities.EntitySmokeArrow
sus,180312,sus.JokerCard,com.tihyo.superheroes.entities.EntityJokerCard
sus,180313,sus.JokerGrenade,com.tihyo.superheroes.entities.EntityJokerGrenade
sus,180314,sus.IceBlast,com.tihyo.superheroes.entities.EntityIceBlast
sus,180315,sus.WebShoot,com.tihyo.superheroes.entities.EntityWebShoot
sus,180316,sus.WebNet,com.tihyo.superheroes.entities.EntityWebNet
sus,180317,sus.WebPull,com.tihyo.superheroes.entities.EntityWebPull
sus,180318,sus.GrapplingHookPull,com.tihyo.superheroes.entities.EntityGrapplingHookPull
sus,180319,sus.Flamethrower,com.tihyo.superheroes.entities.EntityFlamethrower
sus,180320,sus.Rocket,com.tihyo.superheroes.entities.EntityRocket
sus,180321,sus.RepuslorMK2,com.tihyo.superheroes.entities.EntityRepulsorMK2
sus,180323,sus.UnibeamMK2,com.tihyo.superheroes.entities.EntityUnibeamMK2
sus,180324,sus.Repulsor,com.tihyo.superheroes.entities.EntityRepulsorStandard
sus,180325,sus.Unibeam,com.tihyo.superheroes.entities.EntityUnibeamStandard
sus,180326,sus.Flare,com.tihyo.superheroes.entities.EntityFlare
sus,180327,sus.Bullet,com.tihyo.superheroes.entities.EntityBullet
sus,180328,sus.RepulsorVibranium,com.tihyo.superheroes.entities.EntityRepulsorVibranium
sus,180329,sus.UnibeamVibranium,com.tihyo.superheroes.entities.EntityUnibeamVibranium
sus,180330,sus.Laser,com.tihyo.superheroes.entities.EntityLaser
sus,180331,sus.AirBlast,com.tihyo.superheroes.entities.EntityAirBlast
sus,180332,sus.WaterBlast,com.tihyo.superheroes.entities.EntityWaterBlast
sus,180333,sus.Seed,com.tihyo.superheroes.entities.EntitySeed
sus,180334,sus.WidowBite,com.tihyo.superheroes.entities.EntityWidowBite
sus,180335,sus.Grenade,com.tihyo.superheroes.entities.EntityGrenade
sus,180336,sus.SonicCannon,com.tihyo.superheroes.entities.EntitySonicCannon
sus,180337,sus.Mace,com.tihyo.superheroes.entities.EntityMace
sus,180338,sus.WillPower,com.tihyo.superheroes.entities.EntityWillPowerBlast
sus,180339,sus.WillpowerArrow,com.tihyo.superheroes.entities.EntityWillpowerArrow
sus,180340,sus.ExplosiveTipArrow,com.tihyo.superheroes.entities.EntityExplosiveTipArrow
sus,180341,sus.MagicBlast,com.tihyo.superheroes.entities.EntityMagicBlast
sus,180342,sus.MagicBlast2,com.tihyo.superheroes.entities.EntityMagicBlast2
sus,180343,sus.FearToxin,com.tihyo.superheroes.entities.EntityFearToxin
sus,180344,sus.ImpactBlast,com.tihyo.superheroes.entities.EntityImpactBlast
sus,180345,sus.BlackLight,com.tihyo.superheroes.entities.EntityBlackLight
sus,180346,sus.LightBlast,com.tihyo.superheroes.entities.EntityLightBlast
sus,180347,sus.DisintegrationBeam,com.tihyo.superheroes.entities.EntityDisintegrationBeam
sus,180348,sus.FlameBlast,com.tihyo.superheroes.entities.EntityFlameBlast
sus,180349,sus.CosmicBlast,com.tihyo.superheroes.entities.EntityCosmicBlast
sus,180350,sus.BlackHole,com.tihyo.superheroes.entities.EntityBlackHole
sus,180351,sus.RepulsorVibranium,com.tihyo.superheroes.entities.EntityRepulsorVibraniumPowered
sus,180352,sus.UnibeamVibranium,com.tihyo.superheroes.entities.EntityUnibeamVibraniumPowered
sus,180353,sus.RepulsorVibraniumRT,com.tihyo.superheroes.entities.EntityRepulsorVibraniumRT
sus,180354,sus.RepulsorVibraniumPoweredRT,com.tihyo.superheroes.entities.EntityRepulsorVibraniumPoweredRT
sus,180355,sus.UnibeamVibraniumRT,com.tihyo.superheroes.entities.EntityUnibeamVibraniumRT
sus,180356,sus.UnibeamVibraniumPoweredRT,com.tihyo.superheroes.entities.EntityUnibeamVibraniumPoweredRT
sus,180357,sus.RepulsorVibraniumBeam,com.tihyo.superheroes.entities.EntityRepulsorVibraniumBeam
sus,180358,sus.RepulsorVibraniumRTBeam,com.tihyo.superheroes.entities.EntityRepulsorVibraniumRTBeam
sus,180359,sus.ElectricBlast,com.tihyo.superheroes.entities.EntityElectricBlast
sus,180360,sus.ElectricBlastCharged,com.tihyo.superheroes.entities.EntityElectricBlastCharged
sus,180361,sus.BerserkerBeam,com.tihyo.superheroes.entities.EntityBerserkerBeam
sus,180362,sus.WitherBlast,com.tihyo.superheroes.entities.EntityWitherBlast
sus,180363,sus.SpawnBlast,com.tihyo.superheroes.entities.EntitySpawnBlast
sus,180364,sus.SpawnChain,com.tihyo.superheroes.entities.EntitySpawnChain
sus,180365,sus.UnibeamVibraniumRT2,com.tihyo.superheroes.entities.EntityUnibeamVibraniumRT2
sus,180367,sus.MentalBlast,com.tihyo.superheroesaddon.entities.EntityMindBolt
sus,180370,sus.BigBlast,com.tihyo.superheroes.entities.EntityBigBlast
sus,180371,sus.BulletSniper,com.tihyo.superheroes.entities.EntityBulletSniper
sus,1803712,sus.SpeedsterTrail,com.tihyo.superheroes.entities.EntitySpeedsterTrail
susaddon,161,susaddon.Wheelchair,com.tihyo.superheroesaddon.entities.EntityWheelchair
susaddon,162,susaddon.ZodFollower,com.tihyo.superheroesaddon.entities.EntityZodFollower
susaddon,180366,susaddon.GambitCard,com.tihyo.superheroesaddon.entities.EntityGambitCard
thedalekmod,0,thedalekmod.EntityDalekBase,thedalekmod.common.entity.EntityDalekBase
thedalekmod,1,thedalekmod.EntityDalekApiBase,thedalekmod.common.entity.EntityDalekApiBase
thedalekmod,2,thedalekmod.EntityEmptyChild,thedalekmod.client.Entity.EntityEmptyChild
thedalekmod,3,thedalekmod.EntityVilGm,thedalekmod.client.Entity.EntityVilGm
thedalekmod,4,thedalekmod.EntityLaser,thedalekmod.client.Entity.EntityLaser
thedalekmod,5,thedalekmod.EntityLaserEx,thedalekmod.client.Entity.EntityLaserEx
thedalekmod,6,thedalekmod.EntityCyberman,thedalekmod.client.Entity.EntityCyberman
thedalekmod,7,thedalekmod.EntityClockworkDroid,thedalekmod.client.Entity.EntityClockworkDroid
thedalekmod,8,thedalekmod.EntityAuton,thedalekmod.client.Entity.EntityAuton
thedalekmod,9,thedalekmod.EntityCybermanNew,thedalekmod.client.Entity.EntityCybermanNew
thedalekmod,10,thedalekmod.EntityCyberLeader,thedalekmod.client.Entity.EntityCyberLeader
thedalekmod,11,thedalekmod.EntityCyberVillager,thedalekmod.client.Entity.EntityCyberVillager
thedalekmod,12,thedalekmod.EntitySkull,thedalekmod.client.Entity.EntitySkull
thedalekmod,13,thedalekmod.EntityArm,thedalekmod.client.Entity.EntityArm
thedalekmod,14,thedalekmod.EntityBody,thedalekmod.client.Entity.EntityBody
thedalekmod,15,thedalekmod.EntityK9,thedalekmod.client.Entity.EntityK9
thedalekmod,16,thedalekmod.EntityBessie,thedalekmod.client.Entity.EntityBessie
thedalekmod,17,thedalekmod.EntityIronside,thedalekmod.client.Entity.EntityIronside
thedalekmod,18,thedalekmod.EntityTardis,thedalekmod.client.Entity.EntityTardis
thedalekmod,19,thedalekmod.EntityWeepingAngel,thedalekmod.client.Entity.EntityWeepingAngel
thedalekmod,20,thedalekmod.EntitySnowman,thedalekmod.client.Entity.EntitySnowman
thedalekmod,21,thedalekmod.EntityMarineDalek,thedalekmod.client.Entity.EntityMarineDalek
thedalekmod,22,thedalekmod.EntityIceWarrior,thedalekmod.client.Entity.EntityIceWarrior
thedalekmod,23,thedalekmod.EntityUNIT,thedalekmod.client.Entity.EntityUNIT
thedalekmod,24,thedalekmod.EntityAdipose,thedalekmod.client.Entity.EntityAdipose
thedalekmod,25,thedalekmod.EntityEmptyNPC,thedalekmod.client.Entity.EntityEmptyNPC
thedalekmod,26,thedalekmod.EntityMCCSkeleton,thedalekmod.client.Entity.ClassicMobs.EntityMCCSkeleton
thedalekmod,27,thedalekmod.EntityClara,thedalekmod.client.Entity.EntityClara
thedalekmod,28,thedalekmod.EntityHuman,thedalekmod.client.Entity.ClassicMobs.EntityHuman
thedalekmod,29,thedalekmod.EntityZygon,thedalekmod.client.Entity.EntityZygon
thedalekmod,30,thedalekmod.EntitySontaran,thedalekmod.client.Entity.EntitySontaran
thedalekmod,31,thedalekmod.EntitySilence,thedalekmod.halloween.entities.EntitySilence
thedalekmod,32,thedalekmod.EntityWhispermen,thedalekmod.halloween.entities.EntityWhispermen
thedalekmod,33,thedalekmod.EntityGelGuard,thedalekmod.client.Entity.EntityGelGuard
thedalekmod,34,thedalekmod.EntityCleaner,thedalekmod.client.Entity.EntityCleaner
thedalekmod,35,thedalekmod.EntityTimelord,thedalekmod.client.Entity.EntityTimelord
thedalekmod,36,thedalekmod.EntityDalekStorm,thedalekmod.client.Entity.Daleks.EntityDalekStorm
thedalekmod,37,thedalekmod.EntityTV21Dalek,thedalekmod.client.Entity.Daleks.EntityTV21Dalek
thedalekmod,38,thedalekmod.EntityDelorean,thedalekmod.client.Entity.car.EntityDelorean
thedalekmod,39,thedalekmod.EntityGFCart,thedalekmod.client.Entity.car.EntityGFCart
thedalekmod,40,thedalekmod.EntityBacteriaSpider,thedalekmod.client.Entity.EntityBacteriaSpider
thedalekmod,41,thedalekmod.EntityOWOSnail,thedalekmod.client.Entity.EntityOWOSnail
thedalekmod,42,thedalekmod.EntityBauble,thedalekmod.christmas.d2014.advent.entities.EntityBauble
thedalekmod,43,thedalekmod.EntitySteampunkDalek,thedalekmod.christmas.d2014.advent.entities.EntitySteampunkDalek
thedalekmod,44,thedalekmod.EntityChristmasVillager,thedalekmod.christmas.d2014.advent.entities.EntityChristmasVillager
thedalekmod,45,thedalekmod.EntityiSnowman,thedalekmod.christmas.d2014.advent.entities.EntityiSnowman
thedalekmod,46,thedalekmod.EntityTenthPlanetCyberman,thedalekmod.christmas.d2014.advent.entities.EntityTenthPlanetCyberman
thedalekmod,47,thedalekmod.EntityWeepingSnowAngel,thedalekmod.christmas.d2014.advent.entities.EntityWeepingSnowAngel
thedalekmod,48,thedalekmod.EntityCompanion,thedalekmod.christmas.d2014.advent.entities.EntityCompanion
wonderfulwands,0,wonderfulwands.magic_missile,cyano.wonderfulwands.projectiles.EntityMagicMissile
wonderfulwands,1,wonderfulwands.bolt_lightning,cyano.wonderfulwands.projectiles.EntityWandLightningBolt
youtubers,0,youtubers.Youtuber,supercat765.Youtubers.Entity.EntityYoutuber
youtubers,1,youtubers.RandomPlayer,supercat765.Youtubers.Entity.PlayerEntity
youtubers,2,youtubers.DiamondMinecart,supercat765.Youtubers.Entity.EntityDiamondMinecart
youtubers,3,youtubers.AdvEnderPearl,supercat765.Youtubers.Entity.EntityAdvEnderPearl
youtubers,31,youtubers.cLUCKey,supercat765.Youtubers.Entity.Mobs.EntitycLuckey
youtubers,32,youtubers.OceanicCreeper,supercat765.Youtubers.Entity.Mobs.EntityOceanCreeper
youtubers,33,youtubers.EnderFish,supercat765.Youtubers.Entity.Mobs.EntityEnderFish
youtubers,34,youtubers.DesertScorpion,supercat765.Youtubers.Entity.Mobs.EntityScorpion
youtubers,35,youtubers.Mushroom,supercat765.Youtubers.Entity.Mobs.EntityMushroom
youtubers,36,youtubers.Cactus,supercat765.Youtubers.Entity.Mobs.EntityCactus
youtubers,37,youtubers.ExplosiveMushroom,supercat765.Youtubers.Entity.Mobs.EntityExplosiveMushroom
youtubers,38,youtubers.Snail,supercat765.Youtubers.Entity.EntitySnail
youtubers,61,youtubers.CraigTheMailman,supercat765.Youtubers.Entity.EntityCraigTheMailman
youtubers,62,youtubers.Grimm,supercat765.Youtubers.Entity.EntityGrimm
youtubers,63,youtubers.Bomby,supercat765.Youtubers.Entity.EntityBomby
youtubers,64,youtubers.Trayourus,supercat765.Youtubers.Entity.EntityTrayourus
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumCheck your config, looks like you have set your biome ID to something really big (67787)
IIRC the max is 4096?
Do not PM me with questions or issues. Post to either official forum so everyone can benefit from the help you're given.
it never crashed for me