AdrianCalhoun Posted October 9, 2012 Posted October 9, 2012 So I was in the process of updating my server with a long list of mods, when I came upon this error after solving 3 others. This one has me stumped, because so far the errors I have been dealing with involved id conflicts, client marked files being called, etc. Any help would be appreciated. I looked and haven't seen any reports with this exact error, although one person had a similar error. I started with a clean copy of a MC Server 1.3.2, and am using Forge build 4.2.5.303 on the server. The only other file installed in the Server.jar is a Creeper Block Destruction Nerf. All other mods are added via the /mods folder. This is just the error part of the ForgeModloader-Server-0 file from my server. Reveal hidden contents 2012-10-08 22:09:12 [iNFO] [sTDERR] java.lang.NoSuchMethodError: gr.getChunkSaveLocation()Ljava/io/File; 2012-10-08 22:09:12 [iNFO] [sTDERR] at net.minecraftforge.common.ForgeChunkManager.loadWorld(ForgeChunkManager.java:295) 2012-10-08 22:09:12 [iNFO] [sTDERR] at net.minecraftforge.common.ForgeInternalHandler.onDimensionLoad(ForgeInternalHandler.java:46) 2012-10-08 22:09:12 [iNFO] [sTDERR] at net.minecraftforge.event.ASMEventHandler_0_ForgeInternalHandler_onDimensionLoad_Load.invoke(.dynamic) 2012-10-08 22:09:12 [iNFO] [sTDERR] at net.minecraftforge.event.ASMEventHandler.invoke(ASMEventHandler.java:35) 2012-10-08 22:09:12 [iNFO] [sTDERR] at net.minecraftforge.event.EventBus.post(EventBus.java:103) 2012-10-08 22:09:12 [iNFO] [sTDERR] at up.<init>(World.java:230) 2012-10-08 22:09:12 [iNFO] [sTDERR] at gr.<init>(WorldServer.java:58) 2012-10-08 22:09:12 [iNFO] [sTDERR] at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:231) 2012-10-08 22:09:12 [iNFO] [sTDERR] at ft.b(DedicatedServer.java:153) 2012-10-08 22:09:12 [iNFO] [sTDERR] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:433) 2012-10-08 22:09:12 [iNFO] [sTDERR] at ep.run(SourceFile:539) 2012-10-08 22:09:12 [iNFO] [sTDERR] 2012-10-08 22:09:12 [sEVERE] Encountered an unexpected exception NoSuchMethodError java.lang.NoSuchMethodError: gr.getChunkSaveLocation()Ljava/io/File; at net.minecraftforge.common.ForgeChunkManager.loadWorld(ForgeChunkManager.java:295) at net.minecraftforge.common.ForgeInternalHandler.onDimensionLoad(ForgeInternalHandler.java:46) at net.minecraftforge.event.ASMEventHandler_0_ForgeInternalHandler_onDimensionLoad_Load.invoke(.dynamic) at net.minecraftforge.event.ASMEventHandler.invoke(ASMEventHandler.java:35) at net.minecraftforge.event.EventBus.post(EventBus.java:103) at up.<init>(World.java:230) at gr.<init>(WorldServer.java:58) at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:231) at ft.b(DedicatedServer.java:153) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:433) at ep.run(SourceFile:539) 2012-10-08 22:09:12 [iNFO] [sTDERR] 2012-10-08 22:09:12 [sEVERE] This crash report has been saved to: /home/minecraft/multicraft/servers/collspy005_gmail.com_25631/./crash-reports/crash-2012-10-08_22.09.12-server.txt This is the entire ForgeModLoader-Server-0 file Reveal hidden contents 2012-10-08 22:07:42 [iNFO] [ForgeModLoader] Forge Mod Loader version 3.1.35.394 for Minecraft client:1.3.2, server:1.3.2 loading 2012-10-08 22:07:43 [iNFO] [sTDOUT] 195 recipes 2012-10-08 22:07:43 [iNFO] [sTDOUT] 27 achievements 2012-10-08 22:07:43 [iNFO] [sTDERR] 2012-10-08 22:07:43 [iNFO] Starting minecraft server version 1.3.2 2012-10-08 22:07:43 [iNFO] [ForgeModLoader] Attempting early MinecraftForge initialization 2012-10-08 22:07:43 [iNFO] [sTDOUT] MinecraftForge v4.2.5.303 Initialized 2012-10-08 22:07:43 [iNFO] [ForgeModLoader] MinecraftForge v4.2.5.303 Initialized 2012-10-08 22:07:43 [iNFO] [ForgeModLoader] Completed early MinecraftForge initialization 2012-10-08 22:07:43 [FINE] [ForgeModLoader] Building injected Mod Containers [cpw.mods.fml.common.FMLDummyContainer, net.minecraftforge.common.ForgeDummyContainer] 2012-10-08 22:07:43 [FINE] [ForgeModLoader] Attempting to load mods contained in the minecraft jar file and associated classes 2012-10-08 22:07:43 [FINE] [ForgeModLoader] Found a minecraft related file at /home/minecraft/multicraft/servers/collspy005_gmail.com_25631/minecraft_server.jar, examining for mod candidates 2012-10-08 22:07:43 [FINE] [ForgeModLoader] Skipping known library file /home/minecraft/multicraft/servers/collspy005_gmail.com_25631/lib/argo-2.25.jar 2012-10-08 22:07:43 [FINE] [ForgeModLoader] Skipping known library file /home/minecraft/multicraft/servers/collspy005_gmail.com_25631/lib/guava-12.0.1.jar 2012-10-08 22:07:43 [FINE] [ForgeModLoader] Skipping known library file /home/minecraft/multicraft/servers/collspy005_gmail.com_25631/lib/asm-all-4.0.jar 2012-10-08 22:07:43 [FINE] [ForgeModLoader] Minecraft jar mods loaded successfully 2012-10-08 22:07:43 [iNFO] [ForgeModLoader] Searching /home/minecraft/multicraft/servers/collspy005_gmail.com_25631/mods for mods 2012-10-08 22:07:43 [FINE] [ForgeModLoader] Found a candidate zip or jar file 1.3.2_Jammy_Furniture_Mod_Universal_BETA_V4.3.zip 2012-10-08 22:07:43 [FINE] [ForgeModLoader] Found a candidate zip or jar file ComputerCraft1.43.zip 2012-10-08 22:07:43 [FINE] [ForgeModLoader] Found a candidate zip or jar file IC2NuclearControl-1.3.1.zip 2012-10-08 22:07:43 [FINE] [ForgeModLoader] Found a candidate zip or jar file Pam's Clay Spawn 1.1 (MC 1.3.2).zip 2012-10-08 22:07:43 [FINE] [ForgeModLoader] Found a candidate zip or jar file Pam's Melon Spawn 1.1 (MC 1.3.2).zip 2012-10-08 22:07:43 [FINE] [ForgeModLoader] Found a candidate zip or jar file Railcraft_6.4.1.0.zip 2012-10-08 22:07:43 [FINE] [ForgeModLoader] Found a candidate zip or jar file Ruins 1.3.2.zip 2012-10-08 22:07:43 [FINE] [ForgeModLoader] Found a candidate zip or jar file SecretRooms-Forge-latest.zip 2012-10-08 22:07:43 [FINE] [ForgeModLoader] Found a candidate zip or jar file TF2_Dispenser_1.3.2.zip 2012-10-08 22:07:43 [FINE] [ForgeModLoader] Found a candidate zip or jar file TF2_Sentry_1.3.2.zip 2012-10-08 22:07:43 [FINE] [ForgeModLoader] Found a candidate zip or jar file TF2_Teleporter_1.3.2b.zip 2012-10-08 22:07:43 [FINE] [ForgeModLoader] Found a candidate mod directory ThirstMod 2012-10-08 22:07:43 [FINE] [ForgeModLoader] Found a candidate zip or jar file [1.3.2] ToolRack.zip 2012-10-08 22:07:43 [FINE] [ForgeModLoader] Found a candidate zip or jar file buildcraft-A-3.2.0pre7.jar 2012-10-08 22:07:43 [FINE] [ForgeModLoader] Found a candidate zip or jar file forestry-A-1.5.0.2.jar 2012-10-08 22:07:43 [FINE] [ForgeModLoader] Found a candidate zip or jar file industrialcraft-2_1.106.jar 2012-10-08 22:07:43 [FINE] [ForgeModLoader] Found a candidate zip or jar file invasion_mod universal 0.11.0.zip 2012-10-08 22:07:43 [FINE] [ForgeModLoader] Found a candidate zip or jar file mFC.zip 2012-10-08 22:07:43 [FINE] [ForgeModLoader] Found a candidate zip or jar file mod_Fossil.zip 2012-10-08 22:07:43 [FINE] [ForgeModLoader] Found a candidate zip or jar file mod_ironchests-client-4.0.2.44.zip 2012-10-08 22:07:43 [FINE] [ForgeModLoader] Found a candidate zip or jar file portalgun1.3.2v2_universal.zip 2012-10-08 22:07:43 [FINE] [ForgeModLoader] Found a candidate mod directory resources 2012-10-08 22:07:43 [FINE] [ForgeModLoader] Ignoring unknown file ruins.txt in mods directory 2012-10-08 22:07:43 [FINE] [ForgeModLoader] Ignoring unknown file ruins_log.txt in mods directory 2012-10-08 22:07:43 [FINE] [ForgeModLoader] Found a candidate zip or jar file usefulfood_v1.1.0-universal.zip 2012-10-08 22:07:43 [FINE] [ForgeModLoader] Found a candidate zip or jar file weaponry.zip 2012-10-08 22:07:43 [FINE] [ForgeModLoader] Examining file minecraft_server.jar for potential mods 2012-10-08 22:07:43 [FINE] [ForgeModLoader] The mod container minecraft_server.jar appears to be missing an mcmod.info file 2012-10-08 22:07:44 [FINE] [ForgeModLoader] Examining file 1.3.2_Jammy_Furniture_Mod_Universal_BETA_V4.3.zip for potential mods 2012-10-08 22:07:44 [FINER] [ForgeModLoader] Located mcmod.info file in file 1.3.2_Jammy_Furniture_Mod_Universal_BETA_V4.3.zip 2012-10-08 22:07:44 [FINE] [ForgeModLoader] Identified a class JAMMY780.mod_JammyFurniture following modloader naming convention but not directly a BaseMod or currently seen subclass 2012-10-08 22:07:44 [FINE] [ForgeModLoader] Identified an FMLMod type mod JAMMY780.mod_JammyFurniture 2012-10-08 22:07:44 [FINEST] [ForgeModLoader] Parsed dependency info : [] [] [] 2012-10-08 22:07:44 [iNFO] [ForgeModLoader] Attempting to reparse the mod container 1.3.2_Jammy_Furniture_Mod_Universal_BETA_V4.3.zip 2012-10-08 22:07:44 [FINE] [ForgeModLoader] Examining file 1.3.2_Jammy_Furniture_Mod_Universal_BETA_V4.3.zip for potential mods 2012-10-08 22:07:44 [FINER] [ForgeModLoader] Located mcmod.info file in file 1.3.2_Jammy_Furniture_Mod_Universal_BETA_V4.3.zip 2012-10-08 22:07:44 [FINE] [ForgeModLoader] Identified a class JAMMY780.mod_JammyFurniture following modloader naming convention but not directly a BaseMod or currently seen subclass 2012-10-08 22:07:44 [FINE] [ForgeModLoader] Identified an FMLMod type mod JAMMY780.mod_JammyFurniture 2012-10-08 22:07:44 [FINEST] [ForgeModLoader] Parsed dependency info : [] [] [] 2012-10-08 22:07:44 [FINE] [ForgeModLoader] Examining file ComputerCraft1.43.zip for potential mods 2012-10-08 22:07:44 [FINER] [ForgeModLoader] Located mcmod.info file in file ComputerCraft1.43.zip 2012-10-08 22:07:44 [FINE] [ForgeModLoader] Identified an FMLMod type mod dan200.CCTurtle 2012-10-08 22:07:44 [FINEST] [ForgeModLoader] Parsed dependency info : [] [ComputerCraft] [] 2012-10-08 22:07:44 [FINE] [ForgeModLoader] Identified an FMLMod type mod dan200.ComputerCraft 2012-10-08 22:07:44 [FINEST] [ForgeModLoader] Parsed dependency info : [] [] [] 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Examining file IC2NuclearControl-1.3.1.zip for potential mods 2012-10-08 22:07:45 [FINER] [ForgeModLoader] Located mcmod.info file in file IC2NuclearControl-1.3.1.zip 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Identified an FMLMod type mod shedar.mods.ic2.nuclearcontrol.IC2NuclearControl 2012-10-08 22:07:45 [FINEST] [ForgeModLoader] Parsed dependency info : [] [iC2] [] 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Examining file Pam's Clay Spawn 1.1 (MC 1.3.2).zip for potential mods 2012-10-08 22:07:45 [FINE] [ForgeModLoader] The mod container Pam's Clay Spawn 1.1 (MC 1.3.2).zip appears to be missing an mcmod.info file 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Identified an FMLMod type mod pamsmods.common.Pamclayspawn 2012-10-08 22:07:45 [FINEST] [ForgeModLoader] Parsed dependency info : [] [] [] 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Examining file Pam's Melon Spawn 1.1 (MC 1.3.2).zip for potential mods 2012-10-08 22:07:45 [FINE] [ForgeModLoader] The mod container Pam's Melon Spawn 1.1 (MC 1.3.2).zip appears to be missing an mcmod.info file 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Identified an FMLMod type mod pamsmods.common.Pammelonspawn 2012-10-08 22:07:45 [FINEST] [ForgeModLoader] Parsed dependency info : [] [] [] 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Examining file Railcraft_6.4.1.0.zip for potential mods 2012-10-08 22:07:45 [FINER] [ForgeModLoader] Located mcmod.info file in file Railcraft_6.4.1.0.zip 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Identified an FMLMod type mod railcraft.common.core.Railcraft 2012-10-08 22:07:45 [FINEST] [ForgeModLoader] Parsed dependency info : [Forge@[4.1.4.287,)] [Forge@[4.1.4.287,), BuildCraft|Core, Forestry, IC2] [] 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Examining file Ruins 1.3.2.zip for potential mods 2012-10-08 22:07:45 [FINER] [ForgeModLoader] Located mcmod.info file in file Ruins 1.3.2.zip 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Identified an FMLMod type mod atomicstryker.ruins.common.RuinsMod 2012-10-08 22:07:45 [FINEST] [ForgeModLoader] Parsed dependency info : [] [] [] 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Examining file SecretRooms-Forge-latest.zip for potential mods 2012-10-08 22:07:45 [FINER] [ForgeModLoader] Located mcmod.info file in file SecretRooms-Forge-latest.zip 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Identified an FMLMod type mod com.github.AbrarSyed.SecretRooms.SecretRooms 2012-10-08 22:07:45 [FINEST] [ForgeModLoader] Parsed dependency info : [] [] [] 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Examining file TF2_Dispenser_1.3.2.zip for potential mods 2012-10-08 22:07:45 [FINER] [ForgeModLoader] Located mcmod.info file in file TF2_Dispenser_1.3.2.zip 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Identified an FMLMod type mod TF2.Dispenser.common.TF2DispenserMod 2012-10-08 22:07:45 [FINEST] [ForgeModLoader] Parsed dependency info : [] [] [] 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Examining file TF2_Sentry_1.3.2.zip for potential mods 2012-10-08 22:07:45 [FINER] [ForgeModLoader] Located mcmod.info file in file TF2_Sentry_1.3.2.zip 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Identified an FMLMod type mod TF2.Sentry.common.TF2SentryMod 2012-10-08 22:07:45 [FINEST] [ForgeModLoader] Parsed dependency info : [] [] [] 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Examining file TF2_Teleporter_1.3.2b.zip for potential mods 2012-10-08 22:07:45 [FINER] [ForgeModLoader] Located mcmod.info file in file TF2_Teleporter_1.3.2b.zip 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Identified an FMLMod type mod TF2.Teleporter.common.TF2TeleporterMod 2012-10-08 22:07:45 [FINEST] [ForgeModLoader] Parsed dependency info : [] [] [] 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Examining directory ThirstMod for potential mods 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Found an mcmod.info file in directory ThirstMod 2012-10-08 22:07:45 [FINEST] [ForgeModLoader] Recursing into package Content 2012-10-08 22:07:45 [FINEST] [ForgeModLoader] Recursing into package tarun1998 2012-10-08 22:07:45 [FINEST] [ForgeModLoader] Recursing into package tarun1998.thirstmod 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Identified an FMLMod type mod tarun1998.thirstmod.ThirstMod 2012-10-08 22:07:45 [FINEST] [ForgeModLoader] Parsed dependency info : [] [] [] 2012-10-08 22:07:45 [FINEST] [ForgeModLoader] Recursing into package tarun1998.thirstmod.api 2012-10-08 22:07:45 [FINEST] [ForgeModLoader] Recursing into package tarun1998.thirstmod.blocks 2012-10-08 22:07:45 [FINEST] [ForgeModLoader] Recursing into package tarun1998.thirstmod.gui 2012-10-08 22:07:45 [FINEST] [ForgeModLoader] Recursing into package tarun1998.thirstmod.packets 2012-10-08 22:07:45 [FINEST] [ForgeModLoader] Recursing into package tarun1998.thirstmod.reflection 2012-10-08 22:07:45 [FINEST] [ForgeModLoader] Recursing into package tarun1998.thirstmod.textures 2012-10-08 22:07:45 [FINEST] [ForgeModLoader] Recursing into package tarun1998.thirstmod.utils 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Examining file [1.3.2] ToolRack.zip for potential mods 2012-10-08 22:07:45 [FINER] [ForgeModLoader] Located mcmod.info file in file [1.3.2] ToolRack.zip 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Identified a class mod_ToolRack following modloader naming convention but not directly a BaseMod or currently seen subclass 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Identified an FMLMod type mod mod_ToolRack 2012-10-08 22:07:45 [FINEST] [ForgeModLoader] Parsed dependency info : [] [] [] 2012-10-08 22:07:45 [iNFO] [ForgeModLoader] Attempting to reparse the mod container [1.3.2] ToolRack.zip 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Examining file [1.3.2] ToolRack.zip for potential mods 2012-10-08 22:07:45 [FINER] [ForgeModLoader] Located mcmod.info file in file [1.3.2] ToolRack.zip 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Identified a class mod_ToolRack following modloader naming convention but not directly a BaseMod or currently seen subclass 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Identified an FMLMod type mod mod_ToolRack 2012-10-08 22:07:45 [FINEST] [ForgeModLoader] Parsed dependency info : [] [] [] 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Examining file buildcraft-A-3.2.0pre7.jar for potential mods 2012-10-08 22:07:45 [FINER] [ForgeModLoader] Located mcmod.info file in file buildcraft-A-3.2.0pre7.jar 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Identified an FMLMod type mod buildcraft.BuildCraftBuilders 2012-10-08 22:07:45 [FINEST] [ForgeModLoader] Parsed dependency info : [buildCraft|Core@3.2.0pre7] [buildCraft|Core@3.2.0pre7] [] 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Identified an FMLMod type mod buildcraft.BuildCraftCore 2012-10-08 22:07:45 [FINEST] [ForgeModLoader] Parsed dependency info : [] [] [] 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Identified an FMLMod type mod buildcraft.BuildCraftEnergy 2012-10-08 22:07:45 [FINEST] [ForgeModLoader] Parsed dependency info : [buildCraft|Core@3.2.0pre7] [buildCraft|Core@3.2.0pre7] [] 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Identified an FMLMod type mod buildcraft.BuildCraftFactory 2012-10-08 22:07:45 [FINEST] [ForgeModLoader] Parsed dependency info : [buildCraft|Core@3.2.0pre7] [buildCraft|Core@3.2.0pre7] [] 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Identified an FMLMod type mod buildcraft.BuildCraftSilicon 2012-10-08 22:07:45 [FINEST] [ForgeModLoader] Parsed dependency info : [buildCraft|Transport@3.2.0pre7] [buildCraft|Transport@3.2.0pre7] [] 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Identified an FMLMod type mod buildcraft.BuildCraftTransport 2012-10-08 22:07:45 [FINEST] [ForgeModLoader] Parsed dependency info : [buildCraft|Core@3.2.0pre7] [buildCraft|Core@3.2.0pre7] [] 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Examining file forestry-A-1.5.0.2.jar for potential mods 2012-10-08 22:07:45 [FINER] [ForgeModLoader] Located mcmod.info file in file forestry-A-1.5.0.2.jar 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Identified an FMLMod type mod forestry.Forestry 2012-10-08 22:07:45 [FINEST] [ForgeModLoader] Parsed dependency info : [] [] [] 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Examining file industrialcraft-2_1.106.jar for potential mods 2012-10-08 22:07:45 [FINER] [ForgeModLoader] Located mcmod.info file in file industrialcraft-2_1.106.jar 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Identified an FMLMod type mod ic2.common.IC2 2012-10-08 22:07:45 [FINEST] [ForgeModLoader] Parsed dependency info : [] [] [] 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Examining file invasion_mod universal 0.11.0.zip for potential mods 2012-10-08 22:07:45 [FINER] [ForgeModLoader] Located mcmod.info file in file invasion_mod universal 0.11.0.zip 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Identified a class invmod.common.mod_Invasion following modloader naming convention but not directly a BaseMod or currently seen subclass 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Identified an FMLMod type mod invmod.common.mod_Invasion 2012-10-08 22:07:45 [FINEST] [ForgeModLoader] Parsed dependency info : [] [] [] 2012-10-08 22:07:45 [iNFO] [ForgeModLoader] Attempting to reparse the mod container invasion_mod universal 0.11.0.zip 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Examining file invasion_mod universal 0.11.0.zip for potential mods 2012-10-08 22:07:45 [FINER] [ForgeModLoader] Located mcmod.info file in file invasion_mod universal 0.11.0.zip 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Identified a class invmod.common.mod_Invasion following modloader naming convention but not directly a BaseMod or currently seen subclass 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Identified an FMLMod type mod invmod.common.mod_Invasion 2012-10-08 22:07:45 [FINEST] [ForgeModLoader] Parsed dependency info : [] [] [] 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Examining file mFC.zip for potential mods 2012-10-08 22:07:45 [FINER] [ForgeModLoader] Located mcmod.info file in file mFC.zip 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Identified an FMLMod type mod v3XzZ.mFC.mFC 2012-10-08 22:07:45 [FINEST] [ForgeModLoader] Parsed dependency info : [] [] [] 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Examining file mod_Fossil.zip for potential mods 2012-10-08 22:07:45 [FINE] [ForgeModLoader] The mod container mod_Fossil.zip appears to be missing an mcmod.info file 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Identified a class mod_Fossil following modloader naming convention but not directly a BaseMod or currently seen subclass 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Identified an FMLMod type mod mod_Fossil 2012-10-08 22:07:45 [FINEST] [ForgeModLoader] Parsed dependency info : [] [] [] 2012-10-08 22:07:45 [iNFO] [ForgeModLoader] Attempting to reparse the mod container mod_Fossil.zip 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Examining file mod_Fossil.zip for potential mods 2012-10-08 22:07:45 [FINE] [ForgeModLoader] The mod container mod_Fossil.zip appears to be missing an mcmod.info file 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Identified a class mod_Fossil following modloader naming convention but not directly a BaseMod or currently seen subclass 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Identified an FMLMod type mod mod_Fossil 2012-10-08 22:07:45 [FINEST] [ForgeModLoader] Parsed dependency info : [] [] [] 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Examining file mod_ironchests-client-4.0.2.44.zip for potential mods 2012-10-08 22:07:45 [FINER] [ForgeModLoader] Located mcmod.info file in file mod_ironchests-client-4.0.2.44.zip 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Identified an FMLMod type mod cpw.mods.ironchest.IronChest 2012-10-08 22:07:45 [FINEST] [ForgeModLoader] Parsed dependency info : [] [] [] 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Examining file portalgun1.3.2v2_universal.zip for potential mods 2012-10-08 22:07:45 [FINE] [ForgeModLoader] The mod container portalgun1.3.2v2_universal.zip appears to be missing an mcmod.info file 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Identified an FMLMod type mod portalgun.common.PortalGun 2012-10-08 22:07:45 [FINEST] [ForgeModLoader] Parsed dependency info : [FML@[3.1.1.368,)] [FML@[3.1.1.368,)] [] 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Examining directory resources for potential mods 2012-10-08 22:07:45 [FINE] [ForgeModLoader] No mcmod.info file found in directory resources 2012-10-08 22:07:45 [FINEST] [ForgeModLoader] Recursing into package ruins 2012-10-08 22:07:45 [FINEST] [ForgeModLoader] Recursing into package ruins.Beach 2012-10-08 22:07:45 [FINEST] [ForgeModLoader] Recursing into package ruins.DesertHills 2012-10-08 22:07:45 [FINEST] [ForgeModLoader] Recursing into package ruins.Extreme Hills 2012-10-08 22:07:45 [FINEST] [ForgeModLoader] Recursing into package ruins.Extreme Hills Edge 2012-10-08 22:07:45 [FINEST] [ForgeModLoader] Recursing into package ruins.ForestHills 2012-10-08 22:07:45 [FINEST] [ForgeModLoader] Recursing into package ruins.Jungle 2012-10-08 22:07:45 [FINEST] [ForgeModLoader] Recursing into package ruins.JungleHills 2012-10-08 22:07:45 [FINEST] [ForgeModLoader] Recursing into package ruins.OPTIONAL 2012-10-08 22:07:45 [FINEST] [ForgeModLoader] Recursing into package ruins.TaigaHills 2012-10-08 22:07:45 [FINEST] [ForgeModLoader] Recursing into package ruins.desert 2012-10-08 22:07:45 [FINEST] [ForgeModLoader] Recursing into package ruins.forest 2012-10-08 22:07:45 [FINEST] [ForgeModLoader] Recursing into package ruins.frozenOcean 2012-10-08 22:07:45 [FINEST] [ForgeModLoader] Recursing into package ruins.frozenRiver 2012-10-08 22:07:45 [FINEST] [ForgeModLoader] Recursing into package ruins.hell 2012-10-08 22:07:45 [FINEST] [ForgeModLoader] Recursing into package ruins.ice Mountains 2012-10-08 22:07:45 [FINEST] [ForgeModLoader] Recursing into package ruins.ice Plains 2012-10-08 22:07:45 [FINEST] [ForgeModLoader] Recursing into package ruins.mushroomIsland 2012-10-08 22:07:45 [FINEST] [ForgeModLoader] Recursing into package ruins.mushroomIslandShore 2012-10-08 22:07:45 [FINEST] [ForgeModLoader] Recursing into package ruins.ocean 2012-10-08 22:07:45 [FINEST] [ForgeModLoader] Recursing into package ruins.plains 2012-10-08 22:07:45 [FINEST] [ForgeModLoader] Recursing into package ruins.river 2012-10-08 22:07:45 [FINEST] [ForgeModLoader] Recursing into package ruins.sky 2012-10-08 22:07:45 [FINEST] [ForgeModLoader] Recursing into package ruins.swampland 2012-10-08 22:07:45 [FINEST] [ForgeModLoader] Recursing into package ruins.taiga 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Examining file usefulfood_v1.1.0-universal.zip for potential mods 2012-10-08 22:07:45 [FINER] [ForgeModLoader] Located mcmod.info file in file usefulfood_v1.1.0-universal.zip 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Identified a class silentspy.usefulfood.mod_usefulfood following modloader naming convention but not directly a BaseMod or currently seen subclass 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Identified an FMLMod type mod silentspy.usefulfood.mod_usefulfood 2012-10-08 22:07:45 [FINEST] [ForgeModLoader] Parsed dependency info : [] [] [] 2012-10-08 22:07:45 [iNFO] [ForgeModLoader] Attempting to reparse the mod container usefulfood_v1.1.0-universal.zip 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Examining file usefulfood_v1.1.0-universal.zip for potential mods 2012-10-08 22:07:45 [FINER] [ForgeModLoader] Located mcmod.info file in file usefulfood_v1.1.0-universal.zip 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Identified a class silentspy.usefulfood.mod_usefulfood following modloader naming convention but not directly a BaseMod or currently seen subclass 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Identified an FMLMod type mod silentspy.usefulfood.mod_usefulfood 2012-10-08 22:07:45 [FINEST] [ForgeModLoader] Parsed dependency info : [] [] [] 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Examining file weaponry.zip for potential mods 2012-10-08 22:07:45 [FINE] [ForgeModLoader] The mod container weaponry.zip appears to be missing an mcmod.info file 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Identified an FMLMod type mod com.petterroea.mc.expandedWeaponry.ExpandedWeaponry 2012-10-08 22:07:45 [FINEST] [ForgeModLoader] Parsed dependency info : [] [] [] 2012-10-08 22:07:45 [iNFO] [ForgeModLoader] Forge Mod Loader has identified 31 mods to load 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Received a system property request '' 2012-10-08 22:07:45 [FINE] [ForgeModLoader] System property request managing the state of 0 mods 2012-10-08 22:07:45 [FINE] [ForgeModLoader] After merging, found state information for 0 mods 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Activating mod FML 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Activating mod Forge 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Enabling mod jfm 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Activating mod jfm 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Enabling mod CCTurtle 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Activating mod CCTurtle 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Enabling mod ComputerCraft 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Activating mod ComputerCraft 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Enabling mod IC2NuclearControl 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Activating mod IC2NuclearControl 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Enabling mod ClaySpawn 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Activating mod ClaySpawn 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Enabling mod MelonSpawn 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Activating mod MelonSpawn 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Enabling mod Railcraft 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Activating mod Railcraft 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Enabling mod AS_Ruins 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Activating mod AS_Ruins 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Enabling mod SecretRoomsMod 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Activating mod SecretRoomsMod 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Enabling mod pitman-87_TF2_Dispenser 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Activating mod pitman-87_TF2_Dispenser 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Enabling mod pitman-87_TF2_Sentry 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Activating mod pitman-87_TF2_Sentry 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Enabling mod pitman-87_TF2_Teleporter 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Activating mod pitman-87_TF2_Teleporter 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Enabling mod ThirstMod 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Activating mod ThirstMod 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Enabling mod mod_ToolRack 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Activating mod mod_ToolRack 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Enabling mod BuildCraft|Builders 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Activating mod BuildCraft|Builders 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Enabling mod BuildCraft|Core 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Activating mod BuildCraft|Core 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Enabling mod BuildCraft|Energy 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Activating mod BuildCraft|Energy 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Enabling mod BuildCraft|Factory 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Activating mod BuildCraft|Factory 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Enabling mod BuildCraft|Silicon 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Activating mod BuildCraft|Silicon 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Enabling mod BuildCraft|Transport 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Activating mod BuildCraft|Transport 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Enabling mod Forestry 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Activating mod Forestry 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Enabling mod IC2 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Activating mod IC2 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Enabling mod mod_Invasion 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Activating mod mod_Invasion 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Enabling mod mFC 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Activating mod mFC 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Enabling mod 633 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Activating mod 633 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Enabling mod IronChest 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Activating mod IronChest 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Enabling mod PortalGun 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Activating mod PortalGun 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Enabling mod silentspy_usefulfood 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Activating mod silentspy_usefulfood 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Enabling mod ExpandedWeaponry 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Activating mod ExpandedWeaponry 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Verifying mod requirements are satisfied 2012-10-08 22:07:45 [FINE] [ForgeModLoader] All mod requirements are satisfied 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Sorting mods into an ordered list 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Mod sorting completed successfully 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Mod sorting data: 2012-10-08 22:07:45 [FINE] [ForgeModLoader] jfm(JammyFurniture:4.3): 1.3.2_Jammy_Furniture_Mod_Universal_BETA_V4.3.zip () 2012-10-08 22:07:45 [FINE] [ForgeModLoader] ComputerCraft(ComputerCraft:1.43): ComputerCraft1.43.zip () 2012-10-08 22:07:45 [FINE] [ForgeModLoader] CCTurtle(ComputerCraft Turtles:1.43): ComputerCraft1.43.zip (after:ComputerCraft) 2012-10-08 22:07:45 [FINE] [ForgeModLoader] IC2(IndustrialCraft 2:1.106): industrialcraft-2_1.106.jar () 2012-10-08 22:07:45 [FINE] [ForgeModLoader] IC2NuclearControl(Nuclear Control:1.3.1): IC2NuclearControl-1.3.1.zip (after:IC2) 2012-10-08 22:07:45 [FINE] [ForgeModLoader] ClaySpawn(Pam's Clay Spawn:1.1): Pam's Clay Spawn 1.1 (MC 1.3.2).zip () 2012-10-08 22:07:45 [FINE] [ForgeModLoader] MelonSpawn(Pam's Melon Spawn:1.1): Pam's Melon Spawn 1.1 (MC 1.3.2).zip () 2012-10-08 22:07:45 [FINE] [ForgeModLoader] BuildCraft|Core(BuildCraft:3.2.0pre7): buildcraft-A-3.2.0pre7.jar () 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Forestry(Forestry for Minecraft:1.5.0.2): forestry-A-1.5.0.2.jar () 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Railcraft(Railcraft:6.4.1.0): Railcraft_6.4.1.0.zip (required-after:Forge@[4.1.4.287,);after:BuildCraft|Core;after:Forestry;after:IC2) 2012-10-08 22:07:45 [FINE] [ForgeModLoader] AS_Ruins(Ruins Spawning System:7.5): Ruins 1.3.2.zip () 2012-10-08 22:07:45 [FINE] [ForgeModLoader] SecretRoomsMod(The SecretRoomsMod:4.2.2): SecretRooms-Forge-latest.zip () 2012-10-08 22:07:45 [FINE] [ForgeModLoader] pitman-87_TF2_Dispenser(TF2 Dispenser:1.3.2): TF2_Dispenser_1.3.2.zip () 2012-10-08 22:07:45 [FINE] [ForgeModLoader] pitman-87_TF2_Sentry(TF2 Sentry:1.3.2): TF2_Sentry_1.3.2.zip () 2012-10-08 22:07:45 [FINE] [ForgeModLoader] pitman-87_TF2_Teleporter(TF2 Teleporter:1.3.2): TF2_Teleporter_1.3.2b.zip () 2012-10-08 22:07:45 [FINE] [ForgeModLoader] ThirstMod(Thirst Mod:1.2.0): ThirstMod () 2012-10-08 22:07:45 [FINE] [ForgeModLoader] mod_ToolRack(Tool Rack:1.2.1): [1.3.2] ToolRack.zip () 2012-10-08 22:07:45 [FINE] [ForgeModLoader] BuildCraft|Builders(BC Builders:3.2.0pre7): buildcraft-A-3.2.0pre7.jar (required-after:BuildCraft|Core@3.2.0pre7) 2012-10-08 22:07:45 [FINE] [ForgeModLoader] BuildCraft|Energy(BC Energy:3.2.0pre7): buildcraft-A-3.2.0pre7.jar (required-after:BuildCraft|Core@3.2.0pre7) 2012-10-08 22:07:45 [FINE] [ForgeModLoader] BuildCraft|Factory(BC Factory:3.2.0pre7): buildcraft-A-3.2.0pre7.jar (required-after:BuildCraft|Core@3.2.0pre7) 2012-10-08 22:07:45 [FINE] [ForgeModLoader] BuildCraft|Transport(BC Transport:3.2.0pre7): buildcraft-A-3.2.0pre7.jar (required-after:BuildCraft|Core@3.2.0pre7) 2012-10-08 22:07:45 [FINE] [ForgeModLoader] BuildCraft|Silicon(BC Silicon:3.2.0pre7): buildcraft-A-3.2.0pre7.jar (required-after:BuildCraft|Transport@3.2.0pre7) 2012-10-08 22:07:45 [FINE] [ForgeModLoader] mod_Invasion(Invasion:0.11.0): invasion_mod universal 0.11.0.zip () 2012-10-08 22:07:45 [FINE] [ForgeModLoader] mFC(mo' Foods and crops:1.0.7 for MC:1.3.2): mFC.zip () 2012-10-08 22:07:45 [FINE] [ForgeModLoader] 633(Fossil/Archeology:v6.9 P-3): mod_Fossil.zip () 2012-10-08 22:07:45 [FINE] [ForgeModLoader] IronChest(Iron Chest:4.0): mod_ironchests-client-4.0.2.44.zip () 2012-10-08 22:07:45 [FINE] [ForgeModLoader] PortalGun(PortalGun:1.3.2.2): portalgun1.3.2v2_universal.zip (required-after:FML@[3.1.1.368,)) 2012-10-08 22:07:45 [FINE] [ForgeModLoader] silentspy_usefulfood(UsefulFood:1.1.0): usefulfood_v1.1.0-universal.zip () 2012-10-08 22:07:45 [FINE] [ForgeModLoader] ExpandedWeaponry(ExpandedWeaponry:0.0.1): weaponry.zip () 2012-10-08 22:07:45 [FINER] [ForgeModLoader] Posting state event FMLConstructionEvent to mod FML 2012-10-08 22:07:45 [FINER] [ForgeModLoader] State event FMLConstructionEvent delivered to mod FML 2012-10-08 22:07:45 [FINER] [ForgeModLoader] Posting state event FMLConstructionEvent to mod Forge 2012-10-08 22:07:45 [FINER] [ForgeModLoader] State event FMLConstructionEvent delivered to mod Forge 2012-10-08 22:07:45 [FINER] [ForgeModLoader] Posting state event FMLConstructionEvent to mod jfm 2012-10-08 22:07:45 [FINEST] [ForgeModLoader] Testing mod jfm to very it can accept it's own version in a remote connection 2012-10-08 22:07:45 [FINEST] [ForgeModLoader] The mod jfm accepts it's own version (4.3) 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into jfm 2012-10-08 22:07:45 [FINER] [ForgeModLoader] State event FMLConstructionEvent delivered to mod jfm 2012-10-08 22:07:45 [FINER] [ForgeModLoader] Posting state event FMLConstructionEvent to mod ComputerCraft 2012-10-08 22:07:45 [FINEST] [ForgeModLoader] Testing mod ComputerCraft to very it can accept it's own version in a remote connection 2012-10-08 22:07:45 [FINEST] [ForgeModLoader] The mod ComputerCraft accepts it's own version (1.43) 2012-10-08 22:07:45 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into ComputerCraft 2012-10-08 22:07:45 [FINER] [ForgeModLoader] State event FMLConstructionEvent delivered to mod ComputerCraft 2012-10-08 22:07:45 [FINER] [ForgeModLoader] Posting state event FMLConstructionEvent to mod CCTurtle 2012-10-08 22:07:46 [FINEST] [ForgeModLoader] Testing mod CCTurtle to very it can accept it's own version in a remote connection 2012-10-08 22:07:46 [FINEST] [ForgeModLoader] The mod CCTurtle accepts it's own version (1.43) 2012-10-08 22:07:46 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into CCTurtle 2012-10-08 22:07:46 [FINER] [ForgeModLoader] State event FMLConstructionEvent delivered to mod CCTurtle 2012-10-08 22:07:46 [FINER] [ForgeModLoader] Posting state event FMLConstructionEvent to mod IC2 2012-10-08 22:07:46 [FINEST] [ForgeModLoader] Testing mod IC2 to very it can accept it's own version in a remote connection 2012-10-08 22:07:46 [FINEST] [ForgeModLoader] The mod IC2 accepts it's own version (1.106) 2012-10-08 22:07:46 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into IC2 2012-10-08 22:07:46 [FINER] [ForgeModLoader] State event FMLConstructionEvent delivered to mod IC2 2012-10-08 22:07:46 [FINER] [ForgeModLoader] Posting state event FMLConstructionEvent to mod IC2NuclearControl 2012-10-08 22:07:46 [FINEST] [ForgeModLoader] Testing mod IC2NuclearControl to very it can accept it's own version in a remote connection 2012-10-08 22:07:46 [FINEST] [ForgeModLoader] The mod IC2NuclearControl accepts it's own version (1.3.1) 2012-10-08 22:07:46 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into IC2NuclearControl 2012-10-08 22:07:46 [FINER] [ForgeModLoader] State event FMLConstructionEvent delivered to mod IC2NuclearControl 2012-10-08 22:07:46 [FINER] [ForgeModLoader] Posting state event FMLConstructionEvent to mod ClaySpawn 2012-10-08 22:07:46 [FINEST] [ForgeModLoader] Testing mod ClaySpawn to very it can accept it's own version in a remote connection 2012-10-08 22:07:46 [FINEST] [ForgeModLoader] The mod ClaySpawn accepts it's own version (1.1) 2012-10-08 22:07:46 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into ClaySpawn 2012-10-08 22:07:46 [FINER] [ForgeModLoader] State event FMLConstructionEvent delivered to mod ClaySpawn 2012-10-08 22:07:46 [FINER] [ForgeModLoader] Posting state event FMLConstructionEvent to mod MelonSpawn 2012-10-08 22:07:46 [FINEST] [ForgeModLoader] Testing mod MelonSpawn to very it can accept it's own version in a remote connection 2012-10-08 22:07:46 [FINEST] [ForgeModLoader] The mod MelonSpawn accepts it's own version (1.1) 2012-10-08 22:07:46 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into MelonSpawn 2012-10-08 22:07:46 [FINER] [ForgeModLoader] State event FMLConstructionEvent delivered to mod MelonSpawn 2012-10-08 22:07:46 [FINER] [ForgeModLoader] Posting state event FMLConstructionEvent to mod BuildCraft|Core 2012-10-08 22:07:46 [FINEST] [ForgeModLoader] Testing mod BuildCraft|Core to very it can accept it's own version in a remote connection 2012-10-08 22:07:46 [FINEST] [ForgeModLoader] The mod BuildCraft|Core accepts it's own version (3.2.0pre7) 2012-10-08 22:07:46 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into BuildCraft|Core 2012-10-08 22:07:46 [FINER] [ForgeModLoader] State event FMLConstructionEvent delivered to mod BuildCraft|Core 2012-10-08 22:07:46 [FINER] [ForgeModLoader] Posting state event FMLConstructionEvent to mod Forestry 2012-10-08 22:07:46 [FINEST] [ForgeModLoader] Testing mod Forestry to very it can accept it's own version in a remote connection 2012-10-08 22:07:46 [FINEST] [ForgeModLoader] The mod Forestry accepts it's own version (1.5.0.2) 2012-10-08 22:07:46 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into Forestry 2012-10-08 22:07:46 [FINER] [ForgeModLoader] State event FMLConstructionEvent delivered to mod Forestry 2012-10-08 22:07:46 [FINER] [ForgeModLoader] Posting state event FMLConstructionEvent to mod Railcraft 2012-10-08 22:07:46 [FINEST] [ForgeModLoader] Testing mod Railcraft to very it can accept it's own version in a remote connection 2012-10-08 22:07:46 [FINEST] [ForgeModLoader] The mod Railcraft accepts it's own version (6.4.1.0) 2012-10-08 22:07:46 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into Railcraft 2012-10-08 22:07:46 [FINER] [ForgeModLoader] State event FMLConstructionEvent delivered to mod Railcraft 2012-10-08 22:07:46 [FINER] [ForgeModLoader] Posting state event FMLConstructionEvent to mod AS_Ruins 2012-10-08 22:07:46 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into AS_Ruins 2012-10-08 22:07:46 [FINER] [ForgeModLoader] State event FMLConstructionEvent delivered to mod AS_Ruins 2012-10-08 22:07:46 [FINER] [ForgeModLoader] Posting state event FMLConstructionEvent to mod SecretRoomsMod 2012-10-08 22:07:46 [FINEST] [ForgeModLoader] Testing mod SecretRoomsMod to very it can accept it's own version in a remote connection 2012-10-08 22:07:46 [FINEST] [ForgeModLoader] The mod SecretRoomsMod accepts it's own version (4.2.2) 2012-10-08 22:07:46 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into SecretRoomsMod 2012-10-08 22:07:46 [FINER] [ForgeModLoader] State event FMLConstructionEvent delivered to mod SecretRoomsMod 2012-10-08 22:07:46 [FINER] [ForgeModLoader] Posting state event FMLConstructionEvent to mod pitman-87_TF2_Dispenser 2012-10-08 22:07:46 [FINEST] [ForgeModLoader] Testing mod pitman-87_TF2_Dispenser to very it can accept it's own version in a remote connection 2012-10-08 22:07:46 [FINEST] [ForgeModLoader] The mod pitman-87_TF2_Dispenser accepts it's own version (1.3.2) 2012-10-08 22:07:46 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into pitman-87_TF2_Dispenser 2012-10-08 22:07:46 [FINER] [ForgeModLoader] State event FMLConstructionEvent delivered to mod pitman-87_TF2_Dispenser 2012-10-08 22:07:46 [FINER] [ForgeModLoader] Posting state event FMLConstructionEvent to mod pitman-87_TF2_Sentry 2012-10-08 22:07:46 [FINEST] [ForgeModLoader] Testing mod pitman-87_TF2_Sentry to very it can accept it's own version in a remote connection 2012-10-08 22:07:46 [FINEST] [ForgeModLoader] The mod pitman-87_TF2_Sentry accepts it's own version (1.3.2) 2012-10-08 22:07:46 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into pitman-87_TF2_Sentry 2012-10-08 22:07:46 [FINER] [ForgeModLoader] State event FMLConstructionEvent delivered to mod pitman-87_TF2_Sentry 2012-10-08 22:07:46 [FINER] [ForgeModLoader] Posting state event FMLConstructionEvent to mod pitman-87_TF2_Teleporter 2012-10-08 22:07:46 [FINEST] [ForgeModLoader] Testing mod pitman-87_TF2_Teleporter to very it can accept it's own version in a remote connection 2012-10-08 22:07:46 [FINEST] [ForgeModLoader] The mod pitman-87_TF2_Teleporter accepts it's own version (1.3.2) 2012-10-08 22:07:46 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into pitman-87_TF2_Teleporter 2012-10-08 22:07:46 [FINER] [ForgeModLoader] State event FMLConstructionEvent delivered to mod pitman-87_TF2_Teleporter 2012-10-08 22:07:46 [FINER] [ForgeModLoader] Posting state event FMLConstructionEvent to mod ThirstMod 2012-10-08 22:07:47 [FINEST] [ForgeModLoader] Testing mod ThirstMod to very it can accept it's own version in a remote connection 2012-10-08 22:07:47 [FINEST] [ForgeModLoader] The mod ThirstMod accepts it's own version (1.2.0) 2012-10-08 22:07:47 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into ThirstMod 2012-10-08 22:07:47 [FINER] [ForgeModLoader] State event FMLConstructionEvent delivered to mod ThirstMod 2012-10-08 22:07:47 [FINER] [ForgeModLoader] Posting state event FMLConstructionEvent to mod mod_ToolRack 2012-10-08 22:07:47 [FINEST] [ForgeModLoader] Testing mod mod_ToolRack to very it can accept it's own version in a remote connection 2012-10-08 22:07:47 [FINEST] [ForgeModLoader] The mod mod_ToolRack accepts it's own version (1.2.1) 2012-10-08 22:07:47 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into mod_ToolRack 2012-10-08 22:07:47 [FINER] [ForgeModLoader] State event FMLConstructionEvent delivered to mod mod_ToolRack 2012-10-08 22:07:47 [FINER] [ForgeModLoader] Posting state event FMLConstructionEvent to mod BuildCraft|Builders 2012-10-08 22:07:47 [FINEST] [ForgeModLoader] Testing mod BuildCraft|Builders to very it can accept it's own version in a remote connection 2012-10-08 22:07:47 [FINEST] [ForgeModLoader] The mod BuildCraft|Builders accepts it's own version (3.2.0pre7) 2012-10-08 22:07:47 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into BuildCraft|Builders 2012-10-08 22:07:47 [FINER] [ForgeModLoader] State event FMLConstructionEvent delivered to mod BuildCraft|Builders 2012-10-08 22:07:47 [FINER] [ForgeModLoader] Posting state event FMLConstructionEvent to mod BuildCraft|Energy 2012-10-08 22:07:47 [FINEST] [ForgeModLoader] Testing mod BuildCraft|Energy to very it can accept it's own version in a remote connection 2012-10-08 22:07:47 [FINEST] [ForgeModLoader] The mod BuildCraft|Energy accepts it's own version (3.2.0pre7) 2012-10-08 22:07:47 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into BuildCraft|Energy 2012-10-08 22:07:47 [FINER] [ForgeModLoader] State event FMLConstructionEvent delivered to mod BuildCraft|Energy 2012-10-08 22:07:47 [FINER] [ForgeModLoader] Posting state event FMLConstructionEvent to mod BuildCraft|Factory 2012-10-08 22:07:47 [FINEST] [ForgeModLoader] Testing mod BuildCraft|Factory to very it can accept it's own version in a remote connection 2012-10-08 22:07:47 [FINEST] [ForgeModLoader] The mod BuildCraft|Factory accepts it's own version (3.2.0pre7) 2012-10-08 22:07:47 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into BuildCraft|Factory 2012-10-08 22:07:47 [FINER] [ForgeModLoader] State event FMLConstructionEvent delivered to mod BuildCraft|Factory 2012-10-08 22:07:47 [FINER] [ForgeModLoader] Posting state event FMLConstructionEvent to mod BuildCraft|Transport 2012-10-08 22:07:47 [FINEST] [ForgeModLoader] Testing mod BuildCraft|Transport to very it can accept it's own version in a remote connection 2012-10-08 22:07:47 [FINEST] [ForgeModLoader] The mod BuildCraft|Transport accepts it's own version (3.2.0pre7) 2012-10-08 22:07:47 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into BuildCraft|Transport 2012-10-08 22:07:47 [FINER] [ForgeModLoader] State event FMLConstructionEvent delivered to mod BuildCraft|Transport 2012-10-08 22:07:47 [FINER] [ForgeModLoader] Posting state event FMLConstructionEvent to mod BuildCraft|Silicon 2012-10-08 22:07:47 [FINEST] [ForgeModLoader] Testing mod BuildCraft|Silicon to very it can accept it's own version in a remote connection 2012-10-08 22:07:47 [FINEST] [ForgeModLoader] The mod BuildCraft|Silicon accepts it's own version (3.2.0pre7) 2012-10-08 22:07:47 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into BuildCraft|Silicon 2012-10-08 22:07:47 [FINER] [ForgeModLoader] State event FMLConstructionEvent delivered to mod BuildCraft|Silicon 2012-10-08 22:07:47 [FINER] [ForgeModLoader] Posting state event FMLConstructionEvent to mod mod_Invasion 2012-10-08 22:07:47 [FINEST] [ForgeModLoader] Testing mod mod_Invasion to very it can accept it's own version in a remote connection 2012-10-08 22:07:47 [FINEST] [ForgeModLoader] The mod mod_Invasion accepts it's own version (0.11.0) 2012-10-08 22:07:47 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into mod_Invasion 2012-10-08 22:07:47 [FINER] [ForgeModLoader] State event FMLConstructionEvent delivered to mod mod_Invasion 2012-10-08 22:07:47 [FINER] [ForgeModLoader] Posting state event FMLConstructionEvent to mod mFC 2012-10-08 22:07:47 [FINEST] [ForgeModLoader] Testing mod mFC to very it can accept it's own version in a remote connection 2012-10-08 22:07:47 [FINEST] [ForgeModLoader] The mod mFC accepts it's own version (1.0.7 for MC:1.3.2) 2012-10-08 22:07:47 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into mFC 2012-10-08 22:07:47 [FINER] [ForgeModLoader] State event FMLConstructionEvent delivered to mod mFC 2012-10-08 22:07:47 [FINER] [ForgeModLoader] Posting state event FMLConstructionEvent to mod 633 2012-10-08 22:07:47 [iNFO] [sTDOUT] Model route:file:/home/minecraft/multicraft/servers/collspy005_gmail.com_25631/mods/mod_Fossil.zip!/FossilStructers/WeaponShopA.schematic 2012-10-08 22:07:47 [iNFO] [sTDOUT] Model route:file:/home/minecraft/multicraft/servers/collspy005_gmail.com_25631/mods/mod_Fossil.zip!/FossilStructers/academy1.schematic 2012-10-08 22:07:47 [FINEST] [ForgeModLoader] Testing mod 633 to very it can accept it's own version in a remote connection 2012-10-08 22:07:47 [FINEST] [ForgeModLoader] The mod 633 accepts it's own version (v6.9 P-3) 2012-10-08 22:07:47 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into 633 2012-10-08 22:07:47 [FINER] [ForgeModLoader] State event FMLConstructionEvent delivered to mod 633 2012-10-08 22:07:47 [FINER] [ForgeModLoader] Posting state event FMLConstructionEvent to mod IronChest 2012-10-08 22:07:47 [FINEST] [ForgeModLoader] Testing mod IronChest to very it can accept it's own version in a remote connection 2012-10-08 22:07:47 [FINEST] [ForgeModLoader] The mod IronChest accepts it's own version (4.0) 2012-10-08 22:07:47 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into IronChest 2012-10-08 22:07:47 [FINER] [ForgeModLoader] State event FMLConstructionEvent delivered to mod IronChest 2012-10-08 22:07:47 [FINER] [ForgeModLoader] Posting state event FMLConstructionEvent to mod PortalGun 2012-10-08 22:07:47 [FINEST] [ForgeModLoader] Testing mod PortalGun to very it can accept it's own version in a remote connection 2012-10-08 22:07:47 [FINEST] [ForgeModLoader] The mod PortalGun accepts it's own version (1.3.2.2) 2012-10-08 22:07:47 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into PortalGun 2012-10-08 22:07:47 [FINER] [ForgeModLoader] State event FMLConstructionEvent delivered to mod PortalGun 2012-10-08 22:07:47 [FINER] [ForgeModLoader] Posting state event FMLConstructionEvent to mod silentspy_usefulfood 2012-10-08 22:07:47 [FINEST] [ForgeModLoader] Testing mod silentspy_usefulfood to very it can accept it's own version in a remote connection 2012-10-08 22:07:47 [FINEST] [ForgeModLoader] The mod silentspy_usefulfood accepts it's own version (1.1.0) 2012-10-08 22:07:47 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into silentspy_usefulfood 2012-10-08 22:07:47 [FINER] [ForgeModLoader] State event FMLConstructionEvent delivered to mod silentspy_usefulfood 2012-10-08 22:07:47 [FINER] [ForgeModLoader] Posting state event FMLConstructionEvent to mod ExpandedWeaponry 2012-10-08 22:07:47 [FINEST] [ForgeModLoader] Testing mod ExpandedWeaponry to very it can accept it's own version in a remote connection 2012-10-08 22:07:47 [FINEST] [ForgeModLoader] The mod ExpandedWeaponry accepts it's own version (0.0.1) 2012-10-08 22:07:47 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into ExpandedWeaponry 2012-10-08 22:07:47 [FINER] [ForgeModLoader] State event FMLConstructionEvent delivered to mod ExpandedWeaponry 2012-10-08 22:07:47 [FINER] [ForgeModLoader] Posting state event FMLPreInitializationEvent to mod FML 2012-10-08 22:07:47 [FINER] [ForgeModLoader] State event FMLPreInitializationEvent delivered to mod FML 2012-10-08 22:07:47 [FINER] [ForgeModLoader] Posting state event FMLPreInitializationEvent to mod Forge 2012-10-08 22:07:47 [iNFO] [ForgeModLoader] Configured a dormant chunk cache size of 0 2012-10-08 22:07:47 [FINER] [ForgeModLoader] State event FMLPreInitializationEvent delivered to mod Forge 2012-10-08 22:07:47 [FINER] [ForgeModLoader] Posting state event FMLPreInitializationEvent to mod jfm 2012-10-08 22:07:48 [FINER] [ForgeModLoader] State event FMLPreInitializationEvent delivered to mod jfm 2012-10-08 22:07:48 [FINER] [ForgeModLoader] Posting state event FMLPreInitializationEvent to mod ComputerCraft 2012-10-08 22:07:48 [FINER] [ForgeModLoader] State event FMLPreInitializationEvent delivered to mod ComputerCraft 2012-10-08 22:07:48 [FINER] [ForgeModLoader] Posting state event FMLPreInitializationEvent to mod CCTurtle 2012-10-08 22:07:48 [FINER] [ForgeModLoader] State event FMLPreInitializationEvent delivered to mod CCTurtle 2012-10-08 22:07:48 [FINER] [ForgeModLoader] Posting state event FMLPreInitializationEvent to mod IC2 2012-10-08 22:07:48 [iNFO] [sTDOUT] [iC2] Config loaded from /home/minecraft/multicraft/servers/collspy005_gmail.com_25631/./config/IC2.cfg 2012-10-08 22:07:55 [FINEST] [ForgeModLoader] Automatically registered mod IC2 entity MiningLaser as IC2.MiningLaser 2012-10-08 22:07:55 [FINEST] [ForgeModLoader] Automatically registered mod IC2 entity Dynamite as IC2.Dynamite 2012-10-08 22:07:55 [FINEST] [ForgeModLoader] Automatically registered mod IC2 entity StickyDynamite as IC2.StickyDynamite 2012-10-08 22:07:55 [FINEST] [ForgeModLoader] Automatically registered mod IC2 entity Itnt as IC2.Itnt 2012-10-08 22:07:55 [FINEST] [ForgeModLoader] Automatically registered mod IC2 entity Nuke as IC2.Nuke 2012-10-08 22:07:55 [FINER] [ForgeModLoader] State event FMLPreInitializationEvent delivered to mod IC2 2012-10-08 22:07:55 [FINER] [ForgeModLoader] Posting state event FMLPreInitializationEvent to mod IC2NuclearControl 2012-10-08 22:07:55 [FINER] [ForgeModLoader] State event FMLPreInitializationEvent delivered to mod IC2NuclearControl 2012-10-08 22:07:55 [FINER] [ForgeModLoader] Posting state event FMLPreInitializationEvent to mod ClaySpawn 2012-10-08 22:07:55 [FINER] [ForgeModLoader] State event FMLPreInitializationEvent delivered to mod ClaySpawn 2012-10-08 22:07:55 [FINER] [ForgeModLoader] Posting state event FMLPreInitializationEvent to mod MelonSpawn 2012-10-08 22:07:55 [FINER] [ForgeModLoader] State event FMLPreInitializationEvent delivered to mod MelonSpawn 2012-10-08 22:07:55 [FINER] [ForgeModLoader] Posting state event FMLPreInitializationEvent to mod BuildCraft|Core 2012-10-08 22:07:56 [FINER] [ForgeModLoader] BuildCraft: Using the latest version [3.2.0pre7 (:3)] for Minecraft 1.3.2 2012-10-08 22:07:56 [iNFO] [buildcraft] Starting BuildCraft 3.2.0pre7 (:3) 2012-10-08 22:07:56 [iNFO] [buildcraft] Copyright © SpaceToad, 2011 2012-10-08 22:07:56 [iNFO] [buildcraft] http://www.mod-buildcraft.com 2012-10-08 22:07:57 [FINER] [ForgeModLoader] State event FMLPreInitializationEvent delivered to mod BuildCraft|Core 2012-10-08 22:07:57 [FINER] [ForgeModLoader] Posting state event FMLPreInitializationEvent to mod Forestry 2012-10-08 22:07:57 [FINE] [ForgeModLoader] Found plugin for BuildCraft3 2012-10-08 22:07:57 [FINE] [ForgeModLoader] Found plugin for EquivalentExchange 2012-10-08 22:07:57 [FINE] [ForgeModLoader] Found plugin for Native Apiculture 2012-10-08 22:07:57 [FINE] [ForgeModLoader] Found plugin for Native Arboriculture 2012-10-08 22:07:57 [FINE] [ForgeModLoader] Found plugin for Core 2012-10-08 22:07:57 [FINE] [ForgeModLoader] Found plugin for Native Cultivation 2012-10-08 22:07:57 [FINE] [ForgeModLoader] Found plugin for Native Energy 2012-10-08 22:07:57 [FINE] [ForgeModLoader] Found plugin for Native Factory 2012-10-08 22:07:57 [FINE] [ForgeModLoader] Found plugin for Native Food 2012-10-08 22:07:57 [FINE] [ForgeModLoader] Found plugin for Native Mail 2012-10-08 22:07:57 [FINE] [ForgeModLoader] Found plugin for Native Storage 2012-10-08 22:07:57 [FINE] [ForgeModLoader] Found plugin for IndustrialCraft2 2012-10-08 22:07:57 [FINE] [ForgeModLoader] Found plugin for Apiarist's Pipe for BC3 2012-10-08 22:07:57 [FINE] [ForgeModLoader] Found plugin for TwilightForest 2012-10-08 22:07:58 [WARNING] [ForgeModLoader] Forestry: Using outdated version for Minecraft 1.3.2. Consider updating. 2012-10-08 22:07:58 [FINER] [ForgeModLoader] State event FMLPreInitializationEvent delivered to mod Forestry 2012-10-08 22:07:58 [FINER] [ForgeModLoader] Posting state event FMLPreInitializationEvent to mod Railcraft 2012-10-08 22:07:58 [FINE] [Railcraft] Pre-Init Phase 2012-10-08 22:08:02 [FINER] [Railcraft] Pre-Init Start: ModuleCore 2012-10-08 22:08:02 [FINER] [Railcraft] Pre-Init Complete: ModuleCore 2012-10-08 22:08:02 [FINER] [Railcraft] Pre-Init Start: ModuleFactory 2012-10-08 22:08:02 [FINER] [Railcraft] Pre-Init Complete: ModuleFactory 2012-10-08 22:08:02 [FINER] [Railcraft] Pre-Init Start: ModuleAutomation 2012-10-08 22:08:02 [FINER] [Railcraft] Pre-Init Complete: ModuleAutomation 2012-10-08 22:08:02 [FINER] [ForgeModLoader] State event FMLPreInitializationEvent delivered to mod Railcraft 2012-10-08 22:08:02 [FINER] [ForgeModLoader] Posting state event FMLPreInitializationEvent to mod AS_Ruins 2012-10-08 22:08:02 [FINER] [ForgeModLoader] State event FMLPreInitializationEvent delivered to mod AS_Ruins 2012-10-08 22:08:02 [FINER] [ForgeModLoader] Posting state event FMLPreInitializationEvent to mod SecretRoomsMod 2012-10-08 22:08:02 [FINER] [ForgeModLoader] State event FMLPreInitializationEvent delivered to mod SecretRoomsMod 2012-10-08 22:08:02 [FINER] [ForgeModLoader] Posting state event FMLPreInitializationEvent to mod pitman-87_TF2_Dispenser 2012-10-08 22:08:02 [FINER] [ForgeModLoader] State event FMLPreInitializationEvent delivered to mod pitman-87_TF2_Dispenser 2012-10-08 22:08:02 [FINER] [ForgeModLoader] Posting state event FMLPreInitializationEvent to mod pitman-87_TF2_Sentry 2012-10-08 22:08:02 [FINER] [ForgeModLoader] State event FMLPreInitializationEvent delivered to mod pitman-87_TF2_Sentry 2012-10-08 22:08:02 [FINER] [ForgeModLoader] Posting state event FMLPreInitializationEvent to mod pitman-87_TF2_Teleporter 2012-10-08 22:08:02 [FINER] [ForgeModLoader] State event FMLPreInitializationEvent delivered to mod pitman-87_TF2_Teleporter 2012-10-08 22:08:02 [FINER] [ForgeModLoader] Posting state event FMLPreInitializationEvent to mod ThirstMod 2012-10-08 22:08:02 [FINER] [ForgeModLoader] State event FMLPreInitializationEvent delivered to mod ThirstMod 2012-10-08 22:08:02 [FINER] [ForgeModLoader] Posting state event FMLPreInitializationEvent to mod mod_ToolRack 2012-10-08 22:08:02 [FINER] [ForgeModLoader] State event FMLPreInitializationEvent delivered to mod mod_ToolRack 2012-10-08 22:08:02 [FINER] [ForgeModLoader] Posting state event FMLPreInitializationEvent to mod BuildCraft|Builders 2012-10-08 22:08:02 [FINER] [ForgeModLoader] State event FMLPreInitializationEvent delivered to mod BuildCraft|Builders 2012-10-08 22:08:02 [FINER] [ForgeModLoader] Posting state event FMLPreInitializationEvent to mod BuildCraft|Energy 2012-10-08 22:08:07 [FINER] [ForgeModLoader] State event FMLPreInitializationEvent delivered to mod BuildCraft|Energy 2012-10-08 22:08:07 [FINER] [ForgeModLoader] Posting state event FMLPreInitializationEvent to mod BuildCraft|Factory 2012-10-08 22:08:08 [FINER] [ForgeModLoader] State event FMLPreInitializationEvent delivered to mod BuildCraft|Factory 2012-10-08 22:08:08 [FINER] [ForgeModLoader] Posting state event FMLPreInitializationEvent to mod BuildCraft|Transport 2012-10-08 22:08:10 [FINER] [ForgeModLoader] State event FMLPreInitializationEvent delivered to mod BuildCraft|Transport 2012-10-08 22:08:10 [FINER] [ForgeModLoader] Posting state event FMLPreInitializationEvent to mod BuildCraft|Silicon 2012-10-08 22:08:14 [FINER] [ForgeModLoader] State event FMLPreInitializationEvent delivered to mod BuildCraft|Silicon 2012-10-08 22:08:14 [FINER] [ForgeModLoader] Posting state event FMLPreInitializationEvent to mod mod_Invasion 2012-10-08 22:08:14 [FINER] [ForgeModLoader] State event FMLPreInitializationEvent delivered to mod mod_Invasion 2012-10-08 22:08:14 [FINER] [ForgeModLoader] Posting state event FMLPreInitializationEvent to mod mFC 2012-10-08 22:08:14 [FINER] [ForgeModLoader] State event FMLPreInitializationEvent delivered to mod mFC 2012-10-08 22:08:14 [FINER] [ForgeModLoader] Posting state event FMLPreInitializationEvent to mod 633 2012-10-08 22:08:14 [FINER] [ForgeModLoader] State event FMLPreInitializationEvent delivered to mod 633 2012-10-08 22:08:14 [FINER] [ForgeModLoader] Posting state event FMLPreInitializationEvent to mod IronChest 2012-10-08 22:08:18 [FINER] [ForgeModLoader] State event FMLPreInitializationEvent delivered to mod IronChest 2012-10-08 22:08:19 [FINER] [ForgeModLoader] Posting state event FMLPreInitializationEvent to mod PortalGun 2012-10-08 22:08:19 [iNFO] [sTDOUT] [Portal Gun 1.3.2v2] Loading properties. 2012-10-08 22:08:19 [iNFO] [sTDOUT] [Portal Gun 1.3.2v2] Properties loaded. 2012-10-08 22:08:19 [FINER] [ForgeModLoader] State event FMLPreInitializationEvent delivered to mod PortalGun 2012-10-08 22:08:19 [FINER] [ForgeModLoader] Posting state event FMLPreInitializationEvent to mod silentspy_usefulfood 2012-10-08 22:08:19 [FINE] [ForgeModLoader] [usefulFood] loading mod_usefulfood 1.1.0 2012-10-08 22:08:22 [FINER] [ForgeModLoader] State event FMLPreInitializationEvent delivered to mod silentspy_usefulfood 2012-10-08 22:08:22 [FINER] [ForgeModLoader] Posting state event FMLPreInitializationEvent to mod ExpandedWeaponry 2012-10-08 22:08:22 [iNFO] [sTDOUT] Config located at /home/minecraft/multicraft/servers/collspy005_gmail.com_25631/config/ExpandedWeaponry.cfg 2012-10-08 22:08:22 [FINER] [ForgeModLoader] State event FMLPreInitializationEvent delivered to mod ExpandedWeaponry 2012-10-08 22:08:22 [iNFO] [sTDERR] 2012-10-08 22:08:22 [iNFO] Loading properties 2012-10-08 22:08:22 [iNFO] [sTDERR] 2012-10-08 22:08:22 [iNFO] Default game type: SURVIVAL 2012-10-08 22:08:22 [iNFO] [sTDERR] 2012-10-08 22:08:22 [iNFO] Generating keypair 2012-10-08 22:08:22 [iNFO] [sTDERR] 2012-10-08 22:08:22 [iNFO] Starting Minecraft server on 66.85.166.21:25565 2012-10-08 22:08:22 [FINER] [ForgeModLoader] Posting state event FMLInitializationEvent to mod FML 2012-10-08 22:08:22 [FINER] [ForgeModLoader] State event FMLInitializationEvent delivered to mod FML 2012-10-08 22:08:22 [FINER] [ForgeModLoader] Posting state event FMLInitializationEvent to mod Forge 2012-10-08 22:08:22 [FINER] [ForgeModLoader] State event FMLInitializationEvent delivered to mod Forge 2012-10-08 22:08:22 [FINER] [ForgeModLoader] Posting state event FMLInitializationEvent to mod jfm 2012-10-08 22:08:22 [FINEST] [ForgeModLoader] Automatically registered mod jfm entity EntityMountableBlock as jfm.EntityMountableBlock 2012-10-08 22:08:22 [FINER] [ForgeModLoader] State event FMLInitializationEvent delivered to mod jfm 2012-10-08 22:08:22 [FINER] [ForgeModLoader] Posting state event FMLInitializationEvent to mod ComputerCraft 2012-10-08 22:08:22 [iNFO] [sTDOUT] Loading ComputerCraft v1.43 (rev 709) 2012-10-08 22:08:22 [iNFO] [sTDOUT] ComputerCraft: Searching for RedPowerLib... 2012-10-08 22:08:22 [iNFO] [sTDOUT] ComputerCraft: RedPowerLib not found. 2012-10-08 22:08:22 [FINER] [ForgeModLoader] State event FMLInitializationEvent delivered to mod ComputerCraft 2012-10-08 22:08:22 [FINER] [ForgeModLoader] Posting state event FMLInitializationEvent to mod CCTurtle 2012-10-08 22:08:22 [iNFO] [sTDOUT] Loading CCTurtle v1.43 (rev 709) 2012-10-08 22:08:22 [FINER] [ForgeModLoader] State event FMLInitializationEvent delivered to mod CCTurtle 2012-10-08 22:08:22 [FINER] [ForgeModLoader] Posting state event FMLInitializationEvent to mod IC2 2012-10-08 22:08:22 [FINER] [ForgeModLoader] State event FMLInitializationEvent delivered to mod IC2 2012-10-08 22:08:22 [FINER] [ForgeModLoader] Posting state event FMLInitializationEvent to mod IC2NuclearControl 2012-10-08 22:08:22 [FINER] [ForgeModLoader] State event FMLInitializationEvent delivered to mod IC2NuclearControl 2012-10-08 22:08:22 [FINER] [ForgeModLoader] Posting state event FMLInitializationEvent to mod ClaySpawn 2012-10-08 22:08:22 [FINER] [ForgeModLoader] State event FMLInitializationEvent delivered to mod ClaySpawn 2012-10-08 22:08:22 [FINER] [ForgeModLoader] Posting state event FMLInitializationEvent to mod MelonSpawn 2012-10-08 22:08:22 [FINER] [ForgeModLoader] State event FMLInitializationEvent delivered to mod MelonSpawn 2012-10-08 22:08:22 [FINER] [ForgeModLoader] Posting state event FMLInitializationEvent to mod BuildCraft|Core 2012-10-08 22:08:22 [FINEST] [ForgeModLoader] Automatically registered mod BuildCraft|Core entity bcRobot as BuildCraft|Core.bcRobot 2012-10-08 22:08:22 [FINEST] [ForgeModLoader] Automatically registered mod BuildCraft|Core entity bcLaser as BuildCraft|Core.bcLaser 2012-10-08 22:08:22 [FINEST] [ForgeModLoader] Automatically registered mod BuildCraft|Core entity bcEnergyLaser as BuildCraft|Core.bcEnergyLaser 2012-10-08 22:08:22 [FINER] [ForgeModLoader] State event FMLInitializationEvent delivered to mod BuildCraft|Core 2012-10-08 22:08:22 [FINER] [ForgeModLoader] Posting state event FMLInitializationEvent to mod Forestry 2012-10-08 22:08:23 [FINER] [Railcraft] Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreApatite, id=198 meta=0 2012-10-08 22:08:23 [FINER] [Railcraft] Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreCopper, id=198 meta=1 2012-10-08 22:08:23 [FINER] [Railcraft] Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreTin, id=198 meta=2 2012-10-08 22:08:32 [FINE] [ForgeModLoader] Skipped plugin class forestry.plugins.PluginEE because preconditions were not met. 2012-10-08 22:09:04 [FINE] [ForgeModLoader] Skipped plugin class forestry.plugins.PluginTwilightForest because preconditions were not met. 2012-10-08 22:09:04 [FINER] [ForgeModLoader] State event FMLInitializationEvent delivered to mod Forestry 2012-10-08 22:09:04 [FINER] [ForgeModLoader] Posting state event FMLInitializationEvent to mod Railcraft 2012-10-08 22:09:04 [FINE] [Railcraft] Init Phase 2012-10-08 22:09:04 [FINER] [Railcraft] Init-First Start: ModuleCore 2012-10-08 22:09:04 [FINEST] [ForgeModLoader] Automatically registered mod Railcraft entity cart.basic as Railcraft.cart.basic 2012-10-08 22:09:04 [FINEST] [ForgeModLoader] Automatically registered mod Railcraft entity cart.chest as Railcraft.cart.chest 2012-10-08 22:09:04 [FINEST] [ForgeModLoader] Automatically registered mod Railcraft entity cart.furnace as Railcraft.cart.furnace 2012-10-08 22:09:04 [FINER] [Railcraft] Init-First Complete: ModuleCore 2012-10-08 22:09:04 [FINER] [Railcraft] Init-First Start: ModuleFactory 2012-10-08 22:09:04 [FINEST] [ForgeModLoader] Automatically registered mod Railcraft entity FallingCube as Railcraft.FallingCube 2012-10-08 22:09:04 [FINER] [Railcraft] Init-First Complete: ModuleFactory 2012-10-08 22:09:04 [FINER] [Railcraft] Init-First Start: ModuleExtras 2012-10-08 22:09:04 [FINEST] [ForgeModLoader] Automatically registered mod Railcraft entity cart.tnt as Railcraft.cart.tnt 2012-10-08 22:09:04 [FINEST] [ForgeModLoader] Automatically registered mod Railcraft entity cart.work as Railcraft.cart.work 2012-10-08 22:09:04 [FINER] [Railcraft] Init-First Complete: ModuleExtras 2012-10-08 22:09:04 [FINER] [Railcraft] Init-First Start: ModuleTrack 2012-10-08 22:09:04 [FINER] [Railcraft] Init-First Complete: ModuleTrack 2012-10-08 22:09:04 [FINER] [Railcraft] Init-First Start: ModuleTracksHighSpeed 2012-10-08 22:09:04 [FINER] [Railcraft] Init-First Complete: ModuleTracksHighSpeed 2012-10-08 22:09:04 [FINER] [Railcraft] Init-First Start: ModuleTracksWood 2012-10-08 22:09:04 [FINER] [Railcraft] Init-First Complete: ModuleTracksWood 2012-10-08 22:09:04 [FINER] [Railcraft] Init-First Start: ModuleTracksReinforced 2012-10-08 22:09:04 [FINER] [Railcraft] Init-First Complete: ModuleTracksReinforced 2012-10-08 22:09:04 [FINER] [Railcraft] Init-First Start: ModuleTrain 2012-10-08 22:09:04 [FINER] [Railcraft] Init-First Complete: ModuleTrain 2012-10-08 22:09:04 [FINER] [Railcraft] Init-First Start: ModuleSignals 2012-10-08 22:09:04 [FINER] [Railcraft] Init-First Complete: ModuleSignals 2012-10-08 22:09:04 [FINER] [Railcraft] Init-First Start: ModuleStructures 2012-10-08 22:09:04 [FINER] [Railcraft] Init-First Complete: ModuleStructures 2012-10-08 22:09:04 [FINER] [Railcraft] Init-First Start: ModuleAutomation 2012-10-08 22:09:04 [FINEST] [ForgeModLoader] Automatically registered mod Railcraft entity cart.bore as Railcraft.cart.bore 2012-10-08 22:09:04 [FINEST] [ForgeModLoader] Automatically registered mod Railcraft entity cart.track.relayer as Railcraft.cart.track.relayer 2012-10-08 22:09:04 [FINEST] [ForgeModLoader] Automatically registered mod Railcraft entity cart.undercutter as Railcraft.cart.undercutter 2012-10-08 22:09:04 [FINER] [Railcraft] Init-First Complete: ModuleAutomation 2012-10-08 22:09:04 [FINER] [Railcraft] Init-First Start: ModuleTransport 2012-10-08 22:09:04 [FINEST] [ForgeModLoader] Automatically registered mod Railcraft entity cart.tank as Railcraft.cart.tank 2012-10-08 22:09:04 [FINER] [Railcraft] Init-First Complete: ModuleTransport 2012-10-08 22:09:04 [FINER] [Railcraft] Init-First Start: ModuleIC2 2012-10-08 22:09:04 [FINEST] [ForgeModLoader] Automatically registered mod Railcraft entity cart.energy as Railcraft.cart.energy 2012-10-08 22:09:04 [FINER] [Railcraft] Init-First Complete: ModuleIC2 2012-10-08 22:09:04 [FINER] [Railcraft] Init-First Start: ModuleEnergy 2012-10-08 22:09:04 [FINER] [Railcraft] Init-First Complete: ModuleEnergy 2012-10-08 22:09:04 [FINER] [Railcraft] Init-First Start: ModuleWorld 2012-10-08 22:09:04 [FINER] [Railcraft] Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreSulfur, id=458 meta=0 2012-10-08 22:09:04 [FINER] [Railcraft] Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreSaltpeter, id=458 meta=1 2012-10-08 22:09:04 [FINER] [Railcraft] Init-First Complete: ModuleWorld 2012-10-08 22:09:04 [FINER] [Railcraft] Init-First Start: ModuleChunkLoading 2012-10-08 22:09:04 [FINEST] [ForgeModLoader] Automatically registered mod Railcraft entity cart.anchor as Railcraft.cart.anchor 2012-10-08 22:09:04 [FINER] [Railcraft] Init-First Complete: ModuleChunkLoading 2012-10-08 22:09:04 [FINER] [Railcraft] Init-Second Start: ModuleCore 2012-10-08 22:09:04 [FINER] [Railcraft] Init-Second Complete: ModuleCore 2012-10-08 22:09:04 [FINER] [Railcraft] Init-Second Start: ModuleFactory 2012-10-08 22:09:04 [FINER] [Railcraft] Init-Second Complete: ModuleFactory 2012-10-08 22:09:04 [FINER] [ForgeModLoader] State event FMLInitializationEvent delivered to mod Railcraft 2012-10-08 22:09:04 [FINER] [ForgeModLoader] Posting state event FMLInitializationEvent to mod AS_Ruins 2012-10-08 22:09:04 [FINER] [ForgeModLoader] State event FMLInitializationEvent delivered to mod AS_Ruins 2012-10-08 22:09:04 [FINER] [ForgeModLoader] Posting state event FMLInitializationEvent to mod SecretRoomsMod 2012-10-08 22:09:04 [FINER] [ForgeModLoader] State event FMLInitializationEvent delivered to mod SecretRoomsMod 2012-10-08 22:09:04 [FINER] [ForgeModLoader] Posting state event FMLInitializationEvent to mod pitman-87_TF2_Dispenser 2012-10-08 22:09:04 [FINER] [ForgeModLoader] State event FMLInitializationEvent delivered to mod pitman-87_TF2_Dispenser 2012-10-08 22:09:04 [FINER] [ForgeModLoader] Posting state event FMLInitializationEvent to mod pitman-87_TF2_Sentry 2012-10-08 22:09:04 [FINEST] [ForgeModLoader] Automatically registered mod pitman-87_TF2_Sentry entity TF2 Bullet as pitman-87_TF2_Sentry.TF2 Bullet 2012-10-08 22:09:04 [FINEST] [ForgeModLoader] Automatically registered mod pitman-87_TF2_Sentry entity TF2 Rocket as pitman-87_TF2_Sentry.TF2 Rocket 2012-10-08 22:09:04 [FINER] [ForgeModLoader] State event FMLInitializationEvent delivered to mod pitman-87_TF2_Sentry 2012-10-08 22:09:04 [FINER] [ForgeModLoader] Posting state event FMLInitializationEvent to mod pitman-87_TF2_Teleporter 2012-10-08 22:09:04 [FINER] [ForgeModLoader] State event FMLInitializationEvent delivered to mod pitman-87_TF2_Teleporter 2012-10-08 22:09:04 [FINER] [ForgeModLoader] Posting state event FMLInitializationEvent to mod ThirstMod 2012-10-08 22:09:04 [iNFO] [sTDERR] 2012-10-08 22:09:04 [iNFO] [ThirstMod] Loaded the following drinks: 2012-10-08 22:09:04 [FINER] [ForgeModLoader] State event FMLInitializationEvent delivered to mod ThirstMod 2012-10-08 22:09:04 [FINER] [ForgeModLoader] Posting state event FMLInitializationEvent to mod mod_ToolRack 2012-10-08 22:09:04 [FINER] [ForgeModLoader] State event FMLInitializationEvent delivered to mod mod_ToolRack 2012-10-08 22:09:04 [FINER] [ForgeModLoader] Posting state event FMLInitializationEvent to mod BuildCraft|Builders 2012-10-08 22:09:04 [FINER] [ForgeModLoader] State event FMLInitializationEvent delivered to mod BuildCraft|Builders 2012-10-08 22:09:04 [FINER] [ForgeModLoader] Posting state event FMLInitializationEvent to mod BuildCraft|Energy 2012-10-08 22:09:04 [FINER] [ForgeModLoader] State event FMLInitializationEvent delivered to mod BuildCraft|Energy 2012-10-08 22:09:04 [FINER] [ForgeModLoader] Posting state event FMLInitializationEvent to mod BuildCraft|Factory 2012-10-08 22:09:04 [FINER] [ForgeModLoader] State event FMLInitializationEvent delivered to mod BuildCraft|Factory 2012-10-08 22:09:04 [FINER] [ForgeModLoader] Posting state event FMLInitializationEvent to mod BuildCraft|Transport 2012-10-08 22:09:04 [FINER] [ForgeModLoader] State event FMLInitializationEvent delivered to mod BuildCraft|Transport 2012-10-08 22:09:04 [FINER] [ForgeModLoader] Posting state event FMLInitializationEvent to mod BuildCraft|Silicon 2012-10-08 22:09:04 [FINER] [ForgeModLoader] State event FMLInitializationEvent delivered to mod BuildCraft|Silicon 2012-10-08 22:09:04 [FINER] [ForgeModLoader] Posting state event FMLInitializationEvent to mod mod_Invasion 2012-10-08 22:09:04 [FINE] [ForgeModLoader] Skipping automatic mod mod_Invasion entity registration for already registered class invmod.common.entity.EntityIMBoulder 2012-10-08 22:09:04 [FINE] [ForgeModLoader] Skipping automatic mod mod_Invasion entity registration for already registered class invmod.common.entity.EntityIMBolt 2012-10-08 22:09:04 [FINE] [ForgeModLoader] Skipping automatic mod mod_Invasion entity registration for already registered class invmod.common.entity.EntityIMTrap 2012-10-08 22:09:04 [FINE] [ForgeModLoader] Skipping automatic mod mod_Invasion entity registration for already registered class invmod.common.entity.EntityIMArrowOld 2012-10-08 22:09:04 [iNFO] [sTDOUT] 70 2012-10-08 22:09:04 [FINER] [ForgeModLoader] State event FMLInitializationEvent delivered to mod mod_Invasion 2012-10-08 22:09:04 [FINER] [ForgeModLoader] Posting state event FMLInitializationEvent to mod mFC 2012-10-08 22:09:04 [iNFO] [sTDOUT] CONFLICT @ 3426 item slot already occupied by v3XzZ.mFC.FarmItem@6e2e5dc9 while adding v3XzZ.mFC.FarmItem@260f6fa2 2012-10-08 22:09:04 [iNFO] [sTDOUT] CONFLICT @ 3491 item slot already occupied by ItemRack@33a85a34 while adding v3XzZ.mFC.FarmFood@71ba266a 2012-10-08 22:09:04 [iNFO] [sTDOUT] CONFLICT @ 95 item slot already occupied by qv@762bb0fd while adding v3XzZ.mFC.FarmBoneMeal@2e70eea7 2012-10-08 22:09:04 [iNFO] [sTDOUT] CONFLICT @ 4 item slot already occupied by rd@78442dc2 while adding v3XzZ.mFC.FarmFruitFood@4418593d 2012-10-08 22:09:04 [FINER] [ForgeModLoader] State event FMLInitializationEvent delivered to mod mFC 2012-10-08 22:09:04 [FINER] [ForgeModLoader] Posting state event FMLInitializationEvent to mod 633 2012-10-08 22:09:04 [iNFO] [sTDOUT] Anu Spawn:Engaged 2012-10-08 22:09:04 [iNFO] [sTDOUT] Debug Mode:Engaged 2012-10-08 22:09:04 [FINEST] [ForgeModLoader] Automatically registered mod 633 entity StoneBoard as 633.StoneBoard 2012-10-08 22:09:04 [FINEST] [ForgeModLoader] Automatically registered mod 633 entity Javelin as 633.Javelin 2012-10-08 22:09:04 [FINEST] [ForgeModLoader] Automatically registered mod 633 entity AncientJavelin as 633.AncientJavelin 2012-10-08 22:09:04 [FINEST] [ForgeModLoader] Automatically registered mod 633 entity FriendlyLighting as 633.FriendlyLighting 2012-10-08 22:09:04 [FINEST] [ForgeModLoader] Automatically registered mod 633 entity Failuresaurus as 633.Failuresaurus 2012-10-08 22:09:04 [FINEST] [ForgeModLoader] Automatically registered mod 633 entity Bones as 633.Bones 2012-10-08 22:09:04 [FINEST] [ForgeModLoader] Automatically registered mod 633 entity Nautilus as 633.Nautilus 2012-10-08 22:09:04 [FINEST] [ForgeModLoader] Automatically registered mod 633 entity DinoEgg as 633.DinoEgg 2012-10-08 22:09:04 [FINEST] [ForgeModLoader] Automatically registered mod 633 entity Raptor as 633.Raptor 2012-10-08 22:09:04 [FINEST] [ForgeModLoader] Automatically registered mod 633 entity Triceratops as 633.Triceratops 2012-10-08 22:09:04 [FINEST] [ForgeModLoader] Automatically registered mod 633 entity Tyrannosaurus as 633.Tyrannosaurus 2012-10-08 22:09:04 [FINEST] [ForgeModLoader] Automatically registered mod 633 entity FriendlyPigZombie as 633.FriendlyPigZombie 2012-10-08 22:09:04 [FINEST] [ForgeModLoader] Automatically registered mod 633 entity PigBoss as 633.PigBoss 2012-10-08 22:09:04 [FINEST] [ForgeModLoader] Automatically registered mod 633 entity Pterosaur as 633.Pterosaur 2012-10-08 22:09:04 [FINEST] [ForgeModLoader] Automatically registered mod 633 entity Plesiosaur as 633.Plesiosaur 2012-10-08 22:09:04 [FINEST] [ForgeModLoader] Automatically registered mod 633 entity Mosasaurus as 633.Mosasaurus 2012-10-08 22:09:04 [FINEST] [ForgeModLoader] Automatically registered mod 633 entity Stegosaurus as 633.Stegosaurus 2012-10-08 22:09:04 [FINEST] [ForgeModLoader] Automatically registered mod 633 entity Utahraptor as 633.Utahraptor 2012-10-08 22:09:04 [FINEST] [ForgeModLoader] Automatically registered mod 633 entity PregnantSheep as 633.PregnantSheep 2012-10-08 22:09:04 [FINEST] [ForgeModLoader] Automatically registered mod 633 entity PregnantCow as 633.PregnantCow 2012-10-08 22:09:04 [FINEST] [ForgeModLoader] Automatically registered mod 633 entity PregnantPig as 633.PregnantPig 2012-10-08 22:09:04 [FINEST] [ForgeModLoader] Automatically registered mod 633 entity SaberCat as 633.SaberCat 2012-10-08 22:09:04 [FINEST] [ForgeModLoader] Automatically registered mod 633 entity Brachiosaurus as 633.Brachiosaurus 2012-10-08 22:09:04 [FINEST] [ForgeModLoader] Automatically registered mod 633 entity Mammoth as 633.Mammoth 2012-10-08 22:09:04 [FINER] [ForgeModLoader] State event FMLInitializationEvent delivered to mod 633 2012-10-08 22:09:04 [FINER] [ForgeModLoader] Posting state event FMLInitializationEvent to mod IronChest 2012-10-08 22:09:04 [FINER] [ForgeModLoader] State event FMLInitializationEvent delivered to mod IronChest 2012-10-08 22:09:04 [FINER] [ForgeModLoader] Posting state event FMLInitializationEvent to mod PortalGun 2012-10-08 22:09:04 [FINE] [ForgeModLoader] Skipping automatic mod PortalGun entity registration for already registered class portalgun.common.entity.EntityBlock 2012-10-08 22:09:04 [FINEST] [ForgeModLoader] Automatically registered mod PortalGun entity portal_entityball as PortalGun.portal_entityball 2012-10-08 22:09:04 [FINE] [ForgeModLoader] Skipping automatic mod PortalGun entity registration for already registered class portalgun.common.entity.EntityAPG 2012-10-08 22:09:04 [FINE] [ForgeModLoader] Skipping automatic mod PortalGun entity registration for already registered class portalgun.common.entity.EntityRadio 2012-10-08 22:09:04 [FINE] [ForgeModLoader] Skipping automatic mod PortalGun entity registration for already registered class portalgun.common.entity.EntityCube 2012-10-08 22:09:04 [FINEST] [ForgeModLoader] Automatically registered mod PortalGun entity portal_entitybullet as PortalGun.portal_entitybullet 2012-10-08 22:09:04 [FINE] [ForgeModLoader] Skipping automatic mod PortalGun entity registration for already registered class portalgun.common.entity.EntityTurret 2012-10-08 22:09:04 [FINE] [ForgeModLoader] Skipping automatic mod PortalGun entity registration for already registered class portalgun.common.entity.EntityHEP 2012-10-08 22:09:05 [FINER] [ForgeModLoader] State event FMLInitializationEvent delivered to mod PortalGun 2012-10-08 22:09:05 [FINER] [ForgeModLoader] Posting state event FMLInitializationEvent to mod silentspy_usefulfood 2012-10-08 22:09:05 [FINE] [ForgeModLoader] [usefulFood] loading mod_usefulfood recipes 2012-10-08 22:09:05 [FINE] [ForgeModLoader] [usefulFood] mod_usefulfood recipes initialized 2012-10-08 22:09:05 [FINER] [ForgeModLoader] State event FMLInitializationEvent delivered to mod silentspy_usefulfood 2012-10-08 22:09:05 [FINER] [ForgeModLoader] Posting state event FMLInitializationEvent to mod ExpandedWeaponry 2012-10-08 22:09:05 [FINER] [ForgeModLoader] State event FMLInitializationEvent delivered to mod ExpandedWeaponry 2012-10-08 22:09:05 [FINER] [ForgeModLoader] Posting state event FMLPostInitializationEvent to mod FML 2012-10-08 22:09:05 [FINER] [ForgeModLoader] State event FMLPostInitializationEvent delivered to mod FML 2012-10-08 22:09:05 [FINER] [ForgeModLoader] Posting state event FMLPostInitializationEvent to mod Forge 2012-10-08 22:09:05 [FINER] [ForgeModLoader] State event FMLPostInitializationEvent delivered to mod Forge 2012-10-08 22:09:05 [FINER] [ForgeModLoader] Posting state event FMLPostInitializationEvent to mod jfm 2012-10-08 22:09:05 [FINER] [ForgeModLoader] State event FMLPostInitializationEvent delivered to mod jfm 2012-10-08 22:09:05 [FINER] [ForgeModLoader] Posting state event FMLPostInitializationEvent to mod ComputerCraft 2012-10-08 22:09:05 [FINER] [ForgeModLoader] State event FMLPostInitializationEvent delivered to mod ComputerCraft 2012-10-08 22:09:05 [FINER] [ForgeModLoader] Posting state event FMLPostInitializationEvent to mod CCTurtle 2012-10-08 22:09:05 [FINER] [ForgeModLoader] State event FMLPostInitializationEvent delivered to mod CCTurtle 2012-10-08 22:09:05 [FINER] [ForgeModLoader] Posting state event FMLPostInitializationEvent to mod IC2 2012-10-08 22:09:05 [iNFO] [sTDOUT] [iC2] Loading IC2 submodule: bcIntegration32x 2012-10-08 22:09:05 [iNFO] [sTDOUT] [iC2] BuildCraft 3.2 integration module loaded 2012-10-08 22:09:05 [iNFO] [sTDOUT] [Portal Gun 1.3.2v2] Added Block ID 505 to grabbing blacklist. Metadata specific: 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 2012-10-08 22:09:05 [iNFO] [sTDOUT] [Portal Gun 1.3.2v2] Added Block ID 495 to grabbing blacklist. Not metadata specific. 2012-10-08 22:09:05 [iNFO] [sTDOUT] [Portal Gun 1.3.2v2] Added Block ID 496 to grabbing blacklist. Not metadata specific. 2012-10-08 22:09:05 [iNFO] [sTDOUT] [Portal Gun 1.3.2v2] Added Block ID 483 to grabbing blacklist. Not metadata specific. 2012-10-08 22:09:05 [iNFO] [sTDOUT] [Portal Gun 1.3.2v2] Added Block ID 492 to grabbing blacklist. Not metadata specific. 2012-10-08 22:09:05 [iNFO] [sTDOUT] [Portal Gun 1.3.2v2] Added Block ID 493 to grabbing blacklist. Not metadata specific. 2012-10-08 22:09:05 [iNFO] [sTDOUT] [Portal Gun 1.3.2v2] Added Block ID 491 to grabbing blacklist. Not metadata specific. 2012-10-08 22:09:05 [iNFO] [sTDOUT] [Portal Gun 1.3.2v2] Added Block ID 490 to grabbing blacklist. Not metadata specific. 2012-10-08 22:09:05 [iNFO] [sTDOUT] [Portal Gun 1.3.2v2] Added Block ID 507 to grabbing blacklist. Not metadata specific. 2012-10-08 22:09:05 [iNFO] [sTDOUT] [Portal Gun 1.3.2v2] Added Block ID 506 to grabbing blacklist. Not metadata specific. 2012-10-08 22:09:05 [iNFO] [sTDOUT] [iC2] Loaded minor compatibility modules: Portal Gun 2012-10-08 22:09:05 [FINER] [ForgeModLoader] State event FMLPostInitializationEvent delivered to mod IC2 2012-10-08 22:09:05 [FINER] [ForgeModLoader] Posting state event FMLPostInitializationEvent to mod IC2NuclearControl 2012-10-08 22:09:05 [FINER] [ForgeModLoader] State event FMLPostInitializationEvent delivered to mod IC2NuclearControl 2012-10-08 22:09:05 [FINER] [ForgeModLoader] Posting state event FMLPostInitializationEvent to mod ClaySpawn 2012-10-08 22:09:05 [FINER] [ForgeModLoader] State event FMLPostInitializationEvent delivered to mod ClaySpawn 2012-10-08 22:09:05 [FINER] [ForgeModLoader] Posting state event FMLPostInitializationEvent to mod MelonSpawn 2012-10-08 22:09:05 [FINER] [ForgeModLoader] State event FMLPostInitializationEvent delivered to mod MelonSpawn 2012-10-08 22:09:05 [FINER] [ForgeModLoader] Posting state event FMLPostInitializationEvent to mod BuildCraft|Core 2012-10-08 22:09:05 [FINER] [ForgeModLoader] State event FMLPostInitializationEvent delivered to mod BuildCraft|Core 2012-10-08 22:09:05 [FINER] [ForgeModLoader] Posting state event FMLPostInitializationEvent to mod Forestry 2012-10-08 22:09:07 [FINE] [ForgeModLoader] Using buildcraft.energy.PneumaticPowerFramework as framework. 2012-10-08 22:09:07 [FINEST] [ForgeModLoader] Registering boiler package: Apiary (Meta: 7) 2012-10-08 22:09:07 [FINEST] [ForgeModLoader] Registering mill package: Apiarist's Chest (Meta: 3) 2012-10-08 22:09:07 [FINEST] [ForgeModLoader] Registering mill package: Analyzer (Meta: 4) 2012-10-08 22:09:07 [FINER] [ForgeModLoader] Beekeeping mode read from config: NORMAL 2012-10-08 22:09:07 [FINEST] [ForgeModLoader] Registering planter package: Arboretum (Meta: 0) 2012-10-08 22:09:07 [FINEST] [ForgeModLoader] Registering planter package: Farm (Meta: 1) 2012-10-08 22:09:07 [FINEST] [ForgeModLoader] Registering planter package: Rubber Plantation (Meta: 2) 2012-10-08 22:09:07 [FINEST] [ForgeModLoader] Registering planter package: Pumpkin Farm (Meta: 3) 2012-10-08 22:09:07 [FINEST] [ForgeModLoader] Registering planter package: Peat Bog (Meta: 4) 2012-10-08 22:09:07 [FINEST] [ForgeModLoader] Registering planter package: Mushroom Farm (Meta: 5) 2012-10-08 22:09:07 [FINEST] [ForgeModLoader] Registering planter package: Netherwart Farm (Meta: 6) 2012-10-08 22:09:07 [FINEST] [ForgeModLoader] Registering harvester package: Logger (Meta: 0) 2012-10-08 22:09:07 [FINEST] [ForgeModLoader] Registering harvester package: Combine (Meta: 1) 2012-10-08 22:09:07 [FINEST] [ForgeModLoader] Registering harvester package: Rubber Harvester (Meta: 2) 2012-10-08 22:09:07 [FINEST] [ForgeModLoader] Registering harvester package: Pumpkin Harvester (Meta: 3) 2012-10-08 22:09:07 [FINEST] [ForgeModLoader] Registering harvester package: Turbary (Meta: 4) 2012-10-08 22:09:07 [FINEST] [ForgeModLoader] Registering harvester package: Cacti Harvester (Meta: 5) 2012-10-08 22:09:07 [FINEST] [ForgeModLoader] Registering harvester package: Mushroom Picker (Meta: 6) 2012-10-08 22:09:07 [FINEST] [ForgeModLoader] Registering harvester package: Sugar Cane Harvester (Meta: 7) 2012-10-08 22:09:07 [FINEST] [ForgeModLoader] Registering harvester package: Infernal Combine (Meta: 2012-10-08 22:09:07 [FINEST] [ForgeModLoader] Registering mill package: Forester (Meta: 0) 2012-10-08 22:09:07 [FINEST] [ForgeModLoader] Registering mill package: Treetap (Meta: 2) 2012-10-08 22:09:07 [FINEST] [ForgeModLoader] Registering engine package: Biogas Engine (Meta: 0) 2012-10-08 22:09:07 [FINEST] [ForgeModLoader] Registering engine package: Peat-Fired Engine (Meta: 1) 2012-10-08 22:09:07 [FINEST] [ForgeModLoader] Registering engine package: Electrical Engine (Meta: 2) 2012-10-08 22:09:07 [FINEST] [ForgeModLoader] Registering boiler package: Bio Power Generator (Meta: 4) 2012-10-08 22:09:07 [FINEST] [ForgeModLoader] Registering boiler package: Fermenter (Meta: 0) 2012-10-08 22:09:07 [FINEST] [ForgeModLoader] Registering boiler package: Still (Meta: 1) 2012-10-08 22:09:07 [FINEST] [ForgeModLoader] Registering boiler package: Bottler (Meta: 2) 2012-10-08 22:09:07 [FINEST] [ForgeModLoader] Registering boiler package: Raintank (Meta: 3) 2012-10-08 22:09:07 [FINEST] [ForgeModLoader] Registering boiler package: Carpenter (Meta: 5) 2012-10-08 22:09:07 [FINEST] [ForgeModLoader] Registering boiler package: Moistener (Meta: 6) 2012-10-08 22:09:07 [FINEST] [ForgeModLoader] Registering boiler package: Centrifuge (Meta: 2012-10-08 22:09:07 [FINEST] [ForgeModLoader] Registering boiler package: Squeezer (Meta: 9) 2012-10-08 22:09:07 [FINEST] [ForgeModLoader] Registering boiler package: Thermionic Fabricator (Meta: 11) 2012-10-08 22:09:07 [FINEST] [ForgeModLoader] Registering mill package: Rainmaker (Meta: 1) 2012-10-08 22:09:07 [FINEST] [ForgeModLoader] Registering mill package: Mailbox (Meta: 5) 2012-10-08 22:09:07 [FINEST] [ForgeModLoader] Registering mill package: Trader (Meta: 6) 2012-10-08 22:09:07 [FINEST] [ForgeModLoader] Registering mill package: Philatelist (Meta: 7) 2012-10-08 22:09:07 [FINER] [ForgeModLoader] State event FMLPostInitializationEvent delivered to mod Forestry 2012-10-08 22:09:07 [FINER] [ForgeModLoader] Posting state event FMLPostInitializationEvent to mod Railcraft 2012-10-08 22:09:07 [FINE] [Railcraft] Post-Init Phase 2012-10-08 22:09:07 [FINER] [Railcraft] Post-Init Start: ModuleFactory 2012-10-08 22:09:07 [FINER] [Railcraft] Post-Init Complete: ModuleFactory 2012-10-08 22:09:07 [FINER] [Railcraft] Post-Init Start: ModuleTransport 2012-10-08 22:09:07 [FINER] [Railcraft] Post-Init Complete: ModuleTransport 2012-10-08 22:09:07 [FINER] [Railcraft] Post-Init Start: ModuleIC2 2012-10-08 22:09:07 [FINE] [Railcraft] IC2 Module: IC2 Detected, creating Energy Cart and Energy Loader recipes. 2012-10-08 22:09:07 [FINER] [Railcraft] Post-Init Complete: ModuleIC2 2012-10-08 22:09:07 [FINER] [Railcraft] CraftGuide registration failed 2012-10-08 22:09:07 [FINER] [ForgeModLoader] State event FMLPostInitializationEvent delivered to mod Railcraft 2012-10-08 22:09:07 [FINER] [ForgeModLoader] Posting state event FMLPostInitializationEvent to mod AS_Ruins 2012-10-08 22:09:07 [FINER] [ForgeModLoader] State event FMLPostInitializationEvent delivered to mod AS_Ruins 2012-10-08 22:09:07 [FINER] [ForgeModLoader] Posting state event FMLPostInitializationEvent to mod SecretRoomsMod 2012-10-08 22:09:07 [FINER] [ForgeModLoader] State event FMLPostInitializationEvent delivered to mod SecretRoomsMod 2012-10-08 22:09:07 [FINER] [ForgeModLoader] Posting state event FMLPostInitializationEvent to mod pitman-87_TF2_Dispenser 2012-10-08 22:09:07 [FINER] [ForgeModLoader] State event FMLPostInitializationEvent delivered to mod pitman-87_TF2_Dispenser 2012-10-08 22:09:07 [FINER] [ForgeModLoader] Posting state event FMLPostInitializationEvent to mod pitman-87_TF2_Sentry 2012-10-08 22:09:07 [FINER] [ForgeModLoader] State event FMLPostInitializationEvent delivered to mod pitman-87_TF2_Sentry 2012-10-08 22:09:07 [FINER] [ForgeModLoader] Posting state event FMLPostInitializationEvent to mod pitman-87_TF2_Teleporter 2012-10-08 22:09:07 [FINER] [ForgeModLoader] State event FMLPostInitializationEvent delivered to mod pitman-87_TF2_Teleporter 2012-10-08 22:09:07 [FINER] [ForgeModLoader] Posting state event FMLPostInitializationEvent to mod ThirstMod 2012-10-08 22:09:07 [FINER] [ForgeModLoader] State event FMLPostInitializationEvent delivered to mod ThirstMod 2012-10-08 22:09:07 [FINER] [ForgeModLoader] Posting state event FMLPostInitializationEvent to mod mod_ToolRack 2012-10-08 22:09:07 [FINER] [ForgeModLoader] State event FMLPostInitializationEvent delivered to mod mod_ToolRack 2012-10-08 22:09:07 [FINER] [ForgeModLoader] Posting state event FMLPostInitializationEvent to mod BuildCraft|Builders 2012-10-08 22:09:07 [FINER] [ForgeModLoader] State event FMLPostInitializationEvent delivered to mod BuildCraft|Builders 2012-10-08 22:09:07 [FINER] [ForgeModLoader] Posting state event FMLPostInitializationEvent to mod BuildCraft|Energy 2012-10-08 22:09:07 [FINER] [ForgeModLoader] State event FMLPostInitializationEvent delivered to mod BuildCraft|Energy 2012-10-08 22:09:07 [FINER] [ForgeModLoader] Posting state event FMLPostInitializationEvent to mod BuildCraft|Factory 2012-10-08 22:09:07 [FINER] [ForgeModLoader] State event FMLPostInitializationEvent delivered to mod BuildCraft|Factory 2012-10-08 22:09:07 [FINER] [ForgeModLoader] Posting state event FMLPostInitializationEvent to mod BuildCraft|Transport 2012-10-08 22:09:07 [FINER] [ForgeModLoader] State event FMLPostInitializationEvent delivered to mod BuildCraft|Transport 2012-10-08 22:09:07 [FINER] [ForgeModLoader] Posting state event FMLPostInitializationEvent to mod BuildCraft|Silicon 2012-10-08 22:09:07 [FINER] [ForgeModLoader] State event FMLPostInitializationEvent delivered to mod BuildCraft|Silicon 2012-10-08 22:09:07 [FINER] [ForgeModLoader] Posting state event FMLPostInitializationEvent to mod mod_Invasion 2012-10-08 22:09:07 [FINER] [ForgeModLoader] State event FMLPostInitializationEvent delivered to mod mod_Invasion 2012-10-08 22:09:07 [FINER] [ForgeModLoader] Posting state event FMLPostInitializationEvent to mod mFC 2012-10-08 22:09:07 [FINER] [ForgeModLoader] State event FMLPostInitializationEvent delivered to mod mFC 2012-10-08 22:09:07 [FINER] [ForgeModLoader] Posting state event FMLPostInitializationEvent to mod 633 2012-10-08 22:09:07 [FINER] [ForgeModLoader] State event FMLPostInitializationEvent delivered to mod 633 2012-10-08 22:09:07 [FINER] [ForgeModLoader] Posting state event FMLPostInitializationEvent to mod IronChest 2012-10-08 22:09:07 [FINE] [ForgeModLoader] mod_IronChest unable to load Equivalent Exchange integration 2012-10-08 22:09:07 [FINER] [ForgeModLoader] State event FMLPostInitializationEvent delivered to mod IronChest 2012-10-08 22:09:07 [FINER] [ForgeModLoader] Posting state event FMLPostInitializationEvent to mod PortalGun 2012-10-08 22:09:07 [FINER] [ForgeModLoader] State event FMLPostInitializationEvent delivered to mod PortalGun 2012-10-08 22:09:07 [FINER] [ForgeModLoader] Posting state event FMLPostInitializationEvent to mod silentspy_usefulfood 2012-10-08 22:09:07 [FINER] [ForgeModLoader] State event FMLPostInitializationEvent delivered to mod silentspy_usefulfood 2012-10-08 22:09:07 [FINER] [ForgeModLoader] Posting state event FMLPostInitializationEvent to mod ExpandedWeaponry 2012-10-08 22:09:07 [FINER] [ForgeModLoader] State event FMLPostInitializationEvent delivered to mod ExpandedWeaponry 2012-10-08 22:09:07 [FINER] [ForgeModLoader] Posting state event FMLLoadCompleteEvent to mod FML 2012-10-08 22:09:07 [FINER] [ForgeModLoader] State event FMLLoadCompleteEvent delivered to mod FML 2012-10-08 22:09:07 [FINER] [ForgeModLoader] Posting state event FMLLoadCompleteEvent to mod Forge 2012-10-08 22:09:07 [FINER] [ForgeModLoader] State event FMLLoadCompleteEvent delivered to mod Forge 2012-10-08 22:09:07 [FINER] [ForgeModLoader] Posting state event FMLLoadCompleteEvent to mod jfm 2012-10-08 22:09:07 [FINER] [ForgeModLoader] State event FMLLoadCompleteEvent delivered to mod jfm 2012-10-08 22:09:07 [FINER] [ForgeModLoader] Posting state event FMLLoadCompleteEvent to mod ComputerCraft 2012-10-08 22:09:07 [FINER] [ForgeModLoader] State event FMLLoadCompleteEvent delivered to mod ComputerCraft 2012-10-08 22:09:07 [FINER] [ForgeModLoader] Posting state event FMLLoadCompleteEvent to mod CCTurtle 2012-10-08 22:09:07 [FINER] [ForgeModLoader] State event FMLLoadCompleteEvent delivered to mod CCTurtle 2012-10-08 22:09:07 [FINER] [ForgeModLoader] Posting state event FMLLoadCompleteEvent to mod IC2 2012-10-08 22:09:07 [FINER] [ForgeModLoader] State event FMLLoadCompleteEvent delivered to mod IC2 2012-10-08 22:09:07 [FINER] [ForgeModLoader] Posting state event FMLLoadCompleteEvent to mod IC2NuclearControl 2012-10-08 22:09:07 [FINER] [ForgeModLoader] State event FMLLoadCompleteEvent delivered to mod IC2NuclearControl 2012-10-08 22:09:07 [FINER] [ForgeModLoader] Posting state event FMLLoadCompleteEvent to mod ClaySpawn 2012-10-08 22:09:07 [FINER] [ForgeModLoader] State event FMLLoadCompleteEvent delivered to mod ClaySpawn 2012-10-08 22:09:07 [FINER] [ForgeModLoader] Posting state event FMLLoadCompleteEvent to mod MelonSpawn 2012-10-08 22:09:07 [FINER] [ForgeModLoader] State event FMLLoadCompleteEvent delivered to mod MelonSpawn 2012-10-08 22:09:07 [FINER] [ForgeModLoader] Posting state event FMLLoadCompleteEvent to mod BuildCraft|Core 2012-10-08 22:09:07 [FINER] [ForgeModLoader] State event FMLLoadCompleteEvent delivered to mod BuildCraft|Core 2012-10-08 22:09:07 [FINER] [ForgeModLoader] Posting state event FMLLoadCompleteEvent to mod Forestry 2012-10-08 22:09:07 [FINER] [ForgeModLoader] State event FMLLoadCompleteEvent delivered to mod Forestry 2012-10-08 22:09:07 [FINER] [ForgeModLoader] Posting state event FMLLoadCompleteEvent to mod Railcraft 2012-10-08 22:09:07 [FINER] [ForgeModLoader] State event FMLLoadCompleteEvent delivered to mod Railcraft 2012-10-08 22:09:07 [FINER] [ForgeModLoader] Posting state event FMLLoadCompleteEvent to mod AS_Ruins 2012-10-08 22:09:07 [FINER] [ForgeModLoader] State event FMLLoadCompleteEvent delivered to mod AS_Ruins 2012-10-08 22:09:07 [FINER] [ForgeModLoader] Posting state event FMLLoadCompleteEvent to mod SecretRoomsMod 2012-10-08 22:09:07 [FINER] [ForgeModLoader] State event FMLLoadCompleteEvent delivered to mod SecretRoomsMod 2012-10-08 22:09:07 [FINER] [ForgeModLoader] Posting state event FMLLoadCompleteEvent to mod pitman-87_TF2_Dispenser 2012-10-08 22:09:07 [FINER] [ForgeModLoader] State event FMLLoadCompleteEvent delivered to mod pitman-87_TF2_Dispenser 2012-10-08 22:09:07 [FINER] [ForgeModLoader] Posting state event FMLLoadCompleteEvent to mod pitman-87_TF2_Sentry 2012-10-08 22:09:07 [FINER] [ForgeModLoader] State event FMLLoadCompleteEvent delivered to mod pitman-87_TF2_Sentry 2012-10-08 22:09:07 [FINER] [ForgeModLoader] Posting state event FMLLoadCompleteEvent to mod pitman-87_TF2_Teleporter 2012-10-08 22:09:07 [FINER] [ForgeModLoader] State event FMLLoadCompleteEvent delivered to mod pitman-87_TF2_Teleporter 2012-10-08 22:09:07 [FINER] [ForgeModLoader] Posting state event FMLLoadCompleteEvent to mod ThirstMod 2012-10-08 22:09:07 [FINER] [ForgeModLoader] State event FMLLoadCompleteEvent delivered to mod ThirstMod 2012-10-08 22:09:07 [FINER] [ForgeModLoader] Posting state event FMLLoadCompleteEvent to mod mod_ToolRack 2012-10-08 22:09:07 [FINER] [ForgeModLoader] State event FMLLoadCompleteEvent delivered to mod mod_ToolRack 2012-10-08 22:09:07 [FINER] [ForgeModLoader] Posting state event FMLLoadCompleteEvent to mod BuildCraft|Builders 2012-10-08 22:09:07 [FINER] [ForgeModLoader] State event FMLLoadCompleteEvent delivered to mod BuildCraft|Builders 2012-10-08 22:09:07 [FINER] [ForgeModLoader] Posting state event FMLLoadCompleteEvent to mod BuildCraft|Energy 2012-10-08 22:09:07 [FINER] [ForgeModLoader] State event FMLLoadCompleteEvent delivered to mod BuildCraft|Energy 2012-10-08 22:09:07 [FINER] [ForgeModLoader] Posting state event FMLLoadCompleteEvent to mod BuildCraft|Factory 2012-10-08 22:09:07 [FINER] [ForgeModLoader] State event FMLLoadCompleteEvent delivered to mod BuildCraft|Factory 2012-10-08 22:09:07 [FINER] [ForgeModLoader] Posting state event FMLLoadCompleteEvent to mod BuildCraft|Transport 2012-10-08 22:09:07 [FINER] [ForgeModLoader] State event FMLLoadCompleteEvent delivered to mod BuildCraft|Transport 2012-10-08 22:09:07 [FINER] [ForgeModLoader] Posting state event FMLLoadCompleteEvent to mod BuildCraft|Silicon 2012-10-08 22:09:07 [FINER] [ForgeModLoader] State event FMLLoadCompleteEvent delivered to mod BuildCraft|Silicon 2012-10-08 22:09:07 [FINER] [ForgeModLoader] Posting state event FMLLoadCompleteEvent to mod mod_Invasion 2012-10-08 22:09:07 [FINER] [ForgeModLoader] State event FMLLoadCompleteEvent delivered to mod mod_Invasion 2012-10-08 22:09:07 [FINER] [ForgeModLoader] Posting state event FMLLoadCompleteEvent to mod mFC 2012-10-08 22:09:07 [FINER] [ForgeModLoader] State event FMLLoadCompleteEvent delivered to mod mFC 2012-10-08 22:09:07 [FINER] [ForgeModLoader] Posting state event FMLLoadCompleteEvent to mod 633 2012-10-08 22:09:07 [FINER] [ForgeModLoader] State event FMLLoadCompleteEvent delivered to mod 633 2012-10-08 22:09:07 [FINER] [ForgeModLoader] Posting state event FMLLoadCompleteEvent to mod IronChest 2012-10-08 22:09:07 [FINER] [ForgeModLoader] State event FMLLoadCompleteEvent delivered to mod IronChest 2012-10-08 22:09:07 [FINER] [ForgeModLoader] Posting state event FMLLoadCompleteEvent to mod PortalGun 2012-10-08 22:09:07 [FINER] [ForgeModLoader] State event FMLLoadCompleteEvent delivered to mod PortalGun 2012-10-08 22:09:07 [FINER] [ForgeModLoader] Posting state event FMLLoadCompleteEvent to mod silentspy_usefulfood 2012-10-08 22:09:07 [FINER] [ForgeModLoader] State event FMLLoadCompleteEvent delivered to mod silentspy_usefulfood 2012-10-08 22:09:07 [FINER] [ForgeModLoader] Posting state event FMLLoadCompleteEvent to mod ExpandedWeaponry 2012-10-08 22:09:07 [FINER] [ForgeModLoader] State event FMLLoadCompleteEvent delivered to mod ExpandedWeaponry 2012-10-08 22:09:07 [iNFO] [ForgeModLoader] Forge Mod Loader has successfully loaded 31 mods 2012-10-08 22:09:07 [iNFO] [sTDERR] 2012-10-08 22:09:07 [iNFO] Preparing level "162nd Danger Zone v15" 2012-10-08 22:09:07 [iNFO] [sTDOUT] Unable to find spawn biome 2012-10-08 22:09:07 [iNFO] [sTDOUT] Placed stronghold in INVALID biome at (-48, -49) 2012-10-08 22:09:08 [iNFO] [sTDOUT] Parsed config line [Ocean=100], vars[CHANCE][0] set to 100 2012-10-08 22:09:08 [iNFO] [sTDOUT] Parsed config line [Plains=25], vars[CHANCE][1] set to 25 2012-10-08 22:09:08 [iNFO] [sTDOUT] Parsed config line [Desert=50], vars[CHANCE][2] set to 50 2012-10-08 22:09:08 [iNFO] [sTDOUT] Parsed config line [Extreme Hills=25], vars[CHANCE][3] set to 25 2012-10-08 22:09:08 [iNFO] [sTDOUT] Parsed config line [Forest=25], vars[CHANCE][4] set to 25 2012-10-08 22:09:08 [iNFO] [sTDOUT] Parsed config line [Taiga=25], vars[CHANCE][5] set to 25 2012-10-08 22:09:08 [iNFO] [sTDOUT] Parsed config line [swampland=25], vars[CHANCE][6] set to 25 2012-10-08 22:09:08 [iNFO] [sTDOUT] Parsed config line [River=0], vars[CHANCE][7] set to 0 2012-10-08 22:09:08 [iNFO] [sTDOUT] Parsed config line [Hell=100], vars[CHANCE][8] set to 100 2012-10-08 22:09:08 [iNFO] [sTDOUT] Parsed config line [sky=100], vars[CHANCE][9] set to 100 2012-10-08 22:09:08 [iNFO] [sTDOUT] Parsed config line [FrozenOcean=0], vars[CHANCE][10] set to 0 2012-10-08 22:09:08 [iNFO] [sTDOUT] Parsed config line [FrozenRiver=0], vars[CHANCE][11] set to 0 2012-10-08 22:09:08 [iNFO] [sTDOUT] Parsed config line [ice Plains=25], vars[CHANCE][12] set to 25 2012-10-08 22:09:08 [iNFO] [sTDOUT] Parsed config line [ice Mountains=25], vars[CHANCE][13] set to 25 2012-10-08 22:09:08 [iNFO] [sTDOUT] Parsed config line [MushroomIsland=25], vars[CHANCE][14] set to 25 2012-10-08 22:09:08 [iNFO] [sTDOUT] Parsed config line [MushroomIslandShore=25], vars[CHANCE][15] set to 25 2012-10-08 22:09:08 [iNFO] [sTDOUT] Parsed config line [beach=75], vars[CHANCE][16] set to 75 2012-10-08 22:09:08 [iNFO] [sTDOUT] Parsed config line [DesertHills=25], vars[CHANCE][17] set to 25 2012-10-08 22:09:08 [iNFO] [sTDOUT] Parsed config line [ForestHills=25], vars[CHANCE][18] set to 25 2012-10-08 22:09:08 [iNFO] [sTDOUT] Parsed config line [TaigaHills=25], vars[CHANCE][19] set to 25 2012-10-08 22:09:08 [iNFO] [sTDOUT] Parsed config line [Extreme Hills Edge=25], vars[CHANCE][20] set to 25 2012-10-08 22:09:08 [iNFO] [sTDOUT] Parsed config line [Jungle=25], vars[CHANCE][21] set to 25 2012-10-08 22:09:08 [iNFO] [sTDOUT] Parsed config line [JungleHills=25], vars[CHANCE][22] set to 25 2012-10-08 22:09:09 [iNFO] [sTDOUT] Creating ruin /home/minecraft/multicraft/servers/collspy005_gmail.com_25631/mods/resources/ruins/Beach/SandstoneHouse.tml of Biome 16 at x:411, y:64, z:73 2012-10-08 22:09:09 [iNFO] [sTDOUT] Creating ruin /home/minecraft/multicraft/servers/collspy005_gmail.com_25631/mods/resources/ruins/Beach/SandCastle.tml of Biome 16 at x:383, y:63, z:62 2012-10-08 22:09:12 [iNFO] [sTDERR] java.lang.NoSuchMethodError: gr.getChunkSaveLocation()Ljava/io/File; 2012-10-08 22:09:12 [iNFO] [sTDERR] at net.minecraftforge.common.ForgeChunkManager.loadWorld(ForgeChunkManager.java:295) 2012-10-08 22:09:12 [iNFO] [sTDERR] at net.minecraftforge.common.ForgeInternalHandler.onDimensionLoad(ForgeInternalHandler.java:46) 2012-10-08 22:09:12 [iNFO] [sTDERR] at net.minecraftforge.event.ASMEventHandler_0_ForgeInternalHandler_onDimensionLoad_Load.invoke(.dynamic) 2012-10-08 22:09:12 [iNFO] [sTDERR] at net.minecraftforge.event.ASMEventHandler.invoke(ASMEventHandler.java:35) 2012-10-08 22:09:12 [iNFO] [sTDERR] at net.minecraftforge.event.EventBus.post(EventBus.java:103) 2012-10-08 22:09:12 [iNFO] [sTDERR] at up.<init>(World.java:230) 2012-10-08 22:09:12 [iNFO] [sTDERR] at gr.<init>(WorldServer.java:58) 2012-10-08 22:09:12 [iNFO] [sTDERR] at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:231) 2012-10-08 22:09:12 [iNFO] [sTDERR] at ft.b(DedicatedServer.java:153) 2012-10-08 22:09:12 [iNFO] [sTDERR] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:433) 2012-10-08 22:09:12 [iNFO] [sTDERR] at ep.run(SourceFile:539) 2012-10-08 22:09:12 [iNFO] [sTDERR] 2012-10-08 22:09:12 [sEVERE] Encountered an unexpected exception NoSuchMethodError java.lang.NoSuchMethodError: gr.getChunkSaveLocation()Ljava/io/File; at net.minecraftforge.common.ForgeChunkManager.loadWorld(ForgeChunkManager.java:295) at net.minecraftforge.common.ForgeInternalHandler.onDimensionLoad(ForgeInternalHandler.java:46) at net.minecraftforge.event.ASMEventHandler_0_ForgeInternalHandler_onDimensionLoad_Load.invoke(.dynamic) at net.minecraftforge.event.ASMEventHandler.invoke(ASMEventHandler.java:35) at net.minecraftforge.event.EventBus.post(EventBus.java:103) at up.<init>(World.java:230) at gr.<init>(WorldServer.java:58) at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:231) at ft.b(DedicatedServer.java:153) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:433) at ep.run(SourceFile:539) 2012-10-08 22:09:12 [iNFO] [sTDERR] 2012-10-08 22:09:12 [sEVERE] This crash report has been saved to: /home/minecraft/multicraft/servers/collspy005_gmail.com_25631/./crash-reports/crash-2012-10-08_22.09.12-server.txt I also experimented with removing some mods I just added, such as ExtraBiomesXL, Mo Food and Crops, Fossil and Archeology, Ruins, etc. and still had no luck. Also, i got the same exact error with those mods installed. I decided to post for some help after it failed after the 8th time or so. And yes, I am aware that there are still a few Item ID errors in there, hope to fix those once I have a successful launch. Quote
luacs1998 Posted October 9, 2012 Posted October 9, 2012 Anti Grief Mods? Looks like an incompatibility. Quote Read the EAQ before posting! OR ELSE! Quote This isn't building better software, its trying to grab a place in the commit list of a highly visible github project. www.forgeessentials.com Don't PM me, I don't check this account unless I have to.
AdrianCalhoun Posted October 9, 2012 Author Posted October 9, 2012 Good point, may be. Its this one in particular. Just the Creeper Anti-Grief mod. http://www.minecraftforum.net/topic/1142059-132anti-grief-superflat-desert/ Does forge modify the same files cause if so, that would be an easier fix, but if so, why is the error related to chunk management or dimensions? Quote
luacs1998 Posted October 9, 2012 Posted October 9, 2012 Yes. He has a forge version, but you'll need to downgrade to 297 to use them. Quote Read the EAQ before posting! OR ELSE! Quote This isn't building better software, its trying to grab a place in the commit list of a highly visible github project. www.forgeessentials.com Don't PM me, I don't check this account unless I have to.
AdrianCalhoun Posted October 9, 2012 Author Posted October 9, 2012 Yup looks like its working now, thanks for the help. Guess I'll just have to pull it for the time being. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.