I already fixed the ID conflicts and rearranged the placement of these mods using Magic Launcher 1.1.7. Nothing seemed to cause any error, but when I decided to update a few mods that have been bug-fixed, it then started to give me this. I added these parameter (-Dfml.ignoreInvalidMinecraftCertificates=true -Dfml.ignorePatchDiscrepancies=true). Even after messing with the config files or disabling the conflicting mods, I have no idea what to do next.
Can I get some Professional help?
Here's the Crash Report.
---- Minecraft Crash Report ----
// Don't be sad. I'll do better next time, I promise!
Time: 11/4/13 2:00 PM
Description: There was a severe problem during mod loading that has caused the game to fail
cpw.mods.fml.common.LoaderException: java.lang.ExceptionInInitializerError
at cpw.mods.fml.common.LoadController.transition(LoadController.java:156)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:523)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:473)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
at net.minecraft.client.main.Main.main(SourceFile:101)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at magic.launcher.Launcher.main(Unknown Source)
Caused by: java.lang.ExceptionInInitializerError
at net.meteor.common.MeteorsMod.loadConfigurationValues(MeteorsMod.java:350)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:522)
... 15 more
Caused by: java.lang.NullPointerException
at cpw.mods.fml.client.FMLClientHandler.getCurrentLanguage(FMLClientHandler.java:658)
at cpw.mods.fml.common.FMLCommonHandler.getCurrentLanguage(FMLCommonHandler.java:504)
at net.meteor.common.LangLocalization.getCurrentLanguage(LangLocalization.java:120)
at net.meteor.common.LangLocalization.(LangLocalization.java:16)
... 42 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
Based on your first post, I'd say it's Meteors Mod
Caused by: java.lang.ExceptionInInitializerError
at net.meteor.common.MeteorsMod.loadConfigurationValues(MeteorsMod.java:350)
Based on your second post, you've got a ton of ID conflicts. Hopefully you fixed them after getting that crash, but before posting... (you said in your first post that they were fixed, hence my worry)
Rollback Post to RevisionRollBack
If I said I'd do something and haven't, please remind me; I didn't lie, I just forgot.
I program
I did fix the conflicts, I also disabled the Meteors mod, to see if it helped (Even reset the config for it), after that it gave me an error on Railcraft, and after disabling a few other mods and arranging them for Magic Launcher or the mods folder in .Minecraft
{EDIT} I get this crash without Meteors mod and Railcraft.
---- Minecraft Crash Report ----
// Uh... Did I do that?
Time: 11/4/13 2:43 PM
Description: Initializing game
java.lang.NullPointerException
at net.minecraft.client.resources.LanguageManager.func_135044_b(LanguageManager.java:96)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:478)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
at net.minecraft.client.main.Main.main(SourceFile:101)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at magic.launcher.Launcher.main(Unknown Source)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at net.minecraft.client.resources.LanguageManager.func_135044_b(LanguageManager.java:96)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:478)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
at net.minecraft.client.main.Main.main(SourceFile:101)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at magic.launcher.Launcher.main(Unknown Source)
{EDIT2}
Oh wow, I just figured out what the problem was—after disabling a few mods to see if they were crashing the game—it wasn't Meteors mod or Railcraft. It was the Tuxweapons mod, this mod was working correctly but then later it started having problems with Meteors and Railcraft. I removed it and now all is fine. Thanks for the help.
Can I get some Professional help?
Here's the Crash Report.
---- Minecraft Crash Report ----
// Don't be sad. I'll do better next time, I promise!
Time: 11/4/13 2:00 PM
Description: There was a severe problem during mod loading that has caused the game to fail
cpw.mods.fml.common.LoaderException: java.lang.ExceptionInInitializerError
at cpw.mods.fml.common.LoadController.transition(LoadController.java:156)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:523)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:473)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
at net.minecraft.client.main.Main.main(SourceFile:101)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at magic.launcher.Launcher.main(Unknown Source)
Caused by: java.lang.ExceptionInInitializerError
at net.meteor.common.MeteorsMod.loadConfigurationValues(MeteorsMod.java:350)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:522)
... 15 more
Caused by: java.lang.NullPointerException
at cpw.mods.fml.client.FMLClientHandler.getCurrentLanguage(FMLClientHandler.java:658)
at cpw.mods.fml.common.FMLCommonHandler.getCurrentLanguage(FMLCommonHandler.java:504)
at net.meteor.common.LangLocalization.getCurrentLanguage(LangLocalization.java:120)
at net.meteor.common.LangLocalization.(LangLocalization.java:16)
... 42 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.6.4
Operating System: Windows 7 (x86) version 6.1
Java Version: 1.7.0_45, Oracle Corporation
Java VM Version: Java HotSpot™ Client VM (mixed mode), Oracle Corporation
Memory: 958661872 bytes (914 MB) / 1267073024 bytes (1208 MB) up to 1267073024 bytes (1208 MB)
JVM Flags: 2 total; -Xms1250m -Xmx1250m
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Suspicious classes: FML and Forge are installed
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v8.11 FML v6.4.38.942 Minecraft Forge 9.11.1.942 Optifine OptiFine_1.6.4_HD_U_C6 78 mods loaded, 78 mods active
mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
FML{6.4.38.942} [Forge Mod Loader] (minecraftforge-9.11.1.942.jar) Unloaded->Constructed->Pre-initialized
Forge{9.11.1.942} [Minecraft Forge] (minecraftforge-9.11.1.942.jar) Unloaded->Constructed->Pre-initialized
AppliedEnergistics-Core{rv13.c} [AppliedEnergistics Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
TConstruct-Preloader{0.0.1} [Tinkers Corestruct] (minecraft.jar) Unloaded->Constructed->Pre-initialized
TooManyItems{1.6.4} [TooManyItems] (minecraft.jar) Unloaded->Constructed->Pre-initialized
bspkrsCore{v4.1(1.6.4)} [bspkrsCore] (BSPKRSCore [1.6.4] v4.1.zip) Unloaded->Constructed->Pre-initialized
pamweeeflowers{1.1} [Pam's Weee! Flowers] (Weee Flowers 1.6.4 v1.04.zip) Unloaded->Constructed->Pre-initialized
tuxweapons{0.5b} [Tux Weapons] (TuxWeapons 0.5b.jar) Unloaded->Constructed->Pre-initialized
pamtemperateplants{1.0} [Pam's TemperatePlants] (Temperate Plants 1.6.4.zip) Unloaded->Constructed->Pre-initialized
TF2Teleporter{1.6.4} [TF2 Teleporter] (TF2_Teleporter_1.6.4a.zip) Unloaded->Constructed->Pre-initialized
TF2Sentry{1.6.4} [TF2 Sentry] (TF2_Sentry_1.6.4a.zip) Unloaded->Constructed->Pre-initialized
TF2Dispenser{1.6.4} [TF2 Dispenser] (TF2_Dispenser_1.6.4a.zip) Unloaded->Constructed->Pre-initialized
StatusEffectHUD{v1.19(1.6.4)} [StatusEffectHUD] (StatusEffectHUDv1.19.zip) Unloaded->Constructed->Pre-initialized
wuppy29_slimedungeon{1.5.5} [Slime Dungeons] (Slime Dungeons 1.6.4.zip) Unloaded->Constructed->Pre-initialized
AS_Ruins{10.7} [Ruins Spawning System] (Ruins 1.6.4.zip) Unloaded->Constructed->Pre-initialized
Roguelike{1.2.2} [Roguelike Dungeons Mod] (Roguelike Dungeons 1.6.4.zip) Unloaded->Constructed->Pre-initialized
MutantCreatures{1.4.4} [Mutant Creatures] (Mutant_Creatures_v1.4.4_mc1.6.4.zip) Unloaded->Constructed->Pre-initialized
MoreSwordsMod{2.5.5} [More Swords Mod] (More Swords 1.6.4.jar) Unloaded->Constructed->Pre-initialized
More Pistons{1.4.1 [Build Smeagol]} [More Pistons] (More Pistons 1.6.4.zip) Unloaded->Constructed->Pre-initialized
KeithyUtils{1.2} [Keithy Utils] (KeithyUtils_1.2.zip) Unloaded->Constructed->Pre-initialized
Metallurgy3Core{3.2.3} [Metallurgy 3 Core] (Metallurgy_3.2.3.zip) Unloaded->Constructed->Pre-initialized
Metallurgy3Base{3.2.3} [Metallurgy 3 Base] (Metallurgy_3.2.3.zip) Unloaded->Constructed->Pre-initialized
Metallurgy3Machines{3.2.3} [Metallurgy 3 Machines] (Metallurgy_3.2.3.zip) Unloaded->Constructed->Pre-initialized
Metallurgy3Vanilla{3.2.3} [Metallurgy 3 Vanilla] (Metallurgy_3.2.3.zip) Unloaded->Constructed->Pre-initialized
MapWriter{2.0} [MapWriter] (Mapwriter-2.0.11.zip) Unloaded->Constructed->Pre-initialized
LostBooks{1.1} [Lost Books] (LostBooks 1.6.4.zip) Unloaded->Constructed->Pre-initialized
LavaMonsters{2.2} [Lava Monsters] (LavaMonsters 1.6.4.zip) Unloaded->Constructed->Pre-initialized
InfernalMobs{1.3.9} [Infernal Mobs] (InfernalMobs_1.6.4.zip) Unloaded->Constructed->Pre-initialized
HopperDuctMod{1.1} [Hopper Ducts] (HopperDuctsMod1.1.zip) Unloaded->Constructed->Pre-initialized
pamharvestcraft{1.0} [Pam's HarvestCraft Base] (HarvestCraft 1.6.4 v1.1.4.zip) Unloaded->Constructed->Pre-initialized
mod_bspkrsCore{v4.1(1.6.4)} [bspkrsCore] (BSPKRSCore [1.6.4] v4.1.zip) Unloaded->Constructed->Pre-initialized
FloatingRuins{Forge 1.6.4.r01} [FloatingRuins] (Floating Ruins 1.6.4.zip) Unloaded->Constructed->Pre-initialized
flintlock_guns{1.6_5} [Flintlock Guns Mod] (Flintlock Guns 1.6.4.zip) Unloaded->Constructed->Pre-initialized
meteors{2.11.2} [Falling Meteors] (Falling Meteors 1.6.4.zip) Unloaded->Constructed->Errored
ExtrabiomesXL{3.14.2} [ExtrabiomesXL] (ExtrabiomesXL 1.6.4.jar) Unloaded->Constructed->Pre-initialized
EDX{@[email protected]@[email protected]@[email protected]@[email protected]@[email protected]} [EDX] (Electrodynamics-Alpha-0.1.5.4.zip) Unloaded->Constructed->Pre-initialized
DungeonPack{1.6.4} [DungeonPack] (DungeonPack 1.6.4.zip) Unloaded->Constructed->Pre-initialized
pamdesertcraft{1.0} [Pam's DesertCraft] (DesertCraft 1.6.4 v1.01.zip) Unloaded->Constructed->Pre-initialized
props{0.1} [Props] (DecoCraft[1.6.4]V1.3.zip) Unloaded->Constructed->Pre-initialized
DeadlyWorld{0.3} [Deadly World] (DeadlyWorld 1.6.4.zip) Unloaded->Constructed->Pre-initialized
ClaySpawn{1.5} [Pam's Clay Spawn] (Clay Spawn 1.6.4.zip) Unloaded->Constructed->Pre-initialized
Chisel{1.4.9} [Chisel] (Chisel-1.6.4.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Core{4.1.2} [BuildCraft] (Buildcraft-A-1.6.2-4.1.2.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Builders{4.1.2} [BC Builders] (Buildcraft-A-1.6.2-4.1.2.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Energy{4.1.2} [BC Energy] (Buildcraft-A-1.6.2-4.1.2.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Factory{4.1.2} [BC Factory] (Buildcraft-A-1.6.2-4.1.2.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Transport{4.1.2} [BC Transport] (Buildcraft-A-1.6.2-4.1.2.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Silicon{4.1.2} [BC Silicon] (Buildcraft-A-1.6.2-4.1.2.jar) Unloaded->Constructed->Pre-initialized
BattleTowers{1.4.0} [Battle Towers] (BattleTowers_1.6.4.zip) Unloaded->Constructed->Pre-initialized
ArmorStatusHUD{v1.15(1.6.4)} [ArmorStatusHUD] (ArmorStatusHUDv1.15.zip) Unloaded->Constructed->Pre-initialized
Aquaculture{1.2.4} [Aquaculture] (Aquaculture_1.2.4.zip) Unloaded->Constructed->Pre-initialized
AnimationAPI{1.1.1} [AnimationAPI] (AnimationAPI v1.1.2 mc1.6.4.zip) Unloaded->Constructed->Pre-initialized
AppliedEnergistics{rv13.c} [Applied Energistics] (Applied Energistics 1.6.4.jar) Unloaded->Constructed->Pre-initialized
extracells{1.4.8b} [ExtraCells] (AE ExtraCells 1.6.4.jar) Unloaded->Constructed->Pre-initialized
Backpack{1.18.17} [Backpack] (BackpackMod1.6.4.zip) Unloaded->Constructed->Pre-initialized
BiblioCraft{1.5.1} [BiblioCraft] (BiblioCraft[v1.5.1].zip) Unloaded->Constructed->Pre-initialized
BiomesOPlenty{1.1.2} [Biomes O' Plenty] (Biomes-O-Plenty 1.6.4.jar) Unloaded->Constructed->Pre-initialized
CarpentersBlocks{v1.9.3} [Carpenter's Blocks] (Carpenter's Blocks 1.6+.zip) Unloaded->Constructed->Pre-initialized
craftguide{1.5.2} [CraftGuide] (CraftGuide-1.6.7.4.zip) Unloaded->Constructed->Pre-initialized
ExtraButtons{1.6.4.0} [ExtraButtons] (ExtraButtons-1.6.4.0.zip) Unloaded->Constructed->Pre-initialized
ExtraUtilities{0.3.4} [Extra Utilities] (Extrautils - 0.3.4.zip) Unloaded->Constructed->Pre-initialized
Forestry{2.3.0.6} [Forestry for Minecraft] (Forestry-A-2.3.0.6.jar) Unloaded->Constructed->Pre-initialized
GraveStoneMod{1.6.2 v5.2} [GraveStone] (Gravestone+ 1.6.4 v1.zip) Unloaded->Constructed->Pre-initialized
GraveStone{2.4.1} [GraveStone] (GraveStones 1.6.4.zip) Unloaded->Constructed->Pre-initialized
iChunUtil{2.3.0} [iChunUtil] (iChunUtil2.3.0.zip) Unloaded->Constructed->Pre-initialized
GraviGun{2.0.0} [GraviGun] (GravityGun2.0.0.zip) Unloaded->Constructed->Pre-initialized
inventorytweaks{1.56} [Inventory Tweaks] (InventoryTweaks-MC1.6.2-1.56-b77.jar) Unloaded->Constructed->Pre-initialized
PortalGun{2.0.1} [PortalGun] (PortalGun2.0.1.zip) Unloaded->Constructed->Pre-initialized
Thaumcraft{4.0.3a} [Thaumcraft] (Thaumcraft4.0.3a.zip) Unloaded->Constructed->Pre-initialized
Railcraft{8.2.0.0} [Railcraft] (Railcraft_1.6.2-8.2.0.0.jar) Unloaded->Constructed->Errored
Schematica{1.5.3.54} [Schematica] (Schematica 1.6.4.jar) Unloaded->Constructed->Pre-initialized
TConstruct{1.6.X_1.4.7} [Tinkers' Construct] (TConstruct_1.6.4_1.4.7.jar) Unloaded->Constructed->Pre-initialized
TConstruct|CompatAE{0.0.1} [TConstruct Compat: AE] (TConstruct_1.6.4_1.4.7.jar) Unloaded->Constructed->Pre-initialized
TConstruct|ForgeMuliPart{0.1} [TConstruct Compat: FMP] (TConstruct_1.6.4_1.4.7.jar) Unloaded->Constructed->Pre-initialized
TConstruct|CompatWaila{0.0.1} [TConstruct Compat: Waila] (TConstruct_1.6.4_1.4.7.jar) Unloaded->Constructed->Pre-initialized
ThaumicTinkerer{2.0} [Thaumic Tinkerer] (ThaumicTinkerer 2.0-24.jar) Unloaded->Constructed->Pre-initialized
TwilightForest{1.20.1} [The Twilight Forest] (Twilight Forest-1.20.1.jar) Unloaded->Constructed->Pre-initialized
Apparently the Log's too long for this post. Might have to split it.
*** Starting Minecraft ***
Profile: Default
Environment: 1.6.4-Forge9.11.1.942
Minecraft version: 1.6.4
Minecraft.jar: 1.6.4-Forge9.11.1.942.jar
Mods:
AnimationAPI v1.1.2 mc1.6.4.zip
Aquaculture_1.2.4.zip
ArmorStatusHUDv1.15.zip
BSPKRSCore [1.6.4] v4.1.zip
BattleTowers_1.6.4.zip
Buildcraft-A-1.6.2-4.1.2.jar
Chisel-1.6.4.jar
Clay Spawn 1.6.4.zip
DeadlyWorld 1.6.4.zip
DecoCraft[1.6.4]V1.3.zip
DesertCraft 1.6.4 v1.01.zip
DungeonPack 1.6.4.zip
Electrodynamics-Alpha-0.1.5.4.zip
ExtrabiomesXL 1.6.4.jar
Falling Meteors 1.6.4.zip
Flintlock Guns 1.6.4.zip
Floating Ruins 1.6.4.zip
HarvestCraft 1.6.4 v1.1.4.zip
HopperDuctsMod1.1.zip
InfernalMobs_1.6.4.zip
KeithyUtils_1.2.zip
LavaMonsters 1.6.4.zip
LostBooks 1.6.4.zip
Mapwriter-2.0.11.zip
Metallurgy_3.2.3.zip
More Pistons 1.6.4.zip
More Swords 1.6.4.jar
Mutant_Creatures_v1.4.4_mc1.6.4.zip
Roguelike Dungeons 1.6.4.zip
Ruins 1.6.4.zip
Slime Dungeons 1.6.4.zip
StatusEffectHUDv1.19.zip
TF2_Dispenser_1.6.4a.zip
TF2_Sentry_1.6.4a.zip
TF2_Teleporter_1.6.4a.zip
Temperate Plants 1.6.4.zip
TuxWeapons 0.5b.jar
Weee Flowers 1.6.4 v1.04.zip
OptiFine_1.6.4_HD_U_C6.jar
Inactive external mods:
BiblioCraft[v1.4.0].zip
Extrautils 0.3a.zip
FpsPlus+.1.6.2.zip
Schematica.jar
TooManyItems!.jar
VillageInfo_Forge_1.6.2_2.0-b2.zip
Show log: true
Java path: C:\Program Files (x86)\Java\jre7\bin\java
Java parameters: -Dfml.ignoreInvalidMinecraftCertificates=true -Dfml.ignorePatchDiscrepancies=true
Memory: 1250 MB
LauncherPath: /C:/Users/Armando Jr/Downloads/Other Programs/Games/Minecraft/MagicLauncher_1.1.7.exe
Library file not found: C:\Users\Armando Jr\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl-platform\2.9.1-nightly-20130708-debug3\lwjgl-platform-2.9.1-nightly-20130708-debug3-natives-windows.jar
Main class: net.minecraft.launchwrapper.Launch
*** MagicMinecraftLauncher 1.1.7 ***
LCP: C:\Users\Armando Jr\Downloads\Other Programs\Games\Minecraft\Updated Mods\OptiFine_1.6.4_HD_U_C6.jar;C:\Users\Armando Jr\Downloads\Other Programs\Games\Minecraft\Updated Mods\Weee Flowers 1.6.4 v1.04.zip;C:\Users\Armando Jr\Downloads\Other Programs\Games\Minecraft\Updated Mods\TuxWeapons 0.5b.jar;C:\Users\Armando Jr\Downloads\Other Programs\Games\Minecraft\Updated Mods\Temperate Plants 1.6.4.zip;C:\Users\Armando Jr\Downloads\Other Programs\Games\Minecraft\Updated Mods\TF2_Teleporter_1.6.4a.zip;C:\Users\Armando Jr\Downloads\Other Programs\Games\Minecraft\Updated Mods\TF2_Sentry_1.6.4a.zip;C:\Users\Armando Jr\Downloads\Other Programs\Games\Minecraft\Updated Mods\TF2_Dispenser_1.6.4a.zip;C:\Users\Armando Jr\Downloads\Other Programs\Games\Minecraft\Updated Mods\StatusEffectHUDv1.19.zip;C:\Users\Armando Jr\Downloads\Other Programs\Games\Minecraft\Updated Mods\Slime Dungeons 1.6.4.zip;C:\Users\Armando Jr\Downloads\Other Programs\Games\Minecraft\Updated Mods\Ruins 1.6.4.zip;C:\Users\Armando Jr\Downloads\Other Programs\Games\Minecraft\Updated Mods\Roguelike Dungeons 1.6.4.zip;C:\Users\Armando Jr\Downloads\Other Programs\Games\Minecraft\Updated Mods\Mutant_Creatures_v1.4.4_mc1.6.4.zip;C:\Users\Armando Jr\Downloads\Other Programs\Games\Minecraft\Updated Mods\More Swords 1.6.4.jar;C:\Users\Armando Jr\Downloads\Other Programs\Games\Minecraft\Updated Mods\More Pistons 1.6.4.zip;C:\Users\Armando Jr\Downloads\Other Programs\Games\Minecraft\Updated Mods\Metallurgy_3.2.3.zip;C:\Users\Armando Jr\Downloads\Other Programs\Games\Minecraft\Updated Mods\Mapwriter-2.0.11.zip;C:\Users\Armando Jr\Downloads\Other Programs\Games\Minecraft\Updated Mods\LostBooks 1.6.4.zip;C:\Users\Armando Jr\Downloads\Other Programs\Games\Minecraft\Updated Mods\LavaMonsters 1.6.4.zip;C:\Users\Armando Jr\Downloads\Other Programs\Games\Minecraft\Updated Mods\KeithyUtils_1.2.zip;C:\Users\Armando Jr\Downloads\Other Programs\Games\Minecraft\Updated Mods\InfernalMobs_1.6.4.zip;C:\Users\Armando Jr\Downloads\Other Programs\Games\Minecraft\Updated Mods\HopperDuctsMod1.1.zip;C:\Users\Armando Jr\Downloads\Other Programs\Games\Minecraft\Updated Mods\HarvestCraft 1.6.4 v1.1.4.zip;C:\Users\Armando Jr\Downloads\Other Programs\Games\Minecraft\Updated Mods\Floating Ruins 1.6.4.zip;C:\Users\Armando Jr\Downloads\Other Programs\Games\Minecraft\Updated Mods\Flintlock Guns 1.6.4.zip;C:\Users\Armando Jr\Downloads\Other Programs\Games\Minecraft\Updated Mods\Falling Meteors 1.6.4.zip;C:\Users\Armando Jr\Downloads\Other Programs\Games\Minecraft\Updated Mods\ExtrabiomesXL 1.6.4.jar;C:\Users\Armando Jr\Downloads\Other Programs\Games\Minecraft\Updated Mods\Electrodynamics-Alpha-0.1.5.4.zip;C:\Users\Armando Jr\Downloads\Other Programs\Games\Minecraft\Updated Mods\DungeonPack 1.6.4.zip;C:\Users\Armando Jr\Downloads\Other Programs\Games\Minecraft\Updated Mods\DesertCraft 1.6.4 v1.01.zip;C:\Users\Armando Jr\Downloads\Other Programs\Games\Minecraft\Updated Mods\DecoCraft[1.6.4]V1.3.zip;C:\Users\Armando Jr\Downloads\Other Programs\Games\Minecraft\Updated Mods\DeadlyWorld 1.6.4.zip;C:\Users\Armando Jr\Downloads\Other Programs\Games\Minecraft\Updated Mods\Clay Spawn 1.6.4.zip;C:\Users\Armando Jr\Downloads\Other Programs\Games\Minecraft\Updated Mods\Chisel-1.6.4.jar;C:\Users\Armando Jr\Downloads\Other Programs\Games\Minecraft\Updated Mods\Buildcraft-A-1.6.2-4.1.2.jar;C:\Users\Armando Jr\Downloads\Other Programs\Games\Minecraft\Updated Mods\BattleTowers_1.6.4.zip;C:\Users\Armando Jr\Downloads\Other Programs\Games\Minecraft\Updated Mods\BSPKRSCore [1.6.4] v4.1.zip;C:\Users\Armando Jr\Downloads\Other Programs\Games\Minecraft\Updated Mods\ArmorStatusHUDv1.15.zip;C:\Users\Armando Jr\Downloads\Other Programs\Games\Minecraft\Updated Mods\Aquaculture_1.2.4.zip;C:\Users\Armando Jr\Downloads\Other Programs\Games\Minecraft\Updated Mods\AnimationAPI v1.1.2 mc1.6.4.zip;C:\Users\Armando Jr\AppData\Roaming\.minecraft\versions\1.6.4-Forge9.11.1.942\1.6.4-Forge9.11.1.942.jar;C:\Users\Armando Jr\AppData\Roaming\.minecraft\libraries\net\minecraftforge\minecraftforge\9.11.1.942\minecraftforge-9.11.1.942.jar;C:\Users\Armando Jr\AppData\Roaming\.minecraft\libraries\net\minecraft\launchwrapper\1.8\launchwrapper-1.8.jar;C:\Users\Armando Jr\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm-all\4.1\asm-all-4.1.jar;C:\Users\Armando Jr\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-library\2.10.2\scala-library-2.10.2.jar;C:\Users\Armando Jr\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-compiler\2.10.2\scala-compiler-2.10.2.jar;C:\Users\Armando Jr\AppData\Roaming\.minecraft\libraries\lzma\lzma\0.0.1\lzma-0.0.1.jar;C:\Users\Armando Jr\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\4.5\jopt-simple-4.5.jar;C:\Users\Armando Jr\AppData\Roaming\.minecraft\libraries\com\paulscode\codecjorbis\20101023\codecjorbis-20101023.jar;C:\Users\Armando Jr\AppData\Roaming\.minecraft\libraries\com\paulscode\codecwav\20101023\codecwav-20101023.jar;C:\Users\Armando Jr\AppData\Roaming\.minecraft\libraries\com\paulscode\libraryjavasound\20101123\libraryjavasound-20101123.jar;C:\Users\Armando Jr\AppData\Roaming\.minecraft\libraries\com\paulscode\librarylwjglopenal\20100824\librarylwjglopenal-20100824.jar;C:\Users\Armando Jr\AppData\Roaming\.minecraft\libraries\com\paulscode\soundsystem\20120107\soundsystem-20120107.jar;C:\Users\Armando Jr\AppData\Roaming\.minecraft\libraries\argo\argo\2.25_fixed\argo-2.25_fixed.jar;C:\Users\Armando Jr\AppData\Roaming\.minecraft\libraries\org\bouncycastle\bcprov-jdk15on\1.47\bcprov-jdk15on-1.47.jar;C:\Users\Armando Jr\AppData\Roaming\.minecraft\libraries\com\google\guava\guava\14.0\guava-14.0.jar;C:\Users\Armando Jr\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-lang3\3.1\commons-lang3-3.1.jar;C:\Users\Armando Jr\AppData\Roaming\.minecraft\libraries\commons-io\commons-io\2.4\commons-io-2.4.jar;C:\Users\Armando Jr\AppData\Roaming\.minecraft\libraries\net\java\jinput\jinput\2.0.5\jinput-2.0.5.jar;C:\Users\Armando Jr\AppData\Roaming\.minecraft\libraries\net\java\jutils\jutils\1.0.0\jutils-1.0.0.jar;C:\Users\Armando Jr\AppData\Roaming\.minecraft\libraries\com\google\code\gson\gson\2.2.2\gson-2.2.2.jar;C:\Users\Armando Jr\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl\2.9.0\lwjgl-2.9.0.jar;C:\Users\Armando Jr\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl_util\2.9.0\lwjgl_util-2.9.0.jar;C:\Users\Armando Jr\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl-platform\2.9.0\lwjgl-platform-2.9.0-natives-windows.jar;C:\Users\Armando Jr\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl\2.9.1-nightly-20130708-debug3\lwjgl-2.9.1-nightly-20130708-debug3.jar;C:\Users\Armando Jr\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl_util\2.9.1-nightly-20130708-debug3\lwjgl_util-2.9.1-nightly-20130708-debug3.jar;C:\Users\Armando Jr\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl-platform\2.9.1-nightly-20130708-debug3\lwjgl-platform-2.9.1-nightly-20130708-debug3-natives-windows.jar;C:\Users\Armando Jr\AppData\Roaming\.minecraft\libraries\net\java\jinput\jinput-platform\2.0.5\jinput-platform-2.0.5-natives-windows.jar
ShowLog: true
InactiveExtMods: BiblioCraft[v1.4.0].zip;Extrautils 0.3a.zip;FpsPlus+.1.6.2.zip;Schematica.jar;TooManyItems!.jar;VillageInfo_Forge_1.6.2_2.0-b2.zip
MainClass: net.minecraft.launchwrapper.Launch
Restoring disabled mods: mods
Disable inactive mods: mods
Disabled: BiblioCraft[v1.4.0].zip
Disabled: Extrautils 0.3a.zip
Disabled: FpsPlus+.1.6.2.zip
Disabled: Schematica.jar
Disabled: TooManyItems!.jar
Disabled: VillageInfo_Forge_1.6.2_2.0-b2.zip
Restoring disabled mods: coremods
Disable inactive mods: coremods
Nov 04, 2013 1:59:38 PM net.minecraft.launchwrapper.LogWrapper log
INFO: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
Nov 04, 2013 1:59:38 PM net.minecraft.launchwrapper.LogWrapper log
INFO: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
Nov 04, 2013 1:59:38 PM net.minecraft.launchwrapper.LogWrapper log
INFO: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
2013-11-04 13:59:38 [INFO] [ForgeModLoader] Forge Mod Loader version 6.4.38.942 for Minecraft 1.6.4 loading
2013-11-04 13:59:38 [INFO] [ForgeModLoader] Java is Java HotSpot™ Client VM, version 1.7.0_45, running on Windows 7:x86:6.1, installed at C:\Program Files (x86)\Java\jre7
2013-11-04 13:59:38 [WARNING] [ForgeModLoader] The coremod appeng.transformer.AppEngCore does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2013-11-04 13:59:38 [INFO] [ForgeModLoader] [AppEng] Core Init
2013-11-04 13:59:38 [WARNING] [ForgeModLoader] The coremod invtweaks.forge.asm.FMLPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2013-11-04 13:59:38 [WARNING] [ForgeModLoader] The coremod tconstruct.preloader.TConstructLoaderContainer does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2013-11-04 13:59:38 [INFO] [TCon-Preloader] Scalpel. Suction. Lumber axe. CLEAR! *zap*
2013-11-04 13:59:38 [INFO] [TCon-Preloader] Constructing preloader (Modules: [tconstruct.preloader.ASMInterfaceRepair])
2013-11-04 13:59:38 [INFO] [TCon-Preloader] Found a properties file. Attempting load...
2013-11-04 13:59:38 [INFO] [TCon-Preloader] Loaded properties successfully. Using specified settings.
2013-11-04 13:59:38 [INFO] [ForgeModLoader] Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
2013-11-04 13:59:38 [INFO] [ForgeModLoader] Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
2013-11-04 13:59:38 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
2013-11-04 13:59:38 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
2013-11-04 13:59:38 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
2013-11-04 13:59:38 [INFO] [STDOUT] Loaded 40 rules from AccessTransformer config file fml_at.cfg
2013-11-04 13:59:40 [SEVERE] [ForgeModLoader] There is a binary discrepency between the expected input class aul (aul) and the actual class. Checksum on disk is fe5d2e89, in patch c94180a. Things are probably about to go very wrong. Did you put something into the jar file?
2013-11-04 13:59:40 [SEVERE] [ForgeModLoader] FML is going to ignore this error, note that the patch will not be applied, and there is likely to be a malfunctioning behaviour, including not running at all
2013-11-04 13:59:41 [SEVERE] [ForgeModLoader] There is a binary discrepency between the expected input class bfa (bfa) and the actual class. Checksum on disk is 532b6a94, in patch bbd97a71. Things are probably about to go very wrong. Did you put something into the jar file?
2013-11-04 13:59:41 [SEVERE] [ForgeModLoader] FML is going to ignore this error, note that the patch will not be applied, and there is likely to be a malfunctioning behaviour, including not running at all
2013-11-04 13:59:41 [SEVERE] [ForgeModLoader] There is a binary discrepency between the expected input class bfe (bfe) and the actual class. Checksum on disk is 7dd951e3, in patch f6796589. Things are probably about to go very wrong. Did you put something into the jar file?
2013-11-04 13:59:41 [SEVERE] [ForgeModLoader] FML is going to ignore this error, note that the patch will not be applied, and there is likely to be a malfunctioning behaviour, including not running at all
2013-11-04 13:59:41 [SEVERE] [ForgeModLoader] There is a binary discrepency between the expected input class bfl (bfl) and the actual class. Checksum on disk is 525cfc3d, in patch e8cd0f55. Things are probably about to go very wrong. Did you put something into the jar file?
2013-11-04 13:59:41 [SEVERE] [ForgeModLoader] FML is going to ignore this error, note that the patch will not be applied, and there is likely to be a malfunctioning behaviour, including not running at all
2013-11-04 13:59:41 [SEVERE] [ForgeModLoader] There is a binary discrepency between the expected input class bfq (bfq) and the actual class. Checksum on disk is e189403c, in patch e3155ffe. Things are probably about to go very wrong. Did you put something into the jar file?
2013-11-04 13:59:41 [SEVERE] [ForgeModLoader] FML is going to ignore this error, note that the patch will not be applied, and there is likely to be a malfunctioning behaviour, including not running at all
2013-11-04 13:59:41 [SEVERE] [ForgeModLoader] There is a binary discrepency between the expected input class bfr (bfr) and the actual class. Checksum on disk is f16e2546, in patch 78e6603c. Things are probably about to go very wrong. Did you put something into the jar file?
2013-11-04 13:59:41 [SEVERE] [ForgeModLoader] FML is going to ignore this error, note that the patch will not be applied, and there is likely to be a malfunctioning behaviour, including not running at all
2013-11-04 13:59:41 [SEVERE] [ForgeModLoader] There is a binary discrepency between the expected input class big (big) and the actual class. Checksum on disk is 45410c99, in patch f4f9f57e. Things are probably about to go very wrong. Did you put something into the jar file?
2013-11-04 13:59:41 [SEVERE] [ForgeModLoader] FML is going to ignore this error, note that the patch will not be applied, and there is likely to be a malfunctioning behaviour, including not running at all
2013-11-04 13:59:41 [SEVERE] [ForgeModLoader] There is a binary discrepency between the expected input class bik (bik) and the actual class. Checksum on disk is 26242dc1, in patch 85b9bda9. Things are probably about to go very wrong. Did you put something into the jar file?
2013-11-04 13:59:41 [SEVERE] [ForgeModLoader] FML is going to ignore this error, note that the patch will not be applied, and there is likely to be a malfunctioning behaviour, including not running at all
2013-11-04 13:59:41 [SEVERE] [ForgeModLoader] There is a binary discrepency between the expected input class bil (bil) and the actual class. Checksum on disk is d5c48ad0, in patch 8ce151d5. Things are probably about to go very wrong. Did you put something into the jar file?
2013-11-04 13:59:41 [SEVERE] [ForgeModLoader] FML is going to ignore this error, note that the patch will not be applied, and there is likely to be a malfunctioning behaviour, including not running at all
2013-11-04 13:59:41 [SEVERE] [ForgeModLoader] There is a binary discrepency between the expected input class bkz (bkz) and the actual class. Checksum on disk is da4d85e1, in patch b9f07328. Things are probably about to go very wrong. Did you put something into the jar file?
2013-11-04 13:59:41 [SEVERE] [ForgeModLoader] FML is going to ignore this error, note that the patch will not be applied, and there is likely to be a malfunctioning behaviour, including not running at all
2013-11-04 13:59:41 [SEVERE] [ForgeModLoader] There is a binary discrepency between the expected input class bma (bma) and the actual class. Checksum on disk is 78f114d1, in patch c5ffcc5c. Things are probably about to go very wrong. Did you put something into the jar file?
2013-11-04 13:59:41 [SEVERE] [ForgeModLoader] FML is going to ignore this error, note that the patch will not be applied, and there is likely to be a malfunctioning behaviour, including not running at all
2013-11-04 13:59:41 [SEVERE] [ForgeModLoader] There is a binary discrepency between the expected input class jq (jq) and the actual class. Checksum on disk is b7adc087, in patch adec1995. Things are probably about to go very wrong. Did you put something into the jar file?
2013-11-04 13:59:41 [SEVERE] [ForgeModLoader] FML is going to ignore this error, note that the patch will not be applied, and there is likely to be a malfunctioning behaviour, including not running at all
2013-11-04 13:59:41 [INFO] [ForgeModLoader] Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
2013-11-04 13:59:41 [INFO] [ForgeModLoader] Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc
2013-11-04 13:59:41 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
2013-11-04 13:59:41 [INFO] [STDOUT] Loaded 109 rules from AccessTransformer config file forge_at.cfg
2013-11-04 13:59:41 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
2013-11-04 13:59:42 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
2013-11-04 13:59:42 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
2013-11-04 13:59:42 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
2013-11-04 13:59:42 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
2013-11-04 13:59:42 [INFO] [ForgeModLoader] Launching wrapped minecraft {net.minecraft.client.main.Main}
2013-11-04 13:59:43 [INFO] [STDOUT] [TMI] Rewriting class awy / net.minecraft.client.gui.inventory.GuiContainer
2013-11-04 13:59:48 [INFO] [Minecraft-Client] Setting user: Xxaqz_Odnamra
2013-11-04 13:59:50 [INFO] [Minecraft-Client] LWJGL Version: 2.9.0
[OptiFine]
[OptiFine] OptiFine_1.6.4_HD_U_C6
[OptiFine] Mon Nov 04 13:59:52 PST 2013
[OptiFine] OS: Windows 7 (x86) version 6.1
[OptiFine] Java: 1.7.0_45, Oracle Corporation
[OptiFine] VM: Java HotSpot™ Client VM (mixed mode), Oracle Corporation
[OptiFine] LWJGL: 2.9.0
[OptiFine] OpenGL: ATI Mobility Radeon HD 4200 Series version 3.2.9704 Compatibility Profile Context, ATI Technologies Inc.
[OptiFine] OpenGL Version: 3.2
[OptiFine] OpenGL Fancy fog: Not available (GL_NV_fog_distance)
[OptiFine] Maximum texture size: 8192x8192
[OptiFine] Checking for new version
[OptiFine] Version found: C6
2013-11-04 13:59:53 [INFO] [Minecraft-Client] Reloading ResourceManager: Default
[OptiFine] *** Reloading textures ***
[OptiFine] Resource pack: "Default"
2013-11-04 13:59:56 [INFO] [MinecraftForge] Attempting early MinecraftForge initialization
2013-11-04 13:59:56 [INFO] [STDOUT] MinecraftForge v9.11.1.942 Initialized
2013-11-04 13:59:56 [INFO] [ForgeModLoader] MinecraftForge v9.11.1.942 Initialized
2013-11-04 13:59:56 [INFO] [STDOUT] Replaced 112 ore recipies
2013-11-04 13:59:57 [INFO] [MinecraftForge] Completed early MinecraftForge initialization
2013-11-04 13:59:58 [INFO] [ForgeModLoader] Forge Mod Loader has detected optifine OptiFine_1.6.4_HD_U_C6, enabling compatibility features
2013-11-04 13:59:58 [INFO] [ForgeModLoader] Reading custom logging properties from C:\Users\Armando Jr\AppData\Roaming\.minecraft\config\logging.properties
2013-11-04 13:59:58 [OFF] [ForgeModLoader] Logging level for ForgeModLoader logging is set to ALL
2013-11-04 13:59:58 [INFO] [ForgeModLoader] [AppEng] Core Init
2013-11-04 13:59:58 [INFO] [TCon-Preloader] Scalpel. Suction. Lumber axe. CLEAR! *zap*
2013-11-04 13:59:58 [INFO] [TCon-Preloader] Constructing preloader (Modules: [tconstruct.preloader.ASMInterfaceRepair])
2013-11-04 13:59:58 [INFO] [TCon-Preloader] Found a properties file. Attempting load...
2013-11-04 13:59:58 [INFO] [TCon-Preloader] Loaded properties successfully. Using specified settings.
2013-11-04 13:59:58 [INFO] [ForgeModLoader] Searching C:\Users\Armando Jr\AppData\Roaming\.minecraft\mods for mods
2013-11-04 13:59:59 [INFO] [ForgeModLoader] Attempting to reparse the mod container Flintlock Guns 1.6.4.zip
2013-11-04 14:00:04 [WARNING] [ExtraUtilities] Mod ExtraUtilities is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 0.3.4
2013-11-04 14:00:05 [INFO] [ForgeModLoader] Attempting to reparse the mod container Gravestone+ 1.6.4 v1.zip
2013-11-04 14:00:06 [WARNING] [Schematica] Mod Schematica is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.5.3.54
2013-11-04 14:00:09 [INFO] [ForgeModLoader] Forge Mod Loader has identified 78 mods to load
2013-11-04 14:00:09 [INFO] [mcp] Activating mod mcp
2013-11-04 14:00:09 [INFO] [FML] Activating mod FML
2013-11-04 14:00:09 [INFO] [Forge] Activating mod Forge
2013-11-04 14:00:09 [INFO] [AppliedEnergistics-Core] Activating mod AppliedEnergistics-Core
2013-11-04 14:00:09 [INFO] [TConstruct-Preloader] Activating mod TConstruct-Preloader
2013-11-04 14:00:09 [INFO] [TooManyItems] Activating mod TooManyItems
2013-11-04 14:00:09 [INFO] [pamweeeflowers] Activating mod pamweeeflowers
2013-11-04 14:00:09 [INFO] [tuxweapons] Activating mod tuxweapons
2013-11-04 14:00:09 [INFO] [pamtemperateplants] Activating mod pamtemperateplants
2013-11-04 14:00:09 [INFO] [TF2Teleporter] Activating mod TF2Teleporter
2013-11-04 14:00:09 [INFO] [TF2Sentry] Activating mod TF2Sentry
2013-11-04 14:00:09 [INFO] [TF2Dispenser] Activating mod TF2Dispenser
2013-11-04 14:00:09 [INFO] [StatusEffectHUD] Activating mod StatusEffectHUD
2013-11-04 14:00:09 [INFO] [wuppy29_slimedungeon] Activating mod wuppy29_slimedungeon
2013-11-04 14:00:09 [INFO] [AS_Ruins] Activating mod AS_Ruins
2013-11-04 14:00:09 [INFO] [Roguelike] Activating mod Roguelike
2013-11-04 14:00:09 [INFO] [MutantCreatures] Activating mod MutantCreatures
2013-11-04 14:00:09 [INFO] [MoreSwordsMod] Activating mod MoreSwordsMod
2013-11-04 14:00:09 [INFO] [More Pistons] Activating mod More Pistons
2013-11-04 14:00:09 [INFO] [Metallurgy3Core] Activating mod Metallurgy3Core
2013-11-04 14:00:09 [INFO] [Metallurgy3Machines] Activating mod Metallurgy3Machines
2013-11-04 14:00:09 [INFO] [Metallurgy3Base] Activating mod Metallurgy3Base
2013-11-04 14:00:09 [INFO] [Metallurgy3Vanilla] Activating mod Metallurgy3Vanilla
2013-11-04 14:00:09 [INFO] [MapWriter] Activating mod MapWriter
2013-11-04 14:00:09 [INFO] [LostBooks] Activating mod LostBooks
2013-11-04 14:00:09 [INFO] [LavaMonsters] Activating mod LavaMonsters
2013-11-04 14:00:09 [INFO] [KeithyUtils] Activating mod KeithyUtils
2013-11-04 14:00:09 [INFO] [InfernalMobs] Activating mod InfernalMobs
2013-11-04 14:00:09 [INFO] [HopperDuctMod] Activating mod HopperDuctMod
2013-11-04 14:00:09 [INFO] [pamharvestcraft] Activating mod pamharvestcraft
2013-11-04 14:00:09 [INFO] [FloatingRuins] Activating mod FloatingRuins
2013-11-04 14:00:09 [INFO] [flintlock_guns] Activating mod flintlock_guns
2013-11-04 14:00:09 [INFO] [meteors] Activating mod meteors
2013-11-04 14:00:09 [INFO] [ExtrabiomesXL] Activating mod ExtrabiomesXL
2013-11-04 14:00:09 [INFO] [EDX] Activating mod EDX
2013-11-04 14:00:09 [INFO] [DungeonPack] Activating mod DungeonPack
2013-11-04 14:00:09 [INFO] [pamdesertcraft] Activating mod pamdesertcraft
2013-11-04 14:00:09 [INFO] [props] Activating mod props
2013-11-04 14:00:09 [INFO] [DeadlyWorld] Activating mod DeadlyWorld
2013-11-04 14:00:09 [INFO] [ClaySpawn] Activating mod ClaySpawn
2013-11-04 14:00:09 [INFO] [Chisel] Activating mod Chisel
2013-11-04 14:00:09 [INFO] [BuildCraft|Builders] Activating mod BuildCraft|Builders
2013-11-04 14:00:09 [INFO] [BuildCraft|Core] Activating mod BuildCraft|Core
2013-11-04 14:00:09 [INFO] [BuildCraft|Energy] Activating mod BuildCraft|Energy
2013-11-04 14:00:09 [INFO] [BuildCraft|Factory] Activating mod BuildCraft|Factory
2013-11-04 14:00:09 [INFO] [BuildCraft|Silicon] Activating mod BuildCraft|Silicon
2013-11-04 14:00:09 [INFO] [BuildCraft|Transport] Activating mod BuildCraft|Transport
2013-11-04 14:00:09 [INFO] [BattleTowers] Activating mod BattleTowers
2013-11-04 14:00:09 [INFO] [bspkrsCore] Activating mod bspkrsCore
2013-11-04 14:00:09 [INFO] [mod_bspkrsCore] Activating mod mod_bspkrsCore
2013-11-04 14:00:09 [INFO] [ArmorStatusHUD] Activating mod ArmorStatusHUD
2013-11-04 14:00:09 [INFO] [Aquaculture] Activating mod Aquaculture
2013-11-04 14:00:09 [INFO] [AnimationAPI] Activating mod AnimationAPI
2013-11-04 14:00:09 [INFO] [extracells] Activating mod extracells
2013-11-04 14:00:09 [INFO] [AppliedEnergistics] Activating mod AppliedEnergistics
2013-11-04 14:00:09 [INFO] [Backpack] Activating mod Backpack
2013-11-04 14:00:09 [INFO] [BiblioCraft] Activating mod BiblioCraft
2013-11-04 14:00:09 [INFO] [BiomesOPlenty] Activating mod BiomesOPlenty
2013-11-04 14:00:09 [INFO] [CarpentersBlocks] Activating mod CarpentersBlocks
2013-11-04 14:00:09 [INFO] [craftguide] Activating mod craftguide
2013-11-04 14:00:09 [INFO] [ExtraButtons] Activating mod ExtraButtons
2013-11-04 14:00:09 [INFO] [ExtraUtilities] Activating mod ExtraUtilities
2013-11-04 14:00:09 [INFO] [Forestry] Activating mod Forestry
2013-11-04 14:00:09 [INFO] [GraveStoneMod] Activating mod GraveStoneMod
2013-11-04 14:00:09 [INFO] [GraveStone] Activating mod GraveStone
2013-11-04 14:00:09 [INFO] [GraviGun] Activating mod GraviGun
2013-11-04 14:00:09 [INFO] [iChunUtil] Activating mod iChunUtil
2013-11-04 14:00:09 [INFO] [inventorytweaks] Activating mod inventorytweaks
2013-11-04 14:00:09 [INFO] [PortalGun] Activating mod PortalGun
2013-11-04 14:00:09 [INFO] [Railcraft] Activating mod Railcraft
2013-11-04 14:00:09 [INFO] [Schematica] Activating mod Schematica
2013-11-04 14:00:09 [INFO] [TConstruct] Activating mod TConstruct
2013-11-04 14:00:09 [INFO] [TConstruct|CompatAE] Activating mod TConstruct|CompatAE
2013-11-04 14:00:09 [INFO] [TConstruct|ForgeMuliPart] Activating mod TConstruct|ForgeMuliPart
2013-11-04 14:00:09 [INFO] [TConstruct|CompatWaila] Activating mod TConstruct|CompatWaila
2013-11-04 14:00:09 [INFO] [Thaumcraft] Activating mod Thaumcraft
2013-11-04 14:00:09 [INFO] [ThaumicTinkerer] Activating mod ThaumicTinkerer
2013-11-04 14:00:09 [INFO] [TwilightForest] Activating mod TwilightForest
2013-11-04 14:00:09 [WARNING] [Forge Mod Loader] Mod Forge Mod Loader is missing a pack.mcmeta file, things may not work well
2013-11-04 14:00:09 [WARNING] [Minecraft Forge] Mod Minecraft Forge is missing a pack.mcmeta file, things may not work well
2013-11-04 14:00:09 [WARNING] [Pam's Weee! Flowers] Mod Pam's Weee! Flowers is missing a pack.mcmeta file, things may not work well
2013-11-04 14:00:09 [WARNING] [Pam's TemperatePlants] Mod Pam's TemperatePlants is missing a pack.mcmeta file, things may not work well
2013-11-04 14:00:09 [WARNING] [TF2 Teleporter] Mod TF2 Teleporter is missing a pack.mcmeta file, things may not work well
2013-11-04 14:00:09 [WARNING] [TF2 Sentry] Mod TF2 Sentry is missing a pack.mcmeta file, things may not work well
2013-11-04 14:00:09 [WARNING] [TF2 Dispenser] Mod TF2 Dispenser is missing a pack.mcmeta file, things may not work well
2013-11-04 14:00:09 [WARNING] [StatusEffectHUD] Mod StatusEffectHUD is missing a pack.mcmeta file, things may not work well
2013-11-04 14:00:09 [WARNING] [Slime Dungeons] Mod Slime Dungeons is missing a pack.mcmeta file, things may not work well
2013-11-04 14:00:09 [WARNING] [Ruins Spawning System] Mod Ruins Spawning System is missing a pack.mcmeta file, things may not work well
2013-11-04 14:00:09 [WARNING] [Roguelike Dungeons Mod] Mod Roguelike Dungeons Mod is missing a pack.mcmeta file, things may not work well
2013-11-04 14:00:09 [WARNING] [Mutant Creatures] Mod Mutant Creatures is missing a pack.mcmeta file, things may not work well
2013-11-04 14:00:09 [WARNING] [More Swords Mod] Mod More Swords Mod is missing a pack.mcmeta file, things may not work well
2013-11-04 14:00:09 [WARNING] [More Pistons] Mod More Pistons is missing a pack.mcmeta file, things may not work well
2013-11-04 14:00:09 [WARNING] [Metallurgy 3 Core] Mod Metallurgy 3 Core is missing a pack.mcmeta file, things may not work well
2013-11-04 14:00:09 [WARNING] [Metallurgy 3 Machines] Mod Metallurgy 3 Machines is missing a pack.mcmeta file, things may not work well
2013-11-04 14:00:09 [WARNING] [Metallurgy 3 Base] Mod Metallurgy 3 Base is missing a pack.mcmeta file, things may not work well
2013-11-04 14:00:09 [WARNING] [Metallurgy 3 Vanilla] Mod Metallurgy 3 Vanilla is missing a pack.mcmeta file, things may not work well
2013-11-04 14:00:09 [WARNING] [MapWriter] Mod MapWriter is missing a pack.mcmeta file, things may not work well
2013-11-04 14:00:09 [WARNING] [Lost Books] Mod Lost Books is missing a pack.mcmeta file, things may not work well
2013-11-04 14:00:09 [WARNING] [Lava Monsters] Mod Lava Monsters is missing a pack.mcmeta file, things may not work well
2013-11-04 14:00:09 [WARNING] [Keithy Utils] Mod Keithy Utils is missing a pack.mcmeta file, things may not work well
2013-11-04 14:00:09 [WARNING] [Infernal Mobs] Mod Infernal Mobs is missing a pack.mcmeta file, things may not work well
2013-11-04 14:00:09 [WARNING] [Hopper Ducts] Mod Hopper Ducts is missing a pack.mcmeta file, things may not work well
2013-11-04 14:00:09 [WARNING] [Pam's HarvestCraft Base] Mod Pam's HarvestCraft Base is missing a pack.mcmeta file, things may not work well
2013-11-04 14:00:09 [WARNING] [FloatingRuins] Mod FloatingRuins is missing a pack.mcmeta file, things may not work well
2013-11-04 14:00:09 [WARNING] [Flintlock Guns Mod] Mod Flintlock Guns Mod is missing a pack.mcmeta file, things may not work well
2013-11-04 14:00:09 [WARNING] [Falling Meteors] Mod Falling Meteors is missing a pack.mcmeta file, things may not work well
2013-11-04 14:00:09 [WARNING] [ExtrabiomesXL] Mod ExtrabiomesXL is missing a pack.mcmeta file, things may not work well
2013-11-04 14:00:09 [WARNING] [EDX] Mod EDX is missing a pack.mcmeta file, things may not work well
2013-11-04 14:00:09 [WARNING] [DungeonPack] Mod DungeonPack is missing a pack.mcmeta file, things may not work well
2013-11-04 14:00:09 [WARNING] [Pam's DesertCraft] Mod Pam's DesertCraft is missing a pack.mcmeta file, things may not work well
2013-11-04 14:00:09 [WARNING] [Props] Mod Props is missing a pack.mcmeta file, things may not work well
2013-11-04 14:00:09 [WARNING] [Deadly World] Mod Deadly World is missing a pack.mcmeta file, things may not work well
2013-11-04 14:00:09 [WARNING] [Pam's Clay Spawn] Mod Pam's Clay Spawn is missing a pack.mcmeta file, things may not work well
2013-11-04 14:00:09 [WARNING] [Chisel] Mod Chisel is missing a pack.mcmeta file, things may not work well
2013-11-04 14:00:09 [WARNING] [BC Builders] Mod BC Builders is missing a pack.mcmeta file, things may not work well
2013-11-04 14:00:09 [WARNING] [BuildCraft] Mod BuildCraft is missing a pack.mcmeta file, things may not work well
2013-11-04 14:00:09 [WARNING] [BC Energy] Mod BC Energy is missing a pack.mcmeta file, things may not work well
2013-11-04 14:00:09 [WARNING] [BC Factory] Mod BC Factory is missing a pack.mcmeta file, things may not work well
2013-11-04 14:00:09 [WARNING] [BC Silicon] Mod BC Silicon is missing a pack.mcmeta file, things may not work well
2013-11-04 14:00:09 [WARNING] [BC Transport] Mod BC Transport is missing a pack.mcmeta file, things may not work well
2013-11-04 14:00:09 [WARNING] [Battle Towers] Mod Battle Towers is missing a pack.mcmeta file, things may not work well
2013-11-04 14:00:09 [WARNING] [bspkrsCore] Mod bspkrsCore is missing a pack.mcmeta file, things may not work well
2013-11-04 14:00:09 [WARNING] [ArmorStatusHUD] Mod ArmorStatusHUD is missing a pack.mcmeta file, things may not work well
2013-11-04 14:00:09 [WARNING] [Aquaculture] Mod Aquaculture is missing a pack.mcmeta file, things may not work well
2013-11-04 14:00:09 [WARNING] [AnimationAPI] Mod AnimationAPI is missing a pack.mcmeta file, things may not work well
2013-11-04 14:00:09 [WARNING] [ExtraCells] Mod ExtraCells is missing a pack.mcmeta file, things may not work well
2013-11-04 14:00:09 [WARNING] [Extra Utilities] Mod Extra Utilities is missing a pack.mcmeta file, things may not work well
2013-11-04 14:00:09 [WARNING] [Forestry for Minecraft] Mod Forestry for Minecraft is missing a pack.mcmeta file, things may not work well
2013-11-04 14:00:09 [WARNING] [GraveStone] Mod GraveStone is missing a pack.mcmeta file, things may not work well
2013-11-04 14:00:09 [WARNING] [GraveStone] Mod GraveStone is missing a pack.mcmeta file, things may not work well
2013-11-04 14:00:09 [WARNING] [Railcraft] Mod Railcraft is missing a pack.mcmeta file, things may not work well
2013-11-04 14:00:09 [WARNING] [Tinkers' Construct] Mod Tinkers' Construct is missing a pack.mcmeta file, things may not work well
2013-11-04 14:00:09 [WARNING] [TConstruct Compat: AE] Mod TConstruct Compat: AE is missing a pack.mcmeta file, things may not work well
2013-11-04 14:00:09 [WARNING] [TConstruct Compat: FMP] Mod TConstruct Compat: FMP is missing a pack.mcmeta file, things may not work well
2013-11-04 14:00:09 [WARNING] [TConstruct Compat: Waila] Mod TConstruct Compat: Waila is missing a pack.mcmeta file, things may not work well
2013-11-04 14:00:09 [WARNING] [Thaumic Tinkerer] Mod Thaumic Tinkerer is missing a pack.mcmeta file, things may not work well
2013-11-04 14:00:09 [INFO] [Minecraft-Client] Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Pam's Weee! Flowers, FMLFileResourcePack:Tux Weapons, FMLFileResourcePack:Pam's TemperatePlants, FMLFileResourcePack:TF2 Teleporter, FMLFileResourcePack:TF2 Sentry, FMLFileResourcePack:TF2 Dispenser, FMLFileResourcePack:StatusEffectHUD, FMLFileResourcePack:Slime Dungeons, FMLFileResourcePack:Ruins Spawning System, FMLFileResourcePack:Roguelike Dungeons Mod, FMLFileResourcePack:Mutant Creatures, FMLFileResourcePack:More Swords Mod, FMLFileResourcePack:More Pistons, FMLFileResourcePack:Metallurgy 3 Core, FMLFileResourcePack:Metallurgy 3 Machines, FMLFileResourcePack:Metallurgy 3 Base, FMLFileResourcePack:Metallurgy 3 Vanilla, FMLFileResourcePack:MapWriter, FMLFileResourcePack:Lost Books, FMLFileResourcePack:Lava Monsters, FMLFileResourcePack:Keithy Utils, FMLFileResourcePack:Infernal Mobs, FMLFileResourcePack:Hopper Ducts, FMLFileResourcePack:Pam's HarvestCraft Base, FMLFileResourcePack:FloatingRuins, FMLFileResourcePack:Flintlock Guns Mod, FMLFileResourcePack:Falling Meteors, FMLFileResourcePack:ExtrabiomesXL, FMLFileResourcePack:EDX, FMLFileResourcePack:DungeonPack, FMLFileResourcePack:Pam's DesertCraft, FMLFileResourcePack:Props, FMLFileResourcePack:Deadly World, FMLFileResourcePack:Pam's Clay Spawn, FMLFileResourcePack:Chisel, FMLFileResourcePack:BC Builders, FMLFileResourcePack:BuildCraft, FMLFileResourcePack:BC Energy, FMLFileResourcePack:BC Factory, FMLFileResourcePack:BC Silicon, FMLFileResourcePack:BC Transport, FMLFileResourcePack:Battle Towers, FMLFileResourcePack:bspkrsCore, FMLFileResourcePack:ArmorStatusHUD, FMLFileResourcePack:Aquaculture, FMLFileResourcePack:AnimationAPI, FMLFileResourcePack:ExtraCells, FMLFileResourcePack:Applied Energistics, FMLFileResourcePack:Backpack, FMLFileResourcePack:BiblioCraft, FMLFileResourcePack:Biomes O' Plenty, FMLFileResourcePack:Carpenter's Blocks, FMLFileResourcePack:CraftGuide, FMLFileResourcePack:ExtraButtons, FMLFileResourcePack:Extra Utilities, FMLFileResourcePack:Forestry for Minecraft, FMLFileResourcePack:GraveStone, FMLFileResourcePack:GraveStone, FMLFileResourcePack:GraviGun, FMLFileResourcePack:iChunUtil, FMLFileResourcePack:Inventory Tweaks, FMLFileResourcePack:PortalGun, FMLFileResourcePack:Railcraft, FMLFileResourcePack:Schematica, FMLFileResourcePack:Tinkers' Construct, FMLFileResourcePack:TConstruct Compat: AE, FMLFileResourcePack:TConstruct Compat: FMP, FMLFileResourcePack:TConstruct Compat: Waila, FMLFileResourcePack:Thaumcraft, FMLFileResourcePack:Thaumic Tinkerer, FMLFileResourcePack:The Twilight Forest
2013-11-04 14:00:09 [WARNING] [Minecraft-Client] ResourcePack: ignored non-lowercase namespace: .DS_Store in C:\Users\Armando Jr\Downloads\Other Programs\Games\Minecraft\Updated Mods\TuxWeapons 0.5b.jar
2013-11-04 14:00:09 [WARNING] [Minecraft-Client] ResourcePack: ignored non-lowercase namespace: Dummy File - can be deleted! in C:\Users\Armando Jr\Downloads\Other Programs\Games\Minecraft\Updated Mods\TF2_Teleporter_1.6.4a.zip
2013-11-04 14:00:09 [WARNING] [Minecraft-Client] ResourcePack: ignored non-lowercase namespace: Dummy File - can be deleted! in C:\Users\Armando Jr\Downloads\Other Programs\Games\Minecraft\Updated Mods\TF2_Sentry_1.6.4a.zip
2013-11-04 14:00:09 [WARNING] [Minecraft-Client] ResourcePack: ignored non-lowercase namespace: Dummy File - can be deleted! in C:\Users\Armando Jr\Downloads\Other Programs\Games\Minecraft\Updated Mods\TF2_Dispenser_1.6.4a.zip
2013-11-04 14:00:09 [WARNING] [Minecraft-Client] ResourcePack: ignored non-lowercase namespace: DSM in C:\Users\Armando Jr\AppData\Roaming\.minecraft\mods\Gravestone+ 1.6.4 v1.zip
2013-11-04 14:00:09 [WARNING] [Minecraft-Client] ResourcePack: ignored non-lowercase namespace: DSM in C:\Users\Armando Jr\AppData\Roaming\.minecraft\mods\Gravestone+ 1.6.4 v1.zip
2013-11-04 14:00:09 [WARNING] [Minecraft-Client] ResourcePack: ignored non-lowercase namespace: DSM in C:\Users\Armando Jr\AppData\Roaming\.minecraft\mods\Gravestone+ 1.6.4 v1.zip
2013-11-04 14:00:09 [WARNING] [Minecraft-Client] ResourcePack: ignored non-lowercase namespace: DSM in C:\Users\Armando Jr\AppData\Roaming\.minecraft\mods\Gravestone+ 1.6.4 v1.zip
2013-11-04 14:00:09 [WARNING] [Minecraft-Client] ResourcePack: ignored non-lowercase namespace: DSM in C:\Users\Armando Jr\AppData\Roaming\.minecraft\mods\Gravestone+ 1.6.4 v1.zip
2013-11-04 14:00:09 [WARNING] [Minecraft-Client] ResourcePack: ignored non-lowercase namespace: DSM in C:\Users\Armando Jr\AppData\Roaming\.minecraft\mods\Gravestone+ 1.6.4 v1.zip
2013-11-04 14:00:09 [WARNING] [Minecraft-Client] ResourcePack: ignored non-lowercase namespace: DSM in C:\Users\Armando Jr\AppData\Roaming\.minecraft\mods\Gravestone+ 1.6.4 v1.zip
2013-11-04 14:00:09 [WARNING] [Minecraft-Client] ResourcePack: ignored non-lowercase namespace: DSM in C:\Users\Armando Jr\AppData\Roaming\.minecraft\mods\Gravestone+ 1.6.4 v1.zip
2013-11-04 14:00:09 [WARNING] [Minecraft-Client] ResourcePack: ignored non-lowercase namespace: DSM in C:\Users\Armando Jr\AppData\Roaming\.minecraft\mods\Gravestone+ 1.6.4 v1.zip
2013-11-04 14:00:09 [WARNING] [Minecraft-Client] ResourcePack: ignored non-lowercase namespace: DSM in C:\Users\Armando Jr\AppData\Roaming\.minecraft\mods\Gravestone+ 1.6.4 v1.zip
2013-11-04 14:00:09 [WARNING] [Minecraft-Client] ResourcePack: ignored non-lowercase namespace: DSM in C:\Users\Armando Jr\AppData\Roaming\.minecraft\mods\Gravestone+ 1.6.4 v1.zip
2013-11-04 14:00:09 [WARNING] [Minecraft-Client] ResourcePack: ignored non-lowercase namespace: DSM in C:\Users\Armando Jr\AppData\Roaming\.minecraft\mods\Gravestone+ 1.6.4 v1.zip
2013-11-04 14:00:09 [WARNING] [Minecraft-Client] ResourcePack: ignored non-lowercase namespace: DSM in C:\Users\Armando Jr\AppData\Roaming\.minecraft\mods\Gravestone+ 1.6.4 v1.zip
2013-11-04 14:00:09 [WARNING] [Minecraft-Client] ResourcePack: ignored non-lowercase namespace: DSM in C:\Users\Armando Jr\AppData\Roaming\.minecraft\mods\Gravestone+ 1.6.4 v1.zip
2013-11-04 14:00:09 [WARNING] [Minecraft-Client] ResourcePack: ignored non-lowercase namespace: DSM in C:\Users\Armando Jr\AppData\Roaming\.minecraft\mods\Gravestone+ 1.6.4 v1.zip
2013-11-04 14:00:09 [WARNING] [Minecraft-Client] ResourcePack: ignored non-lowercase namespace: DSM in C:\Users\Armando Jr\AppData\Roaming\.minecraft\mods\Gravestone+ 1.6.4 v1.zip
2013-11-04 14:00:09 [WARNING] [Minecraft-Client] ResourcePack: ignored non-lowercase namespace: DSM in C:\Users\Armando Jr\AppData\Roaming\.minecraft\mods\Gravestone+ 1.6.4 v1.zip
2013-11-04 14:00:09 [WARNING] [Minecraft-Client] ResourcePack: ignored non-lowercase namespace: DSM in C:\Users\Armando Jr\AppData\Roaming\.minecraft\mods\Gravestone+ 1.6.4 v1.zip
2013-11-04 14:00:09 [WARNING] [Minecraft-Client] ResourcePack: ignored non-lowercase namespace: DSM in C:\Users\Armando Jr\AppData\Roaming\.minecraft\mods\Gravestone+ 1.6.4 v1.zip
2013-11-04 14:00:09 [WARNING] [Minecraft-Client] ResourcePack: ignored non-lowercase namespace: DSM in C:\Users\Armando Jr\AppData\Roaming\.minecraft\mods\Gravestone+ 1.6.4 v1.zip
2013-11-04 14:00:09 [WARNING] [Minecraft-Client] ResourcePack: ignored non-lowercase namespace: DSM in C:\Users\Armando Jr\AppData\Roaming\.minecraft\mods\Gravestone+ 1.6.4 v1.zip
2013-11-04 14:00:09 [WARNING] [Minecraft-Client] ResourcePack: ignored non-lowercase namespace: DSM in C:\Users\Armando Jr\AppData\Roaming\.minecraft\mods\Gravestone+ 1.6.4 v1.zip
2013-11-04 14:00:09 [WARNING] [Minecraft-Client] ResourcePack: ignored non-lowercase namespace: DSM in C:\Users\Armando Jr\AppData\Roaming\.minecraft\mods\Gravestone+ 1.6.4 v1.zip
2013-11-04 14:00:09 [WARNING] [Minecraft-Client] ResourcePack: ignored non-lowercase namespace: DSM in C:\Users\Armando Jr\AppData\Roaming\.minecraft\mods\Gravestone+ 1.6.4 v1.zip
2013-11-04 14:00:09 [WARNING] [Minecraft-Client] ResourcePack: ignored non-lowercase namespace: DSM in C:\Users\Armando Jr\AppData\Roaming\.minecraft\mods\Gravestone+ 1.6.4 v1.zip
2013-11-04 14:00:09 [WARNING] [Minecraft-Client] ResourcePack: ignored non-lowercase namespace: DSM in C:\Users\Armando Jr\AppData\Roaming\.minecraft\mods\Gravestone+ 1.6.4 v1.zip
2013-11-04 14:00:09 [WARNING] [Minecraft-Client] ResourcePack: ignored non-lowercase namespace: DSM in C:\Users\Armando Jr\AppData\Roaming\.minecraft\mods\Gravestone+ 1.6.4 v1.zip
2013-11-04 14:00:09 [WARNING] [Minecraft-Client] ResourcePack: ignored non-lowercase namespace: DSM in C:\Users\Armando Jr\AppData\Roaming\.minecraft\mods\Gravestone+ 1.6.4 v1.zip
2013-11-04 14:00:09 [WARNING] [Minecraft-Client] ResourcePack: ignored non-lowercase namespace: DSM in C:\Users\Armando Jr\AppData\Roaming\.minecraft\mods\Gravestone+ 1.6.4 v1.zip
2013-11-04 14:00:09 [WARNING] [Minecraft-Client] ResourcePack: ignored non-lowercase namespace: DSM in C:\Users\Armando Jr\AppData\Roaming\.minecraft\mods\Gravestone+ 1.6.4 v1.zip
2013-11-04 14:00:09 [WARNING] [Minecraft-Client] ResourcePack: ignored non-lowercase namespace: DSM in C:\Users\Armando Jr\AppData\Roaming\.minecraft\mods\Gravestone+ 1.6.4 v1.zip
2013-11-04 14:00:09 [WARNING] [Minecraft-Client] ResourcePack: ignored non-lowercase namespace: DSM in C:\Users\Armando Jr\AppData\Roaming\.minecraft\mods\Gravestone+ 1.6.4 v1.zip
2013-11-04 14:00:09 [WARNING] [Minecraft-Client] ResourcePack: ignored non-lowercase namespace: DSM in C:\Users\Armando Jr\AppData\Roaming\.minecraft\mods\Gravestone+ 1.6.4 v1.zip
2013-11-04 14:00:09 [WARNING] [Minecraft-Client] ResourcePack: ignored non-lowercase namespace: DSM in C:\Users\Armando Jr\AppData\Roaming\.minecraft\mods\Gravestone+ 1.6.4 v1.zip
2013-11-04 14:00:09 [WARNING] [Minecraft-Client] ResourcePack: ignored non-lowercase namespace: DSM in C:\Users\Armando Jr\AppData\Roaming\.minecraft\mods\Gravestone+ 1.6.4 v1.zip
2013-11-04 14:00:09 [WARNING] [Minecraft-Client] ResourcePack: ignored non-lowercase namespace: DSM in C:\Users\Armando Jr\AppData\Roaming\.minecraft\mods\Gravestone+ 1.6.4 v1.zip
2013-11-04 14:00:09 [WARNING] [Minecraft-Client] ResourcePack: ignored non-lowercase namespace: DSM in C:\Users\Armando Jr\AppData\Roaming\.minecraft\mods\Gravestone+ 1.6.4 v1.zip
2013-11-04 14:00:09 [WARNING] [Minecraft-Client] ResourcePack: ignored non-lowercase namespace: DSM in C:\Users\Armando Jr\AppData\Roaming\.minecraft\mods\Gravestone+ 1.6.4 v1.zip
2013-11-04 14:00:09 [WARNING] [Minecraft-Client] ResourcePack: ignored non-lowercase namespace: DSM in C:\Users\Armando Jr\AppData\Roaming\.minecraft\mods\Gravestone+ 1.6.4 v1.zip
2013-11-04 14:00:09 [WARNING] [Minecraft-Client] ResourcePack: ignored non-lowercase namespace: DSM in C:\Users\Armando Jr\AppData\Roaming\.minecraft\mods\Gravestone+ 1.6.4 v1.zip
2013-11-04 14:00:09 [WARNING] [Minecraft-Client] ResourcePack: ignored non-lowercase namespace: DSM in C:\Users\Armando Jr\AppData\Roaming\.minecraft\mods\Gravestone+ 1.6.4 v1.zip
2013-11-04 14:00:09 [WARNING] [Minecraft-Client] ResourcePack: ignored non-lowercase namespace: DSM in C:\Users\Armando Jr\AppData\Roaming\.minecraft\mods\Gravestone+ 1.6.4 v1.zip
2013-11-04 14:00:09 [WARNING] [Minecraft-Client] ResourcePack: ignored non-lowercase namespace: DSM in C:\Users\Armando Jr\AppData\Roaming\.minecraft\mods\Gravestone+ 1.6.4 v1.zip
2013-11-04 14:00:09 [WARNING] [Minecraft-Client] ResourcePack: ignored non-lowercase namespace: DSM in C:\Users\Armando Jr\AppData\Roaming\.minecraft\mods\Gravestone+ 1.6.4 v1.zip
2013-11-04 14:00:09 [WARNING] [Minecraft-Client] ResourcePack: ignored non-lowercase namespace: DSM in C:\Users\Armando Jr\AppData\Roaming\.minecraft\mods\Gravestone+ 1.6.4 v1.zip
2013-11-04 14:00:09 [WARNING] [Minecraft-Client] ResourcePack: ignored non-lowercase namespace: DSM in C:\Users\Armando Jr\AppData\Roaming\.minecraft\mods\Gravestone+ 1.6.4 v1.zip
2013-11-04 14:00:09 [WARNING] [Minecraft-Client] ResourcePack: ignored non-lowercase namespace: DSM in C:\Users\Armando Jr\AppData\Roaming\.minecraft\mods\Gravestone+ 1.6.4 v1.zip
2013-11-04 14:00:09 [WARNING] [Minecraft-Client] ResourcePack: ignored non-lowercase namespace: DSM in C:\Users\Armando Jr\AppData\Roaming\.minecraft\mods\Gravestone+ 1.6.4 v1.zip
2013-11-04 14:00:09 [WARNING] [Minecraft-Client] ResourcePack: ignored non-lowercase namespace: DSM in C:\Users\Armando Jr\AppData\Roaming\.minecraft\mods\Gravestone+ 1.6.4 v1.zip
2013-11-04 14:00:09 [WARNING] [Minecraft-Client] ResourcePack: ignored non-lowercase namespace: DSM in C:\Users\Armando Jr\AppData\Roaming\.minecraft\mods\Gravestone+ 1.6.4 v1.zip
2013-11-04 14:00:09 [WARNING] [Minecraft-Client] ResourcePack: ignored non-lowercase namespace: DSM in C:\Users\Armando Jr\AppData\Roaming\.minecraft\mods\Gravestone+ 1.6.4 v1.zip
2013-11-04 14:00:09 [WARNING] [Minecraft-Client] ResourcePack: ignored non-lowercase namespace: DSM in C:\Users\Armando Jr\AppData\Roaming\.minecraft\mods\Gravestone+ 1.6.4 v1.zip
2013-11-04 14:00:09 [WARNING] [Minecraft-Client] ResourcePack: ignored non-lowercase namespace: DSM in C:\Users\Armando Jr\AppData\Roaming\.minecraft\mods\Gravestone+ 1.6.4 v1.zip
2013-11-04 14:00:09 [WARNING] [Minecraft-Client] ResourcePack: ignored non-lowercase namespace: DSM in C:\Users\Armando Jr\AppData\Roaming\.minecraft\mods\Gravestone+ 1.6.4 v1.zip
2013-11-04 14:00:09 [WARNING] [Minecraft-Client] ResourcePack: ignored non-lowercase namespace: DSM in C:\Users\Armando Jr\AppData\Roaming\.minecraft\mods\Gravestone+ 1.6.4 v1.zip
2013-11-04 14:00:09 [WARNING] [Minecraft-Client] ResourcePack: ignored non-lowercase namespace: DSM in C:\Users\Armando Jr\AppData\Roaming\.minecraft\mods\Gravestone+ 1.6.4 v1.zip
2013-11-04 14:00:09 [WARNING] [Minecraft-Client] ResourcePack: ignored non-lowercase namespace: DSM in C:\Users\Armando Jr\AppData\Roaming\.minecraft\mods\Gravestone+ 1.6.4 v1.zip
2013-11-04 14:00:09 [WARNING] [Minecraft-Client] ResourcePack: ignored non-lowercase namespace: DSM in C:\Users\Armando Jr\AppData\Roaming\.minecraft\mods\Gravestone+ 1.6.4 v1.zip
2013-11-04 14:00:09 [WARNING] [Minecraft-Client] ResourcePack: ignored non-lowercase namespace: DSM in C:\Users\Armando Jr\AppData\Roaming\.minecraft\mods\Gravestone+ 1.6.4 v1.zip
2013-11-04 14:00:09 [WARNING] [Minecraft-Client] ResourcePack: ignored non-lowercase namespace: DSM in C:\Users\Armando Jr\AppData\Roaming\.minecraft\mods\Gravestone+ 1.6.4 v1.zip
2013-11-04 14:00:09 [WARNING] [Minecraft-Client] ResourcePack: ignored non-lowercase namespace: DSM in C:\Users\Armando Jr\AppData\Roaming\.minecraft\mods\Gravestone+ 1.6.4 v1.zip
2013-11-04 14:00:09 [WARNING] [Minecraft-Client] ResourcePack: ignored non-lowercase namespace: DSM in C:\Users\Armando Jr\AppData\Roaming\.minecraft\mods\Gravestone+ 1.6.4 v1.zip
2013-11-04 14:00:09 [WARNING] [Minecraft-Client] ResourcePack: ignored non-lowercase namespace: DSM in C:\Users\Armando Jr\AppData\Roaming\.minecraft\mods\Gravestone+ 1.6.4 v1.zip
2013-11-04 14:00:09 [WARNING] [Minecraft-Client] ResourcePack: ignored non-lowercase namespace: DSM in C:\Users\Armando Jr\AppData\Roaming\.minecraft\mods\Gravestone+ 1.6.4 v1.zip
2013-11-04 14:00:09 [WARNING] [Minecraft-Client] ResourcePack: ignored non-lowercase namespace: DSM in C:\Users\Armando Jr\AppData\Roaming\.minecraft\mods\Gravestone+ 1.6.4 v1.zip
2013-11-04 14:00:09 [WARNING] [Minecraft-Client] ResourcePack: ignored non-lowercase namespace: DSM in C:\Users\Armando Jr\AppData\Roaming\.minecraft\mods\Gravestone+ 1.6.4 v1.zip
2013-11-04 14:00:09 [WARNING] [Minecraft-Client] ResourcePack: ignored non-lowercase namespace: DSM in C:\Users\Armando Jr\AppData\Roaming\.minecraft\mods\Gravestone+ 1.6.4 v1.zip
2013-11-04 14:00:09 [WARNING] [Minecraft-Client] ResourcePack: ignored non-lowercase namespace: DSM in C:\Users\Armando Jr\AppData\Roaming\.minecraft\mods\Gravestone+ 1.6.4 v1.zip
2013-11-04 14:00:09 [WARNING] [Minecraft-Client] ResourcePack: ignored non-lowercase namespace: DSM in C:\Users\Armando Jr\AppData\Roaming\.minecraft\mods\Gravestone+ 1.6.4 v1.zip
2013-11-04 14:00:09 [WARNING] [Minecraft-Client] ResourcePack: ignored non-lowercase namespace: DSM in C:\Users\Armando Jr\AppData\Roaming\.minecraft\mods\Gravestone+ 1.6.4 v1.zip
2013-11-04 14:00:09 [WARNING] [Minecraft-Client] ResourcePack: ignored non-lowercase namespace: DSM in C:\Users\Armando Jr\AppData\Roaming\.minecraft\mods\Gravestone+ 1.6.4 v1.zip
2013-11-04 14:00:09 [WARNING] [Minecraft-Client] ResourcePack: ignored non-lowercase namespace: DSM in C:\Users\Armando Jr\AppData\Roaming\.minecraft\mods\Gravestone+ 1.6.4 v1.zip
2013-11-04 14:00:09 [WARNING] [Minecraft-Client] ResourcePack: ignored non-lowercase namespace: DSM in C:\Users\Armando Jr\AppData\Roaming\.minecraft\mods\Gravestone+ 1.6.4 v1.zip
2013-11-04 14:00:09 [WARNING] [Minecraft-Client] ResourcePack: ignored non-lowercase namespace: DSM in C:\Users\Armando Jr\AppData\Roaming\.minecraft\mods\Gravestone+ 1.6.4 v1.zip
2013-11-04 14:00:09 [WARNING] [Minecraft-Client] ResourcePack: ignored non-lowercase namespace: DSM in C:\Users\Armando Jr\AppData\Roaming\.minecraft\mods\Gravestone+ 1.6.4 v1.zip
2013-11-04 14:00:09 [WARNING] [Minecraft-Client] ResourcePack: ignored non-lowercase namespace: DSM in C:\Users\Armando Jr\AppData\Roaming\.minecraft\mods\Gravestone+ 1.6.4 v1.zip
2013-11-04 14:00:09 [WARNING] [Minecraft-Client] ResourcePack: ignored non-lowercase namespace: DSM in C:\Users\Armando Jr\AppData\Roaming\.minecraft\mods\Gravestone+ 1.6.4 v1.zip
2013-11-04 14:00:09 [WARNING] [Minecraft-Client] ResourcePack: ignored non-lowercase namespace: DSM in C:\Users\Armando Jr\AppData\Roaming\.minecraft\mods\Gravestone+ 1.6.4 v1.zip
2013-11-04 14:00:09 [WARNING] [Minecraft-Client] ResourcePack: ignored non-lowercase namespace: DSM in C:\Users\Armando Jr\AppData\Roaming\.minecraft\mods\Gravestone+ 1.6.4 v1.zip
[OptiFine] *** Reloading textures ***
[OptiFine] Resource pack: "Default"
2013-11-04 14:00:09 [INFO] [ForgeModLoader] FML has found a non-mod file FpsPlus+ 1.6.4.zip in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
2013-11-04 14:00:09 [INFO] [ForgeModLoader] Registering Forge Packet Handler
2013-11-04 14:00:09 [INFO] [ForgeModLoader] Succeeded registering Forge Packet Handler
2013-11-04 14:00:11 [WARNING] [ForgeModLoader] The mod id KeithyUtils attempted to register channels without specifying a packet handler
2013-11-04 14:00:11 [WARNING] [ForgeModLoader] The mod id Metallurgy3Core attempted to register channels without specifying a packet handler
2013-11-04 14:00:11 [WARNING] [ForgeModLoader] The mod id Metallurgy3Base attempted to register channels without specifying a packet handler
2013-11-04 14:00:11 [WARNING] [ForgeModLoader] The mod id Metallurgy3Vanilla attempted to register channels without specifying a packet handler
2013-11-04 14:00:15 [INFO] [STDOUT] [TConstruct] Preparing to take over the world
2013-11-04 14:00:16 [INFO] [ForgeModLoader] Configured a dormant chunk cache size of 0
2013-11-04 14:00:16 [INFO] [bspkrsCore] Initializing ModVersionChecker for mod StatusEffectHUD
2013-11-04 14:00:17 [INFO] [MoreSwords] More Swords ModConfiguration Detected!
2013-11-04 14:00:17 [INFO] [MoreSwords] More Swords ModConfig Loaded!
2013-11-04 14:00:17 [INFO] [STDOUT] [Metallurgy3] Successfully created/read configuration file for Metallurgy 3 Core
2013-11-04 14:00:17 [INFO] [STDOUT] reading sets 1
2013-11-04 14:00:18 [INFO] [STDOUT] [Metallurgy3] Successfully created/read configuration file for Metallurgy 3's metal set Base
2013-11-04 14:00:18 [INFO] [STDOUT] [Metallurgy3] Successfully created/read configuration file for Metallurgy 3's metal set Precious
2013-11-04 14:00:18 [INFO] [STDOUT] [Metallurgy3] Successfully created/read configuration file for Metallurgy 3's metal set Nether
2013-11-04 14:00:18 [INFO] [STDOUT] [Metallurgy3] Successfully created/read configuration file for Metallurgy 3's metal set Fantasy
2013-11-04 14:00:18 [INFO] [STDOUT] [Metallurgy3] Successfully created/read configuration file for Metallurgy 3's metal set Ender
2013-11-04 14:00:18 [INFO] [STDOUT] [Metallurgy3] Successfully created/read configuration file for Metallurgy 3's metal set Utility
2013-11-04 14:00:18 [INFO] [STDOUT] reading file spreadsheet.csv from file C:\Users\Armando Jr\Downloads\Other Programs\Games\Minecraft\Updated Mods\Metallurgy_3.2.3.zip
2013-11-04 14:00:18 [INFO] [STDOUT] reading property Set Name as Utility
2013-11-04 14:00:18 [INFO] [STDOUT] reading property Item Name as Phosphorus
2013-11-04 14:00:18 [INFO] [STDOUT] reading property Item ID as 29011
2013-11-04 14:00:18 [INFO] [STDOUT] reading property Ore Dictionary Name as dustPhosphorus
2013-11-04 14:00:18 [INFO] [STDOUT] config for item Phosphorus = 29011
2013-11-04 14:00:18 [INFO] [STDOUT] reading property Set Name as Utility
2013-11-04 14:00:18 [INFO] [STDOUT] reading property Item Name as Sulfur
2013-11-04 14:00:18 [INFO] [STDOUT] reading property Item ID as 29012
2013-11-04 14:00:18 [INFO] [STDOUT] reading property Ore Dictionary Name as dustSulfur
2013-11-04 14:00:18 [INFO] [STDOUT] config for item Sulfur = 29012
2013-11-04 14:00:18 [INFO] [STDOUT] reading property Set Name as Utility
2013-11-04 14:00:18 [INFO] [STDOUT] reading property Item Name as Saltpeter
2013-11-04 14:00:18 [INFO] [STDOUT] reading property Item ID as 29013
2013-11-04 14:00:18 [INFO] [STDOUT] reading property Ore Dictionary Name as dustSaltpeter
2013-11-04 14:00:18 [INFO] [STDOUT] config for item Saltpeter = 29013
2013-11-04 14:00:18 [INFO] [STDOUT] reading property Set Name as Utility
2013-11-04 14:00:18 [INFO] [STDOUT] reading property Item Name as Magnesium
2013-11-04 14:00:18 [INFO] [STDOUT] reading property Item ID as 29014
2013-11-04 14:00:18 [INFO] [STDOUT] reading property Ore Dictionary Name as dustMagnesium
2013-11-04 14:00:18 [INFO] [STDOUT] config for item Magnesium = 29014
2013-11-04 14:00:18 [INFO] [STDOUT] reading property Set Name as Utility
2013-11-04 14:00:18 [INFO] [STDOUT] reading property Item Name as Bitumen
2013-11-04 14:00:18 [INFO] [STDOUT] reading property Item ID as 29015
2013-11-04 14:00:18 [INFO] [STDOUT] reading property Ore Dictionary Name as itemBitumen
2013-11-04 14:00:18 [INFO] [STDOUT] config for item Bitumen = 29015
2013-11-04 14:00:18 [INFO] [STDOUT] reading property Set Name as Utility
2013-11-04 14:00:18 [INFO] [STDOUT] reading property Item Name as Potash
2013-11-04 14:00:18 [INFO] [STDOUT] reading property Item ID as 29016
2013-11-04 14:00:18 [INFO] [STDOUT] reading property Ore Dictionary Name as dustPotash
2013-11-04 14:00:18 [INFO] [STDOUT] config for item Potash = 29016
2013-11-04 14:00:18 [INFO] [STDOUT] [Metallurgy3] Successfully created/read configuration file for Metallurgy 3's metal set Base
2013-11-04 14:00:18 [INFO] [STDOUT] Initializeing Ore Hepatizon
2013-11-04 14:00:18 [INFO] [STDOUT] test
2013-11-04 14:00:18 [INFO] [STDOUT] Initializeing Ore Bronze
2013-11-04 14:00:18 [INFO] [STDOUT] Initializeing Ore Angmallen
2013-11-04 14:00:18 [INFO] [STDOUT] Initializeing Ore Copper
2013-11-04 14:00:18 [INFO] [STDOUT] test
2013-11-04 14:00:18 [INFO] [STDOUT] Initializeing Ore Tin
2013-11-04 14:00:18 [INFO] [STDOUT] Initializeing Ore Steel
2013-11-04 14:00:18 [INFO] [STDOUT] Initializeing Ore Damascus Steel
2013-11-04 14:00:18 [INFO] [STDOUT] Initializeing Ore Manganese
2013-11-04 14:00:18 [INFO] [STDOUT] [Metallurgy3] Successfully created/read configuration file for Metallurgy 3's metal set Precious
2013-11-04 14:00:18 [INFO] [STDOUT] Initializeing Ore Electrum
2013-11-04 14:00:18 [INFO] [STDOUT] test
2013-11-04 14:00:18 [INFO] [STDOUT] Initializeing Ore Zinc
2013-11-04 14:00:18 [INFO] [STDOUT] Initializeing Ore Platinum
2013-11-04 14:00:18 [INFO] [STDOUT] Initializeing Ore Silver
2013-11-04 14:00:18 [INFO] [STDOUT] Initializeing Ore Brass
2013-11-04 14:00:18 [INFO] [STDOUT] [Metallurgy3] Successfully created/read configuration file for Metallurgy 3's metal set Nether
2013-11-04 14:00:18 [INFO] [STDOUT] Initializeing Ore Lemurite
2013-11-04 14:00:18 [INFO] [STDOUT] test
2013-11-04 14:00:18 [INFO] [STDOUT] test
2013-11-04 14:00:18 [INFO] [STDOUT] Initializeing Ore Midasium
2013-11-04 14:00:18 [INFO] [STDOUT] Initializeing Ore Shadow Steel
2013-11-04 14:00:18 [INFO] [STDOUT] test
2013-11-04 14:00:18 [INFO] [STDOUT] Initializeing Ore Ignatius
2013-11-04 14:00:18 [INFO] [STDOUT] Initializeing Ore Vyroxeres
2013-11-04 14:00:18 [INFO] [STDOUT] Initializeing Ore Kalendrite
2013-11-04 14:00:18 [INFO] [STDOUT] Initializeing Ore Ceruclase
2013-11-04 14:00:18 [INFO] [STDOUT] Initializeing Ore Inolae
2013-11-04 14:00:18 [INFO] [STDOUT] Initializeing Ore Shadow Iron
2013-11-04 14:00:18 [INFO] [STDOUT] Initializeing Ore Sanguinite
2013-11-04 14:00:18 [INFO] [STDOUT] Initializeing Ore Amordrine
2013-11-04 14:00:18 [INFO] [STDOUT] Initializeing Ore Vulcanite
2013-11-04 14:00:18 [INFO] [STDOUT] Initializeing Ore Alduorite
2013-11-04 14:00:18 [INFO] [STDOUT] [Metallurgy3] Successfully created/read configuration file for Metallurgy 3's metal set Fantasy
2013-11-04 14:00:18 [INFO] [STDOUT] Initializeing Ore Infuscolium
2013-11-04 14:00:18 [INFO] [STDOUT] test
2013-11-04 14:00:18 [INFO] [STDOUT] test
2013-11-04 14:00:18 [INFO] [STDOUT] test
2013-11-04 14:00:18 [INFO] [STDOUT] Initializeing Ore Rubracium
2013-11-04 14:00:18 [INFO] [STDOUT] Initializeing Ore Adamantine
2013-11-04 14:00:18 [INFO] [STDOUT] Initializeing Ore Celenegil
2013-11-04 14:00:18 [INFO] [STDOUT] Initializeing Ore Quicksilver
2013-11-04 14:00:18 [INFO] [STDOUT] Initializeing Ore Atlarus
2013-11-04 14:00:18 [INFO] [STDOUT] Initializeing Ore Deep Iron
2013-11-04 14:00:18 [INFO] [STDOUT] Initializeing Ore Prometheum
2013-11-04 14:00:18 [INFO] [STDOUT] Initializeing Ore Black Steel
2013-11-04 14:00:18 [INFO] [STDOUT] Initializeing Ore Orichalcum
2013-11-04 14:00:18 [INFO] [STDOUT] Initializeing Ore Astral Silver
2013-11-04 14:00:18 [INFO] [STDOUT] Initializeing Ore Haderoth
2013-11-04 14:00:18 [INFO] [STDOUT] Initializeing Ore Mithril
2013-11-04 14:00:18 [INFO] [STDOUT] Initializeing Ore Tartarite
2013-11-04 14:00:18 [INFO] [STDOUT] Initializeing Ore Oureclase
2013-11-04 14:00:18 [INFO] [STDOUT] Initializeing Ore Carmot
2013-11-04 14:00:18 [INFO] [STDOUT] [Metallurgy3] Successfully created/read configuration file for Metallurgy 3's metal set Ender
2013-11-04 14:00:18 [INFO] [STDOUT] Initializeing Ore Eximite
2013-11-04 14:00:18 [INFO] [STDOUT] Initializeing Ore Meutoite
2013-11-04 14:00:18 [INFO] [STDOUT] Initializeing Ore Desichalkos
2013-11-04 14:00:18 [INFO] [STDOUT] [Metallurgy3] Successfully created/read configuration file for Metallurgy 3's metal set Utility
2013-11-04 14:00:18 [INFO] [STDOUT] Initializeing Ore Sulfur
2013-11-04 14:00:18 [INFO] [STDOUT] Initializeing Ore Phosphorite
2013-11-04 14:00:18 [INFO] [STDOUT] Initializeing Ore Saltpeter
2013-11-04 14:00:18 [INFO] [STDOUT] Initializeing Ore Bitumen
2013-11-04 14:00:18 [INFO] [STDOUT] Initializeing Ore Magnesium
2013-11-04 14:00:18 [INFO] [STDOUT] Initializeing Ore Potash
2013-11-04 14:00:18 [INFO] [STDOUT] [Metallurgy3] Successfully created/read configuration file for Metallurgy 3's metal set Utility
2013-11-04 14:00:18 [INFO] [STDOUT] [Metallurgy3] Successfully created/read configuration file for Metallurgy 3's metal set Utility
2013-11-04 14:00:18 [INFO] [STDOUT] config 60.0
2013-11-04 14:00:18 [INFO] [ForgeModLoader] InvTweaks: net.minecraft.inventory.Container
2013-11-04 14:00:18 [INFO] [STDOUT] [Metallurgy3] Successfully created/read configuration file for Metallurgy 3's metal set Vanilla
2013-11-04 14:00:18 [INFO] [STDOUT] Initializeing Ore Emerald
2013-11-04 14:00:18 [INFO] [STDOUT] Initializeing Ore Quartz
2013-11-04 14:00:18 [INFO] [STDOUT] Initializeing Ore Gold
2013-11-04 14:00:18 [INFO] [STDOUT] Initializeing Ore Lapis Lazuli
2013-11-04 14:00:18 [INFO] [STDOUT] Initializeing Ore Redstone
2013-11-04 14:00:18 [INFO] [STDOUT] Initializeing Ore Coal
2013-11-04 14:00:18 [INFO] [STDOUT] Initializeing Ore Diamond
2013-11-04 14:00:18 [INFO] [STDOUT] Initializeing Ore Iron
2013-11-04 14:00:18 [INFO] [STDOUT] [Metallurgy3] Successfully created/read configuration file for Metallurgy 3's metal set Vanilla
2013-11-04 14:00:18 [INFO] [STDOUT] [Metallurgy3] Successfully created/read configuration file for Metallurgy 3's metal set Vanilla
2013-11-04 14:00:18 [INFO] [MapWriter] FML Event: preInit
2013-11-04 14:00:19 [INFO] [STDOUT] CONFLICT @ 14001 item slot already occupied by [email protected] while adding [email protected]
2013-11-04 14:00:19 [INFO] [fml.ItemTracker] The mod pamharvestcraft is overwriting existing item at 14257 (assets.pamweeeflowers.ItemPamFlowerSeeds from pamweeeflowers) with assets.pamharvestcraft.ItemPamSeedFood
2013-11-04 14:00:19 [INFO] [STDOUT] CONFLICT @ 14002 item slot already occupied by [email protected] while adding [email protected]
2013-11-04 14:00:19 [INFO] [fml.ItemTracker] The mod pamharvestcraft is overwriting existing item at 14258 (assets.pamweeeflowers.ItemPamFlowerSeeds from pamweeeflowers) with assets.pamharvestcraft.ItemPamSeeds
2013-11-04 14:00:19 [INFO] [STDOUT] CONFLICT @ 14003 item slot already occupied by [email protected] while adding [email protected]
2013-11-04 14:00:19 [INFO] [fml.ItemTracker] The mod pamharvestcraft is overwriting existing item at 14259 (assets.pamweeeflowers.ItemPamFlowerSeeds from pamweeeflowers) with assets.pamharvestcraft.ItemPamSeedFood
2013-11-04 14:00:19 [INFO] [STDOUT] CONFLICT @ 14004 item slot already occupied by [email protected] while adding [email protected]
2013-11-04 14:00:19 [INFO] [fml.ItemTracker] The mod pamharvestcraft is overwriting existing item at 14260 (assets.pamweeeflowers.ItemPamFlowerSeeds from pamweeeflowers) with assets.pamharvestcraft.ItemPamSeeds
2013-11-04 14:00:19 [INFO] [STDOUT] CONFLICT @ 14005 item slot already occupied by [email protected] while adding [email protected]
2013-11-04 14:00:19 [INFO] [fml.ItemTracker] The mod pamharvestcraft is overwriting existing item at 14261 (assets.pamweeeflowers.ItemPamFlowerSeeds from pamweeeflowers) with assets.pamharvestcraft.ItemPamSeedFood
2013-11-04 14:00:19 [INFO] [STDOUT] CONFLICT @ 14006 item slot already occupied by [email protected] while adding [email protected]
2013-11-04 14:00:19 [INFO] [fml.ItemTracker] The mod pamharvestcraft is overwriting existing item at 14262 (assets.pamweeeflowers.ItemPamFlowerSeeds from pamweeeflowers) with assets.pamharvestcraft.ItemPamSeeds
2013-11-04 14:00:19 [INFO] [STDOUT] CONFLICT @ 14007 item slot already occupied by [email protected] while adding [email protected]
2013-11-04 14:00:19 [INFO] [fml.ItemTracker] The mod pamharvestcraft is overwriting existing item at 14263 (assets.pamweeeflowers.ItemPamFlowerSeeds from pamweeeflowers) with assets.pamharvestcraft.ItemPamSeedFood
2013-11-04 14:00:19 [INFO] [STDOUT] CONFLICT @ 14008 item slot already occupied by [email protected] while adding [email protected]
2013-11-04 14:00:19 [INFO] [fml.ItemTracker] The mod pamharvestcraft is overwriting existing item at 14264 (assets.pamweeeflowers.ItemPamFlowerSeeds from pamweeeflowers) with assets.pamharvestcraft.ItemPamSeeds
2013-11-04 14:00:19 [INFO] [STDOUT] CONFLICT @ 14009 item slot already occupied by [email protected] while adding [email protected]
2013-11-04 14:00:19 [INFO] [fml.ItemTracker] The mod pamharvestcraft is overwriting existing item at 14265 (assets.pamweeeflowers.ItemPamFlowerSeeds from pamweeeflowers) with assets.pamharvestcraft.ItemPamSeedFood
2013-11-04 14:00:19 [INFO] [STDOUT] CONFLICT @ 14010 item slot already occupied by [email protected] while adding [email protected]
2013-11-04 14:00:19 [INFO] [fml.ItemTracker] The mod pamharvestcraft is overwriting existing item at 14266 (assets.pamweeeflowers.ItemPamFlowerSeeds from pamweeeflowers) with assets.pamharvestcraft.ItemPamSeeds
2013-11-04 14:00:19 [INFO] [STDOUT] CONFLICT @ 14011 item slot already occupied by [email protected] while adding [email protected]
2013-11-04 14:00:19 [INFO] [fml.ItemTracker] The mod pamharvestcraft is overwriting existing item at 14267 (assets.pamweeeflowers.ItemPamFlowerSeeds from pamweeeflowers) with assets.pamharvestcraft.ItemPamSeedFood
2013-11-04 14:00:19 [INFO] [STDOUT] CONFLICT @ 14012 item slot already occupied by [email protected] while adding [email protected]
2013-11-04 14:00:19 [INFO] [fml.ItemTracker] The mod pamharvestcraft is overwriting existing item at 14268 (assets.pamweeeflowers.ItemPamFlowerSeeds from pamweeeflowers) with assets.pamharvestcraft.ItemPamSeeds
2013-11-04 14:00:19 [INFO] [STDOUT] CONFLICT @ 14013 item slot already occupied by [email protected] while adding [email protected]
2013-11-04 14:00:19 [INFO] [fml.ItemTracker] The mod pamharvestcraft is overwriting existing item at 14269 (assets.pamweeeflowers.ItemPamFlowerSeeds from pamweeeflowers) with assets.pamharvestcraft.ItemPamSeedFood
2013-11-04 14:00:19 [INFO] [STDOUT] CONFLICT @ 14014 item slot already occupied by [email protected] while adding [email protected]
2013-11-04 14:00:19 [INFO] [fml.ItemTracker] The mod pamharvestcraft is overwriting existing item at 14270 (assets.pamweeeflowers.ItemPamFlowerSeeds from pamweeeflowers) with assets.pamharvestcraft.ItemPamSeeds
2013-11-04 14:00:19 [INFO] [STDOUT] CONFLICT @ 14015 item slot already occupied by [email protected] while adding [email protected]
2013-11-04 14:00:19 [INFO] [fml.ItemTracker] The mod pamharvestcraft is overwriting existing item at 14271 (assets.pamweeeflowers.ItemPamFlowerSeeds from pamweeeflowers) with assets.pamharvestcraft.ItemPamSeedFood
2013-11-04 14:00:19 [INFO] [STDOUT] CONFLICT @ 14016 item slot already occupied by [email protected] while adding [email protected]
2013-11-04 14:00:19 [INFO] [fml.ItemTracker] The mod pamharvestcraft is overwriting existing item at 14272 (assets.pamweeeflowers.ItemPamFlowerSeeds from pamweeeflowers) with assets.pamharvestcraft.ItemPamSeeds
2013-11-04 14:00:19 [INFO] [bspkrsCore] Initializing ModVersionChecker for mod FloatingRuins
2013-11-04 14:00:19 [INFO] [ExtrabiomesXL] Initializing.
2013-11-04 14:00:21 [INFO] [ExtrabiomesXL] Module CAUTIA is enabled.
2013-11-04 14:00:21 [INFO] [ExtrabiomesXL] Module FABRICA is enabled.
2013-11-04 14:00:21 [INFO] [ExtrabiomesXL] Module AMICA is enabled.
2013-11-04 14:00:21 [INFO] [EDX] Loaded language file: en_US
2013-11-04 14:00:21 [INFO] [EDX] Loaded language file: es_ES
2013-11-04 14:00:21 [INFO] [EDX] Loaded language file: zh_CN
2013-11-04 14:00:21 [INFO] [EDX] Loaded language file: pt_BR
2013-11-04 14:00:21 [INFO] [EDX] Loaded language file: de_DE
2013-11-04 14:00:21 [WARNING] [EDX] Ran into an issue with localization. This message will only show once, but you can enable localization errors in the config to see more info.
2013-11-04 14:00:22 [INFO] [Buildcraft] Starting BuildCraft 4.1.2 (:48)
2013-11-04 14:00:22 [INFO] [Buildcraft] Copyright © SpaceToad, 2011
2013-11-04 14:00:22 [INFO] [Buildcraft] http://www.mod-buildcraft.com
2013-11-04 14:00:22 [INFO] [Buildcraft] Beginning version check
2013-11-04 14:00:22 [INFO] [STDOUT] CONFLICT @ 1266 item slot already occupied by [email protected] while adding [email protected]
2013-11-04 14:00:22 [INFO] [fml.ItemTracker] The mod BuildCraft|Core is overwriting existing item at 1522 (com.willdabeast509.flintlocks.guns.ItemPuckle from flintlock_guns) with buildcraft.core.ItemSpring
2013-11-04 14:00:22 [INFO] [STDOUT] CONFLICT @ 1248 item slot already occupied by [email protected] while adding [email protected]
2013-11-04 14:00:22 [INFO] [fml.ItemTracker] The mod BuildCraft|Builders is overwriting existing item at 1504 (com.willdabeast509.flintlocks.guns.ItemPuckle from flintlock_guns) with buildcraft.core.ItemBlockBuildCraft
2013-11-04 14:00:22 [INFO] [STDOUT] CONFLICT @ 1262 item slot already occupied by [email protected] while adding [email protected]
2013-11-04 14:00:22 [INFO] [fml.ItemTracker] The mod BuildCraft|Builders is overwriting existing item at 1518 (com.willdabeast509.flintlocks.guns.ItemPuckle from flintlock_guns) with buildcraft.core.ItemBlockBuildCraft
2013-11-04 14:00:22 [INFO] [STDOUT] CONFLICT @ 1249 item slot already occupied by [email protected] while adding [email protected]
2013-11-04 14:00:22 [INFO] [fml.ItemTracker] The mod BuildCraft|Builders is overwriting existing item at 1505 (com.willdabeast509.flintlocks.guns.ItemPuckle from flintlock_guns) with buildcraft.core.ItemBlockBuildCraft
2013-11-04 14:00:22 [INFO] [STDOUT] CONFLICT @ 1251 item slot already occupied by [email protected] while adding [email protected]
2013-11-04 14:00:22 [INFO] [fml.ItemTracker] The mod BuildCraft|Builders is overwriting existing item at 1507 (com.willdabeast509.flintlocks.guns.ItemPuckle from flintlock_guns) with buildcraft.core.ItemBlockBuildCraft
2013-11-04 14:00:22 [INFO] [STDOUT] CONFLICT @ 1252 item slot already occupied by [email protected] while adding [email protected]
2013-11-04 14:00:22 [INFO] [fml.ItemTracker] The mod BuildCraft|Builders is overwriting existing item at 1508 (com.willdabeast509.flintlocks.guns.ItemPuckle from flintlock_guns) with buildcraft.core.ItemBlockBuildCraft
2013-11-04 14:00:22 [INFO] [STDOUT] CONFLICT @ 1259 item slot already occupied by [email protected] while adding [email protected]
2013-11-04 14:00:22 [INFO] [fml.ItemTracker] The mod BuildCraft|Builders is overwriting existing item at 1515 (com.willdabeast509.flintlocks.guns.ItemPuckle from flintlock_guns) with buildcraft.core.ItemBlockBuildCraft
2013-11-04 14:00:22 [INFO] [STDOUT] CONFLICT @ 1254 item slot already occupied by [email protected] while adding [email protected]
2013-11-04 14:00:22 [INFO] [fml.ItemTracker] The mod BuildCraft|Energy is overwriting existing item at 1510 (com.willdabeast509.flintlocks.guns.ItemPuckle from flintlock_guns) with buildcraft.energy.ItemEngine
2013-11-04 14:00:22 [INFO] [STDOUT] CONFLICT @ 1274 item slot already occupied by [email protected] while adding [email protected]
2013-11-04 14:00:22 [INFO] [fml.ItemTracker] The mod BuildCraft|Energy is overwriting existing item at 1530 (com.willdabeast509.flintlocks.guns.ItemPuckle from flintlock_guns) with buildcraft.core.ItemBlockBuildCraft
2013-11-04 14:00:22 [INFO] [STDOUT] CONFLICT @ 1275 item slot already occupied by [email protected] while adding [email protected]
2013-11-04 14:00:22 [INFO] [fml.ItemTracker] The mod BuildCraft|Energy is overwriting existing item at 1531 (com.willdabeast509.flintlocks.guns.ItemPuckle from flintlock_guns) with buildcraft.core.ItemBlockBuildCraft
2013-11-04 14:00:22 [INFO] [STDOUT] CONFLICT @ 1244 item slot already occupied by [email protected] while adding [email protected]
2013-11-04 14:00:22 [INFO] [fml.ItemTracker] The mod BuildCraft|Factory is overwriting existing item at 1500 (com.willdabeast509.flintlocks.guns.ItemPuckle from flintlock_guns) with buildcraft.core.ItemBlockBuildCraft
2013-11-04 14:00:22 [INFO] [STDOUT] CONFLICT @ 1245 item slot already occupied by [email protected] while adding [email protected]
2013-11-04 14:00:22 [INFO] [fml.ItemTracker] The mod BuildCraft|Factory is overwriting existing item at 1501 (com.willdabeast509.flintlocks.guns.ItemPuckle from flintlock_guns) with buildcraft.core.ItemBlockBuildCraft
2013-11-04 14:00:22 [INFO] [STDOUT] CONFLICT @ 1246 item slot already occupied by [email protected] while adding [email protected]
2013-11-04 14:00:22 [INFO] [fml.ItemTracker] The mod BuildCraft|Factory is overwriting existing item at 1502 (com.willdabeast509.flintlocks.guns.ItemPuckle from flintlock_guns) with buildcraft.core.ItemBlockBuildCraft
2013-11-04 14:00:22 [INFO] [STDOUT] CONFLICT @ 1253 item slot already occupied by [email protected] while adding [email protected]
2013-11-04 14:00:22 [INFO] [fml.ItemTracker] The mod BuildCraft|Factory is overwriting existing item at 1509 (com.willdabeast509.flintlocks.guns.ItemPuckle from flintlock_guns) with buildcraft.core.ItemBlockBuildCraft
2013-11-04 14:00:22 [INFO] [STDOUT] CONFLICT @ 1247 item slot already occupied by [email protected] while adding [email protected]
2013-11-04 14:00:22 [INFO] [fml.ItemTracker] The mod BuildCraft|Factory is overwriting existing item at 1503 (com.willdabeast509.flintlocks.guns.ItemPuckle from flintlock_guns) with buildcraft.core.ItemBlockBuildCraft
2013-11-04 14:00:22 [INFO] [STDOUT] CONFLICT @ 1256 item slot already occupied by [email protected] while adding [email protected]
2013-11-04 14:00:22 [INFO] [fml.ItemTracker] The mod BuildCraft|Factory is overwriting existing item at 1512 (com.willdabeast509.flintlocks.guns.ItemPuckle from flintlock_guns) with buildcraft.core.ItemBlockBuildCraft
2013-11-04 14:00:22 [INFO] [STDOUT] CONFLICT @ 1255 item slot already occupied by [email protected] while adding [email protected]
2013-11-04 14:00:22 [INFO] [fml.ItemTracker] The mod BuildCraft|Factory is overwriting existing item at 1511 (com.willdabeast509.flintlocks.guns.ItemPuckle from flintlock_guns) with buildcraft.core.ItemBlockBuildCraft
2013-11-04 14:00:22 [INFO] [STDOUT] CONFLICT @ 1268 item slot already occupied by [email protected] while adding [email protected]
2013-11-04 14:00:22 [INFO] [fml.ItemTracker] The mod BuildCraft|Factory is overwriting existing item at 1524 (com.willdabeast509.flintlocks.guns.ItemPuckle from flintlock_guns) with buildcraft.core.ItemBlockBuildCraft
2013-11-04 14:00:22 [INFO] [STDOUT] CONFLICT @ 1258 item slot already occupied by [email protected] while adding [email protected]
2013-11-04 14:00:22 [INFO] [fml.ItemTracker] The mod BuildCraft|Factory is overwriting existing item at 1514 (com.willdabeast509.flintlocks.guns.ItemPuckle from flintlock_guns) with buildcraft.core.ItemBlockBuildCraft
2013-11-04 14:00:22 [INFO] [STDOUT] CONFLICT @ 1263 item slot already occupied by [email protected] while adding [email protected]
2013-11-04 14:00:22 [INFO] [fml.ItemTracker] The mod BuildCraft|Factory is overwriting existing item at 1519 (com.willdabeast509.flintlocks.guns.ItemPuckle from flintlock_guns) with buildcraft.core.ItemBlockBuildCraft
2013-11-04 14:00:22 [INFO] [STDOUT] CONFLICT @ 1257 item slot already occupied by [email protected] while adding [email protected]
2013-11-04 14:00:22 [INFO] [fml.ItemTracker] The mod BuildCraft|Transport is overwriting existing item at 1513 (com.willdabeast509.flintlocks.guns.ItemPuckle from flintlock_guns) with net.minecraft.item.ItemBlock
2013-11-04 14:00:23 [INFO] [STDOUT] CONFLICT @ 1267 item slot already occupied by [email protected] while adding [email protected]
2013-11-04 14:00:23 [INFO] [fml.ItemTracker] The mod BuildCraft|Transport is overwriting existing item at 1523 (com.willdabeast509.flintlocks.guns.ItemPuckle from flintlock_guns) with buildcraft.core.ItemBlockBuildCraft
2013-11-04 14:00:23 [INFO] [STDOUT] CONFLICT @ 1260 item slot already occupied by com.wi[email protected] while adding [email protected]
2013-11-04 14:00:23 [INFO] [fml.ItemTracker] The mod BuildCraft|Silicon is overwriting existing item at 1516 (com.willdabeast509.flintlocks.guns.ItemPuckle from flintlock_guns) with buildcraft.core.ItemBlockBuildCraft
2013-11-04 14:00:23 [INFO] [STDOUT] CONFLICT @ 1261 item slot already occupied by [email protected] while adding [email protected]
2013-11-04 14:00:23 [INFO] [fml.ItemTracker] The mod BuildCraft|Silicon is overwriting existing item at 1517 (com.willdabeast509.flintlocks.guns.ItemPuckle from flintlock_guns) with buildcraft.silicon.ItemLaserTable
2013-11-04 14:00:23 [INFO] [STDOUT] Battletowers parsed Item/Block of ID 280, damageValue: 0 spawnChance: 75, min: 6, max: 5
2013-11-04 14:00:23 [INFO] [STDOUT] Battletowers parsed Item/Block of ID 295, damageValue: 0 spawnChance: 75, min: 3, max: 5
2013-11-04 14:00:23 [INFO] [STDOUT] Battletowers parsed Item/Block of ID 5, damageValue: 0 spawnChance: 75, min: 6, max: 5
2013-11-04 14:00:23 [INFO] [STDOUT] Battletowers parsed Item/Block of ID 83, damageValue: 0 spawnChance: 75, min: 3, max: 5
2013-11-04 14:00:23 [INFO] [STDOUT] Battletowers parsed Item/Block of ID 274, damageValue: 0 spawnChance: 50, min: 1, max: 1
2013-11-04 14:00:23 [INFO] [STDOUT] Battletowers parsed Item/Block of ID 275, damageValue: 0 spawnChance: 50, min: 1, max: 1
2013-11-04 14:00:23 [INFO] [STDOUT] Battletowers parsed Item/Block of ID 50, damageValue: 0 spawnChance: 80, min: 3, max: 3
2013-11-04 14:00:23 [INFO] [STDOUT] Battletowers parsed Item/Block of ID 77, damageValue: 0 spawnChance: 50, min: 2, max: 2
2013-11-04 14:00:23 [INFO] [STDOUT] Battletowers parsed Item/Block of ID 281, damageValue: 0 spawnChance: 75, min: 2, max: 4
2013-11-04 14:00:23 [INFO] [STDOUT] Battletowers parsed Item/Block of ID 263, damageValue: 0 spawnChance: 90, min: 4, max: 4
2013-11-04 14:00:23 [INFO] [STDOUT] Battletowers parsed Item/Block of ID 287, damageValue: 0 spawnChance: 80, min: 5, max: 5
2013-11-04 14:00:23 [INFO] [STDOUT] Battletowers parsed Item/Block of ID 35, damageValue: 0 spawnChance: 75, min: 2, max: 2
2013-11-04 14:00:23 [INFO] [STDOUT] Battletowers parsed Item/Block of ID 20, damageValue: 0 spawnChance: 75, min: 3, max: 3
2013-11-04 14:00:23 [INFO] [STDOUT] Battletowers parsed Item/Block of ID 288, damageValue: 0 spawnChance: 75, min: 4, max: 4
2013-11-04 14:00:23 [INFO] [STDOUT] Battletowers parsed Item/Block of ID 297, damageValue: 0 spawnChance: 75, min: 2, max: 2
2013-11-04 14:00:23 [INFO] [STDOUT] Battletowers parsed Item/Block of ID 260, damageValue: 0 spawnChance: 75, min: 2, max: 2
2013-11-04 14:00:23 [INFO] [STDOUT] Battletowers parsed Item/Block of ID 39, damageValue: 0 spawnChance: 75, min: 2, max: 2
2013-11-04 14:00:23 [INFO] [STDOUT] Battletowers parsed Item/Block of ID 40, damageValue: 0 spawnChance: 75, min: 2, max: 2
2013-11-04 14:00:23 [INFO] [STDOUT] Battletowers parsed Item/Block of ID 6, damageValue: 0 spawnChance: 90, min: 3, max: 3
2013-11-04 14:00:23 [INFO] [STDOUT] Battletowers parsed Item/Block of ID 296, damageValue: 0 spawnChance: 75, min: 4, max: 4
2013-11-04 14:00:23 [INFO] [STDOUT] Battletowers parsed Item/Block of ID 323, damageValue: 0 spawnChance: 50, min: 1, max: 2
2013-11-04 14:00:23 [INFO] [STDOUT] Battletowers parsed Item/Block of ID 346, damageValue: 0 spawnChance: 75, min: 1, max: 1
2013-11-04 14:00:23 [INFO] [STDOUT] Battletowers parsed Item/Block of ID 361, damageValue: 0 spawnChance: 60, min: 2, max: 2
2013-11-04 14:00:23 [INFO] [STDOUT] Battletowers parsed Item/Block of ID 362, damageValue: 0 spawnChance: 60, min: 3, max: 3
2013-11-04 14:00:23 [INFO] [STDOUT] Battletowers parsed Item/Block of ID 267, damageValue: 0 spawnChance: 60, min: 1, max: 1
2013-11-04 14:00:23 [INFO] [STDOUT] Battletowers parsed Item/Block of ID 289, damageValue: 0 spawnChance: 75, min: 3, max: 3
2013-11-04 14:00:23 [INFO] [STDOUT] Battletowers parsed Item/Block of ID 334, damageValue: 0 spawnChance: 75, min: 4, max: 4
2013-11-04 14:00:23 [INFO] [STDOUT] Battletowers parsed Item/Block of ID 349, damageValue: 0 spawnChance: 75, min: 3, max: 3
2013-11-04 14:00:23 [INFO] [STDOUT] Battletowers parsed Item/Block of ID 351, damageValue: 0 spawnChance: 60, min: 1, max: 2
2013-11-04 14:00:23 [INFO] [STDOUT] Battletowers parsed Item/Block of ID 302, damageValue: 0 spawnChance: 40, min: 1, max: 1
2013-11-04 14:00:23 [INFO] [STDOUT] Battletowers parsed Item/Block of ID 303, damageValue: 0 spawnChance: 40, min: 1, max: 1
2013-11-04 14:00:23 [INFO] [STDOUT] Battletowers parsed Item/Block of ID 304, damageValue: 0 spawnChance: 40, min: 1, max: 1
2013-11-04 14:00:23 [INFO] [STDOUT] Battletowers parsed Item/Block of ID 305, damageValue: 0 spawnChance: 40, min: 1, max: 1
2013-11-04 14:00:23 [INFO] [STDOUT] Battletowers parsed Item/Block of ID 57, damageValue: 0 spawnChance: 70, min: 1, max: 3
2013-11-04 14:00:23 [INFO] [STDOUT] Battletowers parsed Item/Block of ID 123, damageValue: 0 spawnChance: 60, min: 2, max: 2
2013-11-04 14:00:23 [INFO] [STDOUT] Battletowers parsed Item/Block of ID 379, damageValue: 0 spawnChance: 75, min: 3, max: 3
2013-11-04 14:00:23 [INFO] [STDOUT] Battletowers parsed Item/Block of ID 379, damageValue: 0 spawnChance: 50, min: 1, max: 1
2013-11-04 14:00:23 [INFO] [STDOUT] Battletowers parsed Item/Block of ID 368, damageValue: 0 spawnChance: 50, min: 2, max: 2
2013-11-04 14:00:23 [INFO] [STDOUT] Battletowers parsed Item/Block of ID 264, damageValue: 0 spawnChance: 70, min: 2, max: 2
2013-11-04 14:00:23 [INFO] [STDOUT] Battletowers parsed Item/Block of ID 331, damageValue: 0 spawnChance: 75, min: 5, max: 5
2013-11-04 14:00:23 [INFO] [STDOUT] Battletowers parsed Item/Block of ID 266, damageValue: 0 spawnChance: 90, min: 8, max: 8
2013-11-04 14:00:23 [INFO] [bspkrsCore] Initializing ModVersionChecker for mod ArmorStatusHUD
2013-11-04 14:00:23 [INFO] [STDOUT]
2013-11-04 14:00:24 [INFO] [STDOUT] Tried to register non-existant TileEntity to the SpatialIOPort!
2013-11-04 14:00:24 [INFO] [ForgeModLoader] [BiomesOPlenty] Generated Main Config!
2013-11-04 14:00:24 [INFO] [ForgeModLoader] [BiomesOPlenty] Generated Biome Gen Config!
2013-11-04 14:00:24 [INFO] [ForgeModLoader] [BiomesOPlenty] Generated Terrain Gen Config!
2013-11-04 14:00:24 [INFO] [ForgeModLoader] [BiomesOPlenty] Generating Biome ID's
2013-11-04 14:00:24 [INFO] [ForgeModLoader] [BiomesOPlenty] Generated IDs Config!
2013-11-04 14:00:24 [INFO] [ForgeModLoader] [BiomesOPlenty] Generated Misc Config!
2013-11-04 14:00:24 [INFO] [ForgeModLoader] [BiomesOPlenty] Extending Potions Array.
2013-11-04 14:00:24 [INFO] [ForgeModLoader] [BiomesOPlenty] Beginning version check
2013-11-04 14:00:24 [WARNING] [Buildcraft] Using outdated version [4.1.2 (build:48)] for Minecraft 1.6.4. Consider updating.
2013-11-04 14:00:26 [INFO] [ForgeModLoader] [BiomesOPlenty] Localizations loaded for en_US
2013-11-04 14:00:26 [INFO] [ForgeModLoader] [BiomesOPlenty] Localizations loaded for de_DE
2013-11-04 14:00:26 [INFO] [ForgeModLoader] [BiomesOPlenty] Localizations loaded for nl_NL
2013-11-04 14:00:26 [INFO] [ForgeModLoader] [BiomesOPlenty] Localizations loaded for ru_RU
2013-11-04 14:00:26 [INFO] [ForgeModLoader] [BiomesOPlenty] Localizations loaded for zh_CN
2013-11-04 14:00:26 [INFO] [ForgeModLoader] [BiomesOPlenty] Localizations loaded for pl_PL
2013-11-04 14:00:26 [INFO] [ForgeModLoader] [BiomesOPlenty] Localizations loaded for fr_FR
2013-11-04 14:00:26 [INFO] [ForgeModLoader] [BiomesOPlenty] Localizations loaded for fr_CA
2013-11-04 14:00:26 [INFO] [ForgeModLoader] [BiomesOPlenty] Localizations loaded for it_IT
2013-11-04 14:00:27 [INFO] [CarpentersBlocks] Plant support integration successful.
2013-11-04 14:00:27 [INFO] [CarpentersBlocks] Successfully loaded 9 chisel patterns.
2013-11-04 14:00:27 [INFO] [CarpentersBlocks] Successfully loaded 6 bed designs.
2013-11-04 14:00:27 [INFO] [CarpentersBlocks] Optifine integration successful.
2013-11-04 14:00:36 [WARNING] [Forestry] Using outdated version [2.3.0.6 (build:670)] for Minecraft 1.6.4. Consider updating.
2013-11-04 14:00:36 [INFO] [STDOUT] CONFLICT @ 1153 item slot already occupied by [email protected] while adding [email protected]
2013-11-04 14:00:36 [INFO] [fml.ItemTracker] The mod Forestry is overwriting existing item at 1409 (com.willdabeast509.flintlocks.guns.ItemRevolverLo from flintlock_guns) with forestry.core.items.ItemForestryBlock
2013-11-04 14:00:36 [INFO] [STDOUT] CONFLICT @ 1141 item slot already occupied by [email protected] while adding [email protected]
2013-11-04 14:00:36 [INFO] [fml.ItemTracker] The mod Forestry is overwriting existing item at 1397 (com.willdabeast509.flintlocks.guns.ItemRevolverLo from flintlock_guns) with forestry.core.items.ItemForestryBlock
2013-11-04 14:00:36 [INFO] [STDOUT] CONFLICT @ 1142 item slot already occupied by [email protected] while adding [email protected]
2013-11-04 14:00:36 [INFO] [fml.ItemTracker] The mod Forestry is overwriting existing item at 1398 (com.willdabeast509.flintlocks.guns.ItemRevolverLo from flintlock_guns) with forestry.core.items.ItemForestryBlock
2013-11-04 14:00:36 [INFO] [EDX] Detected ore block [oreApatite]. Adding to mimicking blacklist.
2013-11-04 14:00:36 [INFO] [EDX] Detected ore block [oreCopper]. Adding to mimicking blacklist.
2013-11-04 14:00:36 [INFO] [EDX] Detected ore block [oreTin]. Adding to mimicking blacklist.
2013-11-04 14:00:36 [INFO] [STDOUT] CONFLICT @ 1125 item slot already occupied by [email protected] while adding [email protected]
2013-11-04 14:00:36 [INFO] [fml.ItemTracker] The mod Forestry is overwriting existing item at 1381 (com.willdabeast509.flintlocks.guns.ItemRevolverLo from flintlock_guns) with forestry.core.items.ItemForestryBlock
2013-11-04 14:00:37 [INFO] [STDOUT] CONFLICT @ 1152 item slot already occupied by [email protected] while adding [email protected]
2013-11-04 14:00:37 [INFO] [fml.ItemTracker] The mod Forestry is overwriting existing item at 1408 (com.willdabeast509.flintlocks.guns.ItemRevolverLo from flintlock_guns) with forestry.core.items.ItemForestryBlock
2013-11-04 14:00:37 [INFO] [STDOUT] CONFLICT @ 1143 item slot already occupied by [email protected] while adding [email protected]
2013-11-04 14:00:37 [INFO] [fml.ItemTracker] The mod Forestry is overwriting existing item at 1399 (com.willdabeast509.flintlocks.guns.ItemRevolverLo from flintlock_guns) with forestry.core.items.ItemForestryBlock
2013-11-04 14:00:37 [INFO] [STDOUT] CONFLICT @ 1123 item slot already occupied by [email protected] while adding [email protected]
2013-11-04 14:00:37 [INFO] [fml.ItemTracker] The mod Forestry is overwriting existing item at 1379 (com.willdabeast509.flintlocks.guns.ItemRevolverLo from flintlock_guns) with forestry.core.items.ItemForestryBlock
2013-11-04 14:00:37 [INFO] [STDOUT] CONFLICT @ 1122 item slot already occupied by [email protected] while adding [email protected]
2013-11-04 14:00:37 [INFO] [fml.ItemTracker] The mod Forestry is overwriting existing item at 1378 (com.willdabeast509.flintlocks.guns.ItemRevolverLo from flintlock_guns) with forestry.core.items.ItemForestryBlock
2013-11-04 14:00:37 [INFO] [STDOUT] CONFLICT @ 1126 item slot already occupied by [email protected] while adding [email protected]
2013-11-04 14:00:37 [INFO] [fml.ItemTracker] The mod Forestry is overwriting existing item at 1382 (com.willdabeast509.flintlocks.guns.ItemRevolverLo from flintlock_guns) with forestry.apiculture.items.ItemAlvearyBlock
2013-11-04 14:00:37 [INFO] [STDOUT] CONFLICT @ 1132 item slot already occupied by [email protected] while adding [email protected]
2013-11-04 14:00:37 [INFO] [fml.ItemTracker] The mod Forestry is overwriting existing item at 1388 (com.willdabeast509.flintlocks.guns.ItemRevolverLo from flintlock_guns) with forestry.arboriculture.items.ItemWoodBlock
2013-11-04 14:00:37 [INFO] [STDOUT] CONFLICT @ 1133 item slot already occupied by [email protected] while adding [email protected]
2013-11-04 14:00:37 [INFO] [fml.ItemTracker] The mod Forestry is overwriting existing item at 1389 (com.willdabeast509.flintlocks.guns.ItemRevolverLo from flintlock_guns) with forestry.arboriculture.items.ItemWoodBlock
2013-11-04 14:00:37 [INFO] [STDOUT] CONFLICT @ 1134 item slot already occupied by [email protected] while adding [email protected]
2013-11-04 14:00:37 [INFO] [fml.ItemTracker] The mod Forestry is overwriting existing item at 1390 (com.willdabeast509.flintlocks.guns.ItemRevolverLo from flintlock_guns) with forestry.arboriculture.items.ItemWoodBlock
2013-11-04 14:00:37 [INFO] [STDOUT] CONFLICT @ 1135 item slot already occupied by [email protected] while adding [email protected]
2013-11-04 14:00:37 [INFO] [fml.ItemTracker] The mod Forestry is overwriting existing item at 1391 (com.willdabeast509.flintlocks.guns.ItemRevolverLo from flintlock_guns) with forestry.arboriculture.items.ItemWoodBlock
2013-11-04 14:00:37 [INFO] [STDOUT] CONFLICT @ 1155 item slot already occupied by [email protected] while adding [email protected]
2013-11-04 14:00:37 [INFO] [fml.ItemTracker] The mod Forestry is overwriting existing item at 1411 (com.willdabeast509.flintlocks.guns.ItemRevolverLo from flintlock_guns) with forestry.arboriculture.items.ItemWoodBlock
2013-11-04 14:00:37 [INFO] [STDOUT] CONFLICT @ 1156 item slot already occupied by [email protected] while adding [email protected]
2013-11-04 14:00:37 [INFO] [fml.ItemTracker] The mod Forestry is overwriting existing item at 1412 (com.willdabeast509.flintlocks.guns.ItemRevolverLo from flintlock_guns) with forestry.arboriculture.items.ItemWoodBlock
2013-11-04 14:00:37 [INFO] [STDOUT] CONFLICT @ 1157 item slot already occupied by [email protected] while adding [email protected]
2013-11-04 14:00:37 [INFO] [fml.ItemTracker] The mod Forestry is overwriting existing item at 1413 (com.willdabeast509.flintlocks.guns.ItemRevolverLo from flintlock_guns) with forestry.arboriculture.items.ItemWoodBlock
2013-11-04 14:00:37 [INFO] [STDOUT] CONFLICT @ 1124 item slot already occupied by [email protected] while adding [email protected]
2013-11-04 14:00:37 [INFO] [fml.ItemTracker] The mod Forestry is overwriting existing item at 1380 (com.willdabeast509.flintlocks.guns.ItemRevolverLo from flintlock_guns) with forestry.arboriculture.items.ItemWoodBlock
2013-11-04 14:00:37 [INFO] [STDOUT] CONFLICT @ 1161 item slot already occupied by [email protected] while adding [email protected]
2013-11-04 14:00:37 [INFO] [fml.ItemTracker] The mod Forestry is overwriting existing item at 1417 (com.willdabeast509.flintlocks.guns.ItemRevolverLo from flintlock_guns) with forestry.arboriculture.items.ItemWoodBlock
2013-11-04 14:00:37 [INFO] [STDOUT] CONFLICT @ 1130 item slot already occupied by [email protected] while adding [email protected]
2013-11-04 14:00:37 [INFO] [fml.ItemTracker] The mod Forestry is overwriting existing item at 1386 (com.willdabeast509.flintlocks.guns.ItemRevolverLo from flintlock_guns) with forestry.arboriculture.items.ItemWoodBlock
2013-11-04 14:00:37 [INFO] [STDOUT] CONFLICT @ 1131 item slot already occupied by [email protected] while adding [email protected]
2013-11-04 14:00:37 [INFO] [fml.ItemTracker] The mod Forestry is overwriting existing item at 1387 (com.willdabeast509.flintlocks.guns.ItemRevolverLo from flintlock_guns) with forestry.arboriculture.items.ItemWoodBlock
2013-11-04 14:00:37 [INFO] [STDOUT] CONFLICT @ 1159 item slot already occupied by [email protected] while adding [email protected]
2013-11-04 14:00:37 [INFO] [fml.ItemTracker] The mod Forestry is overwriting existing item at 1415 (com.willdabeast509.flintlocks.guns.ItemRevolverLo from flintlock_guns) with forestry.arboriculture.items.ItemWoodBlock
2013-11-04 14:00:37 [INFO] [STDOUT] CONFLICT @ 1138 item slot already occupied by [email protected] while adding [email protected]
2013-11-04 14:00:37 [INFO] [fml.ItemTracker] The mod Forestry is overwriting existing item at 1394 (com.willdabeast509.flintlocks.guns.ItemRevolverLo from flintlock_guns) with forestry.arboriculture.items.ItemWoodBlock
2013-11-04 14:00:37 [INFO] [STDOUT] CONFLICT @ 1162 item slot already occupied by [email protected] while adding [email protected]
2013-11-04 14:00:37 [INFO] [fml.ItemTracker] The mod Forestry is overwriting existing item at 1418 (com.willdabeast509.flintlocks.guns.ItemRevolverLo from flintlock_guns) with forestry.arboriculture.items.ItemWoodBlock
2013-11-04 14:00:37 [INFO] [STDOUT] CONFLICT @ 1140 item slot already occupied by [email protected] while adding [email protected]
2013-11-04 14:00:37 [INFO] [fml.ItemTracker] The mod Forestry is overwriting existing item at 1396 (com.willdabeast509.flintlocks.guns.ItemRevolverLo from flintlock_guns) with forestry.arboriculture.items.ItemStairs
2013-11-04 14:00:37 [INFO] [STDOUT] CONFLICT @ 1136 item slot already occupied by [email protected] while adding [email protected]
2013-11-04 14:00:37 [INFO] [fml.ItemTracker] The mod Forestry is overwriting existing item at 1392 (com.willdabeast509.flintlocks.guns.ItemRevolverLo from flintlock_guns) with forestry.core.items.ItemForestryBlock
2013-11-04 14:00:37 [INFO] [STDOUT] CONFLICT @ 1137 item slot already occupied by [email protected] while adding [email protected]
2013-11-04 14:00:37 [INFO] [fml.ItemTracker] The mod Forestry is overwriting existing item at 1393 (com.willdabeast509.flintlocks.guns.ItemRevolverLo from flintlock_guns) with forestry.core.items.ItemForestryBlock
2013-11-04 14:00:37 [INFO] [STDOUT] CONFLICT @ 1154 item slot already occupied by [email protected] while adding [email protected]
2013-11-04 14:00:37 [INFO] [fml.ItemTracker] The mod Forestry is overwriting existing item at 1410 (com.willdabeast509.flintlocks.guns.ItemRevolverLo from flintlock_guns) with forestry.core.items.ItemForestryBlock
2013-11-04 14:00:37 [INFO] [STDOUT] CONFLICT @ 1121 item slot already occupied by [email protected] while adding [email protected]
2013-11-04 14:00:37 [INFO] [fml.ItemTracker] The mod Forestry is overwriting existing item at 1377 (com.willdabeast509.flintlocks.guns.ItemRevolverLo from flintlock_guns) with forestry.core.items.ItemForestryBlock
2013-11-04 14:00:37 [INFO] [STDOUT] CONFLICT @ 1148 item slot already occupied by [email protected] while adding [email protected]
2013-11-04 14:00:37 [INFO] [fml.ItemTracker] The mod Forestry is overwriting existing item at 1404 (com.willdabeast509.flintlocks.guns.ItemRevolverLo from flintlock_guns) with forestry.core.items.ItemForestryBlock
2013-11-04 14:00:37 [INFO] [STDOUT] CONFLICT @ 1149 item slot already occupied by [email protected] while adding [email protected]
2013-11-04 14:00:37 [INFO] [fml.ItemTracker] The mod Forestry is overwriting existing item at 1405 (com.willdabeast509.flintlocks.guns.ItemRevolverLo from flintlock_guns) with forestry.core.items.ItemForestryBlock
2013-11-04 14:00:37 [INFO] [STDOUT] CONFLICT @ 1150 item slot already occupied by [email protected] while adding [email protected]
2013-11-04 14:00:37 [INFO] [fml.ItemTracker] The mod Forestry is overwriting existing item at 1406 (com.willdabeast509.flintlocks.guns.ItemRevolverLo from flintlock_guns) with forestry.core.items.ItemNBTTile
2013-11-04 14:00:37 [INFO] [fml.ItemTracker] The mod Forestry is overwriting existing item at 1395 (com.willdabeast509.flintlocks.guns.ItemRevolverLo from flintlock_guns) with forestry.farming.items.ItemFarmBlock
2013-11-04 14:00:37 [INFO] [STDOUT] CONFLICT @ 1120 item slot already occupied by [email protected] while adding [email protected]
2013-11-04 14:00:37 [INFO] [fml.ItemTracker] The mod Forestry is overwriting existing item at 1376 (com.willdabeast509.flintlocks.guns.ItemRevolverLo from flintlock_guns) with forestry.core.items.ItemForestryBlock
2013-11-04 14:00:37 [INFO] [STDOUT] CONFLICT @ 1151 item slot already occupied by [email protected] while adding [email protected]
2013-11-04 14:00:37 [INFO] [fml.ItemTracker] The mod Forestry is overwriting existing item at 1407 (com.willdabeast509.flintlocks.guns.ItemRevolverLo from flintlock_guns) with forestry.core.items.ItemForestryBlock
2013-11-04 14:00:38 [INFO] [GraviGun] [2.0.0] Loading properties.
2013-11-04 14:00:38 [INFO] [ForgeModLoader] InvTweaks: invtweaks.InvTweaksObfuscation
2013-11-04 14:00:38 [INFO] [PortalGun] [2.0.1] Loading properties.
2013-11-04 14:00:38 [INFO] [STDERR] java.io.FileNotFoundException: http://repo.creeperh...chun/assets.xml
2013-11-04 14:00:38 [INFO] [STDERR] at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
2013-11-04 14:00:38 [INFO] [STDERR] at portalgun.client.thread.ThreadDownloadResources.run(ThreadDownloadResources.java:61)
2013-11-04 14:00:41 [INFO] [fml.ItemTracker] The mod Railcraft is overwriting existing item at 328 (net.minecraft.item.ItemMinecart from Minecraft) with mods.railcraft.common.carts.ItemCartVanilla
2013-11-04 14:00:41 [INFO] [fml.ItemTracker] The mod Railcraft is overwriting existing item at 342 (net.minecraft.item.ItemMinecart from Minecraft) with mods.railcraft.common.carts.ItemCartVanilla
2013-11-04 14:00:41 [INFO] [fml.ItemTracker] The mod Railcraft is overwriting existing item at 343 (net.minecraft.item.ItemMinecart from Minecraft) with mods.railcraft.common.carts.ItemCartVanilla
2013-11-04 14:00:41 [INFO] [fml.ItemTracker] The mod Railcraft is overwriting existing item at 407 (net.minecraft.item.ItemMinecart from Minecraft) with mods.railcraft.common.carts.ItemCartVanilla
2013-11-04 14:00:42 [INFO] [STDOUT] CONFLICT @ 1215 item slot already occupied by [email protected] while adding [email protected]
2013-11-04 14:00:42 [INFO] [fml.ItemTracker] The mod TConstruct is overwriting existing item at 1471 (com.willdabeast509.flintlocks.guns.ItemPuckle from flintlock_guns) with tconstruct.items.blocks.ToolStationItemBlock
2013-11-04 14:00:42 [INFO] [STDOUT] CONFLICT @ 1212 item slot already occupied by [email protected] while adding [email protected]
2013-11-04 14:00:42 [INFO] [fml.ItemTracker] The mod TConstruct is overwriting existing item at 1468 (com.willdabeast509.flintlocks.guns.ItemPuckle from flintlock_guns) with tconstruct.items.blocks.ToolForgeItemBlock
2013-11-04 14:00:42 [INFO] [STDOUT] CONFLICT @ 1216 item slot already occupied by [email protected] while adding [email protected]
2013-11-04 14:00:42 [INFO] [fml.ItemTracker] The mod TConstruct is overwriting existing item at 1472 (com.willdabeast509.flintlocks.guns.ItemPuckle from flintlock_guns) with net.minecraft.item.ItemBlock
2013-11-04 14:00:42 [INFO] [STDOUT] CONFLICT @ 1220 item slot already occupied by [email protected] while adding [email protected]
2013-11-04 14:00:42 [INFO] [fml.ItemTracker] The mod TConstruct is overwriting existing item at 1476 (com.willdabeast509.flintlocks.guns.ItemPuckle from flintlock_guns) with tconstruct.items.blocks.CraftedSoilItemBlock
2013-11-04 14:00:42 [INFO] [STDOUT] CONFLICT @ 1222 item slot already occupied by [email protected] while adding [email protected]
2013-11-04 14:00:42 [INFO] [fml.ItemTracker] The mod TConstruct is overwriting existing item at 1478 (com.willdabeast509.flintlocks.guns.ItemPuckle from flintlock_guns) with tconstruct.items.blocks.MetalItemBlock
2013-11-04 14:00:42 [INFO] [STDOUT] CONFLICT @ 1218 item slot already occupied by [email protected] while adding [email protected]
2013-11-04 14:00:42 [INFO] [fml.ItemTracker] The mod TConstruct is overwriting existing item at 1474 (com.willdabeast509.flintlocks.guns.ItemPuckle from flintlock_guns) with tconstruct.items.blocks.SmelteryItemBlock
2013-11-04 14:00:42 [INFO] [STDOUT] CONFLICT @ 1217 item slot already occupied by [email protected] while adding [email protected]
2013-11-04 14:00:42 [INFO] [fml.ItemTracker] The mod TConstruct is overwriting existing item at 1473 (com.willdabeast509.flintlocks.guns.ItemPuckle from flintlock_guns) with tconstruct.items.blocks.LavaTankItemBlock
2013-11-04 14:00:42 [INFO] [STDOUT] CONFLICT @ 1221 item slot already occupied by [email protected] while adding [email protected]
2013-11-04 14:00:42 [INFO] [fml.ItemTracker] The mod TConstruct is overwriting existing item at 1477 (com.willdabeast509.flintlocks.guns.ItemPuckle from flintlock_guns) with tconstruct.items.blocks.SearedTableItemBlock
2013-11-04 14:00:42 [INFO] [STDOUT] CONFLICT @ 1214 item slot already occupied by [email protected] while adding [email protected]
2013-11-04 14:00:42 [INFO] [fml.ItemTracker] The mod TConstruct is overwriting existing item at 1470 (com.willdabeast509.flintlocks.guns.ItemPuckle from flintlock_guns) with tconstruct.items.blocks.ItemBlockLandmine
2013-11-04 14:00:42 [INFO] [STDOUT] CONFLICT @ 1213 item slot already occupied by [email protected] while adding [email protected]
2013-11-04 14:00:42 [INFO] [fml.ItemTracker] The mod TConstruct is overwriting existing item at 1469 (com.willdabeast509.flintlocks.guns.ItemPuckle from flintlock_guns) with tconstruct.items.blocks.BarricadeItem
2013-11-04 14:00:42 [INFO] [STDOUT] CONFLICT @ 1226 item slot already occupied by [email protected] while adding [email protected]
2013-11-04 14:00:42 [INFO] [fml.ItemTracker] The mod TConstruct is overwriting existing item at 1482 (com.willdabeast509.flintlocks.guns.ItemPuckle from flintlock_guns) with tconstruct.items.blocks.BarricadeItem
2013-11-04 14:00:42 [INFO] [STDOUT] CONFLICT @ 1227 item slot already occupied by [email protected] while adding [email protected]
2013-11-04 14:00:42 [INFO] [fml.ItemTracker] The mod TConstruct is overwriting existing item at 1483 (com.willdabeast509.flintlocks.guns.ItemPuckle from flintlock_guns) with tconstruct.items.blocks.BarricadeItem
2013-11-04 14:00:42 [INFO] [STDOUT] CONFLICT @ 1231 item slot already occupied by [email protected] while adding [email protected]
2013-11-04 14:00:42 [INFO] [fml.ItemTracker] The mod TConstruct is overwriting existing item at 1487 (com.willdabeast509.flintlocks.guns.ItemPuckle from flintlock_guns) with tconstruct.items.blocks.BarricadeItem
2013-11-04 14:00:42 [INFO] [STDOUT] CONFLICT @ 1228 item slot already occupied by [email protected] while adding [email protected]
2013-11-04 14:00:42 [INFO] [fml.ItemTracker] The mod TConstruct is overwriting existing item at 1484 (com.willdabeast509.flintlocks.guns.ItemPuckle from flintlock_guns) with net.minecraft.item.ItemBlock
2013-11-04 14:00:42 [INFO] [STDOUT] CONFLICT @ 1225 item slot already occupied by [email protected] while adding [email protected]
2013-11-04 14:00:42 [INFO] [fml.ItemTracker] The mod TConstruct is overwriting existing item at 1481 (com.willdabeast509.flintlocks.guns.ItemPuckle from flintlock_guns) with tconstruct.items.blocks.MultiBrickItem
2013-11-04 14:00:42 [INFO] [STDOUT] CONFLICT @ 1211 item slot already occupied by [email protected] while adding [email protected]
2013-11-04 14:00:42 [INFO] [fml.ItemTracker] The mod TConstruct is overwriting existing item at 1467 (com.willdabeast509.flintlocks.guns.ItemPuckle from flintlock_guns) with tconstruct.items.blocks.MultiBrickFancyItem
2013-11-04 14:00:42 [INFO] [STDOUT] CONFLICT @ 1229 item slot already occupied by [email protected] while adding tconstruct.items.blocks.OreberryBu[email protected]
2013-11-04 14:00:42 [INFO] [fml.ItemTracker] The mod TConstruct is overwriting existing item at 1485 (com.willdabeast509.flintlocks.guns.ItemPuckle from flintlock_guns) with tconstruct.items.blocks.OreberryBuem
2013-11-04 14:00:42 [INFO] [STDOUT] CONFLICT @ 1230 item slot already occupied by [email protected] while adding [email protected]
2013-11-04 14:00:42 [INFO] [fml.ItemTracker] The mod TConstruct is overwriting existing item at 1486 (com.willdabeast509.flintlocks.guns.ItemPuckle from flintlock_guns) with tconstruct.items.blocks.OreberryBushSecondItem
2013-11-04 14:00:42 [INFO] [STDOUT] CONFLICT @ 1219 item slot already occupied by [email protected] while adding [email protected]
2013-11-04 14:00:42 [INFO] [fml.ItemTracker] The mod TConstruct is overwriting existing item at 1475 (com.willdabeast509.flintlocks.guns.ItemPuckle from flintlock_guns) with tconstruct.items.blocks.MetalOreItemBlock
2013-11-04 14:00:42 [INFO] [STDOUT] CONFLICT @ 1232 item slot already occupied by [email protected] while adding [email protected]
2013-11-04 14:00:42 [INFO] [fml.ItemTracker] The mod TConstruct is overwriting existing item at 1488 (com.willdabeast509.flintlocks.guns.ItemPuckle from flintlock_guns) with tconstruct.items.blocks.GravelOreItem
2013-11-04 14:00:42 [INFO] [STDOUT] CONFLICT @ 1233 item slot already occupied by [email protected] while adding [email protected]
2013-11-04 14:00:42 [INFO] [fml.ItemTracker] The mod TConstruct is overwriting existing item at 1489 (com.willdabeast509.flintlocks.guns.ItemPuckle from flintlock_guns) with tconstruct.items.blocks.SpeedBlockItem
2013-11-04 14:00:42 [INFO] [EDX] Detected ore block [oreCobalt]. Adding to mimicking blacklist.
2013-11-04 14:00:42 [INFO] [EDX] Detected ore block [oreArdite]. Adding to mimicking blacklist.
2013-11-04 14:00:42 [INFO] [EDX] Detected ore block [oreCopper]. Adding to mimicking blacklist.
2013-11-04 14:00:42 [INFO] [EDX] Detected ore block [oreTin]. Adding to mimicking blacklist.
2013-11-04 14:00:42 [INFO] [EDX] Detected ore block [oreNaturalAluminum]. Adding to mimicking blacklist.
2013-11-04 14:00:42 [INFO] [EDX] Detected ore block [oreIron]. Adding to mimicking blacklist.
2013-11-04 14:00:42 [INFO] [EDX] Detected ore block [oreGold]. Adding to mimicking blacklist.
2013-11-04 14:00:42 [INFO] [EDX] Detected ore block [oreCobalt]. Adding to mimicking blacklist.
2013-11-04 14:00:42 [INFO] [EDX] Detected ore block [oreCopper]. Adding to mimicking blacklist.
2013-11-04 14:00:42 [INFO] [EDX] Detected ore block [oreTin]. Adding to mimicking blacklist.
2013-11-04 14:00:42 [INFO] [EDX] Detected ore block [oreNaturalAluminum]. Adding to mimicking blacklist.
2013-11-04 14:00:42 [SEVERE] [TConstruct] The language resource /assets/tinker/lang/pl_Pl.xml cannot be located on the classpath. This is a programming error.
2013-11-04 14:00:43 [INFO] [STDOUT] CONFLICT @ 27701 item slot already occupied by [email protected] while adding [email protected]
2013-11-04 14:00:43 [INFO] [fml.ItemTracker] The mod TwilightForest is overwriting existing item at 27957 (rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgy from Metallurgy3Base) with twilightforest.item.ItemTF
2013-11-04 14:00:43 [INFO] [STDOUT] CONFLICT @ 27702 item slot already occupied by [email protected] while adding [email protected]
2013-11-04 14:00:43 [INFO] [fml.ItemTracker] The mod TwilightForest is overwriting existing item at 27958 (rebelkeithy.mods.keithyutils.items.CustomItemPickaxe from Metallurgy3Base) with twilightforest.item.ItemTFNagaArmor
2013-11-04 14:00:43 [INFO] [STDOUT] CONFLICT @ 27703 item slot already occupied by [email protected] while adding [email protected]
2013-11-04 14:00:43 [INFO] [fml.ItemTracker] The mod TwilightForest is overwriting existing item at 27959 (rebelkeithy.mods.keithyutils.items.CustomItemSpade from Metallurgy3Base) with twilightforest.item.ItemTFNagaArmor
2013-11-04 14:00:43 [INFO] [STDOUT] CONFLICT @ 27704 item slot already occupied by [email protected] while adding [email protected]
2013-11-04 14:00:43 [INFO] [fml.ItemTracker] The mod TwilightForest is overwriting existing item at 27960 (rebelkeithy.mods.keithyutils.items.CustomItemAxe from Metallurgy3Base) with twilightforest.item.ItemTFTwilightWand
2013-11-04 14:00:43 [INFO] [STDOUT] CONFLICT @ 27705 item slot already occupied by [email protected] while adding [email protected]
2013-11-04 14:00:43 [INFO] [fml.ItemTracker] The mod TwilightForest is overwriting existing item at 27961 (rebelkeithy.mods.keithyutils.items.CustomItemHoe from Metallurgy3Base) with twilightforest.item.ItemTFLifeDrainWand
2013-11-04 14:00:44 [INFO] [STDOUT] CONFLICT @ 27706 item slot already occupied by [email protected]ccf1f3 while adding [email protected]
2013-11-04 14:00:44 [INFO] [fml.ItemTracker] The mod TwilightForest is overwriting existing item at 27962 (rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgySword from Metallurgy3Base) with twilightforest.item.ItemTFZombieWand
2013-11-04 14:00:44 [INFO] [STDOUT] CONFLICT @ 27708 item slot already occupied by [email protected]26fae9 while adding [email protected]
2013-11-04 14:00:44 [INFO] [fml.ItemTracker] The mod TwilightForest is overwriting existing item at 27964 (rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor from Metallurgy3Base) with twilightforest.item.ItemTFOreMeter
2013-11-04 14:00:44 [INFO] [STDOUT] CONFLICT @ 27709 item slot already occupied by [email protected]2d89c while adding [email protected]
2013-11-04 14:00:44 [INFO] [fml.ItemTracker] The mod TwilightForest is overwriting existing item at 27965 (rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor from Metallurgy3Base) with twilightforest.item.ItemTFMagicMap
2013-11-04 14:00:44 [INFO] [STDOUT] CONFLICT @ 27710 item slot already occupied by [email protected]bb2555 while adding [email protected]
2013-11-04 14:00:44 [INFO] [fml.ItemTracker] The mod TwilightForest is overwriting existing item at 27966 (rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor from Metallurgy3Base) with twilightforest.item.ItemTFMazeMap
2013-11-04 14:00:44 [INFO] [STDOUT] CONFLICT @ 27750 item slot already occupied by [email protected]2 while adding [email protected]
2013-11-04 14:00:44 [INFO] [fml.ItemTracker] The mod TwilightForest is overwriting existing item at 28006 (rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgy from Metallurgy3Base) with twilightforest.item.ItemTFSteeleafAxe
2013-11-04 14:00:44 [INFO] [STDOUT] CONFLICT @ 27751 item slot already occupied by [email protected]7 while adding [email protected]
2013-11-04 14:00:44 [INFO] [fml.ItemTracker] The mod TwilightForest is overwriting existing item at 28007 (rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgy from Metallurgy3Base) with twilightforest.item.ItemTFSteeleafHoe
2013-11-04 14:00:44 [INFO] [STDOUT] CONFLICT @ 27752 item slot already occupied by [email protected] while adding [email protected]
2013-11-04 14:00:44 [INFO] [fml.ItemTracker] The mod TwilightForest is overwriting existing item at 28008 (rebelkeithy.mods.keithyutils.items.CustomItemPickaxe from Metallurgy3Base) with twilightforest.item.ItemTFMinotaurAxe
2013-11-04 14:00:44 [INFO] [STDOUT] CONFLICT @ 27753 item slot already occupied by [email protected] while adding [email protected]
2013-11-04 14:00:44 [INFO] [fml.ItemTracker] The mod TwilightForest is overwriting existing item at 28009 (rebelkeithy.mods.keithyutils.items.CustomItemSpade from Metallurgy3Base) with twilightforest.item.ItemTFMazebreakerPick
2013-11-04 14:00:44 [INFO] [STDOUT] CONFLICT @ 27754 item slot already occupied by [email protected] while adding [email protected]
2013-11-04 14:00:44 [INFO] [fml.ItemTracker] The mod TwilightForest is overwriting existing item at 28010 (rebelkeithy.mods.keithyutils.items.CustomItemAxe from Metallurgy3Base) with twilightforest.item.ItemTFTransformPowder
2013-11-04 14:00:44 [INFO] [STDOUT] CONFLICT @ 27755 item slot already occupied by [email protected] while adding [email protected]
2013-11-04 14:00:44 [INFO] [fml.ItemTracker] The mod TwilightForest is overwriting existing item at 28011 (rebelkeithy.mods.keithyutils.items.CustomItemHoe from Metallurgy3Base) with twilightforest.item.ItemTFFood
2013-11-04 14:00:44 [INFO] [STDOUT] CONFLICT @ 27756 item slot already occupied by [email protected]49ef94 while adding [email protected]
2013-11-04 14:00:44 [INFO] [fml.ItemTracker] The mod TwilightForest is overwriting existing item at 28012 (rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgySword from Metallurgy3Base) with twilightforest.item.ItemTFFood
2013-11-04 14:00:44 [INFO] [STDOUT] CONFLICT @ 27757 item slot already occupied by [email protected]22f93 while adding [email protected]
2013-11-04 14:00:44 [INFO] [fml.ItemTracker] The mod TwilightForest is overwriting existing item at 28013 (rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor from Metallurgy3Base) with twilightforest.item.ItemTFFood
2013-11-04 14:00:44 [INFO] [STDOUT] CONFLICT @ 27758 item slot already occupied by [email protected]17f21 while adding [email protected]
2013-11-04 14:00:44 [INFO] [fml.ItemTracker] The mod TwilightForest is overwriting existing item at 28014 (rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor from Metallurgy3Base) with twilightforest.item.ItemTFFood
2013-11-04 14:00:44 [INFO] [STDOUT] CONFLICT @ 27759 item slot already occupied by [email protected]156df while adding [email protected]
2013-11-04 14:00:44 [INFO] [fml.ItemTracker] The mod TwilightForest is overwriting existing item at 28015 (rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor from Metallurgy3Base) with twilightforest.item.ItemTFEmptyMagicMap
2013-11-04 14:00:44 [INFO] [STDOUT] CONFLICT @ 27760 item slot already occupied by [email protected]e4ecd while adding [email protected]
2013-11-04 14:00:44 [INFO] [fml.ItemTracker] The mod TwilightForest is overwriting existing item at 28016 (rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor from Metallurgy3Base) with twilightforest.item.ItemTFEmptyMazeMap
2013-11-04 14:00:44 [SEVERE] [ForgeModLoader] Fatal errors were detected during the transition from PREINITIALIZATION to INITIALIZATION. Loading cannot continue
2013-11-04 14:00:44 [SEVERE] [ForgeModLoader]
mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
FML{6.4.38.942} [Forge Mod Loader] (minecraftforge-9.11.1.942.jar) Unloaded->Constructed->Pre-initialized
Forge{9.11.1.942} [Minecraft Forge] (minecraftforge-9.11.1.942.jar) Unloaded->Constructed->Pre-initialized
AppliedEnergistics-Core{rv13.c} [AppliedEnergistics Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
TConstruct-Preloader{0.0.1} [Tinkers Corestruct] (minecraft.jar) Unloaded->Constructed->Pre-initialized
TooManyItems{1.6.4} [TooManyItems] (minecraft.jar) Unloaded->Constructed->Pre-initialized
bspkrsCore{v4.1(1.6.4)} [bspkrsCore] (BSPKRSCore [1.6.4] v4.1.zip) Unloaded->Constructed->Pre-initialized
pamweeeflowers{1.1} [Pam's Weee! Flowers] (Weee Flowers 1.6.4 v1.04.zip) Unloaded->Constructed->Pre-initialized
tuxweapons{0.5b} [Tux Weapons] (TuxWeapons 0.5b.jar) Unloaded->Constructed->Pre-initialized
pamtemperateplants{1.0} [Pam's TemperatePlants] (Temperate Plants 1.6.4.zip) Unloaded->Constructed->Pre-initialized
TF2Teleporter{1.6.4} [TF2 Teleporter] (TF2_Teleporter_1.6.4a.zip) Unloaded->Constructed->Pre-initialized
TF2Sentry{1.6.4} [TF2 Sentry] (TF2_Sentry_1.6.4a.zip) Unloaded->Constructed->Pre-initialized
TF2Dispenser{1.6.4} [TF2 Dispenser] (TF2_Dispenser_1.6.4a.zip) Unloaded->Constructed->Pre-initialized
StatusEffectHUD{v1.19(1.6.4)} [StatusEffectHUD] (StatusEffectHUDv1.19.zip) Unloaded->Constructed->Pre-initialized
wuppy29_slimedungeon{1.5.5} [Slime Dungeons] (Slime Dungeons 1.6.4.zip) Unloaded->Constructed->Pre-initialized
AS_Ruins{10.7} [Ruins Spawning System] (Ruins 1.6.4.zip) Unloaded->Constructed->Pre-initialized
Roguelike{1.2.2} [Roguelike Dungeons Mod] (Roguelike Dungeons 1.6.4.zip) Unloaded->Constructed->Pre-initialized
MutantCreatures{1.4.4} [Mutant Creatures] (Mutant_Creatures_v1.4.4_mc1.6.4.zip) Unloaded->Constructed->Pre-initialized
MoreSwordsMod{2.5.5} [More Swords Mod] (More Swords 1.6.4.jar) Unloaded->Constructed->Pre-initialized
More Pistons{1.4.1 [Build Smeagol]} [More Pistons] (More Pistons 1.6.4.zip) Unloaded->Constructed->Pre-initialized
KeithyUtils{1.2} [Keithy Utils] (KeithyUtils_1.2.zip) Unloaded->Constructed->Pre-initialized
Metallurgy3Core{3.2.3} [Metallurgy 3 Core] (Metallurgy_3.2.3.zip) Unloaded->Constructed->Pre-initialized
Metallurgy3Base{3.2.3} [Metallurgy 3 Base] (Metallurgy_3.2.3.zip) Unloaded->Constructed->Pre-initialized
Metallurgy3Machines{3.2.3} [Metallurgy 3 Machines] (Metallurgy_3.2.3.zip) Unloaded->Constructed->Pre-initialized
Metallurgy3Vanilla{3.2.3} [Metallurgy 3 Vanilla] (Metallurgy_3.2.3.zip) Unloaded->Constructed->Pre-initialized
MapWriter{2.0} [MapWriter] (Mapwriter-2.0.11.zip) Unloaded->Constructed->Pre-initialized
LostBooks{1.1} [Lost Books] (LostBooks 1.6.4.zip) Unloaded->Constructed->Pre-initialized
LavaMonsters{2.2} [Lava Monsters] (LavaMonsters 1.6.4.zip) Unloaded->Constructed->Pre-initialized
InfernalMobs{1.3.9} [Infernal Mobs] (InfernalMobs_1.6.4.zip) Unloaded->Constructed->Pre-initialized
HopperDuctMod{1.1} [Hopper Ducts] (HopperDuctsMod1.1.zip) Unloaded->Constructed->Pre-initialized
pamharvestcraft{1.0} [Pam's HarvestCraft Base] (HarvestCraft 1.6.4 v1.1.4.zip) Unloaded->Constructed->Pre-initialized
mod_bspkrsCore{v4.1(1.6.4)} [bspkrsCore] (BSPKRSCore [1.6.4] v4.1.zip) Unloaded->Constructed->Pre-initialized
FloatingRuins{Forge 1.6.4.r01} [FloatingRuins] (Floating Ruins 1.6.4.zip) Unloaded->Constructed->Pre-initialized
flintlock_guns{1.6_5} [Flintlock Guns Mod] (Flintlock Guns 1.6.4.zip) Unloaded->Constructed->Pre-initialized
meteors{2.11.2} [Falling Meteors] (Falling Meteors 1.6.4.zip) Unloaded->Constructed->Errored
ExtrabiomesXL{3.14.2} [ExtrabiomesXL] (ExtrabiomesXL 1.6.4.jar) Unloaded->Constructed->Pre-initialized
EDX{@[email protected]@[email protected]@[email protected]@[email protected]@[email protected]} [EDX] (Electrodynamics-Alpha-0.1.5.4.zip) Unloaded->Constructed->Pre-initialized
DungeonPack{1.6.4} [DungeonPack] (DungeonPack 1.6.4.zip) Unloaded->Constructed->Pre-initialized
pamdesertcraft{1.0} [Pam's DesertCraft] (DesertCraft 1.6.4 v1.01.zip) Unloaded->Constructed->Pre-initialized
props{0.1} [Props] (DecoCraft[1.6.4]V1.3.zip) Unloaded->Constructed->Pre-initialized
DeadlyWorld{0.3} [Deadly World] (DeadlyWorld 1.6.4.zip) Unloaded->Constructed->Pre-initialized
ClaySpawn{1.5} [Pam's Clay Spawn] (Clay Spawn 1.6.4.zip) Unloaded->Constructed->Pre-initialized
Chisel{1.4.9} [Chisel] (Chisel-1.6.4.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Core{4.1.2} [BuildCraft] (Buildcraft-A-1.6.2-4.1.2.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Builders{4.1.2} [BC Builders] (Buildcraft-A-1.6.2-4.1.2.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Energy{4.1.2} [BC Energy] (Buildcraft-A-1.6.2-4.1.2.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Factory{4.1.2} [BC Factory] (Buildcraft-A-1.6.2-4.1.2.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Transport{4.1.2} [BC Transport] (Buildcraft-A-1.6.2-4.1.2.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Silicon{4.1.2} [BC Silicon] (Buildcraft-A-1.6.2-4.1.2.jar) Unloaded->Constructed->Pre-initialized
BattleTowers{1.4.0} [Battle Towers] (BattleTowers_1.6.4.zip) Unloaded->Constructed->Pre-initialized
ArmorStatusHUD{v1.15(1.6.4)} [ArmorStatusHUD] (ArmorStatusHUDv1.15.zip) Unloaded->Constructed->Pre-initialized
Aquaculture{1.2.4} [Aquaculture] (Aquaculture_1.2.4.zip) Unloaded->Constructed->Pre-initialized
AnimationAPI{1.1.1} [AnimationAPI] (AnimationAPI v1.1.2 mc1.6.4.zip) Unloaded->Constructed->Pre-initialized
AppliedEnergistics{rv13.c} [Applied Energistics] (Applied Energistics 1.6.4.jar) Unloaded->Constructed->Pre-initialized
extracells{1.4.8b} [ExtraCells] (AE ExtraCells 1.6.4.jar) Unloaded->Constructed->Pre-initialized
Backpack{1.18.17} [Backpack] (BackpackMod1.6.4.zip) Unloaded->Constructed->Pre-initialized
BiblioCraft{1.5.1} [BiblioCraft] (BiblioCraft[v1.5.1].zip) Unloaded->Constructed->Pre-initialized
BiomesOPlenty{1.1.2} [Biomes O' Plenty] (Biomes-O-Plenty 1.6.4.jar) Unloaded->Constructed->Pre-initialized
CarpentersBlocks{v1.9.3} [Carpenter's Blocks] (Carpenter's Blocks 1.6+.zip) Unloaded->Constructed->Pre-initialized
craftguide{1.5.2} [CraftGuide] (CraftGuide-1.6.7.4.zip) Unloaded->Constructed->Pre-initialized
ExtraButtons{1.6.4.0} [ExtraButtons] (ExtraButtons-1.6.4.0.zip) Unloaded->Constructed->Pre-initialized
ExtraUtilities{0.3.4} [Extra Utilities] (Extrautils - 0.3.4.zip) Unloaded->Constructed->Pre-initialized
Forestry{2.3.0.6} [Forestry for Minecraft] (Forestry-A-2.3.0.6.jar) Unloaded->Constructed->Pre-initialized
GraveStoneMod{1.6.2 v5.2} [GraveStone] (Gravestone+ 1.6.4 v1.zip) Unloaded->Constructed->Pre-initialized
GraveStone{2.4.1} [GraveStone] (GraveStones 1.6.4.zip) Unloaded->Constructed->Pre-initialized
iChunUtil{2.3.0} [iChunUtil] (iChunUtil2.3.0.zip) Unloaded->Constructed->Pre-initialized
GraviGun{2.0.0} [GraviGun] (GravityGun2.0.0.zip) Unloaded->Constructed->Pre-initialized
inventorytweaks{1.56} [Inventory Tweaks] (InventoryTweaks-MC1.6.2-1.56-b77.jar) Unloaded->Constructed->Pre-initialized
PortalGun{2.0.1} [PortalGun] (PortalGun2.0.1.zip) Unloaded->Constructed->Pre-initialized
Thaumcraft{4.0.3a} [Thaumcraft] (Thaumcraft4.0.3a.zip) Unloaded->Constructed->Pre-initialized
Railcraft{8.2.0.0} [Railcraft] (Railcraft_1.6.2-8.2.0.0.jar) Unloaded->Constructed->Errored
Schematica{1.5.3.54} [Schematica] (Schematica 1.6.4.jar) Unloaded->Constructed->Pre-initialized
TConstruct{1.6.X_1.4.7} [Tinkers' Construct] (TConstruct_1.6.4_1.4.7.jar) Unloaded->Constructed->Pre-initialized
TConstruct|CompatAE{0.0.1} [TConstruct Compat: AE] (TConstruct_1.6.4_1.4.7.jar) Unloaded->Constructed->Pre-initialized
TConstruct|ForgeMuliPart{0.1} [TConstruct Compat: FMP] (TConstruct_1.6.4_1.4.7.jar) Unloaded->Constructed->Pre-initialized
TConstruct|CompatWaila{0.0.1} [TConstruct Compat: Waila] (TConstruct_1.6.4_1.4.7.jar) Unloaded->Constructed->Pre-initialized
ThaumicTinkerer{2.0} [Thaumic Tinkerer] (ThaumicTinkerer 2.0-24.jar) Unloaded->Constructed->Pre-initialized
TwilightForest{1.20.1} [The Twilight Forest] (Twilight Forest-1.20.1.jar) Unloaded->Constructed->Pre-initialized
2013-11-04 14:00:44 [SEVERE] [ForgeModLoader] The following problems were captured during this phase
2013-11-04 14:00:44 [SEVERE] [ForgeModLoader] Caught exception from meteors
java.lang.ExceptionInInitializerError
at net.meteor.common.MeteorsMod.loadConfigurationValues(MeteorsMod.java:350)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:522)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:473)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
at net.minecraft.client.main.Main.main(SourceFile:101)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at magic.launcher.Launcher.main(Unknown Source)
Caused by: java.lang.NullPointerException
at cpw.mods.fml.client.FMLClientHandler.getCurrentLanguage(FMLClientHandler.java:658)
at cpw.mods.fml.common.FMLCommonHandler.getCurrentLanguage(FMLCommonHandler.java:504)
at net.meteor.common.LangLocalization.getCurrentLanguage(LangLocalization.java:120)
at net.meteor.common.LangLocalization.(LangLocalization.java:16)
... 42 more
2013-11-04 14:00:44 [SEVERE] [ForgeModLoader] Caught exception from Railcraft
java.lang.NullPointerException
at mods.railcraft.client.core.ClientProxy.getCurrentLanguage(ClientProxy.java:56)
at mods.railcraft.common.core.RailcraftLanguage.getCurrentLanguage(RailcraftLanguage.java:71)
at mods.railcraft.common.core.RailcraftLanguage.hasTag_do(RailcraftLanguage.java:84)
at mods.railcraft.common.core.RailcraftLanguage.hasTag(RailcraftLanguage.java:80)
at mods.railcraft.common.gui.tooltips.ToolTip.buildToolTip(ToolTip.java:74)
at mods.railcraft.common.blocks.tracks.EnumTrack.initialize(EnumTrack.java:134)
at mods.railcraft.common.util.misc.MiscTools.registerTrack(MiscTools.java:58)
at mods.railcraft.common.modules.ModuleExtras.initFirst(ModuleExtras.java:45)
at mods.railcraft.common.modules.ModuleManager.initFirst(ModuleManager.java:179)
at mods.railcraft.common.modules.ModuleManager.preInit(ModuleManager.java:123)
at mods.railcraft.common.core.Railcraft.preInit(Railcraft.java:165)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:522)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:473)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
at net.minecraft.client.main.Main.main(SourceFile:101)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at magic.launcher.Launcher.main(Unknown Source)
2013-11-04 14:00:44 [INFO] [STDOUT] ---- Minecraft Crash Report ----
2013-11-04 14:00:44 [INFO] [STDOUT] // Shall we play a game?
2013-11-04 14:00:44 [INFO] [STDOUT]
2013-11-04 14:00:44 [INFO] [STDOUT] Time: 11/4/13 2:00 PM
2013-11-04 14:00:44 [INFO] [STDOUT] Description: There was a severe problem during mod loading that has caused the game to fail
2013-11-04 14:00:44 [INFO] [STDOUT]
2013-11-04 14:00:44 [INFO] [STDOUT] cpw.mods.fml.common.LoaderException: java.lang.ExceptionInInitializerError
2013-11-04 14:00:44 [INFO] [STDOUT] at cpw.mods.fml.common.LoadController.transition(LoadController.java:156)
2013-11-04 14:00:44 [INFO] [STDOUT] at cpw.mods.fml.common.Loader.loadMods(Loader.java:523)
2013-11-04 14:00:44 [INFO] [STDOUT] at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183)
2013-11-04 14:00:44 [INFO] [STDOUT] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:473)
2013-11-04 14:00:44 [INFO] [STDOUT] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
2013-11-04 14:00:44 [INFO] [STDOUT] at net.minecraft.client.main.Main.main(SourceFile:101)
2013-11-04 14:00:44 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2013-11-04 14:00:44 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2013-11-04 14:00:44 [INFO] [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2013-11-04 14:00:44 [INFO] [STDOUT] at java.lang.reflect.Method.invoke(Unknown Source)
2013-11-04 14:00:44 [INFO] [STDOUT] at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
2013-11-04 14:00:44 [INFO] [STDOUT] at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
2013-11-04 14:00:44 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2013-11-04 14:00:44 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2013-11-04 14:00:44 [INFO] [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2013-11-04 14:00:44 [INFO] [STDOUT] at java.lang.reflect.Method.invoke(Unknown Source)
2013-11-04 14:00:44 [INFO] [STDOUT] at magic.launcher.Launcher.main(Unknown Source)
2013-11-04 14:00:44 [INFO] [STDOUT] Caused by: java.lang.ExceptionInInitializerError
2013-11-04 14:00:44 [INFO] [STDOUT] at net.meteor.common.MeteorsMod.loadConfigurationValues(MeteorsMod.java:350)
2013-11-04 14:00:44 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2013-11-04 14:00:44 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2013-11-04 14:00:44 [INFO] [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2013-11-04 14:00:44 [INFO] [STDOUT] at java.lang.reflect.Method.invoke(Unknown Source)
2013-11-04 14:00:44 [INFO] [STDOUT] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
2013-11-04 14:00:44 [INFO] [STDOUT] at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
2013-11-04 14:00:44 [INFO] [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2013-11-04 14:00:44 [INFO] [STDOUT] at java.lang.reflect.Method.invoke(Unknown Source)
2013-11-04 14:00:44 [INFO] [STDOUT] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2013-11-04 14:00:44 [INFO] [STDOUT] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2013-11-04 14:00:44 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2013-11-04 14:00:44 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2013-11-04 14:00:44 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2013-11-04 14:00:44 [INFO] [STDOUT] at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
2013-11-04 14:00:44 [INFO] [STDOUT] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
2013-11-04 14:00:44 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2013-11-04 14:00:44 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2013-11-04 14:00:44 [INFO] [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2013-11-04 14:00:44 [INFO] [STDOUT] at java.lang.reflect.Method.invoke(Unknown Source)
2013-11-04 14:00:44 [INFO] [STDOUT] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2013-11-04 14:00:44 [INFO] [STDOUT] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2013-11-04 14:00:44 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2013-11-04 14:00:44 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2013-11-04 14:00:44 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2013-11-04 14:00:44 [INFO] [STDOUT] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
2013-11-04 14:00:44 [INFO] [STDOUT] at cpw.mods.fml.common.Loader.loadMods(Loader.java:522)
2013-11-04 14:00:44 [INFO] [STDOUT] ... 15 more
2013-11-04 14:00:44 [INFO] [STDOUT] Caused by: java.lang.NullPointerException
2013-11-04 14:00:44 [INFO] [STDOUT] at cpw.mods.fml.client.FMLClientHandler.getCurrentLanguage(FMLClientHandler.java:658)
2013-11-04 14:00:44 [INFO] [STDOUT] at cpw.mods.fml.common.FMLCommonHandler.getCurrentLanguage(FMLCommonHandler.java:504)
2013-11-04 14:00:44 [INFO] [STDOUT] at net.meteor.common.LangLocalization.getCurrentLanguage(LangLocalization.java:120)
2013-11-04 14:00:44 [INFO] [STDOUT] at net.meteor.common.LangLocalization.(LangLocalization.java:16)
2013-11-04 14:00:44 [INFO] [STDOUT] ... 42 more
2013-11-04 14:00:44 [INFO] [STDOUT]
2013-11-04 14:00:44 [INFO] [STDOUT]
2013-11-04 14:00:44 [INFO] [STDOUT] A detailed walkthrough of the error, its code path and all known details is as follows:
2013-11-04 14:00:44 [INFO] [STDOUT] ---------------------------------------------------------------------------------------
2013-11-04 14:00:44 [INFO] [STDOUT]
2013-11-04 14:00:44 [INFO] [STDOUT] -- System Details --
2013-11-04 14:00:44 [INFO] [STDOUT] Details:
2013-11-04 14:00:44 [INFO] [STDOUT] Minecraft Version: 1.6.4
2013-11-04 14:00:44 [INFO] [STDOUT] Operating System: Windows 7 (x86) version 6.1
2013-11-04 14:00:44 [INFO] [STDOUT] Java Version: 1.7.0_45, Oracle Corporation
2013-11-04 14:00:44 [INFO] [STDOUT] Java VM Version: Java HotSpot™ Client VM (mixed mode), Oracle Corporation
2013-11-04 14:00:44 [INFO] [STDOUT] Memory: 958661872 bytes (914 MB) / 1267073024 bytes (1208 MB) up to 1267073024 bytes (1208 MB)
2013-11-04 14:00:44 [INFO] [STDOUT] JVM Flags: 2 total; -Xms1250m -Xmx1250m
2013-11-04 14:00:44 [INFO] [STDOUT] AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
2013-11-04 14:00:44 [INFO] [STDOUT] Suspicious classes: FML and Forge are installed
2013-11-04 14:00:44 [INFO] [STDOUT] IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
2013-11-04 14:00:44 [INFO] [STDOUT] FML: MCP v8.11 FML v6.4.38.942 Minecraft Forge 9.11.1.942 Optifine OptiFine_1.6.4_HD_U_C6 78 mods loaded, 78 mods active
2013-11-04 14:00:44 [INFO] [STDOUT] mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
2013-11-04 14:00:44 [INFO] [STDOUT] FML{6.4.38.942} [Forge Mod Loader] (minecraftforge-9.11.1.942.jar) Unloaded->Constructed->Pre-initialized
2013-11-04 14:00:44 [INFO] [STDOUT] Forge{9.11.1.942} [Minecraft Forge] (minecraftforge-9.11.1.942.jar) Unloaded->Constructed->Pre-initialized
2013-11-04 14:00:44 [INFO] [STDOUT] AppliedEnergistics-Core{rv13.c} [AppliedEnergistics Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
2013-11-04 14:00:44 [INFO] [STDOUT] TConstruct-Preloader{0.0.1} [Tinkers Corestruct] (minecraft.jar) Unloaded->Constructed->Pre-initialized
2013-11-04 14:00:44 [INFO] [STDOUT] TooManyItems{1.6.4} [TooManyItems] (minecraft.jar) Unloaded->Constructed->Pre-initialized
2013-11-04 14:00:44 [INFO] [STDOUT] bspkrsCore{v4.1(1.6.4)} [bspkrsCore] (BSPKRSCore [1.6.4] v4.1.zip) Unloaded->Constructed->Pre-initialized
2013-11-04 14:00:44 [INFO] [STDOUT] pamweeeflowers{1.1} [Pam's Weee! Flowers] (Weee Flowers 1.6.4 v1.04.zip) Unloaded->Constructed->Pre-initialized
2013-11-04 14:00:44 [INFO] [STDOUT] tuxweapons{0.5b} [Tux Weapons] (TuxWeapons 0.5b.jar) Unloaded->Constructed->Pre-initialized
2013-11-04 14:00:44 [INFO] [STDOUT] pamtemperateplants{1.0} [Pam's TemperatePlants] (Temperate Plants 1.6.4.zip) Unloaded->Constructed->Pre-initialized
2013-11-04 14:00:44 [INFO] [STDOUT] TF2Teleporter{1.6.4} [TF2 Teleporter] (TF2_Teleporter_1.6.4a.zip) Unloaded->Constructed->Pre-initialized
2013-11-04 14:00:44 [INFO] [STDOUT] TF2Sentry{1.6.4} [TF2 Sentry] (TF2_Sentry_1.6.4a.zip) Unloaded->Constructed->Pre-initialized
2013-11-04 14:00:44 [INFO] [STDOUT] TF2Dispenser{1.6.4} [TF2 Dispenser] (TF2_Dispenser_1.6.4a.zip) Unloaded->Constructed->Pre-initialized
2013-11-04 14:00:44 [INFO] [STDOUT] StatusEffectHUD{v1.19(1.6.4)} [StatusEffectHUD] (StatusEffectHUDv1.19.zip) Unloaded->Constructed->Pre-initialized
2013-11-04 14:00:44 [INFO] [STDOUT] wuppy29_slimedungeon{1.5.5} [Slime Dungeons] (Slime Dungeons 1.6.4.zip) Unloaded->Constructed->Pre-initialized
2013-11-04 14:00:44 [INFO] [STDOUT] AS_Ruins{10.7} [Ruins Spawning System] (Ruins 1.6.4.zip) Unloaded->Constructed->Pre-initialized
2013-11-04 14:00:44 [INFO] [STDOUT] Roguelike{1.2.2} [Roguelike Dungeons Mod] (Roguelike Dungeons 1.6.4.zip) Unloaded->Constructed->Pre-initialized
2013-11-04 14:00:44 [INFO] [STDOUT] MutantCreatures{1.4.4} [Mutant Creatures] (Mutant_Creatures_v1.4.4_mc1.6.4.zip) Unloaded->Constructed->Pre-initialized
2013-11-04 14:00:44 [INFO] [STDOUT] MoreSwordsMod{2.5.5} [More Swords Mod] (More Swords 1.6.4.jar) Unloaded->Constructed->Pre-initialized
2013-11-04 14:00:44 [INFO] [STDOUT] More Pistons{1.4.1 [Build Smeagol]} [More Pistons] (More Pistons 1.6.4.zip) Unloaded->Constructed->Pre-initialized
2013-11-04 14:00:44 [INFO] [STDOUT] KeithyUtils{1.2} [Keithy Utils] (KeithyUtils_1.2.zip) Unloaded->Constructed->Pre-initialized
2013-11-04 14:00:44 [INFO] [STDOUT] Metallurgy3Core{3.2.3} [Metallurgy 3 Core] (Metallurgy_3.2.3.zip) Unloaded->Constructed->Pre-initialized
2013-11-04 14:00:44 [INFO] [STDOUT] Metallurgy3Base{3.2.3} [Metallurgy 3 Base] (Metallurgy_3.2.3.zip) Unloaded->Constructed->Pre-initialized
2013-11-04 14:00:44 [INFO] [STDOUT] Metallurgy3Machines{3.2.3} [Metallurgy 3 Machines] (Metallurgy_3.2.3.zip) Unloaded->Constructed->Pre-initialized
2013-11-04 14:00:44 [INFO] [STDOUT] Metallurgy3Vanilla{3.2.3} [Metallurgy 3 Vanilla] (Metallurgy_3.2.3.zip) Unloaded->Constructed->Pre-initialized
2013-11-04 14:00:44 [INFO] [STDOUT] MapWriter{2.0} [MapWriter] (Mapwriter-2.0.11.zip) Unloaded->Constructed->Pre-initialized
2013-11-04 14:00:44 [INFO] [STDOUT] LostBooks{1.1} [Lost Books] (LostBooks 1.6.4.zip) Unloaded->Constructed->Pre-initialized
2013-11-04 14:00:44 [INFO] [STDOUT] LavaMonsters{2.2} [Lava Monsters] (LavaMonsters 1.6.4.zip) Unloaded->Constructed->Pre-initialized
2013-11-04 14:00:44 [INFO] [STDOUT] InfernalMobs{1.3.9} [Infernal Mobs] (InfernalMobs_1.6.4.zip) Unloaded->Constructed->Pre-initialized
2013-11-04 14:00:44 [INFO] [STDOUT] HopperDuctMod{1.1} [Hopper Ducts] (HopperDuctsMod1.1.zip) Unloaded->Constructed->Pre-initialized
2013-11-04 14:00:44 [INFO] [STDOUT] pamharvestcraft{1.0} [Pam's HarvestCraft Base] (HarvestCraft 1.6.4 v1.1.4.zip) Unloaded->Constructed->Pre-initialized
2013-11-04 14:00:44 [INFO] [STDOUT] mod_bspkrsCore{v4.1(1.6.4)} [bspkrsCore] (BSPKRSCore [1.6.4] v4.1.zip) Unloaded->Constructed->Pre-initialized
2013-11-04 14:00:44 [INFO] [STDOUT] FloatingRuins{Forge 1.6.4.r01} [FloatingRuins] (Floating Ruins 1.6.4.zip) Unloaded->Constructed->Pre-initialized
2013-11-04 14:00:44 [INFO] [STDOUT] flintlock_guns{1.6_5} [Flintlock Guns Mod] (Flintlock Guns 1.6.4.zip) Unloaded->Constructed->Pre-initialized
2013-11-04 14:00:44 [INFO] [STDOUT] meteors{2.11.2} [Falling Meteors] (Falling Meteors 1.6.4.zip) Unloaded->Constructed->Errored
2013-11-04 14:00:44 [INFO] [STDOUT] ExtrabiomesXL{3.14.2} [ExtrabiomesXL] (ExtrabiomesXL 1.6.4.jar) Unloaded->Constructed->Pre-initialized
2013-11-04 14:00:44 [INFO] [STDOUT] EDX{@[email protected]@[email protected]@[email protected]@[email protected]@[email protected]} [EDX] (Electrodynamics-Alpha-0.1.5.4.zip) Unloaded->Constructed->Pre-initialized
2013-11-04 14:00:44 [INFO] [STDOUT] DungeonPack{1.6.4} [DungeonPack] (DungeonPack 1.6.4.zip) Unloaded->Constructed->Pre-initialized
2013-11-04 14:00:44 [INFO] [STDOUT] pamdesertcraft{1.0} [Pam's DesertCraft] (DesertCraft 1.6.4 v1.01.zip) Unloaded->Constructed->Pre-initialized
2013-11-04 14:00:44 [INFO] [STDOUT] props{0.1} [Props] (DecoCraft[1.6.4]V1.3.zip) Unloaded->Constructed->Pre-initialized
2013-11-04 14:00:44 [INFO] [STDOUT] DeadlyWorld{0.3} [Deadly World] (DeadlyWorld 1.6.4.zip) Unloaded->Constructed->Pre-initialized
2013-11-04 14:00:44 [INFO] [STDOUT] ClaySpawn{1.5} [Pam's Clay Spawn] (Clay Spawn 1.6.4.zip) Unloaded->Constructed->Pre-initialized
2013-11-04 14:00:44 [INFO] [STDOUT] Chisel{1.4.9} [Chisel] (Chisel-1.6.4.jar) Unloaded->Constructed->Pre-initialized
2013-11-04 14:00:44 [INFO] [STDOUT] BuildCraft|Core{4.1.2} [BuildCraft] (Buildcraft-A-1.6.2-4.1.2.jar) Unloaded->Constructed->Pre-initialized
2013-11-04 14:00:44 [INFO] [STDOUT] BuildCraft|Builders{4.1.2} [BC Builders] (Buildcraft-A-1.6.2-4.1.2.jar) Unloaded->Constructed->Pre-initialized
2013-11-04 14:00:44 [INFO] [STDOUT] BuildCraft|Energy{4.1.2} [BC Energy] (Buildcraft-A-1.6.2-4.1.2.jar) Unloaded->Constructed->Pre-initialized
2013-11-04 14:00:44 [INFO] [STDOUT] BuildCraft|Factory{4.1.2} [BC Factory] (Buildcraft-A-1.6.2-4.1.2.jar) Unloaded->Constructed->Pre-initialized
2013-11-04 14:00:44 [INFO] [STDOUT] BuildCraft|Transport{4.1.2} [BC Transport] (Buildcraft-A-1.6.2-4.1.2.jar) Unloaded->Constructed->Pre-initialized
2013-11-04 14:00:44 [INFO] [STDOUT] BuildCraft|Silicon{4.1.2} [BC Silicon] (Buildcraft-A-1.6.2-4.1.2.jar) Unloaded->Constructed->Pre-initialized
2013-11-04 14:00:44 [INFO] [STDOUT] BattleTowers{1.4.0} [Battle Towers] (BattleTowers_1.6.4.zip) Unloaded->Constructed->Pre-initialized
2013-11-04 14:00:44 [INFO] [STDOUT] ArmorStatusHUD{v1.15(1.6.4)} [ArmorStatusHUD] (ArmorStatusHUDv1.15.zip) Unloaded->Constructed->Pre-initialized
2013-11-04 14:00:44 [INFO] [STDOUT] Aquaculture{1.2.4} [Aquaculture] (Aquaculture_1.2.4.zip) Unloaded->Constructed->Pre-initialized
2013-11-04 14:00:44 [INFO] [STDOUT] AnimationAPI{1.1.1} [AnimationAPI] (AnimationAPI v1.1.2 mc1.6.4.zip) Unloaded->Constructed->Pre-initialized
2013-11-04 14:00:44 [INFO] [STDOUT] AppliedEnergistics{rv13.c} [Applied Energistics] (Applied Energistics 1.6.4.jar) Unloaded->Constructed->Pre-initialized
2013-11-04 14:00:44 [INFO] [STDOUT] extracells{1.4.8b} [ExtraCells] (AE ExtraCells 1.6.4.jar) Unloaded->Constructed->Pre-initialized
2013-11-04 14:00:44 [INFO] [STDOUT] Backpack{1.18.17} [Backpack] (BackpackMod1.6.4.zip) Unloaded->Constructed->Pre-initialized
2013-11-04 14:00:44 [INFO] [STDOUT] BiblioCraft{1.5.1} [BiblioCraft] (BiblioCraft[v1.5.1].zip) Unloaded->Constructed->Pre-initialized
2013-11-04 14:00:44 [INFO] [STDOUT] BiomesOPlenty{1.1.2} [Biomes O' Plenty] (Biomes-O-Plenty 1.6.4.jar) Unloaded->Constructed->Pre-initialized
2013-11-04 14:00:44 [INFO] [STDOUT] CarpentersBlocks{v1.9.3} [Carpenter's Blocks] (Carpenter's Blocks 1.6+.zip) Unloaded->Constructed->Pre-initialized
2013-11-04 14:00:44 [INFO] [STDOUT] craftguide{1.5.2} [CraftGuide] (CraftGuide-1.6.7.4.zip) Unloaded->Constructed->Pre-initialized
2013-11-04 14:00:44 [INFO] [STDOUT] ExtraButtons{1.6.4.0} [ExtraButtons] (ExtraButtons-1.6.4.0.zip) Unloaded->Constructed->Pre-initialized
2013-11-04 14:00:44 [INFO] [STDOUT] ExtraUtilities{0.3.4} [Extra Utilities] (Extrautils - 0.3.4.zip) Unloaded->Constructed->Pre-initialized
2013-11-04 14:00:44 [INFO] [STDOUT] Forestry{2.3.0.6} [Forestry for Minecraft] (Forestry-A-2.3.0.6.jar) Unloaded->Constructed->Pre-initialized
2013-11-04 14:00:44 [INFO] [STDOUT] GraveStoneMod{1.6.2 v5.2} [GraveStone] (Gravestone+ 1.6.4 v1.zip) Unloaded->Constructed->Pre-initialized
2013-11-04 14:00:44 [INFO] [STDOUT] GraveStone{2.4.1} [GraveStone] (GraveStones 1.6.4.zip) Unloaded->Constructed->Pre-initialized
2013-11-04 14:00:44 [INFO] [STDOUT] iChunUtil{2.3.0} [iChunUtil] (iChunUtil2.3.0.zip) Unloaded->Constructed->Pre-initialized
2013-11-04 14:00:44 [INFO] [STDOUT] GraviGun{2.0.0} [GraviGun] (GravityGun2.0.0.zip) Unloaded->Constructed->Pre-initialized
2013-11-04 14:00:44 [INFO] [STDOUT] inventorytweaks{1.56} [Inventory Tweaks] (InventoryTweaks-MC1.6.2-1.56-b77.jar) Unloaded->Constructed->Pre-initialized
2013-11-04 14:00:44 [INFO] [STDOUT] PortalGun{2.0.1} [PortalGun] (PortalGun2.0.1.zip) Unloaded->Constructed->Pre-initialized
2013-11-04 14:00:44 [INFO] [STDOUT] Thaumcraft{4.0.3a} [Thaumcraft] (Thaumcraft4.0.3a.zip) Unloaded->Constructed->Pre-initialized
2013-11-04 14:00:44 [INFO] [STDOUT] Railcraft{8.2.0.0} [Railcraft] (Railcraft_1.6.2-8.2.0.0.jar) Unloaded->Constructed->Errored
2013-11-04 14:00:44 [INFO] [STDOUT] Schematica{1.5.3.54} [Schematica] (Schematica 1.6.4.jar) Unloaded->Constructed->Pre-initialized
2013-11-04 14:00:44 [INFO] [STDOUT] TConstruct{1.6.X_1.4.7} [Tinkers' Construct] (TConstruct_1.6.4_1.4.7.jar) Unloaded->Constructed->Pre-initialized
2013-11-04 14:00:44 [INFO] [STDOUT] TConstruct|CompatAE{0.0.1} [TConstruct Compat: AE] (TConstruct_1.6.4_1.4.7.jar) Unloaded->Constructed->Pre-initialized
2013-11-04 14:00:44 [INFO] [STDOUT] TConstruct|ForgeMuliPart{0.1} [TConstruct Compat: FMP] (TConstruct_1.6.4_1.4.7.jar) Unloaded->Constructed->Pre-initialized
2013-11-04 14:00:44 [INFO] [STDOUT] TConstruct|CompatWaila{0.0.1} [TConstruct Compat: Waila] (TConstruct_1.6.4_1.4.7.jar) Unloaded->Constructed->Pre-initialized
2013-11-04 14:00:44 [INFO] [STDOUT] ThaumicTinkerer{2.0} [Thaumic Tinkerer] (ThaumicTinkerer 2.0-24.jar) Unloaded->Constructed->Pre-initialized
2013-11-04 14:00:44 [INFO] [STDOUT] TwilightForest{1.20.1} [The Twilight Forest] (Twilight Forest-1.20.1.jar) Unloaded->Constructed->Pre-initialized
2013-11-04 14:00:44 [INFO] [STDOUT] #@[email protected]# Game crashed! Crash report saved to: #@[email protected]# C:\Users\Armando Jr\AppData\Roaming\.minecraft\crash-reports\crash-2013-11-04_14.00.44-client.txt
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumBased on your second post, you've got a ton of ID conflicts. Hopefully you fixed them after getting that crash, but before posting... (you said in your first post that they were fixed, hence my worry)
I program
{EDIT} I get this crash without Meteors mod and Railcraft.
// Uh... Did I do that?
Time: 11/4/13 2:43 PM
Description: Initializing game
java.lang.NullPointerException
at net.minecraft.client.resources.LanguageManager.func_135044_b(LanguageManager.java:96)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:478)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
at net.minecraft.client.main.Main.main(SourceFile:101)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at magic.launcher.Launcher.main(Unknown Source)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at net.minecraft.client.resources.LanguageManager.func_135044_b(LanguageManager.java:96)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:478)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
at net.minecraft.client.main.Main.main(SourceFile:101)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at magic.launcher.Launcher.main(Unknown Source)
-- System Details --
Details:
Minecraft Version: 1.6.4
Operating System: Windows 7 (x86) version 6.1
Java Version: 1.7.0_45, Oracle Corporation
Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
Memory: 1056015664 bytes (1007 MB) / 1267073024 bytes (1208 MB) up to 1267073024 bytes (1208 MB)
JVM Flags: 2 total; -Xms1250m -Xmx1250m
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Suspicious classes: FML and Forge are installed
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v8.11 FML v6.4.38.942 Minecraft Forge 9.11.1.942 Optifine OptiFine_1.6.4_HD_U_C6 76 mods loaded, 76 mods active
mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
FML{6.4.38.942} [Forge Mod Loader] (minecraftforge-9.11.1.942.jar) Unloaded->Constructed->Pre-initialized
Forge{9.11.1.942} [Minecraft Forge] (minecraftforge-9.11.1.942.jar) Unloaded->Constructed->Pre-initialized
AppliedEnergistics-Core{rv13.c} [AppliedEnergistics Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
TConstruct-Preloader{0.0.1} [Tinkers Corestruct] (minecraft.jar) Unloaded->Constructed->Pre-initialized
TooManyItems{1.6.4} [TooManyItems] (minecraft.jar) Unloaded->Constructed->Pre-initialized
bspkrsCore{v4.1(1.6.4)} [bspkrsCore] (BSPKRSCore [1.6.4] v4.1.zip) Unloaded->Constructed->Pre-initialized
pamweeeflowers{1.1} [Pam's Weee! Flowers] (Weee Flowers 1.6.4 v1.04.zip) Unloaded->Constructed->Pre-initialized
tuxweapons{0.5b} [Tux Weapons] (TuxWeapons 0.5b.jar) Unloaded->Constructed->Pre-initialized
pamtemperateplants{1.0} [Pam's TemperatePlants] (Temperate Plants 1.6.4.zip) Unloaded->Constructed->Pre-initialized
TF2Teleporter{1.6.4} [TF2 Teleporter] (TF2_Teleporter_1.6.4a.zip) Unloaded->Constructed->Pre-initialized
TF2Sentry{1.6.4} [TF2 Sentry] (TF2_Sentry_1.6.4a.zip) Unloaded->Constructed->Pre-initialized
TF2Dispenser{1.6.4} [TF2 Dispenser] (TF2_Dispenser_1.6.4a.zip) Unloaded->Constructed->Pre-initialized
StatusEffectHUD{v1.19(1.6.4)} [StatusEffectHUD] (StatusEffectHUDv1.19.zip) Unloaded->Constructed->Pre-initialized
wuppy29_slimedungeon{1.5.5} [Slime Dungeons] (Slime Dungeons 1.6.4.zip) Unloaded->Constructed->Pre-initialized
AS_Ruins{10.7} [Ruins Spawning System] (Ruins 1.6.4.zip) Unloaded->Constructed->Pre-initialized
Roguelike{1.2.2} [Roguelike Dungeons Mod] (Roguelike Dungeons 1.6.4.zip) Unloaded->Constructed->Pre-initialized
MutantCreatures{1.4.4} [Mutant Creatures] (Mutant_Creatures_v1.4.4_mc1.6.4.zip) Unloaded->Constructed->Pre-initialized
MoreSwordsMod{2.5.5} [More Swords Mod] (More Swords 1.6.4.jar) Unloaded->Constructed->Pre-initialized
More Pistons{1.4.1 [Build Smeagol]} [More Pistons] (More Pistons 1.6.4.zip) Unloaded->Constructed->Pre-initialized
KeithyUtils{1.2} [Keithy Utils] (KeithyUtils_1.2.zip) Unloaded->Constructed->Pre-initialized
Metallurgy3Core{3.2.3} [Metallurgy 3 Core] (Metallurgy_3.2.3.zip) Unloaded->Constructed->Pre-initialized
Metallurgy3Base{3.2.3} [Metallurgy 3 Base] (Metallurgy_3.2.3.zip) Unloaded->Constructed->Pre-initialized
Metallurgy3Machines{3.2.3} [Metallurgy 3 Machines] (Metallurgy_3.2.3.zip) Unloaded->Constructed->Pre-initialized
Metallurgy3Vanilla{3.2.3} [Metallurgy 3 Vanilla] (Metallurgy_3.2.3.zip) Unloaded->Constructed->Pre-initialized
MapWriter{2.0} [MapWriter] (Mapwriter-2.0.11.zip) Unloaded->Constructed->Pre-initialized
LostBooks{1.1} [Lost Books] (LostBooks 1.6.4.zip) Unloaded->Constructed->Pre-initialized
LavaMonsters{2.2} [Lava Monsters] (LavaMonsters 1.6.4.zip) Unloaded->Constructed->Pre-initialized
InfernalMobs{1.3.9} [Infernal Mobs] (InfernalMobs_1.6.4.zip) Unloaded->Constructed->Pre-initialized
HopperDuctMod{1.1} [Hopper Ducts] (HopperDuctsMod1.1.zip) Unloaded->Constructed->Pre-initialized
pamharvestcraft{1.0} [Pam's HarvestCraft Base] (HarvestCraft 1.6.4 v1.1.4.zip) Unloaded->Constructed->Pre-initialized
mod_bspkrsCore{v4.1(1.6.4)} [bspkrsCore] (BSPKRSCore [1.6.4] v4.1.zip) Unloaded->Constructed->Pre-initialized
FloatingRuins{Forge 1.6.4.r01} [FloatingRuins] (Floating Ruins 1.6.4.zip) Unloaded->Constructed->Pre-initialized
flintlock_guns{1.6_5} [Flintlock Guns Mod] (Flintlock Guns 1.6.4.zip) Unloaded->Constructed->Pre-initialized
ExtrabiomesXL{3.14.2} [ExtrabiomesXL] (ExtrabiomesXL 1.6.4.jar) Unloaded->Constructed->Pre-initialized
EDX{@[email protected]@[email protected]@[email protected]@[email protected]@[email protected]} [EDX] (Electrodynamics-Alpha-0.1.5.4.zip) Unloaded->Constructed->Pre-initialized
DungeonPack{1.6.4} [DungeonPack] (DungeonPack 1.6.4.zip) Unloaded->Constructed->Pre-initialized
pamdesertcraft{1.0} [Pam's DesertCraft] (DesertCraft 1.6.4 v1.01.zip) Unloaded->Constructed->Pre-initialized
props{0.1} [Props] (DecoCraft[1.6.4]V1.3.zip) Unloaded->Constructed->Pre-initialized
DeadlyWorld{0.3} [Deadly World] (DeadlyWorld 1.6.4.zip) Unloaded->Constructed->Pre-initialized
ClaySpawn{1.5} [Pam's Clay Spawn] (Clay Spawn 1.6.4.zip) Unloaded->Constructed->Pre-initialized
Chisel{1.4.9} [Chisel] (Chisel-1.6.4.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Core{4.1.2} [BuildCraft] (Buildcraft-A-1.6.2-4.1.2.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Builders{4.1.2} [BC Builders] (Buildcraft-A-1.6.2-4.1.2.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Energy{4.1.2} [BC Energy] (Buildcraft-A-1.6.2-4.1.2.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Factory{4.1.2} [BC Factory] (Buildcraft-A-1.6.2-4.1.2.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Transport{4.1.2} [BC Transport] (Buildcraft-A-1.6.2-4.1.2.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Silicon{4.1.2} [BC Silicon] (Buildcraft-A-1.6.2-4.1.2.jar) Unloaded->Constructed->Pre-initialized
BattleTowers{1.4.0} [Battle Towers] (BattleTowers_1.6.4.zip) Unloaded->Constructed->Pre-initialized
ArmorStatusHUD{v1.15(1.6.4)} [ArmorStatusHUD] (ArmorStatusHUDv1.15.zip) Unloaded->Constructed->Pre-initialized
Aquaculture{1.2.4} [Aquaculture] (Aquaculture_1.2.4.zip) Unloaded->Constructed->Pre-initialized
AnimationAPI{1.1.1} [AnimationAPI] (AnimationAPI v1.1.2 mc1.6.4.zip) Unloaded->Constructed->Pre-initialized
AppliedEnergistics{rv13.c} [Applied Energistics] (Applied Energistics 1.6.4.jar) Unloaded->Constructed->Pre-initialized
extracells{1.4.8b} [ExtraCells] (AE ExtraCells 1.6.4.jar) Unloaded->Constructed->Pre-initialized
Backpack{1.18.17} [Backpack] (BackpackMod1.6.4.zip) Unloaded->Constructed->Pre-initialized
BiblioCraft{1.5.1} [BiblioCraft] (BiblioCraft[v1.5.1].zip) Unloaded->Constructed->Pre-initialized
BiomesOPlenty{1.1.2} [Biomes O' Plenty] (Biomes-O-Plenty 1.6.4.jar) Unloaded->Constructed->Pre-initialized
CarpentersBlocks{v1.9.3} [Carpenter's Blocks] (Carpenter's Blocks 1.6+.zip) Unloaded->Constructed->Pre-initialized
craftguide{1.5.2} [CraftGuide] (CraftGuide-1.6.7.4.zip) Unloaded->Constructed->Pre-initialized
ExtraButtons{1.6.4.0} [ExtraButtons] (ExtraButtons-1.6.4.0.zip) Unloaded->Constructed->Pre-initialized
ExtraUtilities{0.3.4} [Extra Utilities] (Extrautils - 0.3.4.zip) Unloaded->Constructed->Pre-initialized
Forestry{2.3.0.6} [Forestry for Minecraft] (Forestry-A-2.3.0.6.jar) Unloaded->Constructed->Pre-initialized
GraveStoneMod{1.6.2 v5.2} [GraveStone] (Gravestone+ 1.6.4 v1.zip) Unloaded->Constructed->Pre-initialized
GraveStone{2.4.1} [GraveStone] (GraveStones 1.6.4.zip) Unloaded->Constructed->Pre-initialized
iChunUtil{2.3.0} [iChunUtil] (iChunUtil2.3.0.zip) Unloaded->Constructed->Pre-initialized
GraviGun{2.0.0} [GraviGun] (GravityGun2.0.0.zip) Unloaded->Constructed->Pre-initialized
inventorytweaks{1.56} [Inventory Tweaks] (InventoryTweaks-MC1.6.2-1.56-b77.jar) Unloaded->Constructed->Pre-initialized
PortalGun{2.0.1} [PortalGun] (PortalGun2.0.1.zip) Unloaded->Constructed->Pre-initialized
Schematica{1.5.3.54} [Schematica] (Schematica 1.6.4.jar) Unloaded->Constructed->Pre-initialized
TConstruct{1.6.X_1.4.7} [Tinkers' Construct] (TConstruct_1.6.4_1.4.7.jar) Unloaded->Constructed->Pre-initialized
TConstruct|CompatAE{0.0.1} [TConstruct Compat: AE] (TConstruct_1.6.4_1.4.7.jar) Unloaded->Constructed->Pre-initialized
TConstruct|ForgeMuliPart{0.1} [TConstruct Compat: FMP] (TConstruct_1.6.4_1.4.7.jar) Unloaded->Constructed->Pre-initialized
TConstruct|CompatWaila{0.0.1} [TConstruct Compat: Waila] (TConstruct_1.6.4_1.4.7.jar) Unloaded->Constructed->Pre-initialized
Thaumcraft{4.0.3a} [Thaumcraft] (Thaumcraft4.0.3a.zip) Unloaded->Constructed->Pre-initialized
ThaumicTinkerer{2.0} [Thaumic Tinkerer] (ThaumicTinkerer 2.0-24.jar) Unloaded->Constructed->Pre-initialized
TwilightForest{1.20.1} [The Twilight Forest] (Twilight Forest-1.20.1.jar) Unloaded->Constructed->Pre-initialized
Launched Version: 1.6.4-Forge9.11.1.942
LWJGL: 2.9.0
OpenGL: ATI Mobility Radeon HD 4200 Series GL version 3.2.9704 Compatibility Profile Context, ATI Technologies Inc.
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Pack: Default
Current Language: ~~ERROR~~ NullPointerException: null
Profiler Position: N/A (disabled)
Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
{EDIT2}
Oh wow, I just figured out what the problem was—after disabling a few mods to see if they were crashing the game—it wasn't Meteors mod or Railcraft. It was the Tuxweapons mod, this mod was working correctly but then later it started having problems with Meteors and Railcraft. I removed it and now all is fine. Thanks for the help.