Surprise! We've been running on hardware provided by BuyVM for a few months and wanted to show them a little appreciation.
Running a paste site comes with unique challenges, ones that aren't always obvious and hard to control. As such, BuyVM offered us a home where we could worry less about the hosting side of things and focus on maintaining a clean and useful service! Go check them out and show them some love!
Description: MultiMC5 Log File
Submitted on February 22, 2014 at 06:24 PM

Section 1 (Text)

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929
MultiMC version: 0.2.1

Minecraft folder is:
C:/Users/Xenon/MultiMC/instances/KlerCraft/minecraft

Java path is:
C:/Program Files/Java/jre7/bin/java.exe

Java Arguments:
[-XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump, -Xms512m, -Xmx4096m, -XX:PermSize=128m, -jar, C:/Users/Xenon/MultiMC/jars/NewLaunch.jar]

Using onesix launcher.

Main Class:
net.minecraft.launchwrapper.Launch

Native path:
C:/Users/Xenon/MultiMC/instances/KlerCraft/natives

Libraries:
C:/Users/Xenon/MultiMC/libraries/net/minecraftforge/minecraftforge/9.11.1.965/minecraftforge-9.11.1.965.jar
C:/Users/Xenon/MultiMC/libraries/net/minecraft/launchwrapper/1.8/launchwrapper-1.8.jar
C:/Users/Xenon/MultiMC/libraries/org/ow2/asm/asm-all/4.1/asm-all-4.1.jar
C:/Users/Xenon/MultiMC/libraries/org/scala-lang/scala-library/2.10.2/scala-library-2.10.2.jar
C:/Users/Xenon/MultiMC/libraries/org/scala-lang/scala-compiler/2.10.2/scala-compiler-2.10.2.jar
C:/Users/Xenon/MultiMC/libraries/lzma/lzma/0.0.1/lzma-0.0.1.jar
C:/Users/Xenon/MultiMC/libraries/net/sf/jopt-simple/jopt-simple/4.5/jopt-simple-4.5.jar
C:/Users/Xenon/MultiMC/libraries/com/paulscode/codecjorbis/20101023/codecjorbis-20101023.jar
C:/Users/Xenon/MultiMC/libraries/com/paulscode/codecwav/20101023/codecwav-20101023.jar
C:/Users/Xenon/MultiMC/libraries/com/paulscode/libraryjavasound/20101123/libraryjavasound-20101123.jar
C:/Users/Xenon/MultiMC/libraries/com/paulscode/librarylwjglopenal/20100824/librarylwjglopenal-20100824.jar
C:/Users/Xenon/MultiMC/libraries/com/paulscode/soundsystem/20120107/soundsystem-20120107.jar
C:/Users/Xenon/MultiMC/libraries/argo/argo/2.25_fixed/argo-2.25_fixed.jar
C:/Users/Xenon/MultiMC/libraries/org/bouncycastle/bcprov-jdk15on/1.47/bcprov-jdk15on-1.47.jar
C:/Users/Xenon/MultiMC/libraries/com/google/guava/guava/14.0/guava-14.0.jar
C:/Users/Xenon/MultiMC/libraries/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar
C:/Users/Xenon/MultiMC/libraries/commons-io/commons-io/2.4/commons-io-2.4.jar
C:/Users/Xenon/MultiMC/libraries/net/java/jinput/jinput/2.0.5/jinput-2.0.5.jar
C:/Users/Xenon/MultiMC/libraries/net/java/jutils/jutils/1.0.0/jutils-1.0.0.jar
C:/Users/Xenon/MultiMC/libraries/com/google/code/gson/gson/2.2.2/gson-2.2.2.jar
C:/Users/Xenon/MultiMC/libraries/org/lwjgl/lwjgl/lwjgl/2.9.0/lwjgl-2.9.0.jar
C:/Users/Xenon/MultiMC/libraries/org/lwjgl/lwjgl/lwjgl_util/2.9.0/lwjgl_util-2.9.0.jar
C:/Users/Xenon/MultiMC/versions/1.6.4/1.6.4.jar

Params:
[--username, <PROFILE NAME>, --session, <SESSION ID>, --version, 1.6.4, --gameDir, C:/Users/Xenon/MultiMC/instances/KlerCraft/minecraft, --assetsDir, C:/Users/Xenon/MultiMC/assets/virtual/legacy, --tweakClass, cpw.mods.fml.common.launcher.FMLTweaker]

Preparing native libraries...
Extracting lwjgl-platform-2.9.0-natives-windows.jar
Extracting jinput-platform-2.0.5-natives-windows.jar

Feb 22, 2014 1:21:49 PM net.minecraft.launchwrapper.LogWrapper log
INFO: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
Feb 22, 2014 1:21:50 PM net.minecraft.launchwrapper.LogWrapper log
INFO: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
Feb 22, 2014 1:21:50 PM net.minecraft.launchwrapper.LogWrapper log
INFO: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
2014-02-22 13:21:50 [INFO] [ForgeModLoader] Forge Mod Loader version 6.4.49.965 for Minecraft 1.6.4 loading
2014-02-22 13:21:50 [INFO] [ForgeModLoader] Java is Java HotSpot(TM) 64-Bit Server VM, version 1.7.0_45, running on Windows 7:amd64:6.1, installed at C:\Program Files\Java\jre7
2014-02-22 13:21:50 [WARNING] [ForgeModLoader] The coremod codechicken.core.launch.DepLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2014-02-22 13:21:50 [WARNING] [ForgeModLoader] The coremod worldcore.asm.WCFMLLoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2014-02-22 13:21:50 [WARNING] [ForgeModLoader] The coremod appeng.transformer.AppEngCore does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2014-02-22 13:21:50 [INFO] [ForgeModLoader] [AppEng] Core Init
2014-02-22 13:21:50 [WARNING] [ForgeModLoader] The coremod biomesoplenty.asm.BOPFMLLoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2014-02-22 13:21:51 [INFO] [STDERR] Warning: version of CodeChickenLib-universal-1.6.4-, 1.0.0.47 is newer than request 1.0.0.45
2014-02-22 13:21:52 [WARNING] [ForgeModLoader] The coremod codechicken.core.launch.CodeChickenCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2014-02-22 13:21:52 [WARNING] [ForgeModLoader] The coremod cofh.asm.LoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2014-02-22 13:21:52 [WARNING] [ForgeModLoader] The coremod micdoodle8.mods.miccore.MicdoodlePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2014-02-22 13:21:52 [WARNING] [ForgeModLoader] The coremod mcp.mobius.mobiuscore.asm.CoreDescription does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2014-02-22 13:21:52 [WARNING] [ForgeModLoader] The coremod codechicken.nei.asm.NEICorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2014-02-22 13:21:52 [WARNING] [ForgeModLoader] The coremod codechicken.core.launch.DepLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2014-02-22 13:21:52 [WARNING] [ForgeModLoader] The coremod tconstruct.preloader.TConstructLoaderContainer does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2014-02-22 13:21:52 [INFO] [TCon-Preloader] Scalpel. Suction. Lumber axe. CLEAR! *zap*
2014-02-22 13:21:52 [INFO] [TCon-Preloader] Constructing preloader (Modules: [tconstruct.preloader.AccessTransformers, tconstruct.preloader.ASMInterfaceRepair])
2014-02-22 13:21:52 [INFO] [TCon-Preloader] Found a properties file. Attempting load...
2014-02-22 13:21:52 [INFO] [TCon-Preloader] Loaded properties successfully. Using specified settings.
2014-02-22 13:21:52 [INFO] [ForgeModLoader] Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
2014-02-22 13:21:52 [INFO] [ForgeModLoader] Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
2014-02-22 13:21:52 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
2014-02-22 13:21:52 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
2014-02-22 13:21:52 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
2014-02-22 13:21:52 [INFO] [STDOUT] Loaded 40 rules from AccessTransformer config file fml_at.cfg
2014-02-22 13:21:58 [INFO] [ForgeModLoader] Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
2014-02-22 13:21:58 [INFO] [ForgeModLoader] Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc
2014-02-22 13:21:58 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
2014-02-22 13:21:58 [INFO] [STDOUT] Loaded 110 rules from AccessTransformer config file forge_at.cfg
2014-02-22 13:21:58 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
2014-02-22 13:21:58 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
2014-02-22 13:21:58 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
2014-02-22 13:21:58 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
2014-02-22 13:21:58 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
2014-02-22 13:21:58 [INFO] [STDOUT] Loaded 40 rules from AccessTransformer config file fml_at.cfg
2014-02-22 13:21:58 [INFO] [STDOUT] Adding AccessTransformer: chickenchunks_at.cfg
2014-02-22 13:21:58 [INFO] [STDOUT] Adding Accesstransformer map: temp.dat
2014-02-22 13:21:58 [INFO] [STDOUT] Loaded 44 rules from AccessTransformer config file temp.dat
2014-02-22 13:21:58 [INFO] [STDOUT] Adding AccessTransformer: nei_at.cfg
2014-02-22 13:21:58 [INFO] [STDOUT] Adding Accesstransformer map: temp.dat
2014-02-22 13:21:58 [INFO] [STDOUT] Loaded 55 rules from AccessTransformer config file temp.dat
2014-02-22 13:21:58 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
2014-02-22 13:21:58 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
2014-02-22 13:21:58 [INFO] [STDOUT] Successfully Registered Transformer
2014-02-22 13:21:58 [INFO] [STDOUT] [Micdoodle8Core]: Patching game...
2014-02-22 13:21:58 [INFO] [STDOUT] [Micdoodle8Core]: Patching game...
2014-02-22 13:21:58 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
2014-02-22 13:21:58 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
2014-02-22 13:21:58 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
2014-02-22 13:21:58 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
2014-02-22 13:21:58 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
2014-02-22 13:21:58 [INFO] [STDOUT] Loaded 40 rules from AccessTransformer config file fml_at.cfg
2014-02-22 13:21:58 [INFO] [TCon-Preloader] [AT] Loading AT file: TConstruct_AT.cfg
2014-02-22 13:21:58 [INFO] [STDOUT] Loaded 58 rules from AccessTransformer config file TConstruct_AT.cfg
2014-02-22 13:21:58 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
2014-02-22 13:21:59 [INFO] [ForgeModLoader] Launching wrapped minecraft {net.minecraft.client.main.Main}
2014-02-22 13:22:00 [INFO] [STDOUT] ********* INSIDE MINECRAFT TRANSFORMER ABOUT TO PATCH: atv
2014-02-22 13:22:00 [INFO] [STDOUT] Original Size: 41716
2014-02-22 13:22:00 [INFO] [STDOUT] ********* Inside target method!
2014-02-22 13:22:00 [INFO] [STDOUT] Found RETURN
2014-02-22 13:22:00 [INFO] [STDOUT] Patching Complete!
2014-02-22 13:22:00 [INFO] [STDOUT] Initializing class writer...
2014-02-22 13:22:00 [INFO] [STDOUT] Accepting class writer...
2014-02-22 13:22:00 [INFO] [STDOUT] Generating bytecode output...
2014-02-22 13:22:00 [INFO] [STDOUT] Output length: 41756
2014-02-22 13:22:00 [INFO] [STDOUT] Modified Size: 41756
2014-02-22 13:22:00 [INFO] [STDOUT] Found World.updateEntities()...
2014-02-22 13:22:00 [INFO] [STDOUT] Pattern found ... Trying to inject tile entity profiler... Successful injection !
2014-02-22 13:22:00 [INFO] [STDOUT] Pattern found ... Trying to inject entity profiler... Successful injection !
2014-02-22 13:22:03 [INFO] [STDOUT] Galacticraft successfully injected bytecode into: of (1 / 1)
2014-02-22 13:22:03 [INFO] [STDOUT] Galacticraft successfully injected bytecode into: avm (1 / 1)
2014-02-22 13:22:03 [INFO] [STDOUT] Inserted super call into axv.c
2014-02-22 13:22:04 [INFO] [STDOUT] awy was overriden from NotEnoughItems 1.6.1.8.jar
2014-02-22 13:22:06 [INFO] [Minecraft-Client] Setting user: <PROFILE NAME>
2014-02-22 13:22:06 [INFO] [STDOUT] Galacticraft successfully injected bytecode into: ss (2 / 2)
2014-02-22 13:22:07 [INFO] [STDOUT] Generated BlockMobSpawner helper method.
2014-02-22 13:22:10 [INFO] [Minecraft-Client] LWJGL Version: 2.9.0
2014-02-22 13:22:10 [INFO] [STDOUT] Galacticraft successfully injected bytecode into: net/minecraftforge/client/ForgeHooksClient (1 / 1)
2014-02-22 13:22:12 [INFO] [Minecraft-Client] Reloading ResourceManager: Default
2014-02-22 13:22:13 [INFO] [MinecraftForge] Attempting early MinecraftForge initialization
2014-02-22 13:22:13 [INFO] [STDOUT] MinecraftForge v9.11.1.965 Initialized
2014-02-22 13:22:13 [INFO] [ForgeModLoader] MinecraftForge v9.11.1.965 Initialized
2014-02-22 13:22:13 [INFO] [STDOUT] Replaced 111 ore recipies
2014-02-22 13:22:13 [INFO] [MinecraftForge] Completed early MinecraftForge initialization
2014-02-22 13:22:13 [INFO] [ForgeModLoader] Reading custom logging properties from C:\Users\Xenon\MultiMC\instances\KlerCraft\minecraft\config\logging.properties
2014-02-22 13:22:13 [OFF] [ForgeModLoader] Logging level for ForgeModLoader logging is set to ALL
2014-02-22 13:22:14 [INFO] [ForgeModLoader] [AppEng] Core Init
2014-02-22 13:22:14 [INFO] [TCon-Preloader] Scalpel. Suction. Lumber axe. CLEAR! *zap*
2014-02-22 13:22:14 [INFO] [TCon-Preloader] Constructing preloader (Modules: [tconstruct.preloader.AccessTransformers, tconstruct.preloader.ASMInterfaceRepair])
2014-02-22 13:22:14 [INFO] [TCon-Preloader] Found a properties file. Attempting load...
2014-02-22 13:22:14 [INFO] [TCon-Preloader] Loaded properties successfully. Using specified settings.
2014-02-22 13:22:14 [INFO] [ForgeModLoader] Searching C:\Users\Xenon\MultiMC\instances\KlerCraft\minecraft\mods for mods
2014-02-22 13:22:14 [INFO] [ForgeModLoader] Also searching C:\Users\Xenon\MultiMC\instances\KlerCraft\minecraft\mods\1.6.4 for mods
2014-02-22 13:22:19 [WARNING] [InGameInfoXML] Mod InGameInfoXML is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.5.1.33
2014-02-22 13:22:19 [WARNING] [BiomesOPlenty] Mod BiomesOPlenty is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.2.1
2014-02-22 13:22:22 [INFO] [ForgeModLoader] Attempting to reparse the mod container JABBA_1.0.3.zip
2014-02-22 13:22:23 [WARNING] [numina] Mod numina is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 0.1.0-45
2014-02-22 13:22:23 [WARNING] [ProjRed|Core] Mod ProjRed|Core is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 4.2.1.16
2014-02-22 13:22:23 [INFO] [ProjRed|Compatibility] Mod ProjRed|Compatibility is missing the required element 'name'. Substituting ProjRed|Compatibility
2014-02-22 13:22:23 [WARNING] [ProjRed|Compatibility] Mod ProjRed|Compatibility is missing the required element 'version' and no fallback can be found. Substituting '1.0'.
2014-02-22 13:22:23 [INFO] [ProjRed|Integration] Mod ProjRed|Integration is missing the required element 'name'. Substituting ProjRed|Integration
2014-02-22 13:22:23 [WARNING] [ProjRed|Integration] Mod ProjRed|Integration is missing the required element 'version' and no fallback can be found. Substituting '1.0'.
2014-02-22 13:22:23 [INFO] [ProjRed|Transmission] Mod ProjRed|Transmission is missing the required element 'name'. Substituting ProjRed|Transmission
2014-02-22 13:22:23 [WARNING] [ProjRed|Transmission] Mod ProjRed|Transmission is missing the required element 'version' and no fallback can be found. Substituting '1.0'.
2014-02-22 13:22:24 [INFO] [ForgeModLoader] Attempting to reparse the mod container TelePads 1.6.4 v5.zip
2014-02-22 13:22:25 [SEVERE] [ForgeModLoader] The mcmod.info file in thaumcraftmobaspects-1.6.X-1e-build2 (1).zip cannot be parsed as valid JSON. It will be ignored
argo.saj.InvalidSyntaxException: At line 11, column 5: Expected either , or ] but got ["].
at argo.saj.SajParser.arrayString(SajParser.java:92)
at argo.saj.SajParser.aJsonValue(SajParser.java:198)
at argo.saj.SajParser.aFieldToken(SajParser.java:137)
at argo.saj.SajParser.objectString(SajParser.java:114)
at argo.saj.SajParser.aJsonValue(SajParser.java:194)
at argo.saj.SajParser.arrayString(SajParser.java:79)
at argo.saj.SajParser.parse(SajParser.java:58)
at argo.jdom.JdomParser.parse(JdomParser.java:36)
at cpw.mods.fml.common.MetadataCollection.from(MetadataCollection.java:44)
at cpw.mods.fml.common.discovery.JarDiscoverer.discover(JarDiscoverer.java:53)
at cpw.mods.fml.common.discovery.ContainerType.findMods(ContainerType.java:42)
at cpw.mods.fml.common.discovery.ModCandidate.explore(ModCandidate.java:71)
at cpw.mods.fml.common.discovery.ModDiscoverer.identifyMods(ModDiscoverer.java:137)
at cpw.mods.fml.common.Loader.identifyMods(Loader.java:353)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:484)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:473)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
at net.minecraft.client.main.Main.main(SourceFile:101)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:214)
at org.multimc.EntryPoint.listen(EntryPoint.java:139)
at org.multimc.EntryPoint.main(EntryPoint.java:53)
2014-02-22 13:22:25 [INFO] [ForgeModLoader] Attempting to reparse the mod container Waila_131121a.zip
2014-02-22 13:22:25 [WARNING] [ForgeMicroblock] Mod ForgeMicroblock is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.0.0.227
2014-02-22 13:22:25 [WARNING] [ForgeMultipart] Mod ForgeMultipart is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.0.0.227
2014-02-22 13:22:25 [WARNING] [McMultipart] Mod McMultipart is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.0.0.227
2014-02-22 13:22:25 [INFO] [ForgeModLoader] Forge Mod Loader has identified 99 mods to load
2014-02-22 13:22:25 [INFO] [ForgeModLoader] Found mod(s) [Forestry] containing declared API package buildcraft.api.gates (owned by BuildCraftAPI|core) without associated API reference
2014-02-22 13:22:25 [INFO] [ForgeModLoader] Found mod(s) [Forestry] containing declared API package buildcraft.api.blueprints (owned by BuildCraftAPI|core) without associated API reference
2014-02-22 13:22:25 [INFO] [ForgeModLoader] Found mod(s) [ThaumicTinkerer] containing declared API package buildcraft.api.power (owned by BuildCraftAPI|core) without associated API reference
2014-02-22 13:22:25 [INFO] [ForgeModLoader] Found mod(s) [Forestry] containing declared API package buildcraft.api.power (owned by BuildCraftAPI|core) without associated API reference
2014-02-22 13:22:25 [INFO] [ForgeModLoader] Found mod(s) [powersuits] containing declared API package forestry.api.apiculture (owned by ForestryAPI|core) without associated API reference
2014-02-22 13:22:25 [INFO] [ForgeModLoader] Found mod(s) [powersuits] containing declared API package buildcraft.api.tools (owned by BuildCraftAPI|core) without associated API reference
2014-02-22 13:22:25 [INFO] [ForgeModLoader] Found mod(s) [Redstone Arsenal] containing declared API package buildcraft.api.tools (owned by BuildCraftAPI|core) without associated API reference
2014-02-22 13:22:25 [INFO] [ForgeModLoader] Found mod(s) [Forestry] containing declared API package buildcraft.api.tools (owned by BuildCraftAPI|core) without associated API reference
2014-02-22 13:22:25 [INFO] [ForgeModLoader] Found mod(s) [Forestry] containing declared API package buildcraft.api.bptblocks (owned by BuildCraftAPI|blueprints) without associated API reference
2014-02-22 13:22:25 [INFO] [ForgeModLoader] Found mod(s) [Railcraft] containing declared API package forestry.api.recipes (owned by ForestryAPI|core) without associated API reference
2014-02-22 13:22:25 [INFO] [ForgeModLoader] Found mod(s) [Railcraft] containing declared API package forestry.api.core (owned by Forestry) without associated API reference
2014-02-22 13:22:25 [INFO] [ForgeModLoader] Found mod(s) [powersuits] containing declared API package forestry.api.core (owned by Forestry) without associated API reference
2014-02-22 13:22:25 [INFO] [ForgeModLoader] Found mod(s) [Forestry] containing declared API package buildcraft.api.inventory (owned by BuildCraftAPI|core) without associated API reference
2014-02-22 13:22:25 [INFO] [ForgeModLoader] Found mod(s) [Forestry] containing declared API package buildcraft.api.fuels (owned by BuildCraftAPI|core) without associated API reference
2014-02-22 13:22:25 [INFO] [ForgeModLoader] Found mod(s) [Forestry] containing declared API package buildcraft.api.transport (owned by BuildCraftAPI|core) without associated API reference
2014-02-22 13:22:25 [INFO] [ForgeModLoader] Found mod(s) [Forestry] containing declared API package buildcraft.api.recipes (owned by BuildCraftAPI|core) without associated API reference
2014-02-22 13:22:25 [INFO] [ForgeModLoader] Found mod(s) [ThaumicTinkerer] containing declared API package buildcraft.api.core (owned by BuildCraft|Core) without associated API reference
2014-02-22 13:22:25 [INFO] [ForgeModLoader] Found mod(s) [Forestry] containing declared API package buildcraft.api.core (owned by BuildCraft|Core) without associated API reference
2014-02-22 13:22:25 [INFO] [ForgeModLoader] Found mod(s) [Railcraft] containing declared API package forestry.api.storage (owned by ForestryAPI|core) without associated API reference
2014-02-22 13:22:25 [INFO] [ForgeModLoader] Found mod(s) [powersuits] containing declared API package forestry.api.arboriculture (owned by ForestryAPI|core) without associated API reference
2014-02-22 13:22:25 [INFO] [ForgeModLoader] Found mod(s) [Forestry] containing declared API package buildcraft.api.filler (owned by BuildCraftAPI|core) without associated API reference
2014-02-22 13:22:25 [INFO] [mcp] Activating mod mcp
2014-02-22 13:22:25 [INFO] [FML] Activating mod FML
2014-02-22 13:22:25 [INFO] [Forge] Activating mod Forge
2014-02-22 13:22:25 [INFO] [AppliedEnergistics-Core] Activating mod AppliedEnergistics-Core
2014-02-22 13:22:25 [INFO] [CodeChickenCore] Activating mod CodeChickenCore
2014-02-22 13:22:25 [INFO] [Micdoodlecore] Activating mod Micdoodlecore
2014-02-22 13:22:25 [INFO] [MobiusCore] Activating mod MobiusCore
2014-02-22 13:22:25 [INFO] [NotEnoughItems] Activating mod NotEnoughItems
2014-02-22 13:22:25 [INFO] [TConstruct-Preloader] Activating mod TConstruct-Preloader
2014-02-22 13:22:25 [INFO] [bspkrsCore] Activating mod bspkrsCore
2014-02-22 13:22:25 [INFO] [CrystalWing] Activating mod CrystalWing
2014-02-22 13:22:25 [INFO] [FloatingRuins] Activating mod FloatingRuins
2014-02-22 13:22:25 [INFO] [InGameInfoXML] Activating mod InGameInfoXML
2014-02-22 13:22:25 [INFO] [StartingInventory] Activating mod StartingInventory
2014-02-22 13:22:25 [INFO] [TreeCapitator] Activating mod TreeCapitator
2014-02-22 13:22:25 [INFO] [arsmagica2] Activating mod arsmagica2
2014-02-22 13:22:25 [INFO] [AppliedEnergistics] Activating mod AppliedEnergistics
2014-02-22 13:22:25 [INFO] [Billund] Activating mod Billund
2014-02-22 13:22:26 [INFO] [BiomesOPlenty] Activating mod BiomesOPlenty
2014-02-22 13:22:26 [INFO] [BuildCraft|Builders] Activating mod BuildCraft|Builders
2014-02-22 13:22:26 [INFO] [BuildCraft|Core] Activating mod BuildCraft|Core
2014-02-22 13:22:26 [INFO] [BuildCraft|Energy] Activating mod BuildCraft|Energy
2014-02-22 13:22:26 [INFO] [BuildCraft|Factory] Activating mod BuildCraft|Factory
2014-02-22 13:22:26 [INFO] [BuildCraft|Silicon] Activating mod BuildCraft|Silicon
2014-02-22 13:22:26 [INFO] [BuildCraft|Transport] Activating mod BuildCraft|Transport
2014-02-22 13:22:26 [INFO] [ChickenChunks] Activating mod ChickenChunks
2014-02-22 13:22:26 [INFO] [CoFHCore] Activating mod CoFHCore
2014-02-22 13:22:26 [INFO] [CoFHLoot] Activating mod CoFHLoot
2014-02-22 13:22:26 [INFO] [CoFHMasquerade] Activating mod CoFHMasquerade
2014-02-22 13:22:26 [INFO] [CoFHSocial] Activating mod CoFHSocial
2014-02-22 13:22:26 [INFO] [CoFHWorld] Activating mod CoFHWorld
2014-02-22 13:22:26 [INFO] [CCTurtle] Activating mod CCTurtle
2014-02-22 13:22:26 [INFO] [ComputerCraft] Activating mod ComputerCraft
2014-02-22 13:22:26 [INFO] [craftguide] Activating mod craftguide
2014-02-22 13:22:26 [INFO] [craftingpillars] Activating mod craftingpillars
2014-02-22 13:22:26 [INFO] [MoCreatures] Activating mod MoCreatures
2014-02-22 13:22:26 [INFO] [EnderStorage] Activating mod EnderStorage
2014-02-22 13:22:26 [INFO] [extracells] Activating mod extracells
2014-02-22 13:22:26 [INFO] [ExtraTiC] Activating mod ExtraTiC
2014-02-22 13:22:26 [INFO] [factorization.misc] Activating mod factorization.misc
2014-02-22 13:22:26 [INFO] [factorization.notify] Activating mod factorization.notify
2014-02-22 13:22:26 [INFO] [factorization.dimensionalSlice] Activating mod factorization.dimensionalSlice
2014-02-22 13:22:26 [INFO] [factorization] Activating mod factorization
2014-02-22 13:22:26 [INFO] [DeathCounter] Activating mod DeathCounter
2014-02-22 13:22:26 [INFO] [GraviGun] Activating mod GraviGun
2014-02-22 13:22:26 [INFO] [Morph] Activating mod Morph
2014-02-22 13:22:26 [INFO] [Torched] Activating mod Torched
2014-02-22 13:22:26 [INFO] [Forestry] Activating mod Forestry
2014-02-22 13:22:26 [INFO] [GalacticraftCore] Activating mod GalacticraftCore
2014-02-22 13:22:26 [INFO] [GalacticraftMars] Activating mod GalacticraftMars
2014-02-22 13:22:26 [INFO] [IronChest] Activating mod IronChest
2014-02-22 13:22:26 [INFO] [JABBA] Activating mod JABBA
2014-02-22 13:22:26 [INFO] [KeithyUtils] Activating mod KeithyUtils
2014-02-22 13:22:26 [INFO] [DemonMobs] Activating mod DemonMobs
2014-02-22 13:22:26 [INFO] [DesertMobs] Activating mod DesertMobs
2014-02-22 13:22:26 [INFO] [ForestMobs] Activating mod ForestMobs
2014-02-22 13:22:26 [INFO] [JungleMobs] Activating mod JungleMobs
2014-02-22 13:22:26 [INFO] [LycanitesMobs] Activating mod LycanitesMobs
2014-02-22 13:22:26 [INFO] [PlainsMobs] Activating mod PlainsMobs
2014-02-22 13:22:26 [INFO] [SwampMobs] Activating mod SwampMobs
2014-02-22 13:22:26 [INFO] [Metallurgy3Core] Activating mod Metallurgy3Core
2014-02-22 13:22:26 [INFO] [Metallurgy3Machines] Activating mod Metallurgy3Machines
2014-02-22 13:22:26 [INFO] [Metallurgy3Base] Activating mod Metallurgy3Base
2014-02-22 13:22:26 [INFO] [Metallurgy3Vanilla] Activating mod Metallurgy3Vanilla
2014-02-22 13:22:26 [INFO] [meteors] Activating mod meteors
2014-02-22 13:22:26 [INFO] [powersuits] Activating mod powersuits
2014-02-22 13:22:26 [INFO] [Mystcraft] Activating mod Mystcraft
2014-02-22 13:22:26 [INFO] [Natura] Activating mod Natura
2014-02-22 13:22:26 [INFO] [numina] Activating mod numina
2014-02-22 13:22:26 [INFO] [ObsidiPlates] Activating mod ObsidiPlates
2014-02-22 13:22:26 [INFO] [MapWriter] Activating mod MapWriter
2014-02-22 13:22:26 [INFO] [Opis] Activating mod Opis
2014-02-22 13:22:26 [INFO] [OB] Activating mod OB
2014-02-22 13:22:26 [INFO] [PortalGun] Activating mod PortalGun
2014-02-22 13:22:26 [INFO] [ProjRed|Core] Activating mod ProjRed|Core
2014-02-22 13:22:26 [INFO] [ProjRed|Compatibility] Activating mod ProjRed|Compatibility
2014-02-22 13:22:26 [INFO] [ProjRed|Integration] Activating mod ProjRed|Integration
2014-02-22 13:22:26 [INFO] [ProjRed|Transmission] Activating mod ProjRed|Transmission
2014-02-22 13:22:26 [INFO] [QuantumCraft] Activating mod QuantumCraft
2014-02-22 13:22:26 [INFO] [Railcraft] Activating mod Railcraft
2014-02-22 13:22:26 [INFO] [Redstone Arsenal] Activating mod Redstone Arsenal
2014-02-22 13:22:26 [INFO] [Shatter] Activating mod Shatter
2014-02-22 13:22:26 [INFO] [SS2] Activating mod SS2
2014-02-22 13:22:26 [INFO] [StevesCarts] Activating mod StevesCarts
2014-02-22 13:22:26 [INFO] [Streak] Activating mod Streak
2014-02-22 13:22:26 [INFO] [Sync] Activating mod Sync
2014-02-22 13:22:26 [INFO] [TConstruct] Activating mod TConstruct
2014-02-22 13:22:26 [INFO] [telepads] Activating mod telepads
2014-02-22 13:22:26 [INFO] [Thaumcraft] Activating mod Thaumcraft
2014-02-22 13:22:26 [INFO] [ThaumcraftMobAspects] Activating mod ThaumcraftMobAspects
2014-02-22 13:22:26 [INFO] [ThaumicTinkerer] Activating mod ThaumicTinkerer
2014-02-22 13:22:26 [INFO] [TMechworks] Activating mod TMechworks
2014-02-22 13:22:26 [INFO] [Translocator] Activating mod Translocator
2014-02-22 13:22:26 [INFO] [TwilightForest] Activating mod TwilightForest
2014-02-22 13:22:26 [INFO] [iChunUtil] Activating mod iChunUtil
2014-02-22 13:22:26 [INFO] [Waila] Activating mod Waila
2014-02-22 13:22:26 [INFO] [ForgeMicroblock] Activating mod ForgeMicroblock
2014-02-22 13:22:26 [INFO] [ForgeMultipart] Activating mod ForgeMultipart
2014-02-22 13:22:26 [INFO] [McMultipart] Activating mod McMultipart
2014-02-22 13:22:26 [WARNING] [Forge Mod Loader] Mod Forge Mod Loader is missing a pack.mcmeta file, things may not work well
2014-02-22 13:22:26 [WARNING] [Minecraft Forge] Mod Minecraft Forge is missing a pack.mcmeta file, things may not work well
2014-02-22 13:22:26 [WARNING] [Not Enough Items] Mod Not Enough Items is missing a pack.mcmeta file, things may not work well
2014-02-22 13:22:26 [WARNING] [bspkrsCore] Mod bspkrsCore is missing a pack.mcmeta file, things may not work well
2014-02-22 13:22:26 [WARNING] [CrystalWing] Mod CrystalWing is missing a pack.mcmeta file, things may not work well
2014-02-22 13:22:26 [WARNING] [FloatingRuins] Mod FloatingRuins is missing a pack.mcmeta file, things may not work well
2014-02-22 13:22:26 [WARNING] [InGame Info XML] Mod InGame Info XML is missing a pack.mcmeta file, things may not work well
2014-02-22 13:22:26 [WARNING] [StartingInventory] Mod StartingInventory is missing a pack.mcmeta file, things may not work well
2014-02-22 13:22:26 [WARNING] [Treecapitator] Mod Treecapitator is missing a pack.mcmeta file, things may not work well
2014-02-22 13:22:26 [WARNING] [BC Builders] Mod BC Builders is missing a pack.mcmeta file, things may not work well
2014-02-22 13:22:26 [WARNING] [BuildCraft] Mod BuildCraft is missing a pack.mcmeta file, things may not work well
2014-02-22 13:22:26 [WARNING] [BC Energy] Mod BC Energy is missing a pack.mcmeta file, things may not work well
2014-02-22 13:22:26 [WARNING] [BC Factory] Mod BC Factory is missing a pack.mcmeta file, things may not work well
2014-02-22 13:22:26 [WARNING] [BC Silicon] Mod BC Silicon is missing a pack.mcmeta file, things may not work well
2014-02-22 13:22:26 [WARNING] [BC Transport] Mod BC Transport is missing a pack.mcmeta file, things may not work well
2014-02-22 13:22:26 [WARNING] [ChickenChunks] Mod ChickenChunks is missing a pack.mcmeta file, things may not work well
2014-02-22 13:22:26 [WARNING] [CoFH Core] Mod CoFH Core is missing a pack.mcmeta file, things may not work well
2014-02-22 13:22:26 [WARNING] [CoFH Loot] Mod CoFH Loot is missing a pack.mcmeta file, things may not work well
2014-02-22 13:22:26 [WARNING] [CoFH Masquerade] Mod CoFH Masquerade is missing a pack.mcmeta file, things may not work well
2014-02-22 13:22:26 [WARNING] [CoFH Social] Mod CoFH Social is missing a pack.mcmeta file, things may not work well
2014-02-22 13:22:26 [WARNING] [CoFH World] Mod CoFH World is missing a pack.mcmeta file, things may not work well
2014-02-22 13:22:26 [WARNING] [Crafting Pillars] Mod Crafting Pillars is missing a pack.mcmeta file, things may not work well
2014-02-22 13:22:26 [WARNING] [DrZhark's Mo'Creatures Mod] Mod DrZhark's Mo'Creatures Mod is missing a pack.mcmeta file, things may not work well
2014-02-22 13:22:26 [WARNING] [EnderStorage] Mod EnderStorage is missing a pack.mcmeta file, things may not work well
2014-02-22 13:22:26 [WARNING] [ExtraTiC] Mod ExtraTiC is missing a pack.mcmeta file, things may not work well
2014-02-22 13:22:26 [WARNING] [DeathCounter] Mod DeathCounter is missing a pack.mcmeta file, things may not work well
2014-02-22 13:22:26 [WARNING] [Torched] Mod Torched is missing a pack.mcmeta file, things may not work well
2014-02-22 13:22:26 [WARNING] [Forestry for Minecraft] Mod Forestry for Minecraft is missing a pack.mcmeta file, things may not work well
2014-02-22 13:22:26 [WARNING] [Galacticraft Core] Mod Galacticraft Core is missing a pack.mcmeta file, things may not work well
2014-02-22 13:22:26 [WARNING] [Galacticraft Mars] Mod Galacticraft Mars is missing a pack.mcmeta file, things may not work well
2014-02-22 13:22:26 [WARNING] [Iron Chest] Mod Iron Chest is missing a pack.mcmeta file, things may not work well
2014-02-22 13:22:26 [WARNING] [JABBA] Mod JABBA is missing a pack.mcmeta file, things may not work well
2014-02-22 13:22:26 [WARNING] [Keithy Utils] Mod Keithy Utils is missing a pack.mcmeta file, things may not work well
2014-02-22 13:22:26 [WARNING] [Lycanites Demon Mobs] Mod Lycanites Demon Mobs is missing a pack.mcmeta file, things may not work well
2014-02-22 13:22:26 [WARNING] [Lycanites Desert Mobs] Mod Lycanites Desert Mobs is missing a pack.mcmeta file, things may not work well
2014-02-22 13:22:26 [WARNING] [Lycanites Forest Mobs] Mod Lycanites Forest Mobs is missing a pack.mcmeta file, things may not work well
2014-02-22 13:22:26 [WARNING] [Lycanites Jungle Mobs] Mod Lycanites Jungle Mobs is missing a pack.mcmeta file, things may not work well
2014-02-22 13:22:26 [WARNING] [Lycanites Mobs] Mod Lycanites Mobs is missing a pack.mcmeta file, things may not work well
2014-02-22 13:22:26 [WARNING] [Lycanites Plains Mobs] Mod Lycanites Plains Mobs is missing a pack.mcmeta file, things may not work well
2014-02-22 13:22:26 [WARNING] [Lycanites Swamp Mobs] Mod Lycanites Swamp Mobs is missing a pack.mcmeta file, things may not work well
2014-02-22 13:22:26 [WARNING] [Metallurgy 3 Core] Mod Metallurgy 3 Core is missing a pack.mcmeta file, things may not work well
2014-02-22 13:22:26 [WARNING] [Metallurgy 3 Machines] Mod Metallurgy 3 Machines is missing a pack.mcmeta file, things may not work well
2014-02-22 13:22:26 [WARNING] [Metallurgy 3 Base] Mod Metallurgy 3 Base is missing a pack.mcmeta file, things may not work well
2014-02-22 13:22:26 [WARNING] [Metallurgy 3 Vanilla] Mod Metallurgy 3 Vanilla is missing a pack.mcmeta file, things may not work well
2014-02-22 13:22:26 [WARNING] [Falling Meteors] Mod Falling Meteors is missing a pack.mcmeta file, things may not work well
2014-02-22 13:22:26 [WARNING] [Mystcraft] Mod Mystcraft is missing a pack.mcmeta file, things may not work well
2014-02-22 13:22:26 [WARNING] [Natura] Mod Natura is missing a pack.mcmeta file, things may not work well
2014-02-22 13:22:26 [WARNING] [MapWriter] Mod MapWriter is missing a pack.mcmeta file, things may not work well
2014-02-22 13:22:26 [WARNING] [Opis] Mod Opis is missing a pack.mcmeta file, things may not work well
2014-02-22 13:22:26 [WARNING] [Orbital Bombardment] Mod Orbital Bombardment is missing a pack.mcmeta file, things may not work well
2014-02-22 13:22:26 [WARNING] [ProjectRed] Mod ProjectRed is missing a pack.mcmeta file, things may not work well
2014-02-22 13:22:26 [WARNING] [ProjRed|Compatibility] Mod ProjRed|Compatibility is missing a pack.mcmeta file, things may not work well
2014-02-22 13:22:26 [WARNING] [ProjRed|Integration] Mod ProjRed|Integration is missing a pack.mcmeta file, things may not work well
2014-02-22 13:22:26 [WARNING] [ProjRed|Transmission] Mod ProjRed|Transmission is missing a pack.mcmeta file, things may not work well
2014-02-22 13:22:26 [WARNING] [Railcraft] Mod Railcraft is missing a pack.mcmeta file, things may not work well
2014-02-22 13:22:26 [WARNING] [Redstone Arsenal] Mod Redstone Arsenal is missing a pack.mcmeta file, things may not work well
2014-02-22 13:22:26 [WARNING] [Soul Shards 2] Mod Soul Shards 2 is missing a pack.mcmeta file, things may not work well
2014-02-22 13:22:26 [WARNING] [Steve's Carts 2] Mod Steve's Carts 2 is missing a pack.mcmeta file, things may not work well
2014-02-22 13:22:26 [WARNING] [Streak] Mod Streak is missing a pack.mcmeta file, things may not work well
2014-02-22 13:22:26 [WARNING] [Tinkers' Construct] Mod Tinkers' Construct is missing a pack.mcmeta file, things may not work well
2014-02-22 13:22:26 [WARNING] [Teleportation Pads] Mod Teleportation Pads is missing a pack.mcmeta file, things may not work well
2014-02-22 13:22:26 [WARNING] [Thaumcraft Mob Aspects] Mod Thaumcraft Mob Aspects is missing a pack.mcmeta file, things may not work well
2014-02-22 13:22:26 [WARNING] [Thaumic Tinkerer] Mod Thaumic Tinkerer is missing a pack.mcmeta file, things may not work well
2014-02-22 13:22:26 [WARNING] [Tinkers' Mechworks] Mod Tinkers' Mechworks is missing a pack.mcmeta file, things may not work well
2014-02-22 13:22:26 [WARNING] [Translocator] Mod Translocator is missing a pack.mcmeta file, things may not work well
2014-02-22 13:22:26 [WARNING] [Waila] Mod Waila is missing a pack.mcmeta file, things may not work well
2014-02-22 13:22:26 [WARNING] [Forge Microblocks] Mod Forge Microblocks is missing a pack.mcmeta file, things may not work well
2014-02-22 13:22:26 [WARNING] [Forge Multipart] Mod Forge Multipart is missing a pack.mcmeta file, things may not work well
2014-02-22 13:22:26 [WARNING] [Minecraft Multipart Plugin] Mod Minecraft Multipart Plugin is missing a pack.mcmeta file, things may not work well
2014-02-22 13:22:26 [INFO] [Minecraft-Client] Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Not Enough Items, FMLFileResourcePack:bspkrsCore, FMLFileResourcePack:CrystalWing, FMLFileResourcePack:FloatingRuins, FMLFileResourcePack:InGame Info XML, FMLFileResourcePack:StartingInventory, FMLFileResourcePack:Treecapitator, FMLFileResourcePack:Ars Magica 2, FMLFileResourcePack:Applied Energistics, FMLFileResourcePack:BILLUND, FMLFileResourcePack:Biomes O' Plenty, FMLFileResourcePack:BC Builders, FMLFileResourcePack:BuildCraft, FMLFileResourcePack:BC Energy, FMLFileResourcePack:BC Factory, FMLFileResourcePack:BC Silicon, FMLFileResourcePack:BC Transport, FMLFileResourcePack:ChickenChunks, FMLFileResourcePack:CoFH Core, FMLFileResourcePack:CoFH Loot, FMLFileResourcePack:CoFH Masquerade, FMLFileResourcePack:CoFH Social, FMLFileResourcePack:CoFH World, FMLFileResourcePack:ComputerCraft Turtles, FMLFileResourcePack:ComputerCraft, FMLFileResourcePack:CraftGuide, FMLFileResourcePack:Crafting Pillars, FMLFileResourcePack:DrZhark's Mo'Creatures Mod, FMLFileResourcePack:EnderStorage, FMLFileResourcePack:ExtraCells, FMLFileResourcePack:ExtraTiC, FMLFileResourcePack:Factorization Miscellaneous Nonsense, FMLFileResourcePack:Factorization Notification System, FMLFileResourcePack:Factorization Dimensional Slices, FMLFileResourcePack:Factorization, FMLFileResourcePack:DeathCounter, FMLFileResourcePack:GraviGun, FMLFileResourcePack:Morph, FMLFileResourcePack:Torched, FMLFileResourcePack:Forestry for Minecraft, FMLFileResourcePack:Galacticraft Core, FMLFileResourcePack:Galacticraft Mars, FMLFileResourcePack:Iron Chest, FMLFileResourcePack:JABBA, FMLFileResourcePack:Keithy Utils, FMLFileResourcePack:Lycanites Demon Mobs, FMLFileResourcePack:Lycanites Desert Mobs, FMLFileResourcePack:Lycanites Forest Mobs, FMLFileResourcePack:Lycanites Jungle Mobs, FMLFileResourcePack:Lycanites Mobs, FMLFileResourcePack:Lycanites Plains Mobs, FMLFileResourcePack:Lycanites Swamp Mobs, FMLFileResourcePack:Metallurgy 3 Core, FMLFileResourcePack:Metallurgy 3 Machines, FMLFileResourcePack:Metallurgy 3 Base, FMLFileResourcePack:Metallurgy 3 Vanilla, FMLFileResourcePack:Falling Meteors, FMLFileResourcePack:MachineMuse's Modular Powersuits, FMLFileResourcePack:Mystcraft, FMLFileResourcePack:Natura, FMLFileResourcePack:Numina, FMLFileResourcePack:Obsidian Pressure Plates, FMLFileResourcePack:MapWriter, FMLFileResourcePack:Opis, FMLFileResourcePack:Orbital Bombardment, FMLFileResourcePack:PortalGun, FMLFileResourcePack:ProjectRed, FMLFileResourcePack:ProjRed|Compatibility, FMLFileResourcePack:ProjRed|Integration, FMLFileResourcePack:ProjRed|Transmission, FMLFileResourcePack:qCraft, FMLFileResourcePack:Railcraft, FMLFileResourcePack:Redstone Arsenal, FMLFileResourcePack:Shatter, FMLFileResourcePack:Soul Shards 2, FMLFileResourcePack:Steve's Carts 2, FMLFileResourcePack:Streak, FMLFileResourcePack:Sync, FMLFileResourcePack:Tinkers' Construct, FMLFileResourcePack:Teleportation Pads, FMLFileResourcePack:Thaumcraft, FMLFileResourcePack:Thaumcraft Mob Aspects, FMLFileResourcePack:Thaumic Tinkerer, FMLFileResourcePack:Tinkers' Mechworks, FMLFileResourcePack:Translocator, FMLFileResourcePack:The Twilight Forest, FMLFileResourcePack:iChunUtil, FMLFileResourcePack:Waila, FMLFileResourcePack:Forge Microblocks, FMLFileResourcePack:Forge Multipart, FMLFileResourcePack:Minecraft Multipart Plugin
2014-02-22 13:22:26 [INFO] [ForgeModLoader] FML has found a non-mod file slick-util.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
2014-02-22 13:22:26 [INFO] [ForgeModLoader] FML has found a non-mod file tornadoes v1.59 for MC v1.6.4.zip in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
2014-02-22 13:22:26 [INFO] [ForgeModLoader] FML has found a non-mod file CodeChickenLib-universal-1.6.4-1.0.0.47.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
2014-02-22 13:22:27 [INFO] [ForgeModLoader] Registering Forge Packet Handler
2014-02-22 13:22:27 [INFO] [ForgeModLoader] Succeeded registering Forge Packet Handler
2014-02-22 13:22:32 [WARNING] [ForgeModLoader] The mod id KeithyUtils attempted to register channels without specifying a packet handler
2014-02-22 13:22:32 [WARNING] [ForgeModLoader] The mod id Metallurgy3Core attempted to register channels without specifying a packet handler
2014-02-22 13:22:32 [WARNING] [ForgeModLoader] The mod id Metallurgy3Base attempted to register channels without specifying a packet handler
2014-02-22 13:22:32 [INFO] [TConstruct] [TConstruct] Natura, what are we going to do tomorrow night?
2014-02-22 13:22:32 [INFO] [TConstruct] [Natura] TConstruct, we're going to take over the world!
2014-02-22 13:22:32 [INFO] [TConstruct] Registering compat plugin for ForgeMultipart
2014-02-22 13:22:32 [INFO] [TConstruct] Registering compat plugin for NotEnoughItems
2014-02-22 13:22:32 [INFO] [TConstruct] Registering compat plugin for Waila
2014-02-22 13:22:32 [INFO] [FZ] This is Factorization 0.8.25
2014-02-22 13:22:33 [INFO] [STDOUT] Galacticraft successfully injected bytecode into: bdc (2 / 2)
2014-02-22 13:22:35 [WARNING] [ForgeModLoader] The mod id Metallurgy3Vanilla attempted to register channels without specifying a packet handler
2014-02-22 13:22:37 [SEVERE] [ForgeModLoader] Detected an attempt by a mod FMLMod:OB{1.1.1} to perform game activity during mod construction. This is a serious programming error.
2014-02-22 13:22:37 [WARNING] [ForgeModLoader] Mod OB attempted to register a gui network handler during a construction phase
2014-02-22 13:22:38 [WARNING] [ForgeModLoader] The mod id SS2 attempted to register channels without specifying a packet handler
2014-02-22 13:22:40 [INFO] [ForgeModLoader] Configured a dormant chunk cache size of 0
2014-02-22 13:22:40 [INFO] [bspkrsCore] Initializing ModVersionChecker for mod CrystalWing
2014-02-22 13:22:40 [INFO] [bspkrsCore] Initializing ModVersionChecker for mod StartingInventory
2014-02-22 13:22:41 [INFO] [TreeCapitator] ID Resolver (Mod ID "IDResolver") is not loaded.
2014-02-22 13:22:41 [INFO] [TreeCapitator] Loading configuration file ./\config\TreeCapitator.cfg
2014-02-22 13:22:41 [INFO] [TreeCapitator] Proceeding to load tree/mod configs from file.
2014-02-22 13:22:41 [INFO] [bspkrsCore] Initializing ModVersionChecker for mod Treecapitator
2014-02-22 13:22:43 [INFO] [Natura] [PluginController] Using config path: C:\Users\Xenon\MultiMC\instances\KlerCraft\minecraft\config\NaturaCompat.cfg
2014-02-22 13:22:43 [INFO] [Natura] [PluginController] Registering compat plugin for ForgeMultipart
2014-02-22 13:22:43 [INFO] [Natura] [PluginController] Registering compat plugin for NotEnoughItems
2014-02-22 13:22:44 [INFO] [ForgeModLoader] [BiomesOPlenty] Generated Main Config!
2014-02-22 13:22:44 [INFO] [ForgeModLoader] [BiomesOPlenty] Generated Biome Gen Config!
2014-02-22 13:22:44 [INFO] [ForgeModLoader] [BiomesOPlenty] Generated Terrain Gen Config!
2014-02-22 13:22:44 [INFO] [ForgeModLoader] [BiomesOPlenty] Generating Biome ID's
2014-02-22 13:22:44 [INFO] [ForgeModLoader] [BiomesOPlenty] Generated IDs Config!
2014-02-22 13:22:44 [INFO] [ForgeModLoader] [BiomesOPlenty] Generated Misc Config!
2014-02-22 13:22:44 [INFO] [ForgeModLoader] [BiomesOPlenty] Extending Potions Array.
2014-02-22 13:22:44 [INFO] [ForgeModLoader] [BiomesOPlenty] Beginning version check
2014-02-22 13:22:46 [INFO] [Buildcraft] Starting BuildCraft 4.2.1 (:52)
2014-02-22 13:22:46 [INFO] [Buildcraft] Copyright (c) SpaceToad, 2011
2014-02-22 13:22:46 [INFO] [Buildcraft] http://www.mod-buildcraft.com
2014-02-22 13:22:46 [INFO] [Buildcraft] Beginning version check
2014-02-22 13:22:47 [WARNING] [ForgeModLoader] Version Check Failed: Server returned HTTP response code: 403 for URL: http://teamcofh.com/cofhcore/version/version.txt
2014-02-22 13:22:49 [INFO] [Metallurgy3Core] [Metallurgy3] Successfully created/read configuration file for Metallurgy 3 Core
2014-02-22 13:22:49 [INFO] [Metallurgy3Core] reading sets 1
2014-02-22 13:22:54 [INFO] [GraviGun] [2.0.0] Loading properties.
2014-02-22 13:23:05 [INFO] [STDOUT] Galacticraft successfully injected bytecode into: micdoodle8/mods/galacticraft/core/tile/GCCoreTileEntityUniversalElectrical (1 / 1)
2014-02-22 13:23:05 [INFO] [STDOUT] Galacticraft successfully injected bytecode into: micdoodle8/mods/galacticraft/core/tile/GCCoreTileEntityUniversalConductor (1 / 1)
2014-02-22 13:23:05 [INFO] [STDOUT] Galacticraft successfully injected bytecode into: micdoodle8/mods/galacticraft/core/items/GCCoreItemWrench (1 / 1)
2014-02-22 13:23:05 [INFO] [STDOUT] [INFO] [LycanitesMobs-LycanitesMobs] Successfully created/read configuration file.
2014-02-22 13:23:05 [INFO] [STDOUT] [INFO] [LycanitesMobs-DemonMobs] Successfully created/read configuration file.
2014-02-22 13:23:05 [INFO] [STDOUT] [INFO] [LycanitesMobs-DesertMobs] Successfully created/read configuration file.
2014-02-22 13:23:05 [INFO] [STDOUT] [INFO] [LycanitesMobs-ForestMobs] Successfully created/read configuration file.
2014-02-22 13:23:05 [INFO] [STDOUT] [INFO] [LycanitesMobs-JungleMobs] Successfully created/read configuration file.
2014-02-22 13:23:05 [INFO] [STDOUT] [INFO] [LycanitesMobs-PlainsMobs] Successfully created/read configuration file.
2014-02-22 13:23:05 [INFO] [STDOUT] [INFO] [LycanitesMobs-SwampMobs] Successfully created/read configuration file.
2014-02-22 13:23:07 [INFO] [ObsidiPlates] Config loaded from: C:\Users\Xenon\MultiMC\instances\KlerCraft\minecraft\config\ObsidiPlates.cfg
2014-02-22 13:23:07 [INFO] [MapWriter] FML Event: preInit
2014-02-22 13:23:07 [INFO] [Orbital Bombardment] Loading Orbital Bombardment...
2014-02-22 13:23:07 [INFO] [PortalGun] [2.0.2] Loading properties.
2014-02-22 13:23:07 [INFO] [STDOUT] Galacticraft successfully injected bytecode into: bfe (2 / 3)
2014-02-22 13:23:07 [INFO] [Project Red] Loaded TConstruct Compatibility Proxy
2014-02-22 13:23:11 [INFO] [fml.ItemTracker] The mod Railcraft is overwriting existing item at 328 (net.minecraft.item.ItemMinecart from Minecraft) with mods.railcraft.common.carts.ItemCartVanilla
2014-02-22 13:23:11 [INFO] [fml.ItemTracker] The mod Railcraft is overwriting existing item at 342 (net.minecraft.item.ItemMinecart from Minecraft) with mods.railcraft.common.carts.ItemCartVanilla
2014-02-22 13:23:11 [INFO] [fml.ItemTracker] The mod Railcraft is overwriting existing item at 343 (net.minecraft.item.ItemMinecart from Minecraft) with mods.railcraft.common.carts.ItemCartVanilla
2014-02-22 13:23:11 [INFO] [fml.ItemTracker] The mod Railcraft is overwriting existing item at 407 (net.minecraft.item.ItemMinecart from Minecraft) with mods.railcraft.common.carts.ItemCartVanilla
2014-02-22 13:23:14 [INFO] [STDOUT] Registered micro material: tile.blockCustomOre
2014-02-22 13:23:14 [INFO] [STDOUT] Registered micro material: tile.blockCustomOre_7
2014-02-22 13:23:14 [INFO] [STDOUT] Registered micro material: tile.blockWoodenDevice_6
2014-02-22 13:23:14 [INFO] [STDOUT] Registered micro material: tile.blockWoodenDevice_7
2014-02-22 13:23:14 [INFO] [STDOUT] Registered micro material: tile.blockMagicalLog
2014-02-22 13:23:14 [INFO] [STDOUT] Registered micro material: tile.blockMagicalLeaves
2014-02-22 13:23:14 [INFO] [STDOUT] Registered micro material: tile.blockCosmeticOpaque
2014-02-22 13:23:14 [INFO] [STDOUT] Registered micro material: tile.blockCosmeticSolid
2014-02-22 13:23:14 [INFO] [STDOUT] Registered micro material: tile.blockCosmeticSolid_1
2014-02-22 13:23:14 [INFO] [STDOUT] Registered micro material: tile.blockCosmeticSolid_2
2014-02-22 13:23:14 [INFO] [STDOUT] Registered micro material: tile.blockCosmeticSolid_3
2014-02-22 13:23:14 [INFO] [STDOUT] Registered micro material: tile.blockCosmeticSolid_4
2014-02-22 13:23:14 [INFO] [STDOUT] Registered micro material: tile.blockCosmeticSolid_5
2014-02-22 13:23:14 [INFO] [STDOUT] Registered micro material: tile.blockCosmeticSolid_6
2014-02-22 13:23:14 [INFO] [STDOUT] Registered micro material: tile.ttinkerer:darkQuartz
2014-02-22 13:23:14 [INFO] [STDOUT] Registered micro material: tile.ttinkerer:darkQuartz_1
2014-02-22 13:23:15 [INFO] [STDOUT] Registered micro material: tile.stone
2014-02-22 13:23:15 [INFO] [STDOUT] Registered micro material: tile.dirt
2014-02-22 13:23:15 [INFO] [STDOUT] Registered micro material: tile.stonebrick
2014-02-22 13:23:15 [INFO] [STDOUT] Registered micro material: tile.wood
2014-02-22 13:23:15 [INFO] [STDOUT] Registered micro material: tile.wood_1
2014-02-22 13:23:15 [INFO] [STDOUT] Registered micro material: tile.wood_2
2014-02-22 13:23:15 [INFO] [STDOUT] Registered micro material: tile.wood_3
2014-02-22 13:23:15 [INFO] [STDOUT] Registered micro material: tile.log
2014-02-22 13:23:15 [INFO] [STDOUT] Registered micro material: tile.log_1
2014-02-22 13:23:15 [INFO] [STDOUT] Registered micro material: tile.log_2
2014-02-22 13:23:15 [INFO] [STDOUT] Registered micro material: tile.log_3
2014-02-22 13:23:15 [INFO] [STDOUT] Registered micro material: tile.leaves
2014-02-22 13:23:15 [INFO] [STDOUT] Registered micro material: tile.leaves_1
2014-02-22 13:23:15 [INFO] [STDOUT] Registered micro material: tile.leaves_2
2014-02-22 13:23:15 [INFO] [STDOUT] Registered micro material: tile.leaves_3
2014-02-22 13:23:15 [INFO] [STDOUT] Registered micro material: tile.sponge
2014-02-22 13:23:15 [INFO] [STDOUT] Registered micro material: tile.glass
2014-02-22 13:23:15 [INFO] [STDOUT] Registered micro material: tile.blockLapis
2014-02-22 13:23:15 [INFO] [STDOUT] Registered micro material: tile.sandStone
2014-02-22 13:23:15 [INFO] [STDOUT] Registered micro material: tile.sandStone_1
2014-02-22 13:23:15 [INFO] [STDOUT] Registered micro material: tile.sandStone_2
2014-02-22 13:23:15 [INFO] [STDOUT] Registered micro material: tile.cloth
2014-02-22 13:23:15 [INFO] [STDOUT] Registered micro material: tile.cloth_1
2014-02-22 13:23:15 [INFO] [STDOUT] Registered micro material: tile.cloth_2
2014-02-22 13:23:15 [INFO] [STDOUT] Registered micro material: tile.cloth_3
2014-02-22 13:23:15 [INFO] [STDOUT] Registered micro material: tile.cloth_4
2014-02-22 13:23:15 [INFO] [STDOUT] Registered micro material: tile.cloth_5
2014-02-22 13:23:15 [INFO] [STDOUT] Registered micro material: tile.cloth_6
2014-02-22 13:23:15 [INFO] [STDOUT] Registered micro material: tile.cloth_7
2014-02-22 13:23:15 [INFO] [STDOUT] Registered micro material: tile.cloth_8
2014-02-22 13:23:15 [INFO] [STDOUT] Registered micro material: tile.cloth_9
2014-02-22 13:23:15 [INFO] [STDOUT] Registered micro material: tile.cloth_10
2014-02-22 13:23:15 [INFO] [STDOUT] Registered micro material: tile.cloth_11
2014-02-22 13:23:15 [INFO] [STDOUT] Registered micro material: tile.cloth_12
2014-02-22 13:23:15 [INFO] [STDOUT] Registered micro material: tile.cloth_13
2014-02-22 13:23:15 [INFO] [STDOUT] Registered micro material: tile.cloth_14
2014-02-22 13:23:15 [INFO] [STDOUT] Registered micro material: tile.cloth_15
2014-02-22 13:23:15 [INFO] [STDOUT] Registered micro material: tile.blockGold
2014-02-22 13:23:15 [INFO] [STDOUT] Registered micro material: tile.blockIron
2014-02-22 13:23:15 [INFO] [STDOUT] Registered micro material: tile.brick
2014-02-22 13:23:15 [INFO] [STDOUT] Registered micro material: tile.bookshelf
2014-02-22 13:23:15 [INFO] [STDOUT] Registered micro material: tile.stoneMoss
2014-02-22 13:23:15 [INFO] [STDOUT] Registered micro material: tile.obsidian
2014-02-22 13:23:15 [INFO] [STDOUT] Registered micro material: tile.blockDiamond
2014-02-22 13:23:15 [INFO] [STDOUT] Registered micro material: tile.ice
2014-02-22 13:23:15 [INFO] [STDOUT] Registered micro material: tile.snow
2014-02-22 13:23:15 [INFO] [STDOUT] Registered micro material: tile.clay
2014-02-22 13:23:15 [INFO] [STDOUT] Registered micro material: tile.hellrock
2014-02-22 13:23:15 [INFO] [STDOUT] Registered micro material: tile.hellsand
2014-02-22 13:23:15 [INFO] [STDOUT] Registered micro material: tile.lightgem
2014-02-22 13:23:15 [INFO] [STDOUT] Registered micro material: tile.stonebricksmooth
2014-02-22 13:23:15 [INFO] [STDOUT] Registered micro material: tile.stonebricksmooth_1
2014-02-22 13:23:15 [INFO] [STDOUT] Registered micro material: tile.stonebricksmooth_2
2014-02-22 13:23:15 [INFO] [STDOUT] Registered micro material: tile.stonebricksmooth_3
2014-02-22 13:23:15 [INFO] [STDOUT] Registered micro material: tile.netherBrick
2014-02-22 13:23:15 [INFO] [STDOUT] Registered micro material: tile.whiteStone
2014-02-22 13:23:15 [INFO] [STDOUT] Registered micro material: tile.blockEmerald
2014-02-22 13:23:15 [INFO] [STDOUT] Registered micro material: tile.blockRedstone
2014-02-22 13:23:15 [INFO] [STDOUT] Registered micro material: tile.quartzBlock
2014-02-22 13:23:15 [INFO] [STDOUT] Registered micro material: tile.clayHardenedStained
2014-02-22 13:23:15 [INFO] [STDOUT] Registered micro material: tile.clayHardenedStained_1
2014-02-22 13:23:15 [INFO] [STDOUT] Registered micro material: tile.clayHardenedStained_2
2014-02-22 13:23:15 [INFO] [STDOUT] Registered micro material: tile.clayHardenedStained_3
2014-02-22 13:23:15 [INFO] [STDOUT] Registered micro material: tile.clayHardenedStained_4
2014-02-22 13:23:15 [INFO] [STDOUT] Registered micro material: tile.clayHardenedStained_5
2014-02-22 13:23:15 [INFO] [STDOUT] Registered micro material: tile.clayHardenedStained_6
2014-02-22 13:23:15 [INFO] [STDOUT] Registered micro material: tile.clayHardenedStained_7
2014-02-22 13:23:15 [INFO] [STDOUT] Registered micro material: tile.clayHardenedStained_8
2014-02-22 13:23:15 [INFO] [STDOUT] Registered micro material: tile.clayHardenedStained_9
2014-02-22 13:23:15 [INFO] [STDOUT] Registered micro material: tile.clayHardenedStained_10
2014-02-22 13:23:15 [INFO] [STDOUT] Registered micro material: tile.clayHardenedStained_11
2014-02-22 13:23:15 [INFO] [STDOUT] Registered micro material: tile.clayHardenedStained_12
2014-02-22 13:23:15 [INFO] [STDOUT] Registered micro material: tile.clayHardenedStained_13
2014-02-22 13:23:15 [INFO] [STDOUT] Registered micro material: tile.clayHardenedStained_14
2014-02-22 13:23:15 [INFO] [STDOUT] Registered micro material: tile.clayHardenedStained_15
2014-02-22 13:23:15 [INFO] [STDOUT] Registered micro material: tile.clayHardened
2014-02-22 13:23:15 [INFO] [STDOUT] Registered micro material: tile.blockCoal
2014-02-22 13:23:15 [INFO] [STDOUT] Registered micro material: tile.grass
2014-02-22 13:23:15 [INFO] [STDOUT] Registered micro material: tile.mycel
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.metablock.ItemMetaBlock with ID 900 owned by mod Metallurgy3Vanilla, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class net.minecraft.item.ItemBlock with ID 1275 owned by mod Mystcraft, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class net.minecraft.item.ItemBlock with ID 1276 owned by mod Mystcraft, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class net.minecraft.item.ItemBlock with ID 1277 owned by mod Mystcraft, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class net.minecraft.item.ItemBlock with ID 1278 owned by mod Mystcraft, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class net.minecraft.item.ItemBlock with ID 1280 owned by mod Mystcraft, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class net.minecraft.item.ItemBlock with ID 1281 owned by mod Mystcraft, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class com.xcompwiz.mystcraft.item.ItemDecayBlock with ID 1282 owned by mod Mystcraft, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class net.minecraft.item.ItemBlock with ID 1284 owned by mod Mystcraft, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class net.minecraft.item.ItemBlock with ID 1285 owned by mod Mystcraft, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class com.xcompwiz.mystcraft.item.ItemBlockFluid with ID 1286 owned by mod Mystcraft, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class forestry.farming.items.ItemFarmBlock with ID 1395 owned by mod Forestry, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgy with ID 5356 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgy with ID 5357 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class me.dawars.CraftingPillars.items.PillarRecord with ID 5406 owned by mod craftingpillars, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class me.dawars.CraftingPillars.items.AdventCalendar2013 with ID 5407 owned by mod craftingpillars, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class me.dawars.CraftingPillars.items.BaseItem with ID 5408 owned by mod craftingpillars, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class me.dawars.CraftingPillars.items.BookElysium with ID 5409 owned by mod craftingpillars, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class me.dawars.CraftingPillars.items.ItemVirgacs with ID 5410 owned by mod craftingpillars, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class me.dawars.CraftingPillars.items.WinterFood2013 with ID 5411 owned by mod craftingpillars, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class dan200.billund.shared.ItemBrick with ID 6498 owned by mod Billund, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class forestry.storage.items.ItemBackpack with ID 7762 owned by mod Railcraft, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class forestry.storage.items.ItemBackpack with ID 7763 owned by mod Railcraft, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class forestry.storage.items.ItemBackpack with ID 7764 owned by mod Railcraft, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class forestry.storage.items.ItemBackpack with ID 7765 owned by mod Railcraft, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class com.shadwdrgn.ss2.item.ItemSoulEssence with ID 8100 owned by mod SS2, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class com.shadwdrgn.ss2.item.ItemSoulShard with ID 8101 owned by mod SS2, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class com.shadwdrgn.ss2.item.ItemShadowBlade with ID 8102 owned by mod SS2, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class com.shadwdrgn.ss2.item.ItemSoulBindingShard with ID 8103 owned by mod SS2, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class com.xcompwiz.mystcraft.item.ItemAgebook with ID 8956 owned by mod Mystcraft, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class com.xcompwiz.mystcraft.item.ItemLinkbook with ID 8957 owned by mod Mystcraft, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class com.xcompwiz.mystcraft.item.ItemNotebook with ID 8958 owned by mod Mystcraft, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class com.xcompwiz.mystcraft.item.ItemWritingDesk with ID 8959 owned by mod Mystcraft, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class com.xcompwiz.mystcraft.item.ItemPage with ID 8960 owned by mod Mystcraft, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class com.xcompwiz.mystcraft.item.ItemInkVial with ID 8962 owned by mod Mystcraft, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class com.xcompwiz.mystcraft.item.ItemLinkbookUnlinked with ID 8963 owned by mod Mystcraft, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.moon.items.GCMoonItemCheese with ID 10107 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.moon.items.GCMoonItemRawIron with ID 10108 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.moon.items.GCMoonItemReed with ID 10109 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.moon.items.GCMoonItem with ID 10110 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItemSpaceship with ID 10111 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItemOxygenTank with ID 10112 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItemOxygenTank with ID 10113 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItemOxygenTank with ID 10114 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItemOxygenMask with ID 10115 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItemSensorGlasses with ID 10116 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItemCanister with ID 10117 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItem with ID 10118 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItem with ID 10119 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItem with ID 10120 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItemBow with ID 10121 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItemRocketEngine with ID 10122 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItem with ID 10123 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItem with ID 10124 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItem with ID 10125 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItem with ID 10126 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItemBuggy with ID 10127 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItem with ID 10128 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItemFlag with ID 10129 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItemOxygenGear with ID 10130 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItem with ID 10131 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItemParachute with ID 10132 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItemOilExtractor with ID 10133 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItemOilCanister with ID 10134 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItemFuelCanister with ID 10135 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItemKnowledgeBook with ID 10137 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItemSchematic with ID 10138 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItemKey with ID 10139 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItemBuggyMaterial with ID 10140 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItemSword with ID 10141 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItemPickaxe with ID 10142 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItemSpade with ID 10143 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItemHoe with ID 10144 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItemAxe with ID 10145 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItemArmor with ID 10146 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItemArmor with ID 10147 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItemArmor with ID 10148 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItemArmor with ID 10149 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItemBasic with ID 10150 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItemMeteorChunk with ID 10151 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItemWrench with ID 10152 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.mars.items.GCMarsItem with ID 10161 owned by mod GalacticraftMars, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.mars.items.GCMarsItemSpaceshipTier2 with ID 10162 owned by mod GalacticraftMars, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.mars.items.GCMarsItemSword with ID 10163 owned by mod GalacticraftMars, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.mars.items.GCMarsItemPickaxe with ID 10164 owned by mod GalacticraftMars, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.mars.items.GCMarsItemSpade with ID 10165 owned by mod GalacticraftMars, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.mars.items.GCMarsItemHoe with ID 10166 owned by mod GalacticraftMars, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.mars.items.GCMarsItemAxe with ID 10167 owned by mod GalacticraftMars, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.mars.items.GCMarsItemArmor with ID 10168 owned by mod GalacticraftMars, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.mars.items.GCMarsItemArmor with ID 10169 owned by mod GalacticraftMars, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.mars.items.GCMarsItemArmor with ID 10170 owned by mod GalacticraftMars, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.mars.items.GCMarsItemArmor with ID 10171 owned by mod GalacticraftMars, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.mars.items.GCMarsItemKey with ID 10172 owned by mod GalacticraftMars, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.mars.items.GCMarsItemSchematic with ID 10173 owned by mod GalacticraftMars, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItemBattery with ID 14226 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItemInfiniteBattery with ID 14227 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class tconstruct.items.armor.ExoArmor with ID 14372 owned by mod TConstruct, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class tconstruct.items.armor.ExoArmor with ID 14373 owned by mod TConstruct, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class tconstruct.items.armor.ExoArmor with ID 14374 owned by mod TConstruct, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class tconstruct.items.armor.ExoArmor with ID 14375 owned by mod TConstruct, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class vazkii.tinkerer.common.item.ItemMod with ID 22406 owned by mod ThaumicTinkerer, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class vazkii.tinkerer.common.item.ItemConnector with ID 22407 owned by mod ThaumicTinkerer, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class vazkii.tinkerer.common.item.ItemGas with ID 22408 owned by mod ThaumicTinkerer, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class vazkii.tinkerer.common.item.ItemGas with ID 22409 owned by mod ThaumicTinkerer, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class vazkii.tinkerer.common.item.ItemGasRemover with ID 22410 owned by mod ThaumicTinkerer, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class vazkii.tinkerer.common.item.ItemSpellCloth with ID 22411 owned by mod ThaumicTinkerer, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class vazkii.tinkerer.common.item.foci.ItemFocusFlight with ID 22412 owned by mod ThaumicTinkerer, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class vazkii.tinkerer.common.item.foci.ItemFocusDislocation with ID 22413 owned by mod ThaumicTinkerer, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class vazkii.tinkerer.common.item.ItemCleansingTalisman with ID 22414 owned by mod ThaumicTinkerer, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class vazkii.tinkerer.common.item.ItemBrightNitor with ID 22415 owned by mod ThaumicTinkerer, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class vazkii.tinkerer.common.item.foci.ItemFocusTelekinesis with ID 22416 owned by mod ThaumicTinkerer, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class vazkii.tinkerer.common.item.ItemSoulMould with ID 22417 owned by mod ThaumicTinkerer, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class vazkii.tinkerer.common.item.ItemXPTalisman with ID 22418 owned by mod ThaumicTinkerer, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class vazkii.tinkerer.common.item.foci.ItemFocusSmelt with ID 22419 owned by mod ThaumicTinkerer, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class vazkii.tinkerer.common.item.foci.ItemFocusHeal with ID 22420 owned by mod ThaumicTinkerer, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class vazkii.tinkerer.common.item.foci.ItemFocusEnderChest with ID 22421 owned by mod ThaumicTinkerer, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class vazkii.tinkerer.common.item.ItemBloodSword with ID 22422 owned by mod ThaumicTinkerer, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class vazkii.tinkerer.common.item.ItemRevealingHelm with ID 22423 owned by mod ThaumicTinkerer, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class vazkii.tinkerer.common.item.ItemInfusedInkwell with ID 22424 owned by mod ThaumicTinkerer, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class vazkii.tinkerer.common.item.foci.ItemFocusDeflect with ID 22425 owned by mod ThaumicTinkerer, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class bspkrs.crystalwing.ItemCrystalWing with ID 23100 owned by mod CrystalWing, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class bspkrs.crystalwing.ItemCrystalWingBurning with ID 23101 owned by mod CrystalWing, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class bspkrs.crystalwing.ItemCrystalWingBurned with ID 23102 owned by mod CrystalWing, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class uristqwerty.CraftGuide.ItemCraftGuide with ID 23617 owned by mod craftguide, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class net.minecraft.item.Item with ID 25135 owned by mod ForgeMicroblock, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgy with ID 26506 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgy with ID 26507 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemPickaxe with ID 26508 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemSpade with ID 26509 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemAxe with ID 26510 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemHoe with ID 26511 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgySword with ID 26512 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 26513 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 26514 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 26515 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 26516 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgy with ID 26556 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgy with ID 26557 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgy with ID 26606 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgy with ID 26607 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgy with ID 26656 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgy with ID 26657 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemPickaxe with ID 26658 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemSpade with ID 26659 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemAxe with ID 26660 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemHoe with ID 26661 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgySword with ID 26662 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 26663 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 26664 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 26665 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 26666 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgy with ID 26706 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgy with ID 26707 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemPickaxe with ID 26708 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemSpade with ID 26709 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemAxe with ID 26710 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemHoe with ID 26711 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgySword with ID 26712 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 26713 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 26714 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 26715 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 26716 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgy with ID 26756 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgy with ID 26757 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemPickaxe with ID 26758 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemSpade with ID 26759 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemAxe with ID 26760 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemHoe with ID 26761 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgySword with ID 26762 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 26763 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 26764 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 26765 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 26766 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgy with ID 26806 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgy with ID 26807 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemPickaxe with ID 26808 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemSpade with ID 26809 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemAxe with ID 26810 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemHoe with ID 26811 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgySword with ID 26812 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 26813 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 26814 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 26815 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 26816 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgy with ID 26856 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgy with ID 26857 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemPickaxe with ID 26858 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemSpade with ID 26859 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemAxe with ID 26860 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemHoe with ID 26861 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgySword with ID 26862 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 26863 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 26864 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 26865 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 26866 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgy with ID 26906 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgy with ID 26907 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgy with ID 26956 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgy with ID 26957 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemPickaxe with ID 26958 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemSpade with ID 26959 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemAxe with ID 26960 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemHoe with ID 26961 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgySword with ID 26962 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 26963 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 26964 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 26965 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 26966 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgy with ID 27006 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgy with ID 27007 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemPickaxe with ID 27008 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemSpade with ID 27009 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemAxe with ID 27010 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemHoe with ID 27011 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgySword with ID 27012 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 27013 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 27014 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 27015 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 27016 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgy with ID 27056 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgy with ID 27057 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemPickaxe with ID 27058 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemSpade with ID 27059 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemAxe with ID 27060 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemHoe with ID 27061 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgySword with ID 27062 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 27063 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 27064 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 27065 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 27066 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgy with ID 27106 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgy with ID 27107 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemPickaxe with ID 27108 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemSpade with ID 27109 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemAxe with ID 27110 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemHoe with ID 27111 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgySword with ID 27112 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 27113 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 27114 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 27115 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 27116 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgy with ID 27156 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgy with ID 27157 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemPickaxe with ID 27158 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemSpade with ID 27159 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemAxe with ID 27160 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemHoe with ID 27161 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgySword with ID 27162 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 27163 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 27164 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 27165 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 27166 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgy with ID 27206 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgy with ID 27207 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemPickaxe with ID 27208 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemSpade with ID 27209 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemAxe with ID 27210 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemHoe with ID 27211 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgySword with ID 27212 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 27213 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 27214 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 27215 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 27216 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgy with ID 27256 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgy with ID 27257 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgy with ID 27306 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgy with ID 27307 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemPickaxe with ID 27308 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemSpade with ID 27309 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemAxe with ID 27310 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemHoe with ID 27311 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgySword with ID 27312 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 27313 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 27314 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 27315 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 27316 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgy with ID 27356 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgy with ID 27357 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemPickaxe with ID 27358 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemSpade with ID 27359 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemAxe with ID 27360 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemHoe with ID 27361 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgySword with ID 27362 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 27363 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 27364 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 27365 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 27366 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgy with ID 27406 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgy with ID 27407 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemPickaxe with ID 27408 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemSpade with ID 27409 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemAxe with ID 27410 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemHoe with ID 27411 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgySword with ID 27412 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 27413 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 27414 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 27415 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 27416 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgy with ID 27456 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgy with ID 27457 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgy with ID 27506 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgy with ID 27507 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemPickaxe with ID 27508 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemSpade with ID 27509 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemAxe with ID 27510 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemHoe with ID 27511 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgySword with ID 27512 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 27513 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 27514 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 27515 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 27516 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgy with ID 27556 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgy with ID 27557 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemPickaxe with ID 27558 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemSpade with ID 27559 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemAxe with ID 27560 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemHoe with ID 27561 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgySword with ID 27562 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 27563 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 27564 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 27565 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 27566 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgy with ID 27606 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgy with ID 27607 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemPickaxe with ID 27608 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemSpade with ID 27609 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemAxe with ID 27610 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemHoe with ID 27611 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgySword with ID 27612 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 27613 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 27614 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 27615 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 27616 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgy with ID 27656 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgy with ID 27657 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemPickaxe with ID 27658 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemSpade with ID 27659 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemAxe with ID 27660 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemHoe with ID 27661 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgySword with ID 27662 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 27663 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 27664 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 27665 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 27666 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgy with ID 27706 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgy with ID 27707 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemPickaxe with ID 27708 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemSpade with ID 27709 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemAxe with ID 27710 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemHoe with ID 27711 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgySword with ID 27712 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 27713 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 27714 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 27715 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 27716 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgy with ID 27756 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgy with ID 27757 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemPickaxe with ID 27758 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemSpade with ID 27759 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemAxe with ID 27760 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemHoe with ID 27761 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgySword with ID 27762 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 27763 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 27764 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 27765 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 27766 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgy with ID 27806 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgy with ID 27807 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemPickaxe with ID 27808 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemSpade with ID 27809 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemAxe with ID 27810 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemHoe with ID 27811 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgySword with ID 27812 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 27813 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 27814 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 27815 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 27816 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgy with ID 27856 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgy with ID 27857 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemPickaxe with ID 27858 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemSpade with ID 27859 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemAxe with ID 27860 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemHoe with ID 27861 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgySword with ID 27862 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 27863 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 27864 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 27865 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 27866 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgy with ID 27906 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgy with ID 27907 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgy with ID 27956 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgy with ID 27957 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemPickaxe with ID 27958 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemSpade with ID 27959 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemAxe with ID 27960 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemHoe with ID 27961 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgySword with ID 27962 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 27963 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 27964 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 27965 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 27966 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgy with ID 28006 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgy with ID 28007 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemPickaxe with ID 28008 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemSpade with ID 28009 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemAxe with ID 28010 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemHoe with ID 28011 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgySword with ID 28012 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 28013 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 28014 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 28015 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 28016 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgy with ID 28056 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgy with ID 28057 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemPickaxe with ID 28058 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemSpade with ID 28059 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemAxe with ID 28060 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemHoe with ID 28061 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgySword with ID 28062 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 28063 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 28064 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 28065 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 28066 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgy with ID 28106 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgy with ID 28107 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemPickaxe with ID 28108 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemSpade with ID 28109 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemAxe with ID 28110 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemHoe with ID 28111 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgySword with ID 28112 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 28113 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 28114 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 28115 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 28116 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgy with ID 28156 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgy with ID 28157 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemPickaxe with ID 28158 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemSpade with ID 28159 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemAxe with ID 28160 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemHoe with ID 28161 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgySword with ID 28162 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 28163 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 28164 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 28165 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 28166 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgy with ID 28206 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgy with ID 28207 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgy with ID 28256 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgy with ID 28257 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemPickaxe with ID 28258 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemSpade with ID 28259 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemAxe with ID 28260 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemHoe with ID 28261 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgySword with ID 28262 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 28263 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 28264 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 28265 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 28266 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgy with ID 28306 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgy with ID 28307 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemPickaxe with ID 28308 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemSpade with ID 28309 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemAxe with ID 28310 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemHoe with ID 28311 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgySword with ID 28312 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 28313 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 28314 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 28315 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 28316 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgy with ID 28356 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgy with ID 28357 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemPickaxe with ID 28358 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemSpade with ID 28359 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemAxe with ID 28360 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemHoe with ID 28361 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgySword with ID 28362 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 28363 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 28364 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 28365 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 28366 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgy with ID 28406 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgy with ID 28407 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemPickaxe with ID 28408 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemSpade with ID 28409 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemAxe with ID 28410 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemHoe with ID 28411 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgySword with ID 28412 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 28413 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 28414 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 28415 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 28416 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgy with ID 28456 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgy with ID 28457 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemPickaxe with ID 28458 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemSpade with ID 28459 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemAxe with ID 28460 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemHoe with ID 28461 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgySword with ID 28462 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 28463 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 28464 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 28465 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 28466 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgy with ID 28506 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgy with ID 28507 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemPickaxe with ID 28508 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemSpade with ID 28509 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemAxe with ID 28510 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemHoe with ID 28511 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgySword with ID 28512 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 28513 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 28514 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 28515 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 28516 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgy with ID 28556 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgy with ID 28557 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemPickaxe with ID 28558 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemSpade with ID 28559 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemAxe with ID 28560 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemHoe with ID 28561 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgySword with ID 28562 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 28563 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 28564 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 28565 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 28566 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgy with ID 28606 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgy with ID 28607 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemPickaxe with ID 28608 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemSpade with ID 28609 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemAxe with ID 28610 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemHoe with ID 28611 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgySword with ID 28612 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 28613 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 28614 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 28615 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 28616 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgy with ID 28656 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgy with ID 28657 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgy with ID 28706 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgy with ID 28707 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemPickaxe with ID 28708 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemSpade with ID 28709 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemAxe with ID 28710 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.keithyutils.items.CustomItemHoe with ID 28711 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgySword with ID 28712 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 28713 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 28714 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 28715 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgyArmor with ID 28716 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgy with ID 29258 owned by mod Metallurgy3Machines, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgy with ID 29259 owned by mod Metallurgy3Machines, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgy with ID 29260 owned by mod Metallurgy3Machines, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgy with ID 29261 owned by mod Metallurgy3Machines, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.machines.lantern.ItemGlassDust with ID 29262 owned by mod Metallurgy3Machines, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.metals.utilityItems.ItemIgniter with ID 29263 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.metals.utilityItems.ItemIgniter with ID 29264 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.metals.utilityItems.ItemFertilizer with ID 29265 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgy with ID 29266 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgy with ID 29267 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgy with ID 29268 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgy with ID 29269 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgy with ID 29270 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgy with ID 29271 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgy with ID 29272 owned by mod Metallurgy3Base, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgy with ID 29273 owned by mod Metallurgy3Machines, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.machines.orbs.ItemOrb with ID 29274 owned by mod Metallurgy3Machines, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class rebelkeithy.mods.metallurgy.core.metalsets.ItemMetallurgy with ID 29275 owned by mod Metallurgy3Machines, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class am2.items.SpellBase with ID 30260 owned by mod arsmagica2, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class am2.items.ItemBindingCatalyst with ID 30324 owned by mod arsmagica2, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class net.meteor.common.item.ItemMeteorsMod with ID 30484 owned by mod meteors, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class net.meteor.common.item.ItemEnchArmor with ID 30485 owned by mod meteors, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class net.meteor.common.item.ItemEnchArmor with ID 30486 owned by mod meteors, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class net.meteor.common.item.ItemEnchArmor with ID 30487 owned by mod meteors, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class net.meteor.common.item.ItemEnchArmor with ID 30488 owned by mod meteors, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class net.meteor.common.item.ItemEnchAxe with ID 30489 owned by mod meteors, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class net.meteor.common.item.ItemEnchSpade with ID 30490 owned by mod meteors, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class net.meteor.common.item.ItemEnchSword with ID 30491 owned by mod meteors, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class net.meteor.common.item.ItemEnchPickaxe with ID 30492 owned by mod meteors, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class net.meteor.common.item.ItemEnchHoe with ID 30493 owned by mod meteors, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class net.meteor.common.item.ItemMeteorsMod with ID 30494 owned by mod meteors, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class net.meteor.common.item.ItemSummoner with ID 30495 owned by mod meteors, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class net.meteor.common.item.ItemEnchArmor with ID 30496 owned by mod meteors, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class net.meteor.common.item.ItemEnchArmor with ID 30497 owned by mod meteors, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class net.meteor.common.item.ItemEnchArmor with ID 30498 owned by mod meteors, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class net.meteor.common.item.ItemEnchArmor with ID 30499 owned by mod meteors, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class net.meteor.common.item.ItemMeteorsMod with ID 30500 owned by mod meteors, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class net.meteor.common.item.ItemMeteorsMod with ID 30501 owned by mod meteors, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class net.meteor.common.item.ItemEnchArmor with ID 30502 owned by mod meteors, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class net.meteor.common.item.ItemEnchArmor with ID 30503 owned by mod meteors, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class net.meteor.common.item.ItemEnchArmor with ID 30504 owned by mod meteors, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class net.meteor.common.item.ItemEnchArmor with ID 30505 owned by mod meteors, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class net.meteor.common.item.ItemKreknoSword with ID 30506 owned by mod meteors, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class net.meteor.common.item.ItemFoodMeteorsMod with ID 30507 owned by mod meteors, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class net.meteor.common.item.ItemFoodMeteorsMod with ID 30508 owned by mod meteors, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class net.meteor.common.item.ItemDetector with ID 30509 owned by mod meteors, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class net.meteor.common.item.ItemDetector with ID 30510 owned by mod meteors, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class net.meteor.common.item.ItemDetector with ID 30511 owned by mod meteors, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class net.meteor.common.item.ItemFrezaritePickaxe with ID 30512 owned by mod meteors, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class net.meteor.common.item.ItemFrezariteSpade with ID 30513 owned by mod meteors, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class net.meteor.common.item.ItemFrezariteSword with ID 30514 owned by mod meteors, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class net.meteor.common.item.ItemFrezariteAxe with ID 30515 owned by mod meteors, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class net.meteor.common.item.ItemFrezariteHoe with ID 30516 owned by mod meteors, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [SEVERE] [ForgeModLoader] Found anonymous item of class dan200.billund.shared.ItemOrderForm with ID 31999 owned by mod Billund, this item will NOT survive a 1.7 upgrade!
2014-02-22 13:23:15 [INFO] [STDOUT] Galacticraft successfully injected bytecode into: bfj (1 / 1)
2014-02-22 13:23:16 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: arsmagica2:textures/blocks/blockthorns_top.png
2014-02-22 13:23:16 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: ironchest:textures/blocks/dirtchest9000_top.png
2014-02-22 13:23:16 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: ironchest:textures/blocks/dirtchest9000_side.png
2014-02-22 13:23:17 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: ttinkerer:textures/blocks/repairer.png
2014-02-22 13:23:17 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: minecraft:textures/blocks/MISSING_ICON_TILE_915_M3Mint.png
2014-02-22 13:23:17 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: arsmagica2:textures/blocks/blockthorns_side.png
2014-02-22 13:23:17 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: elysium:textures/blocks/fostimber_leaves.png
2014-02-22 13:23:17 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: missing_icon_tile_799_arsmagica2:textures/blocks/keystoneTrapdoor.png
2014-02-22 13:23:17 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: arsmagica2:textures/blocks/custom_block.png
2014-02-22 13:23:17 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: minecraft:textures/blocks/MISSING_ICON_TILE_924_null.png
2014-02-22 13:23:17 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: ironchest:textures/blocks/dirtchest9000_front.png
2014-02-22 13:23:18 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: arsmagica2:textures/blocks/arcanereconstructor.png
2014-02-22 13:23:18 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: arsmagica2:textures/blocks/invisibleUtility.png
2014-02-22 13:23:18 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: minecraft:textures/blocks/MISSING_ICON_TILE_922_MinersLaser.png
2014-02-22 13:23:18 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: minecraft:textures/blocks/MISSING_ICON_TILE_918_M3Lantern.png
2014-02-22 13:23:19 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: arsmagica2:textures/blocks/keystonechest.png
2014-02-22 13:23:19 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: arsmagica2:textures/blocks/arcane_empowerment_table_side.png
2014-02-22 13:23:19 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: arsmagica2:textures/blocks/essencenexus.png
2014-02-22 13:23:19 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: missing_icon_tile_796_arsmagica2:textures/blocks/magic_sigil.png
2014-02-22 13:23:19 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: forestry:textures/blocks/wood/planks.giganteum.png
2014-02-22 13:23:19 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: arsmagica2:textures/blocks/darknexus.png
2014-02-22 13:23:19 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: galacticraftcore:textures/blocks/treasure_front_single.png
2014-02-22 13:23:19 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: minecraft:textures/blocks/MISSING_ICON_TILE_3284_bookshelf.png
2014-02-22 13:23:19 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: arsmagica2:textures/blocks/blockthorns_bottom.png
2014-02-22 13:23:19 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: arsmagica2:textures/blocks/hiddenTile.png
2014-02-22 13:23:20 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: arsmagica2:textures/blocks/lightnexus.png
2014-02-22 13:23:20 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: arsmagica2:textures/blocks/keystoneDoor_upper.png
2014-02-22 13:23:20 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: elysium:textures/blocks/fostimber_leaves_fast.png
2014-02-22 13:23:21 [INFO] [ForgeModLoader] \C:\Users\Xenon\MultiMC\instances\KlerCraft\minecraft\mods\AM2_1.1.1c.zip
2014-02-22 13:23:21 [INFO] [ForgeModLoader] Ars Magica 2 >> Located 405 spell icons
2014-02-22 13:23:21 [INFO] [ForgeModLoader] \C:\Users\Xenon\MultiMC\instances\KlerCraft\minecraft\mods\AM2_1.1.1c.zip
2014-02-22 13:23:21 [INFO] [ForgeModLoader] Ars Magica 2 >> Located 405 spell icons
2014-02-22 13:23:21 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: missing_icon_item_30319_arsmagica2:textures/items/air_sled.png
2014-02-22 13:23:21 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: arsmagica2:textures/items/mana_scepter.png
2014-02-22 13:23:21 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: metallurgy:textures/items/machines/orbs/OrbFullTartarite.png
2014-02-22 13:23:22 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: metallurgy:textures/items/machines/orbs/OrbOureclase.png
2014-02-22 13:23:22 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: missing_icon_item_30318_arsmagica2:textures/items/winter_arm.png
2014-02-22 13:23:22 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: metallurgy:textures/items/machines/orbs/OrbFullMithril.png
2014-02-22 13:23:22 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: galacticraftcore:textures/items/key_T1.png
2014-02-22 13:23:22 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: arsmagica2:textures/items/affinity_tome_magma.png
2014-02-22 13:23:22 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: metallurgy:textures/items/machines/orbs/OrbFullAtlarus.png
2014-02-22 13:23:22 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: forestry:textures/items/analyzer/natural.png
2014-02-22 13:23:22 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: metallurgy:textures/items/machines/orbs/OrbAtlarus.png
2014-02-22 13:23:23 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: metallurgy:textures/items/machines/orbs/OrbFullBlack Steel.png
2014-02-22 13:23:23 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: minecraft:textures/items/MISSING_ICON_ITEM_4259_ccprogramdisk.png
2014-02-22 13:23:23 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: forestry:textures/items/misc/empty.png
2014-02-22 13:23:23 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: missing_icon_item_30322_arsmagica2:textures/items/fire_ears.png
2014-02-22 13:23:24 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: metallurgy:textures/items/machines/orbs/OrbHaderoth.png
2014-02-22 13:23:24 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: metallurgy:textures/items/machines/orbs/OrbFullDeep Iron.png
2014-02-22 13:23:24 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: metallurgy:textures/items/machines/orbs/OrbBlack Steel.png
2014-02-22 13:23:24 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: metallurgy:textures/items/machines/orbs/OrbFullHaderoth.png
2014-02-22 13:23:24 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: metallurgy:textures/items/machines/orbs/OrbFullOureclase.png
2014-02-22 13:23:24 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: metallurgy:textures/items/machines/orbs/OrbOrichalcum.png
2014-02-22 13:23:24 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: metallurgy:textures/items/machines/orbs/OrbPrometheum.png
2014-02-22 13:23:24 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: forestry:textures/items/misc/liquid.png
2014-02-22 13:23:24 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: arsmagica2:textures/items/magic_broom.png
2014-02-22 13:23:24 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: metallurgy:textures/items/machines/orbs/OrbTartarite.png
2014-02-22 13:23:24 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: missing_icon_item_30320_arsmagica2:textures/items/earth_armor.png
2014-02-22 13:23:24 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: metallurgy:textures/items/machines/orbs/OrbFullPrometheum.png
2014-02-22 13:23:24 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: minecraft:textures/items/meteorChunk.png
2014-02-22 13:23:24 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: missing_icon_item_30325_arsmagica2:textures/items/keystoneDoor.png
2014-02-22 13:23:25 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: metallurgy:textures/items/machines/orbs/OrbAdamantine.png
2014-02-22 13:23:25 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: metallurgy:textures/items/machines/orbs/OrbMithril.png
2014-02-22 13:23:25 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: metallurgy:textures/items/machines/orbs/OrbFullOrichalcum.png
2014-02-22 13:23:25 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: metallurgy:textures/items/machines/orbs/OrbDeep Iron.png
2014-02-22 13:23:25 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: missing_icon_item_30321_arsmagica2:textures/items/water_orbs.png
2014-02-22 13:23:25 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: metallurgy:textures/items/machines/orbs/OrbFullAdamantine.png
2014-02-22 13:23:25 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: minecraft:textures/items/MISSING_ICON_ITEM_6498_billbrick.png
2014-02-22 13:23:27 [INFO] [STDOUT] Removing TMI Uninstaller
2014-02-22 13:23:27 [INFO] [STDOUT] Deleting Dir: C:\Users\Xenon\MultiMC\versions\1.6.4\TMIUninstaller
2014-02-22 13:23:27 [INFO] [bspkrsCore] Initializing ModVersionChecker for mod bspkrsCore
2014-02-22 13:23:28 [INFO] [bspkrsCore] bspkrsCore v5.2(1.6.4) is out of date! Visit http://www.minecraftforum.net/topic/1114612- to download the latest release (v5.3(1.6.4)).
2014-02-22 13:23:28 [INFO] [bspkrsCore] Initializing ModVersionChecker for mod FloatingRuins
2014-02-22 13:23:28 [INFO] [ForgeModLoader] \C:\Users\Xenon\MultiMC\instances\KlerCraft\minecraft\mods\AM2_1.1.1c.zip
2014-02-22 13:23:28 [SEVERE] [arsmagica2] The language resource /lang/de_DE.lang cannot be located on the classpath. This is a programming error.
2014-02-22 13:23:28 [SEVERE] [arsmagica2] The language resource /lang/en_US.lang cannot be located on the classpath. This is a programming error.
2014-02-22 13:23:28 [SEVERE] [arsmagica2] The language resource /lang/zh_CN.lang cannot be located on the classpath. This is a programming error.
2014-02-22 13:23:28 [WARNING] [ForgeModLoader] Redundant call to BiomeDictionary.registerAllBiomes ignored
2014-02-22 13:23:28 [INFO] [ForgeModLoader] Ars Magica 2 >> Unregistered spell part in skill trees: am2.spell.components.MeltArmor@ef5e62
2014-02-22 13:23:29 [INFO] [ForgeModLoader] [AppEng] Starting Applied Energistics
2014-02-22 13:23:30 [INFO] [ForgeModLoader] [AppEng] NEI Integration Enabled.
2014-02-22 13:23:30 [INFO] [STDOUT] Loading Billund v1.01 (rev 45)
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.bloodwood
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.willow
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.natura.planks0
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.natura.planks1
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.natura.planks2
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.natura.planks3
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.natura.planks4
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.natura.planks5
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.natura.planks6
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.natura.planks7
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.natura.planks8
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.natura.planks9
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.natura.planks10
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.natura.planks11
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.natura.planks12
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.natura.treeblock0
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.natura.treeblock1
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.natura.treeblock2
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.natura.treeblock3
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.RareTree0
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.RareTree1
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.RareTree2
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.RareTree3
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.RareLeaves0
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.RareLeaves1
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.RareLeaves2
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.RareLeaves3
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.Darkleaves0
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.Darkleaves1
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.Darkleaves2
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.Darkleaves3
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.natura.redwood0
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.natura.redwood1
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.natura.redwood2
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.natura.leaves0
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.natura.leaves1
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.natura.leaves2
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.natura.leavesnocolor0
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.natura.leavesnocolor1
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.natura.leavesnocolor2
2014-02-22 13:23:30 [INFO] [STDERR] [BiomesOPlenty] [skins.txt] Syntax error on line 5:
2014-02-22 13:23:30 [INFO] [STDERR] [BiomesOPlenty] [skins.txt] Syntax error on line 14:
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.bop.mud.0
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.bop.mud.1
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.bop.generic.dried_dirt
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.bop.redRocks.0
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.bop.redRocks.1
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.bop.redRocks.2
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.bop.ash
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.bop.leaves1.0
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.bop.leaves1.1
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.bop.leaves1.2
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.bop.leaves1.3
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.bop.leaves2.0
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.bop.leaves2.1
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.bop.leaves2.2
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.bop.leaves2.3
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.bop.leaves3.0
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.bop.leaves3.1
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.bop.leaves3.2
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.bop.leaves3.3
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.bop.leaves4.0
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.bop.leaves4.1
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.bop.generic.ash_stone
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.bop.generic.hard_ice
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.bop.leavesFruit.0
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.bop.leavesFruit2.0
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.bop.generic.mud_brick
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.bop.originGrass
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.bop.longGrass
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.bop.wood1.0
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.bop.wood1.1
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.bop.wood1.2
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.bop.wood1.3
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.bop.wood2.0
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.bop.wood2.1
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.bop.wood2.2
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.bop.wood2.3
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.bop.wood3.0
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.bop.wood3.1
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.bop.wood3.2
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.bop.wood3.3
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.bop.wood4.0
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.bop.wood4.1
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.bop.wood4.2
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.bop.petals.0
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.bop.petals.1
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.bop.generic.hard_sand
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.bop.generic.hard_dirt
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.bop.generic.crystal
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.bop.holyGrass
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.bop.generic.holy_dirt
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.bop.holyStone.0
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.bop.holyStone.1
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.bop.holyStone.2
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.bop.amethystOre.0
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.bop.amethystOre.1
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.bop.amethystOre.2
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.bop.amethystOre.3
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.bop.amethystOre.4
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.bop.amethystOre.5
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.bop.amethystOre.6
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.bop.amethystOre.7
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.bop.amethystOre.8
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.bop.amethystOre.9
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.bop.amethystOre.10
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.bop.amethystOre.11
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.bop.amethystOre.12
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.bop.amethystOre.13
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.bop.generic.crag_rock
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.bop.cloud
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.bop.planks.0
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.bop.planks.1
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.bop.planks.2
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.bop.planks.3
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.bop.planks.4
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.bop.planks.5
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.bop.planks.6
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.bop.planks.7
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.bop.planks.8
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.bop.planks.9
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.bop.planks.10
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.bop.planks.11
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.bop.planks.12
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.bop.planks.13
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.bop.leavesColorized1.0
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.bop.leavesColorized1.1
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.bop.leavesColorized1.2
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.bop.leavesColorized1.3
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.bop.leavesColorized2.0
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.bop.leavesColorized2.1
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.bop.leavesColorized2.2
2014-02-22 13:23:30 [INFO] [STDOUT] Registered micro material: tile.bop.leavesColorized2.3
2014-02-22 13:23:31 [INFO] [STDOUT] Loading ComputerCraft v1.58 (rev 1320)
2014-02-22 13:23:31 [INFO] [STDOUT] computercraft: Searching for RedPowerLib...
2014-02-22 13:23:31 [INFO] [STDOUT] computercraft: RedPowerLib not found.
2014-02-22 13:23:31 [INFO] [STDOUT] Loading CCTurtle v1.58 (rev 1320)
2014-02-22 13:23:35 [INFO] [STDOUT] TrueTypeFont loaded: java.awt.Font[family=Minecraftia,name=Minecraftia Regular,style=plain,size=14] - AntiAlias = true
2014-02-22 13:23:35 [INFO] [STDOUT] Registered Minecraft tile.* 0
2014-02-22 13:23:35 [INFO] [STDOUT] Registered Minecraft item.potion 8193
2014-02-22 13:23:35 [INFO] [STDOUT] Registered Minecraft item.potion 8194
2014-02-22 13:23:35 [INFO] [STDOUT] Registered Minecraft item.potion 8195
2014-02-22 13:23:35 [INFO] [STDOUT] Registered Minecraft item.potion 8196
2014-02-22 13:23:35 [INFO] [STDOUT] Registered Minecraft item.potion 8197
2014-02-22 13:23:35 [INFO] [STDOUT] Registered Minecraft item.potion 8198
2014-02-22 13:23:35 [INFO] [STDOUT] Registered Minecraft item.potion 8200
2014-02-22 13:23:35 [INFO] [STDOUT] Registered Minecraft item.potion 8201
2014-02-22 13:23:35 [INFO] [STDOUT] Registered Minecraft item.potion *
2014-02-22 13:23:35 [INFO] [Waila] Registered 10 entries from /mcp/mobius/waila/addons/vanillamc/WikiData.csv
2014-02-22 13:23:35 [INFO] [Waila] Buildcraft|Factory mod found.
2014-02-22 13:23:35 [INFO] [Waila] [IC2] Industrialcraft2 mod not found.
2014-02-22 13:23:35 [INFO] [Waila] Thaumcraft mod found.
2014-02-22 13:23:35 [WARNING] [Waila] [Thaumcraft] Class not found. java.lang.ClassNotFoundException: thaumcraft.common.world.BlockMagicalLeaves
2014-02-22 13:23:35 [INFO] [Waila] EnderStorage mod found.
2014-02-22 13:23:35 [INFO] [Waila] [GraveStone] GraveStone mod not found.
2014-02-22 13:23:35 [INFO] [Waila] TwilightForestMod mod found.
2014-02-22 13:23:35 [INFO] [Waila] AppEng mod found.
2014-02-22 13:23:35 [INFO] [Waila] [Thermal Expansion] ThermalExpansion mod not found.
2014-02-22 13:23:35 [INFO] [Waila] [Engineer Toolbox] Engineer Toolbox mod not found.
2014-02-22 13:23:35 [INFO] [Waila] [EnderIO] EnderIO mod not found.
2014-02-22 13:23:35 [INFO] [Waila] Buildcraft Power API found.
2014-02-22 13:23:35 [INFO] [Waila] ProjectRed|Integration mod found.
2014-02-22 13:23:35 [SEVERE] [ForgeModLoader] The mod FMLMod:extracells{1.6.7d} is attempting to redefine the item at id 4397 with a non-unique name (extracells.item.null)
2014-02-22 13:23:35 [SEVERE] [ForgeModLoader] The mod FMLMod:extracells{1.6.7d} is attempting to redefine the item at id 4398 with a non-unique name (extracells.item.null)
2014-02-22 13:23:35 [SEVERE] [ForgeModLoader] The mod FMLMod:extracells{1.6.7d} is attempting to redefine the item at id 4399 with a non-unique name (extracells.item.null)
2014-02-22 13:23:35 [SEVERE] [ForgeModLoader] The mod FMLMod:extracells{1.6.7d} is attempting to redefine the item at id 4400 with a non-unique name (extracells.item.null)
2014-02-22 13:23:35 [SEVERE] [ForgeModLoader] The mod FMLMod:extracells{1.6.7d} is attempting to redefine the item at id 4401 with a non-unique name (extracells.item.null)
2014-02-22 13:23:36 [INFO] [TConstruct] TF Dim ID: 7
2014-02-22 13:23:36 [INFO] [TConstruct] PL Dim ID: 20
2014-02-22 13:23:36 [INFO] [TConstruct] ForgeMultipart detected. Registering TConstruct decorative blocks with FMP.
2014-02-22 13:23:36 [INFO] [STDOUT] Registered micro material: tile.GlassBlock
2014-02-22 13:23:36 [INFO] [STDOUT] Registered micro material: tile.GlassBlock.StainedClear0
2014-02-22 13:23:36 [INFO] [STDOUT] Registered micro material: tile.GlassBlock.StainedClear1
2014-02-22 13:23:36 [INFO] [STDOUT] Registered micro material: tile.GlassBlock.StainedClear2
2014-02-22 13:23:36 [INFO] [STDOUT] Registered micro material: tile.GlassBlock.StainedClear3
2014-02-22 13:23:36 [INFO] [STDOUT] Registered micro material: tile.GlassBlock.StainedClear4
2014-02-22 13:23:36 [INFO] [STDOUT] Registered micro material: tile.GlassBlock.StainedClear5
2014-02-22 13:23:36 [INFO] [STDOUT] Registered micro material: tile.GlassBlock.StainedClear6
2014-02-22 13:23:36 [INFO] [STDOUT] Registered micro material: tile.GlassBlock.StainedClear7
2014-02-22 13:23:36 [INFO] [STDOUT] Registered micro material: tile.GlassBlock.StainedClear8
2014-02-22 13:23:36 [INFO] [STDOUT] Registered micro material: tile.GlassBlock.StainedClear9
2014-02-22 13:23:36 [INFO] [STDOUT] Registered micro material: tile.GlassBlock.StainedClear10
2014-02-22 13:23:36 [INFO] [STDOUT] Registered micro material: tile.GlassBlock.StainedClear11
2014-02-22 13:23:36 [INFO] [STDOUT] Registered micro material: tile.GlassBlock.StainedClear12
2014-02-22 13:23:36 [INFO] [STDOUT] Registered micro material: tile.GlassBlock.StainedClear13
2014-02-22 13:23:36 [INFO] [STDOUT] Registered micro material: tile.GlassBlock.StainedClear14
2014-02-22 13:23:36 [INFO] [STDOUT] Registered micro material: tile.GlassBlock.StainedClear15
2014-02-22 13:23:36 [INFO] [STDOUT] Registered micro material: tile.Decoration.Brick0
2014-02-22 13:23:36 [INFO] [STDOUT] Registered micro material: tile.Decoration.Brick1
2014-02-22 13:23:36 [INFO] [STDOUT] Registered micro material: tile.Decoration.Brick2
2014-02-22 13:23:36 [INFO] [STDOUT] Registered micro material: tile.Decoration.Brick3
2014-02-22 13:23:36 [INFO] [STDOUT] Registered micro material: tile.Decoration.Brick4
2014-02-22 13:23:36 [INFO] [STDOUT] Registered micro material: tile.Decoration.Brick5
2014-02-22 13:23:36 [INFO] [STDOUT] Registered micro material: tile.Decoration.Brick6
2014-02-22 13:23:36 [INFO] [STDOUT] Registered micro material: tile.Decoration.Brick7
2014-02-22 13:23:36 [INFO] [STDOUT] Registered micro material: tile.Decoration.Brick8
2014-02-22 13:23:36 [INFO] [STDOUT] Registered micro material: tile.Decoration.Brick9
2014-02-22 13:23:36 [INFO] [STDOUT] Registered micro material: tile.Decoration.Brick10
2014-02-22 13:23:36 [INFO] [STDOUT] Registered micro material: tile.Decoration.Brick11
2014-02-22 13:23:36 [INFO] [STDOUT] Registered micro material: tile.Decoration.Brick12
2014-02-22 13:23:36 [INFO] [STDOUT] Registered micro material: tile.Decoration.Brick13
2014-02-22 13:23:36 [INFO] [STDOUT] Registered micro material: tile.tconstruct.metalblock0
2014-02-22 13:23:36 [INFO] [STDOUT] Registered micro material: tile.tconstruct.metalblock1
2014-02-22 13:23:36 [INFO] [STDOUT] Registered micro material: tile.tconstruct.metalblock2
2014-02-22 13:23:36 [INFO] [STDOUT] Registered micro material: tile.tconstruct.metalblock3
2014-02-22 13:23:36 [INFO] [STDOUT] Registered micro material: tile.tconstruct.metalblock4
2014-02-22 13:23:36 [INFO] [STDOUT] Registered micro material: tile.tconstruct.metalblock5
2014-02-22 13:23:36 [INFO] [STDOUT] Registered micro material: tile.tconstruct.metalblock6
2014-02-22 13:23:36 [INFO] [STDOUT] Registered micro material: tile.tconstruct.metalblock7
2014-02-22 13:23:36 [INFO] [STDOUT] Registered micro material: tile.tconstruct.metalblock8
2014-02-22 13:23:36 [INFO] [STDOUT] Registered micro material: tile.tconstruct.metalblock9
2014-02-22 13:23:36 [INFO] [STDOUT] Registered micro material: tile.tconstruct.metalblock10
2014-02-22 13:23:36 [INFO] [STDOUT] Registered micro material: tile.Decoration.BrickFancy0
2014-02-22 13:23:36 [INFO] [STDOUT] Registered micro material: tile.Decoration.BrickFancy1
2014-02-22 13:23:36 [INFO] [STDOUT] Registered micro material: tile.Decoration.BrickFancy2
2014-02-22 13:23:36 [INFO] [STDOUT] Registered micro material: tile.Decoration.BrickFancy3
2014-02-22 13:23:36 [INFO] [STDOUT] Registered micro material: tile.Decoration.BrickFancy4
2014-02-22 13:23:36 [INFO] [STDOUT] Registered micro material: tile.Decoration.BrickFancy5
2014-02-22 13:23:36 [INFO] [STDOUT] Registered micro material: tile.Decoration.BrickFancy6
2014-02-22 13:23:36 [INFO] [STDOUT] Registered micro material: tile.Decoration.BrickFancy7
2014-02-22 13:23:36 [INFO] [STDOUT] Registered micro material: tile.Decoration.BrickFancy8
2014-02-22 13:23:36 [INFO] [STDOUT] Registered micro material: tile.Decoration.BrickFancy9
2014-02-22 13:23:36 [INFO] [STDOUT] Registered micro material: tile.Decoration.BrickFancy10
2014-02-22 13:23:36 [INFO] [STDOUT] Registered micro material: tile.Decoration.BrickFancy11
2014-02-22 13:23:36 [INFO] [STDOUT] Registered micro material: tile.Decoration.BrickFancy12
2014-02-22 13:23:36 [INFO] [STDOUT] Registered micro material: tile.Decoration.BrickFancy13
2014-02-22 13:23:36 [INFO] [STDOUT] Registered micro material: tile.Decoration.BrickFancy14
2014-02-22 13:23:36 [INFO] [STDOUT] Registered micro material: tile.Decoration.BrickFancy15
2014-02-22 13:23:36 [INFO] [STDOUT] Registered micro material: tile.Smeltery2
2014-02-22 13:23:36 [INFO] [STDOUT] Registered micro material: tile.Smeltery4
2014-02-22 13:23:36 [INFO] [STDOUT] Registered micro material: tile.Smeltery5
2014-02-22 13:23:36 [INFO] [STDOUT] Registered micro material: tile.Smeltery6
2014-02-22 13:23:36 [INFO] [STDOUT] Registered micro material: tile.Smeltery7
2014-02-22 13:23:36 [INFO] [STDOUT] Registered micro material: tile.Smeltery8
2014-02-22 13:23:36 [INFO] [STDOUT] Registered micro material: tile.Smeltery9
2014-02-22 13:23:36 [INFO] [STDOUT] Registered micro material: tile.Smeltery10
2014-02-22 13:23:36 [INFO] [TConstruct] NotEnoughItems detected. Registering TConstruct NEI plugin.
2014-02-22 13:23:36 [INFO] [TConstruct] Waila detected. Registering TConstruct tank blocks with Waila registry.
2014-02-22 13:23:37 [INFO] [STDOUT] [UniversalElectricity] Loading compatibility API version @MAJOR@.@MINOR@.@REVIS@
2014-02-22 13:23:37 [INFO] [STDOUT] [UniversalElectricity] Compiled with IndustrialCraft API version @ICxVersion@
2014-02-22 13:23:37 [INFO] [STDOUT] [UniversalElectricity] Compiled with BuildCraft API version @BCxVersion@
2014-02-22 13:23:37 [INFO] [STDOUT] [UniversalElectricity] Compiled with ThermalExpansion API version @TExVersion@
2014-02-22 13:23:40 [INFO] [ForgeModLoader] [Mystcraft] Adding Entity Renderers
2014-02-22 13:23:40 [INFO] [MapWriter] FML Event: load
2014-02-22 13:23:41 [INFO] [Orbital Bombardment] Adding Orbital Bombardment Blocks/Items to registry...
2014-02-22 13:23:41 [INFO] [Orbital Bombardment] Adding Orbital Bombardment Recipes...
2014-02-22 13:23:42 [INFO] [Streak] [2.1.0] Extracted 13 flavours from mod zip.
2014-02-22 13:23:42 [INFO] [STDOUT] CONFLICT @ 7520 item slot already occupied by mods.railcraft.common.carts.ItemCart@2532a48d while adding telepads.ItemPadLocations@1930e32f
2014-02-22 13:23:42 [INFO] [fml.ItemTracker] The mod telepads is overwriting existing item at 7776 (railcraft.cart.pumpkin from Railcraft) with telepads.ItemPadLocations
2014-02-22 13:23:44 [SEVERE] [ForgeModLoader] Fatal errors were detected during the transition from INITIALIZATION to POSTINITIALIZATION. Loading cannot continue
2014-02-22 13:23:44 [SEVERE] [ForgeModLoader]
mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
FML{6.4.49.965} [Forge Mod Loader] (minecraftforge-9.11.1.965.jar) Unloaded->Constructed->Pre-initialized->Initialized
Forge{9.11.1.965} [Minecraft Forge] (minecraftforge-9.11.1.965.jar) Unloaded->Constructed->Pre-initialized->Initialized
AppliedEnergistics-Core{rv14.finale3} [AppliedEnergistics Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
CodeChickenCore{0.9.0.7} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
MobiusCore{1.0.4} [MobiusCore] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
NotEnoughItems{1.6.1.8} [Not Enough Items] (NotEnoughItems 1.6.1.8.jar) Unloaded->Constructed->Pre-initialized->Initialized
TConstruct-Preloader{0.0.1} [Tinkers Corestruct] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
bspkrsCore{v5.2(1.6.4)} [bspkrsCore] ([1.6.4]bspkrsCorev5.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
CrystalWing{Forge 1.6.4.r04} [CrystalWing] ([1.6.4]CrystalWing.Forge.1.6.4.r04.Universal.zip) Unloaded->Constructed->Pre-initialized->Initialized
FloatingRuins{Forge 1.6.4.r02} [FloatingRuins] ([1.6.4]FloatingRuins.Forge.1.6.4.r02.Universal.zip) Unloaded->Constructed->Pre-initialized->Initialized
InGameInfoXML{2.5.1.33} [InGame Info XML] ([1.6.4]InGameInfoXML.jar) Unloaded->Constructed->Pre-initialized->Initialized
StartingInventory{Forge 1.6.4.r03} [StartingInventory] ([1.6.4]StartingInventory.Forge.1.6.4.r03.Universal.zip) Unloaded->Constructed->Pre-initialized->Initialized
TreeCapitator{Forge 1.6.4.r09} [Treecapitator] ([1.6.4]TreeCapitator.Forge.1.6.4.r09.Universal.zip) Unloaded->Constructed->Pre-initialized->Initialized
arsmagica2{1.1.1c} [Ars Magica 2] (AM2_1.1.1c.zip) Unloaded->Constructed->Pre-initialized->Initialized
AppliedEnergistics{rv14.finale3} [Applied Energistics] (appeng-rv14-finale3-mc16x.jar) Unloaded->Constructed->Pre-initialized->Initialized
Billund{1.01} [BILLUND] (BILLUND1.01.zip) Unloaded->Constructed->Pre-initialized->Initialized
Natura{2.1.14} [Natura] (Natura_mc1.6.X_2.1.14.jar) Unloaded->Constructed->Pre-initialized->Initialized
BiomesOPlenty{1.2.1} [Biomes O' Plenty] (BiomesOPlenty-universal-1.6.4-1.2.1.434.jar) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Core{4.2.1} [BuildCraft] (buildcraft-A-1.6.4-4.2.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Builders{4.2.1} [BC Builders] (buildcraft-A-1.6.4-4.2.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Energy{4.2.1} [BC Energy] (buildcraft-A-1.6.4-4.2.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Factory{4.2.1} [BC Factory] (buildcraft-A-1.6.4-4.2.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Transport{4.2.1} [BC Transport] (buildcraft-A-1.6.4-4.2.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Silicon{4.2.1} [BC Silicon] (buildcraft-A-1.6.4-4.2.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
ChickenChunks{1.3.3.3} [ChickenChunks] (ChickenChunks 1.3.3.3.jar) Unloaded->Constructed->Pre-initialized->Initialized
CoFHCore{2.0.0.0} [CoFH Core] (CoFHCore-2.0.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
CoFHLoot{2.0.0.0} [CoFH Loot] (CoFHCore-2.0.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
CoFHMasquerade{2.0.0.0} [CoFH Masquerade] (CoFHCore-2.0.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
CoFHSocial{2.0.0.0} [CoFH Social] (CoFHCore-2.0.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
CoFHWorld{2.0.0.0} [CoFH World] (CoFHCore-2.0.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
ComputerCraft{1.58} [ComputerCraft] (ComputerCraft1.58.zip) Unloaded->Constructed->Pre-initialized->Initialized
CCTurtle{1.58} [ComputerCraft Turtles] (ComputerCraft1.58.zip) Unloaded->Constructed->Pre-initialized->Initialized
craftguide{1.5.2} [CraftGuide] (CraftGuide-1.6.7.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
craftingpillars{1.4.5} [Crafting Pillars] (CraftingPillars_MC1.6.X_1.4.5.zip) Unloaded->Constructed->Pre-initialized->Initialized
MoCreatures{6.1.0} [DrZhark's Mo'Creatures Mod] (DrZharks MoCreatures Mod v6.1.0.zip) Unloaded->Constructed->Pre-initialized->Initialized
EnderStorage{1.4.3.5} [EnderStorage] (EnderStorage 1.4.3.5.jar) Unloaded->Constructed->Pre-initialized->Initialized
Waila{1.4.0_dev} [Waila] (Waila_131121a.zip) Unloaded->Constructed->Pre-initialized->Initialized
extracells{1.6.7d} [ExtraCells] (ExtraCells-1.6.7d.jar) Unloaded->Constructed->Pre-initialized->Initialized
KeithyUtils{1.2} [Keithy Utils] (KeithyUtils-1.6.2-1.2b.jar) Unloaded->Constructed->Pre-initialized->Initialized
Metallurgy3Core{3.2.3} [Metallurgy 3 Core] (Metallurgy-1.6.4-3.3.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
Metallurgy3Base{3.2.3} [Metallurgy 3 Base] (Metallurgy-1.6.4-3.3.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
ForgeMultipart{1.0.0.227} [Forge Multipart] (ForgeMultipart-universal-1.6.4-1.0.0.227.jar) Unloaded->Constructed->Pre-initialized->Initialized
TConstruct{1.6.X_1.5.2.1} [Tinkers' Construct] (TConstruct_mc1.6.4_1.5.2.4.jar) Unloaded->Constructed->Pre-initialized->Initialized
ExtraTiC{0.7.1} [ExtraTiC] (ExtraTiC-1.6.4-0.7.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
factorization{0.8.25} [Factorization] (Factorization-0.8.25.jar) Unloaded->Constructed->Pre-initialized->Initialized
factorization.misc{0.8.25} [Factorization Miscellaneous Nonsense] (Factorization-0.8.25.jar) Unloaded->Constructed->Pre-initialized->Initialized
factorization.notify{0.8.25} [Factorization Notification System] (Factorization-0.8.25.jar) Unloaded->Constructed->Pre-initialized->Initialized
factorization.dimensionalSlice{0.8.25} [Factorization Dimensional Slices] (Factorization-0.8.25.jar) Unloaded->Constructed->Pre-initialized->Initialized
DeathCounter{2.0.0} [DeathCounter] (files^DeathCounter2.0.0.zip) Unloaded->Constructed->Pre-initialized->Initialized
iChunUtil{2.4.0} [iChunUtil] (util^iChunUtil2.4.0.zip) Unloaded->Constructed->Pre-initialized->Initialized
GraviGun{2.0.0} [GraviGun] (files^GravityGun2.0.0.zip) Unloaded->Constructed->Pre-initialized->Initialized
Morph{0.5.0} [Morph] (files^Morph-Beta-0.5.0.zip) Unloaded->Constructed->Pre-initialized->Initialized
Torched{2.0.0} [Torched] (files^Torched2.0.0.zip) Unloaded->Constructed->Pre-initialized->Initialized
Forestry{2.3.1.0} [Forestry for Minecraft] (forestry-A-2.3.1.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
GalacticraftCore{2.0.8} [Galacticraft Core] (Galacticraft-1.6.4-2.0.8.908.jar) Unloaded->Constructed->Pre-initialized->Initialized
GalacticraftMars{2.0.8} [Galacticraft Mars] (Galacticraft-Planets-1.6.4-2.0.8.908.jar) Unloaded->Constructed->Pre-initialized->Initialized
IronChest{5.4.1.659} [Iron Chest] (ironchest-universal-1.6.4-5.4.1.659.zip) Unloaded->Constructed->Pre-initialized->Initialized
JABBA{1.0.3} [JABBA] (JABBA_1.0.3.zip) Unloaded->Constructed->Pre-initialized->Initialized
LycanitesMobs{1.4.3 - MC 1.6.4} [Lycanites Mobs] (LycanitesMobsComplete 1.4.3 [1.6.4].jar) Unloaded->Constructed->Pre-initialized->Initialized
DemonMobs{1.4.3 - MC 1.6.4} [Lycanites Demon Mobs] (LycanitesMobsComplete 1.4.3 [1.6.4].jar) Unloaded->Constructed->Pre-initialized->Initialized
DesertMobs{1.4.3 - MC 1.6.4} [Lycanites Desert Mobs] (LycanitesMobsComplete 1.4.3 [1.6.4].jar) Unloaded->Constructed->Pre-initialized->Initialized
ForestMobs{1.4.3 - MC 1.6.4} [Lycanites Forest Mobs] (LycanitesMobsComplete 1.4.3 [1.6.4].jar) Unloaded->Constructed->Pre-initialized->Initialized
JungleMobs{1.4.3 - MC 1.6.4} [Lycanites Jungle Mobs] (LycanitesMobsComplete 1.4.3 [1.6.4].jar) Unloaded->Constructed->Pre-initialized->Initialized
PlainsMobs{1.4.3 - MC 1.6.4} [Lycanites Plains Mobs] (LycanitesMobsComplete 1.4.3 [1.6.4].jar) Unloaded->Constructed->Pre-initialized->Initialized
SwampMobs{1.4.3 - MC 1.6.4} [Lycanites Swamp Mobs] (LycanitesMobsComplete 1.4.3 [1.6.4].jar) Unloaded->Constructed->Pre-initialized->Initialized
Metallurgy3Machines{3.2.3} [Metallurgy 3 Machines] (Metallurgy-1.6.4-3.3.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
Metallurgy3Vanilla{3.2.3} [Metallurgy 3 Vanilla] (Metallurgy-1.6.4-3.3.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
meteors{2.11.2} [Falling Meteors] (Meteors Mod V2.11.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
numina{0.1.0-45} [Numina] (Numina-1.6.2-0.1.0-45 (1).jar) Unloaded->Constructed->Pre-initialized->Initialized
powersuits{0.9.0-76} [MachineMuse's Modular Powersuits] (ModularPowersuits-1.6.2-0.9.0-76.jar) Unloaded->Constructed->Pre-initialized->Initialized
Mystcraft{0.10.11.00} [Mystcraft] (mystcraft-uni-1.6.4-0.10.11.00.zip) Unloaded->Constructed->Pre-initialized->Initialized
ObsidiPlates{2.0.0} [Obsidian Pressure Plates] (obsidiplates-1.6.2-universal-2.0.0.15.jar) Unloaded->Constructed->Pre-initialized->Initialized
MapWriter{2.0.1} [MapWriter] (Opis_1.1.2_alpha.zip) Unloaded->Constructed->Pre-initialized->Initialized
Opis{1.1.2_alpha} [Opis] (Opis_1.1.2_alpha.zip) Unloaded->Constructed->Pre-initialized->Initialized
OB{1.1.1} [Orbital Bombardment] (OrbitalBombardment_1.1.1-1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
PortalGun{2.0.2} [PortalGun] (PortalGun2.0.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
ProjRed|Core{4.2.1.16} [ProjectRed] (ProjectRedBase-1.6.4-4.2.1.16.jar) Unloaded->Constructed->Pre-initialized->Initialized
ProjRed|Compatibility{1.0} [ProjRed|Compatibility] (ProjectRedCompat-1.6.4-4.2.1.16.jar) Unloaded->Constructed->Pre-initialized->Initialized
ProjRed|Integration{1.0} [ProjRed|Integration] (ProjectRedIntegration-1.6.4-4.2.1.16.jar) Unloaded->Constructed->Pre-initialized->Errored
ProjRed|Transmission{1.0} [ProjRed|Transmission] (ProjectRedIntegration-1.6.4-4.2.1.16.jar) Unloaded->Constructed->Pre-initialized->Errored
QuantumCraft{1.1} [qCraft] (qCraft1.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
Thaumcraft{4.0.5b} [Thaumcraft] (Thaumcraft4.0.5b.zip) Unloaded->Constructed->Pre-initialized->Initialized
Railcraft{8.3.2.0} [Railcraft] (Railcraft_1.6.4-8.3.2.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
Redstone Arsenal{1.0.0.0} [Redstone Arsenal] (RedstoneArsenal-1.0.0.0 (1).jar) Unloaded->Constructed->Pre-initialized->Initialized
Shatter{2.0.2} [Shatter] (Shatter2.0.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
SS2{2 (build 2)} [Soul Shards 2] (SoulShards-2.0.15-universal-srg.jar) Unloaded->Constructed->Pre-initialized->Initialized
StevesCarts{2.0.0.b8} [Steve's Carts 2] (StevesCarts2.0.0.b8.zip) Unloaded->Constructed->Pre-initialized->Initialized
Streak{2.1.0} [Streak] (Streak2.1.0.zip) Unloaded->Constructed->Pre-initialized->Initialized
Sync{2.0.0} [Sync] (Sync2.0.0.zip) Unloaded->Constructed->Pre-initialized->Initialized
telepads{1.6.4 v5} [Teleportation Pads] (TelePads 1.6.4 v5.zip) Unloaded->Constructed->Pre-initialized->Initialized
ThaumicTinkerer{2.0} [Thaumic Tinkerer] (ThaumicTinkerer 2.0-47.jar) Unloaded->Constructed->Pre-initialized->Initialized
TMechworks{DEV.21b1027} [Tinkers' Mechworks] (TMechworks_1.6.4_0.1.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
Translocator{1.1.0.13} [Translocator] (Translocator 1.1.0.13.jar) Unloaded->Constructed->Pre-initialized->Initialized
TwilightForest{1.20.3} [The Twilight Forest] (twilightforest-1.20.3.jar) Unloaded->Constructed->Pre-initialized->Initialized
McMultipart{1.0.0.227} [Minecraft Multipart Plugin] (ForgeMultipart-universal-1.6.4-1.0.0.227.jar) Unloaded->Constructed->Pre-initialized->Initialized
ThaumcraftMobAspects{1.6.X-1d} [Thaumcraft Mob Aspects] (thaumcraftmobaspects-1.6.X-1e-build2 (1).zip) Unloaded->Constructed->Pre-initialized->Initialized
ForgeMicroblock{1.0.0.227} [Forge Microblocks] (ForgeMultipart-universal-1.6.4-1.0.0.227.jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-02-22 13:23:44 [SEVERE] [ForgeModLoader] The following problems were captured during this phase
2014-02-22 13:23:44 [SEVERE] [ForgeModLoader] Caught exception from ProjRed|Integration
java.lang.ArrayIndexOutOfBoundsException: 9030256
at net.minecraft.item.Item.<init>(Item.java:267)
at codechicken.multipart.JItemMultiPart.<init>(ItemMultiPart.scala:14)
at mrtjp.projectred.integration.ItemPartGate.<init>(ItemPartGate.java:26)
at mrtjp.projectred.integration.IntegrationProxy.init(IntegrationProxy.java:24)
at mrtjp.projectred.integration.IntegrationClientProxy.init(IntegrationClientProxy.java:19)
at mrtjp.projectred.ProjectRedIntegration.init(ProjectRedIntegration.java:50)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:699)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:249)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:509)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
at net.minecraft.client.main.Main.main(SourceFile:101)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:214)
at org.multimc.EntryPoint.listen(EntryPoint.java:139)
at org.multimc.EntryPoint.main(EntryPoint.java:53)
2014-02-22 13:23:44 [SEVERE] [ForgeModLoader] Caught exception from ProjRed|Transmission
java.lang.ArrayIndexOutOfBoundsException: 9031256
at net.minecraft.item.Item.<init>(Item.java:267)
at codechicken.multipart.JItemMultiPart.<init>(ItemMultiPart.scala:14)
at mrtjp.projectred.transmission.ItemPartWire.<init>(ItemPartWire.java:26)
at mrtjp.projectred.transmission.TransmissionProxy.init(TransmissionProxy.java:33)
at mrtjp.projectred.transmission.TransmissionClientProxy.init(TransmissionClientProxy.java:13)
at mrtjp.projectred.ProjectRedTransmission.init(ProjectRedTransmission.java:50)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:699)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:249)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:509)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
at net.minecraft.client.main.Main.main(SourceFile:101)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:214)
at org.multimc.EntryPoint.listen(EntryPoint.java:139)
at org.multimc.EntryPoint.main(EntryPoint.java:53)
2014-02-22 13:23:44 [INFO] [STDOUT] ---- Minecraft Crash Report ----
2014-02-22 13:23:44 [INFO] [STDOUT] // On the bright side, I bought you a teddy bear!
2014-02-22 13:23:44 [INFO] [STDOUT]
2014-02-22 13:23:44 [INFO] [STDOUT] Time: 2/22/14 1:23 PM
2014-02-22 13:23:44 [INFO] [STDOUT] Description: Initializing game
2014-02-22 13:23:44 [INFO] [STDOUT]
2014-02-22 13:23:44 [INFO] [STDOUT] java.lang.ArrayIndexOutOfBoundsException: 9030256
2014-02-22 13:23:44 [INFO] [STDOUT] at net.minecraft.item.Item.<init>(Item.java:267)
2014-02-22 13:23:44 [INFO] [STDOUT] at codechicken.multipart.JItemMultiPart.<init>(ItemMultiPart.scala:14)
2014-02-22 13:23:44 [INFO] [STDOUT] at mrtjp.projectred.integration.ItemPartGate.<init>(ItemPartGate.java:26)
2014-02-22 13:23:44 [INFO] [STDOUT] at mrtjp.projectred.integration.IntegrationProxy.init(IntegrationProxy.java:24)
2014-02-22 13:23:44 [INFO] [STDOUT] at mrtjp.projectred.integration.IntegrationClientProxy.init(IntegrationClientProxy.java:19)
2014-02-22 13:23:44 [INFO] [STDOUT] at mrtjp.projectred.ProjectRedIntegration.init(ProjectRedIntegration.java:50)
2014-02-22 13:23:44 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2014-02-22 13:23:44 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2014-02-22 13:23:44 [INFO] [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2014-02-22 13:23:44 [INFO] [STDOUT] at java.lang.reflect.Method.invoke(Unknown Source)
2014-02-22 13:23:44 [INFO] [STDOUT] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
2014-02-22 13:23:44 [INFO] [STDOUT] at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
2014-02-22 13:23:44 [INFO] [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2014-02-22 13:23:44 [INFO] [STDOUT] at java.lang.reflect.Method.invoke(Unknown Source)
2014-02-22 13:23:44 [INFO] [STDOUT] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2014-02-22 13:23:44 [INFO] [STDOUT] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2014-02-22 13:23:44 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2014-02-22 13:23:44 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2014-02-22 13:23:44 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2014-02-22 13:23:44 [INFO] [STDOUT] at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
2014-02-22 13:23:44 [INFO] [STDOUT] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
2014-02-22 13:23:44 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2014-02-22 13:23:44 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2014-02-22 13:23:44 [INFO] [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2014-02-22 13:23:44 [INFO] [STDOUT] at java.lang.reflect.Method.invoke(Unknown Source)
2014-02-22 13:23:44 [INFO] [STDOUT] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2014-02-22 13:23:44 [INFO] [STDOUT] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2014-02-22 13:23:44 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2014-02-22 13:23:44 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2014-02-22 13:23:44 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2014-02-22 13:23:44 [INFO] [STDOUT] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
2014-02-22 13:23:44 [INFO] [STDOUT] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:699)
2014-02-22 13:23:44 [INFO] [STDOUT] at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:249)
2014-02-22 13:23:44 [INFO] [STDOUT] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:509)
2014-02-22 13:23:44 [INFO] [STDOUT] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
2014-02-22 13:23:44 [INFO] [STDOUT] at net.minecraft.client.main.Main.main(SourceFile:101)
2014-02-22 13:23:44 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2014-02-22 13:23:44 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2014-02-22 13:23:44 [INFO] [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2014-02-22 13:23:44 [INFO] [STDOUT] at java.lang.reflect.Method.invoke(Unknown Source)
2014-02-22 13:23:44 [INFO] [STDOUT] at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
2014-02-22 13:23:44 [INFO] [STDOUT] at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
2014-02-22 13:23:44 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2014-02-22 13:23:44 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2014-02-22 13:23:44 [INFO] [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2014-02-22 13:23:44 [INFO] [STDOUT] at java.lang.reflect.Method.invoke(Unknown Source)
2014-02-22 13:23:44 [INFO] [STDOUT] at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:214)
2014-02-22 13:23:44 [INFO] [STDOUT] at org.multimc.EntryPoint.listen(EntryPoint.java:139)
2014-02-22 13:23:44 [INFO] [STDOUT] at org.multimc.EntryPoint.main(EntryPoint.java:53)
2014-02-22 13:23:44 [INFO] [STDOUT]
2014-02-22 13:23:44 [INFO] [STDOUT]
2014-02-22 13:23:44 [INFO] [STDOUT] A detailed walkthrough of the error, its code path and all known details is as follows:
2014-02-22 13:23:44 [INFO] [STDOUT] ---------------------------------------------------------------------------------------
2014-02-22 13:23:44 [INFO] [STDOUT]
2014-02-22 13:23:44 [INFO] [STDOUT] -- Head --
2014-02-22 13:23:44 [INFO] [STDOUT] Stacktrace:
2014-02-22 13:23:44 [INFO] [STDOUT] at net.minecraft.item.Item.<init>(Item.java:267)
2014-02-22 13:23:44 [INFO] [STDOUT] at codechicken.multipart.JItemMultiPart.<init>(ItemMultiPart.scala:14)
2014-02-22 13:23:44 [INFO] [STDOUT] at mrtjp.projectred.integration.ItemPartGate.<init>(ItemPartGate.java:26)
2014-02-22 13:23:44 [INFO] [STDOUT] at mrtjp.projectred.integration.IntegrationProxy.init(IntegrationProxy.java:24)
2014-02-22 13:23:44 [INFO] [STDOUT] at mrtjp.projectred.integration.IntegrationClientProxy.init(IntegrationClientProxy.java:19)
2014-02-22 13:23:44 [INFO] [STDOUT] at mrtjp.projectred.ProjectRedIntegration.init(ProjectRedIntegration.java:50)
2014-02-22 13:23:44 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2014-02-22 13:23:44 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2014-02-22 13:23:44 [INFO] [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2014-02-22 13:23:44 [INFO] [STDOUT] at java.lang.reflect.Method.invoke(Unknown Source)
2014-02-22 13:23:44 [INFO] [STDOUT] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
2014-02-22 13:23:44 [INFO] [STDOUT] at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
2014-02-22 13:23:44 [INFO] [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2014-02-22 13:23:44 [INFO] [STDOUT] at java.lang.reflect.Method.invoke(Unknown Source)
2014-02-22 13:23:44 [INFO] [STDOUT] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2014-02-22 13:23:44 [INFO] [STDOUT] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2014-02-22 13:23:44 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2014-02-22 13:23:44 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2014-02-22 13:23:44 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2014-02-22 13:23:44 [INFO] [STDOUT] at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
2014-02-22 13:23:44 [INFO] [STDOUT] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
2014-02-22 13:23:44 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2014-02-22 13:23:44 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2014-02-22 13:23:44 [INFO] [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2014-02-22 13:23:44 [INFO] [STDOUT] at java.lang.reflect.Method.invoke(Unknown Source)
2014-02-22 13:23:44 [INFO] [STDOUT] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2014-02-22 13:23:44 [INFO] [STDOUT] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2014-02-22 13:23:44 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2014-02-22 13:23:44 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2014-02-22 13:23:44 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2014-02-22 13:23:44 [INFO] [STDOUT] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
2014-02-22 13:23:44 [INFO] [STDOUT] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:699)
2014-02-22 13:23:44 [INFO] [STDOUT] at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:249)
2014-02-22 13:23:44 [INFO] [STDOUT] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:509)
2014-02-22 13:23:44 [INFO] [STDOUT]
2014-02-22 13:23:44 [INFO] [STDOUT] -- Initialization --
2014-02-22 13:23:44 [INFO] [STDOUT] Details:
2014-02-22 13:23:44 [INFO] [STDOUT] Stacktrace:
2014-02-22 13:23:44 [INFO] [STDOUT] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
2014-02-22 13:23:44 [INFO] [STDOUT] at net.minecraft.client.main.Main.main(SourceFile:101)
2014-02-22 13:23:44 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2014-02-22 13:23:44 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2014-02-22 13:23:44 [INFO] [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2014-02-22 13:23:44 [INFO] [STDOUT] at java.lang.reflect.Method.invoke(Unknown Source)
2014-02-22 13:23:44 [INFO] [STDOUT] at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
2014-02-22 13:23:44 [INFO] [STDOUT] at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
2014-02-22 13:23:44 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2014-02-22 13:23:44 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2014-02-22 13:23:44 [INFO] [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2014-02-22 13:23:44 [INFO] [STDOUT] at java.lang.reflect.Method.invoke(Unknown Source)
2014-02-22 13:23:44 [INFO] [STDOUT] at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:214)
2014-02-22 13:23:44 [INFO] [STDOUT] at org.multimc.EntryPoint.listen(EntryPoint.java:139)
2014-02-22 13:23:44 [INFO] [STDOUT] at org.multimc.EntryPoint.main(EntryPoint.java:53)
2014-02-22 13:23:44 [INFO] [STDOUT]
2014-02-22 13:23:44 [INFO] [STDOUT] -- System Details --
2014-02-22 13:23:44 [INFO] [STDOUT] Details:
2014-02-22 13:23:44 [INFO] [STDOUT] Minecraft Version: 1.6.4
2014-02-22 13:23:44 [INFO] [STDOUT] Operating System: Windows 7 (amd64) version 6.1
2014-02-22 13:23:44 [INFO] [STDOUT] Java Version: 1.7.0_45, Oracle Corporation
2014-02-22 13:23:44 [INFO] [STDOUT] Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
2014-02-22 13:23:44 [INFO] [STDOUT] Memory: 1238130392 bytes (1180 MB) / 1857552384 bytes (1771 MB) up to 3817865216 bytes (3641 MB)
2014-02-22 13:23:44 [INFO] [STDOUT] JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms512m -Xmx4096m -XX:PermSize=128m
2014-02-22 13:23:44 [INFO] [STDOUT] AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
2014-02-22 13:23:44 [INFO] [STDOUT] Suspicious classes: FML and Forge are installed
2014-02-22 13:23:44 [INFO] [STDOUT] IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
2014-02-22 13:23:44 [INFO] [STDOUT] FML: MCP v8.11 FML v6.4.49.965 Minecraft Forge 9.11.1.965 99 mods loaded, 99 mods active
2014-02-22 13:23:44 [INFO] [STDOUT] mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-02-22 13:23:44 [INFO] [STDOUT] FML{6.4.49.965} [Forge Mod Loader] (minecraftforge-9.11.1.965.jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-02-22 13:23:44 [INFO] [STDOUT] Forge{9.11.1.965} [Minecraft Forge] (minecraftforge-9.11.1.965.jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-02-22 13:23:44 [INFO] [STDOUT] AppliedEnergistics-Core{rv14.finale3} [AppliedEnergistics Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-02-22 13:23:44 [INFO] [STDOUT] CodeChickenCore{0.9.0.7} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-02-22 13:23:44 [INFO] [STDOUT] Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-02-22 13:23:44 [INFO] [STDOUT] MobiusCore{1.0.4} [MobiusCore] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-02-22 13:23:44 [INFO] [STDOUT] NotEnoughItems{1.6.1.8} [Not Enough Items] (NotEnoughItems 1.6.1.8.jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-02-22 13:23:44 [INFO] [STDOUT] TConstruct-Preloader{0.0.1} [Tinkers Corestruct] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-02-22 13:23:44 [INFO] [STDOUT] bspkrsCore{v5.2(1.6.4)} [bspkrsCore] ([1.6.4]bspkrsCorev5.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
2014-02-22 13:23:44 [INFO] [STDOUT] CrystalWing{Forge 1.6.4.r04} [CrystalWing] ([1.6.4]CrystalWing.Forge.1.6.4.r04.Universal.zip) Unloaded->Constructed->Pre-initialized->Initialized
2014-02-22 13:23:44 [INFO] [STDOUT] FloatingRuins{Forge 1.6.4.r02} [FloatingRuins] ([1.6.4]FloatingRuins.Forge.1.6.4.r02.Universal.zip) Unloaded->Constructed->Pre-initialized->Initialized
2014-02-22 13:23:44 [INFO] [STDOUT] InGameInfoXML{2.5.1.33} [InGame Info XML] ([1.6.4]InGameInfoXML.jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-02-22 13:23:44 [INFO] [STDOUT] StartingInventory{Forge 1.6.4.r03} [StartingInventory] ([1.6.4]StartingInventory.Forge.1.6.4.r03.Universal.zip) Unloaded->Constructed->Pre-initialized->Initialized
2014-02-22 13:23:44 [INFO] [STDOUT] TreeCapitator{Forge 1.6.4.r09} [Treecapitator] ([1.6.4]TreeCapitator.Forge.1.6.4.r09.Universal.zip) Unloaded->Constructed->Pre-initialized->Initialized
2014-02-22 13:23:44 [INFO] [STDOUT] arsmagica2{1.1.1c} [Ars Magica 2] (AM2_1.1.1c.zip) Unloaded->Constructed->Pre-initialized->Initialized
2014-02-22 13:23:44 [INFO] [STDOUT] AppliedEnergistics{rv14.finale3} [Applied Energistics] (appeng-rv14-finale3-mc16x.jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-02-22 13:23:44 [INFO] [STDOUT] Billund{1.01} [BILLUND] (BILLUND1.01.zip) Unloaded->Constructed->Pre-initialized->Initialized
2014-02-22 13:23:44 [INFO] [STDOUT] Natura{2.1.14} [Natura] (Natura_mc1.6.X_2.1.14.jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-02-22 13:23:44 [INFO] [STDOUT] BiomesOPlenty{1.2.1} [Biomes O' Plenty] (BiomesOPlenty-universal-1.6.4-1.2.1.434.jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-02-22 13:23:44 [INFO] [STDOUT] BuildCraft|Core{4.2.1} [BuildCraft] (buildcraft-A-1.6.4-4.2.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-02-22 13:23:44 [INFO] [STDOUT] BuildCraft|Builders{4.2.1} [BC Builders] (buildcraft-A-1.6.4-4.2.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-02-22 13:23:44 [INFO] [STDOUT] BuildCraft|Energy{4.2.1} [BC Energy] (buildcraft-A-1.6.4-4.2.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-02-22 13:23:44 [INFO] [STDOUT] BuildCraft|Factory{4.2.1} [BC Factory] (buildcraft-A-1.6.4-4.2.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-02-22 13:23:44 [INFO] [STDOUT] BuildCraft|Transport{4.2.1} [BC Transport] (buildcraft-A-1.6.4-4.2.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-02-22 13:23:44 [INFO] [STDOUT] BuildCraft|Silicon{4.2.1} [BC Silicon] (buildcraft-A-1.6.4-4.2.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-02-22 13:23:44 [INFO] [STDOUT] ChickenChunks{1.3.3.3} [ChickenChunks] (ChickenChunks 1.3.3.3.jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-02-22 13:23:44 [INFO] [STDOUT] CoFHCore{2.0.0.0} [CoFH Core] (CoFHCore-2.0.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-02-22 13:23:44 [INFO] [STDOUT] CoFHLoot{2.0.0.0} [CoFH Loot] (CoFHCore-2.0.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-02-22 13:23:44 [INFO] [STDOUT] CoFHMasquerade{2.0.0.0} [CoFH Masquerade] (CoFHCore-2.0.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-02-22 13:23:44 [INFO] [STDOUT] CoFHSocial{2.0.0.0} [CoFH Social] (CoFHCore-2.0.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-02-22 13:23:44 [INFO] [STDOUT] CoFHWorld{2.0.0.0} [CoFH World] (CoFHCore-2.0.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-02-22 13:23:44 [INFO] [STDOUT] ComputerCraft{1.58} [ComputerCraft] (ComputerCraft1.58.zip) Unloaded->Constructed->Pre-initialized->Initialized
2014-02-22 13:23:44 [INFO] [STDOUT] CCTurtle{1.58} [ComputerCraft Turtles] (ComputerCraft1.58.zip) Unloaded->Constructed->Pre-initialized->Initialized
2014-02-22 13:23:44 [INFO] [STDOUT] craftguide{1.5.2} [CraftGuide] (CraftGuide-1.6.7.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
2014-02-22 13:23:44 [INFO] [STDOUT] craftingpillars{1.4.5} [Crafting Pillars] (CraftingPillars_MC1.6.X_1.4.5.zip) Unloaded->Constructed->Pre-initialized->Initialized
2014-02-22 13:23:44 [INFO] [STDOUT] MoCreatures{6.1.0} [DrZhark's Mo'Creatures Mod] (DrZharks MoCreatures Mod v6.1.0.zip) Unloaded->Constructed->Pre-initialized->Initialized
2014-02-22 13:23:44 [INFO] [STDOUT] EnderStorage{1.4.3.5} [EnderStorage] (EnderStorage 1.4.3.5.jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-02-22 13:23:44 [INFO] [STDOUT] Waila{1.4.0_dev} [Waila] (Waila_131121a.zip) Unloaded->Constructed->Pre-initialized->Initialized
2014-02-22 13:23:44 [INFO] [STDOUT] extracells{1.6.7d} [ExtraCells] (ExtraCells-1.6.7d.jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-02-22 13:23:44 [INFO] [STDOUT] KeithyUtils{1.2} [Keithy Utils] (KeithyUtils-1.6.2-1.2b.jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-02-22 13:23:44 [INFO] [STDOUT] Metallurgy3Core{3.2.3} [Metallurgy 3 Core] (Metallurgy-1.6.4-3.3.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-02-22 13:23:44 [INFO] [STDOUT] Metallurgy3Base{3.2.3} [Metallurgy 3 Base] (Metallurgy-1.6.4-3.3.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-02-22 13:23:44 [INFO] [STDOUT] ForgeMultipart{1.0.0.227} [Forge Multipart] (ForgeMultipart-universal-1.6.4-1.0.0.227.jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-02-22 13:23:44 [INFO] [STDOUT] TConstruct{1.6.X_1.5.2.1} [Tinkers' Construct] (TConstruct_mc1.6.4_1.5.2.4.jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-02-22 13:23:44 [INFO] [STDOUT] ExtraTiC{0.7.1} [ExtraTiC] (ExtraTiC-1.6.4-0.7.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-02-22 13:23:44 [INFO] [STDOUT] factorization{0.8.25} [Factorization] (Factorization-0.8.25.jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-02-22 13:23:44 [INFO] [STDOUT] factorization.misc{0.8.25} [Factorization Miscellaneous Nonsense] (Factorization-0.8.25.jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-02-22 13:23:44 [INFO] [STDOUT] factorization.notify{0.8.25} [Factorization Notification System] (Factorization-0.8.25.jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-02-22 13:23:44 [INFO] [STDOUT] factorization.dimensionalSlice{0.8.25} [Factorization Dimensional Slices] (Factorization-0.8.25.jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-02-22 13:23:44 [INFO] [STDOUT] DeathCounter{2.0.0} [DeathCounter] (files^DeathCounter2.0.0.zip) Unloaded->Constructed->Pre-initialized->Initialized
2014-02-22 13:23:44 [INFO] [STDOUT] iChunUtil{2.4.0} [iChunUtil] (util^iChunUtil2.4.0.zip) Unloaded->Constructed->Pre-initialized->Initialized
2014-02-22 13:23:44 [INFO] [STDOUT] GraviGun{2.0.0} [GraviGun] (files^GravityGun2.0.0.zip) Unloaded->Constructed->Pre-initialized->Initialized
2014-02-22 13:23:44 [INFO] [STDOUT] Morph{0.5.0} [Morph] (files^Morph-Beta-0.5.0.zip) Unloaded->Constructed->Pre-initialized->Initialized
2014-02-22 13:23:44 [INFO] [STDOUT] Torched{2.0.0} [Torched] (files^Torched2.0.0.zip) Unloaded->Constructed->Pre-initialized->Initialized
2014-02-22 13:23:44 [INFO] [STDOUT] Forestry{2.3.1.0} [Forestry for Minecraft] (forestry-A-2.3.1.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-02-22 13:23:44 [INFO] [STDOUT] GalacticraftCore{2.0.8} [Galacticraft Core] (Galacticraft-1.6.4-2.0.8.908.jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-02-22 13:23:44 [INFO] [STDOUT] GalacticraftMars{2.0.8} [Galacticraft Mars] (Galacticraft-Planets-1.6.4-2.0.8.908.jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-02-22 13:23:44 [INFO] [STDOUT] IronChest{5.4.1.659} [Iron Chest] (ironchest-universal-1.6.4-5.4.1.659.zip) Unloaded->Constructed->Pre-initialized->Initialized
2014-02-22 13:23:44 [INFO] [STDOUT] JABBA{1.0.3} [JABBA] (JABBA_1.0.3.zip) Unloaded->Constructed->Pre-initialized->Initialized
2014-02-22 13:23:44 [INFO] [STDOUT] LycanitesMobs{1.4.3 - MC 1.6.4} [Lycanites Mobs] (LycanitesMobsComplete 1.4.3 [1.6.4].jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-02-22 13:23:44 [INFO] [STDOUT] DemonMobs{1.4.3 - MC 1.6.4} [Lycanites Demon Mobs] (LycanitesMobsComplete 1.4.3 [1.6.4].jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-02-22 13:23:44 [INFO] [STDOUT] DesertMobs{1.4.3 - MC 1.6.4} [Lycanites Desert Mobs] (LycanitesMobsComplete 1.4.3 [1.6.4].jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-02-22 13:23:44 [INFO] [STDOUT] ForestMobs{1.4.3 - MC 1.6.4} [Lycanites Forest Mobs] (LycanitesMobsComplete 1.4.3 [1.6.4].jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-02-22 13:23:44 [INFO] [STDOUT] JungleMobs{1.4.3 - MC 1.6.4} [Lycanites Jungle Mobs] (LycanitesMobsComplete 1.4.3 [1.6.4].jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-02-22 13:23:44 [INFO] [STDOUT] PlainsMobs{1.4.3 - MC 1.6.4} [Lycanites Plains Mobs] (LycanitesMobsComplete 1.4.3 [1.6.4].jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-02-22 13:23:44 [INFO] [STDOUT] SwampMobs{1.4.3 - MC 1.6.4} [Lycanites Swamp Mobs] (LycanitesMobsComplete 1.4.3 [1.6.4].jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-02-22 13:23:44 [INFO] [STDOUT] Metallurgy3Machines{3.2.3} [Metallurgy 3 Machines] (Metallurgy-1.6.4-3.3.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-02-22 13:23:44 [INFO] [STDOUT] Metallurgy3Vanilla{3.2.3} [Metallurgy 3 Vanilla] (Metallurgy-1.6.4-3.3.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-02-22 13:23:44 [INFO] [STDOUT] meteors{2.11.2} [Falling Meteors] (Meteors Mod V2.11.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
2014-02-22 13:23:44 [INFO] [STDOUT] numina{0.1.0-45} [Numina] (Numina-1.6.2-0.1.0-45 (1).jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-02-22 13:23:44 [INFO] [STDOUT] powersuits{0.9.0-76} [MachineMuse's Modular Powersuits] (ModularPowersuits-1.6.2-0.9.0-76.jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-02-22 13:23:44 [INFO] [STDOUT] Mystcraft{0.10.11.00} [Mystcraft] (mystcraft-uni-1.6.4-0.10.11.00.zip) Unloaded->Constructed->Pre-initialized->Initialized
2014-02-22 13:23:44 [INFO] [STDOUT] ObsidiPlates{2.0.0} [Obsidian Pressure Plates] (obsidiplates-1.6.2-universal-2.0.0.15.jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-02-22 13:23:44 [INFO] [STDOUT] MapWriter{2.0.1} [MapWriter] (Opis_1.1.2_alpha.zip) Unloaded->Constructed->Pre-initialized->Initialized
2014-02-22 13:23:44 [INFO] [STDOUT] Opis{1.1.2_alpha} [Opis] (Opis_1.1.2_alpha.zip) Unloaded->Constructed->Pre-initialized->Initialized
2014-02-22 13:23:44 [INFO] [STDOUT] OB{1.1.1} [Orbital Bombardment] (OrbitalBombardment_1.1.1-1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
2014-02-22 13:23:44 [INFO] [STDOUT] PortalGun{2.0.2} [PortalGun] (PortalGun2.0.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
2014-02-22 13:23:44 [INFO] [STDOUT] ProjRed|Core{4.2.1.16} [ProjectRed] (ProjectRedBase-1.6.4-4.2.1.16.jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-02-22 13:23:44 [INFO] [STDOUT] ProjRed|Compatibility{1.0} [ProjRed|Compatibility] (ProjectRedCompat-1.6.4-4.2.1.16.jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-02-22 13:23:44 [INFO] [STDOUT] ProjRed|Integration{1.0} [ProjRed|Integration] (ProjectRedIntegration-1.6.4-4.2.1.16.jar) Unloaded->Constructed->Pre-initialized->Errored
2014-02-22 13:23:44 [INFO] [STDOUT] ProjRed|Transmission{1.0} [ProjRed|Transmission] (ProjectRedIntegration-1.6.4-4.2.1.16.jar) Unloaded->Constructed->Pre-initialized->Errored
2014-02-22 13:23:44 [INFO] [STDOUT] QuantumCraft{1.1} [qCraft] (qCraft1.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-02-22 13:23:44 [INFO] [STDOUT] Thaumcraft{4.0.5b} [Thaumcraft] (Thaumcraft4.0.5b.zip) Unloaded->Constructed->Pre-initialized->Initialized
2014-02-22 13:23:44 [INFO] [STDOUT] Railcraft{8.3.2.0} [Railcraft] (Railcraft_1.6.4-8.3.2.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-02-22 13:23:44 [INFO] [STDOUT] Redstone Arsenal{1.0.0.0} [Redstone Arsenal] (RedstoneArsenal-1.0.0.0 (1).jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-02-22 13:23:44 [INFO] [STDOUT] Shatter{2.0.2} [Shatter] (Shatter2.0.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
2014-02-22 13:23:44 [INFO] [STDOUT] SS2{2 (build 2)} [Soul Shards 2] (SoulShards-2.0.15-universal-srg.jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-02-22 13:23:44 [INFO] [STDOUT] StevesCarts{2.0.0.b8} [Steve's Carts 2] (StevesCarts2.0.0.b8.zip) Unloaded->Constructed->Pre-initialized->Initialized
2014-02-22 13:23:44 [INFO] [STDOUT] Streak{2.1.0} [Streak] (Streak2.1.0.zip) Unloaded->Constructed->Pre-initialized->Initialized
2014-02-22 13:23:44 [INFO] [STDOUT] Sync{2.0.0} [Sync] (Sync2.0.0.zip) Unloaded->Constructed->Pre-initialized->Initialized
2014-02-22 13:23:44 [INFO] [STDOUT] telepads{1.6.4 v5} [Teleportation Pads] (TelePads 1.6.4 v5.zip) Unloaded->Constructed->Pre-initialized->Initialized
2014-02-22 13:23:44 [INFO] [STDOUT] ThaumicTinkerer{2.0} [Thaumic Tinkerer] (ThaumicTinkerer 2.0-47.jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-02-22 13:23:44 [INFO] [STDOUT] TMechworks{DEV.21b1027} [Tinkers' Mechworks] (TMechworks_1.6.4_0.1.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-02-22 13:23:44 [INFO] [STDOUT] Translocator{1.1.0.13} [Translocator] (Translocator 1.1.0.13.jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-02-22 13:23:44 [INFO] [STDOUT] TwilightForest{1.20.3} [The Twilight Forest] (twilightforest-1.20.3.jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-02-22 13:23:44 [INFO] [STDOUT] McMultipart{1.0.0.227} [Minecraft Multipart Plugin] (ForgeMultipart-universal-1.6.4-1.0.0.227.jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-02-22 13:23:44 [INFO] [STDOUT] ThaumcraftMobAspects{1.6.X-1d} [Thaumcraft Mob Aspects] (thaumcraftmobaspects-1.6.X-1e-build2 (1).zip) Unloaded->Constructed->Pre-initialized->Initialized
2014-02-22 13:23:44 [INFO] [STDOUT] ForgeMicroblock{1.0.0.227} [Forge Microblocks] (ForgeMultipart-universal-1.6.4-1.0.0.227.jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-02-22 13:23:44 [INFO] [STDOUT] TConstruct Environment: Sane and ready for action. Bugs may be reported.
2014-02-22 13:23:44 [INFO] [STDOUT] Launched Version: 1.6.4
2014-02-22 13:23:44 [INFO] [STDOUT] LWJGL: 2.9.0
2014-02-22 13:23:44 [INFO] [STDOUT] OpenGL: GeForce 8400GS/PCIe/SSE2 GL version 3.3.0, NVIDIA Corporation
2014-02-22 13:23:44 [INFO] [STDOUT] Is Modded: Definitely; Client brand changed to 'fml,forge'
2014-02-22 13:23:44 [INFO] [STDOUT] Type: Client (map_client.txt)
2014-02-22 13:23:44 [INFO] [STDOUT] Resource Pack: Default
2014-02-22 13:23:44 [INFO] [STDOUT] Current Language: English (US)
2014-02-22 13:23:44 [INFO] [STDOUT] Profiler Position: N/A (disabled)
2014-02-22 13:23:44 [INFO] [STDOUT] Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
2014-02-22 13:23:44 [INFO] [STDOUT] #@!@# Game crashed! Crash report saved to: #@!@# C:\Users\Xenon\MultiMC\instances\KlerCraft\minecraft\crash-reports\crash-2014-02-22_13.23.44-client.txt
Minecraft exited with exitcode -1.