The Meaning of Life, the Universe, and Everything.
Join Date:
10/11/2014
Posts:
60
Member Details
I started putting mods together using MultiMC and running the 1.6.4 Minecraft and as soon as I added a certain mod (I add them two at a time so I can't seem to pick out which one it is causing the crash) it kept crashing and it would say this: (I don't know how to read crash reports xD)
Nov 11, 2014 5:55:02 AM net.minecraft.launchwrapper.LogWrapper log
INFO: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
Nov 11, 2014 5:55:03 AM net.minecraft.launchwrapper.LogWrapper log
INFO: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
Nov 11, 2014 5:55:03 AM net.minecraft.launchwrapper.LogWrapper log
INFO: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
2014-11-11 05:55:03 [INFO] [ForgeModLoader] Forge Mod Loader version 6.4.49.965 for Minecraft 1.6.4 loading
2014-11-11 05:55:03 [INFO] [ForgeModLoader] Java is Java HotSpot(TM) 64-Bit Server VM, version 1.7.0_71, running on Windows 8.1:amd64:6.3, installed at C:\Program Files\Java\jre7
2014-11-11 05:55:03 [WARNING] [ForgeModLoader] The coremod lumien.randomthings.Transformer.RTLoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2014-11-11 05:55:03 [INFO] [ForgeModLoader] Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
2014-11-11 05:55:03 [INFO] [ForgeModLoader] Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
2014-11-11 05:55:03 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
2014-11-11 05:55:03 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
2014-11-11 05:55:03 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
2014-11-11 05:55:12 [OFF] [ForgeModLoader] Logging level for ForgeModLoader logging is set to ALL
2014-11-11 05:55:12 [INFO] [ForgeModLoader] Searching C:\Users\Jesse\Desktop\MultiMC\instances\Modpack 1.6.4 New\minecraft\mods for mods
2014-11-11 05:55:15 [SEVERE] [ForgeModLoader] The mcmod.info file in B0bGary's Growable Ores! for 1.6.4 v 1.8.0.zip cannot be parsed as valid JSON. It will be ignored
argo.saj.InvalidSyntaxException: At line 1, column 1: Expected either [ or { but got [ï].
at argo.saj.SajParser.parse(SajParser.java:61)
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.launchWithMainClass(OneSixLauncher.java:286)
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:376)
at org.multimc.EntryPoint.listen(EntryPoint.java:165)
at org.multimc.EntryPoint.main(EntryPoint.java:54)
2014-11-11 05:55:16 [SEVERE] [ForgeModLoader] The mcmod.info file in Magical Charms Mod 2.5.zip cannot be parsed as valid JSON. It will be ignored
argo.saj.InvalidSyntaxException: At line 1, column 1: Expected either [ or { but got [T].
at argo.saj.SajParser.parse(SajParser.java:61)
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.launchWithMainClass(OneSixLauncher.java:286)
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:376)
at org.multimc.EntryPoint.listen(EntryPoint.java:165)
at org.multimc.EntryPoint.main(EntryPoint.java:54)
2014-11-11 05:55:16 [INFO] [ForgeModLoader] Forge Mod Loader has identified 33 mods to load
2014-11-11 05:55:16 [INFO] [mcp] Activating mod mcp
2014-11-11 05:55:16 [INFO] [FML] Activating mod FML
2014-11-11 05:55:16 [INFO] [Forge] Activating mod Forge
2014-11-11 05:55:16 [INFO] [lucky] Activating mod lucky
2014-11-11 05:55:16 [INFO] [FLabsBF] Activating mod FLabsBF
2014-11-11 05:55:16 [INFO] [bspkrsCore] Activating mod bspkrsCore
2014-11-11 05:55:16 [INFO] [mod_bspkrsCore] Activating mod mod_bspkrsCore
2014-11-11 05:55:16 [INFO] [StatusEffectHUD] Activating mod StatusEffectHUD
2014-11-11 05:55:16 [INFO] [FTL] Activating mod FTL
2014-11-11 05:55:16 [INFO] [animationwiz_bunchastuff] Activating mod animationwiz_bunchastuff
2014-11-11 05:55:16 [INFO] [B0bGrowsOre] Activating mod B0bGrowsOre
2014-11-11 05:55:16 [INFO] [BetterToolsNeuro] Activating mod BetterToolsNeuro
2014-11-11 05:55:16 [INFO] [BiblioCraft] Activating mod BiblioCraft
2014-11-11 05:55:16 [INFO] [BuildCraft|Builders] Activating mod BuildCraft|Builders
2014-11-11 05:55:16 [INFO] [BuildCraft|Core] Activating mod BuildCraft|Core
2014-11-11 05:55:16 [INFO] [BuildCraft|Energy] Activating mod BuildCraft|Energy
2014-11-11 05:55:16 [INFO] [BuildCraft|Factory] Activating mod BuildCraft|Factory
2014-11-11 05:55:16 [INFO] [BuildCraft|Silicon] Activating mod BuildCraft|Silicon
2014-11-11 05:55:16 [INFO] [BuildCraft|Transport] Activating mod BuildCraft|Transport
2014-11-11 05:55:16 [INFO] [CarpentersBlocks] Activating mod CarpentersBlocks
2014-11-11 05:55:16 [INFO] [kegare.caveworld] Activating mod kegare.caveworld
2014-11-11 05:55:16 [INFO] [Chisel] Activating mod Chisel
2014-11-11 05:55:16 [INFO] [props] Activating mod props
2014-11-11 05:55:16 [INFO] [ExtrabiomesXL] Activating mod ExtrabiomesXL
2014-11-11 05:55:16 [INFO] [Hats] Activating mod Hats
2014-11-11 05:55:16 [INFO] [ImmibisCore] Activating mod ImmibisCore
2014-11-11 05:55:16 [INFO] [IronChest] Activating mod IronChest
2014-11-11 05:55:16 [INFO] [LiquidXP] Activating mod LiquidXP
2014-11-11 05:55:16 [INFO] [Magical Tools Mod] Activating mod Magical Tools Mod
2014-11-11 05:55:16 [INFO] [Magical Charms Mod] Activating mod Magical Charms Mod
2014-11-11 05:55:16 [INFO] [mca] Activating mod mca
2014-11-11 05:55:16 [INFO] [Morph] Activating mod Morph
2014-11-11 05:55:16 [INFO] [RandomThings] Activating mod RandomThings
2014-11-11 05:55:16 [WARNING] [Forge Mod Loader] Mod Forge Mod Loader is missing a pack.mcmeta file, things may not work well
2014-11-11 05:55:16 [WARNING] [Minecraft Forge] Mod Minecraft Forge is missing a pack.mcmeta file, things may not work well
2014-11-11 05:55:16 [WARNING] [Lucky Block] Mod Lucky Block is missing a pack.mcmeta file, things may not work well
2014-11-11 05:55:16 [WARNING] [BetterFurnaces] Mod BetterFurnaces is missing a pack.mcmeta file, things may not work well
2014-11-11 05:55:16 [WARNING] [bspkrsCore] Mod bspkrsCore is missing a pack.mcmeta file, things may not work well
2014-11-11 05:55:16 [WARNING] [StatusEffectHUD] Mod StatusEffectHUD is missing a pack.mcmeta file, things may not work well
2014-11-11 05:55:16 [WARNING] [Flesh To Leather] Mod Flesh To Leather is missing a pack.mcmeta file, things may not work well
2014-11-11 05:55:16 [WARNING] [Buncha Stuff Mod] Mod Buncha Stuff Mod is missing a pack.mcmeta file, things may not work well
2014-11-11 05:55:16 [WARNING] [B0bGary's Growable Ores!] Mod B0bGary's Growable Ores! is missing a pack.mcmeta file, things may not work well
2014-11-11 05:55:16 [WARNING] [Better Tools Mod] Mod Better Tools Mod is missing a pack.mcmeta file, things may not work well
2014-11-11 05:55:16 [WARNING] [BC Builders] Mod BC Builders is missing a pack.mcmeta file, things may not work well
2014-11-11 05:55:16 [WARNING] [BuildCraft] Mod BuildCraft is missing a pack.mcmeta file, things may not work well
2014-11-11 05:55:16 [WARNING] [BC Energy] Mod BC Energy is missing a pack.mcmeta file, things may not work well
2014-11-11 05:55:16 [WARNING] [BC Factory] Mod BC Factory is missing a pack.mcmeta file, things may not work well
2014-11-11 05:55:16 [WARNING] [BC Silicon] Mod BC Silicon is missing a pack.mcmeta file, things may not work well
2014-11-11 05:55:16 [WARNING] [BC Transport] Mod BC Transport is missing a pack.mcmeta file, things may not work well
2014-11-11 05:55:16 [WARNING] [Carpenter's Blocks] Mod Carpenter's Blocks is missing a pack.mcmeta file, things may not work well
2014-11-11 05:55:16 [WARNING] [Chisel] Mod Chisel is missing a pack.mcmeta file, things may not work well
2014-11-11 05:55:16 [WARNING] [DecoCraft] Mod DecoCraft is missing a pack.mcmeta file, things may not work well
2014-11-11 05:55:16 [WARNING] [ExtrabiomesXL] Mod ExtrabiomesXL is missing a pack.mcmeta file, things may not work well
2014-11-11 05:55:16 [WARNING] [Hats] Mod Hats is missing a pack.mcmeta file, things may not work well
2014-11-11 05:55:16 [WARNING] [Immibis Core] Mod Immibis Core is missing a pack.mcmeta file, things may not work well
2014-11-11 05:55:16 [WARNING] [Iron Chest] Mod Iron Chest is missing a pack.mcmeta file, things may not work well
2014-11-11 05:55:16 [WARNING] [Liquid XP] Mod Liquid XP is missing a pack.mcmeta file, things may not work well
2014-11-11 05:55:16 [WARNING] [Magical Tools Mod] Mod Magical Tools Mod is missing a pack.mcmeta file, things may not work well
2014-11-11 05:55:16 [WARNING] [Magical Charms Mod] Mod Magical Charms Mod is missing a pack.mcmeta file, things may not work well
2014-11-11 05:55:16 [WARNING] [Minecraft Comes Alive] Mod Minecraft Comes Alive is missing a pack.mcmeta file, things may not work well
2014-11-11 05:55:16 [INFO] [ForgeModLoader] FML has found a non-mod file qCraft1.1.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-11-11 05:55:18 [INFO] [fml.ItemTracker] The mod Magical Tools Mod is overwriting existing item at 1462 (endernoobs.mods.magicalcandiesmod.ItemMysticMandMs from Magical Tools Mod) with endernoobs.mods.magicalcandiesmod.ItemSpellboundReeses
2014-11-11 05:55:18 [WARNING] [ForgeModLoader] The mod FMLMod:Magical Tools Mod{GUMMY BEARS} is attempting to register a block whilst it it being constructed. This is bad modding practice - please use a proper mod lifecycle event.
2014-11-11 05:55:18 [WARNING] [ForgeModLoader] The mod FMLMod:Magical Charms Mod{2.5} is attempting to register a block whilst it it being constructed. This is bad modding practice - please use a proper mod lifecycle event.
2014-11-11 05:55:18 [SEVERE] [ForgeModLoader] Detected an attempt by a mod FMLMod:Magical Charms Mod{2.5} to perform game activity during mod construction. This is a serious programming error.
2014-11-11 05:55:18 [WARNING] [ForgeModLoader] Mod Magical Charms Mod attempted to register a gui network handler during a construction phase
2014-11-11 05:55:18 [INFO] [ForgeModLoader] Configured a dormant chunk cache size of 0
2014-11-11 05:55:18 [INFO] [bspkrsCore] Initializing ModVersionChecker for mod StatusEffectHUD
2014-11-11 05:55:19 [INFO] [B0BGROWSORE] Starting version check.
2014-11-11 05:55:19 [INFO] [fml.ItemTracker] The mod BetterToolsNeuro is overwriting existing item at 756 (endernoobs.mods.MagicalCharmsMod.ItemYogscastDuncanCharm from Magical Charms Mod) with bt.base.ModItem
2014-11-11 05:55:19 [INFO] [fml.ItemTracker] The mod BetterToolsNeuro is overwriting existing item at 757 (endernoobs.mods.MagicalCharmsMod.ItemYogscastSipsCharm from Magical Charms Mod) with bt.base.ModItem
2014-11-11 05:55:19 [INFO] [fml.ItemTracker] The mod BetterToolsNeuro is overwriting existing item at 758 (endernoobs.mods.MagicalCharmsMod.ItemYogscastSjinCharm from Magical Charms Mod) with bt.base.ModItem
2014-11-11 05:55:19 [INFO] [fml.ItemTracker] The mod BetterToolsNeuro is overwriting existing item at 766 (endernoobs.mods.MagicalCharmsMod.ItemEnderNoobsCharm from Magical Charms Mod) with bt.base.ModItem
2014-11-11 05:55:20 [INFO] [fml.ItemTracker] The mod kegare.caveworld is overwriting existing item at 750 (endernoobs.mods.MagicalCharmsMod.ItemSethblingCharm from Magical Charms Mod) with com.kegare.caveworld.item.ItemPortalCaveworld
2014-11-11 05:55:20 [INFO] [fml.ItemTracker] The mod kegare.caveworld is overwriting existing item at 751 (endernoobs.mods.MagicalCharmsMod.ItemPopularMMOCharm from Magical Charms Mod) with com.kegare.caveworld.item.ItemRope
2014-11-11 05:55:21 [INFO] [STDOUT] Minecraft Comes Alive CLIENT: -Hats2.1.8.zip <NOT>
2014-11-11 05:55:21 [INFO] [STDOUT] Minecraft Comes Alive CLIENT: -ironchest-universal-1.6.4-5.4.1.613.zip <NOT>
2014-11-11 05:55:21 [INFO] [STDOUT] Minecraft Comes Alive CLIENT: -Magical Candies Mod 1.5.zip <NOT>
2014-11-11 05:55:21 [INFO] [STDOUT] Minecraft Comes Alive CLIENT: -Magical Charms Mod 2.5.zip <NOT>
2014-11-11 05:55:21 [INFO] [STDOUT] Minecraft Comes Alive CLIENT: -MCA-3.6.0_MC-1.6.4.zip <YES>
2014-11-11 05:55:21 [INFO] [STDOUT] Minecraft Comes Alive CLIENT: Loading skins from data file: MCA-3.6.0_MC-1.6.4.zip...
2014-11-11 05:55:21 [INFO] [STDOUT] Minecraft Comes Alive CLIENT: Language ID: en_US
2014-11-11 05:55:21 [INFO] [STDOUT] Minecraft Comes Alive CLIENT: Loading English...
2014-11-11 05:55:21 [INFO] [STDOUT] Minecraft Comes Alive CLIENT: Loaded 1642 phrases in English.
2014-11-11 05:55:22 [INFO] [fml.ItemTracker] The mod RandomThings is overwriting existing item at 123 (net.minecraft.block.BlockRedstoneLight from Minecraft) with lumien.randomthings.ItemBlocks.ItemBlockLamp
2014-11-11 05:55:22 [INFO] [fml.ItemTracker] The mod RandomThings is overwriting existing item at 124 (net.minecraft.block.BlockRedstoneLight from Minecraft) with lumien.randomthings.ItemBlocks.ItemBlockLamp
2014-11-11 05:55:22 [INFO] [fml.ItemTracker] The mod RandomThings is overwriting existing item at 20 (net.minecraft.block.BlockGlass from Minecraft) with lumien.randomthings.ItemBlocks.ItemBlockGlass
2014-11-11 05:55:22 [INFO] [fml.ItemTracker] The mod RandomThings is overwriting existing item at 152 (net.minecraft.block.BlockPoweredOre from Minecraft) with lumien.randomthings.ItemBlocks.ItemBlockColoredRedstoneBlock
2014-11-11 05:55:22 [INFO] [RandomThings] Old length: 32 New length: 128
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class extrabiomes.items.ItemRedRock with ID 254 owned by mod ExtrabiomesXL, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class net.minecraft.item.ItemBlock with ID 255 owned by mod ExtrabiomesXL, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class endernoobs.mods.MagicalCharmsMod.ItemPureMagic with ID 706 owned by mod Magical Charms Mod, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class endernoobs.mods.MagicalCharmsMod.ItemCharm with ID 708 owned by mod Magical Charms Mod, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class endernoobs.mods.MagicalCharmsMod.ItemWolfCharm with ID 716 owned by mod Magical Charms Mod, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class endernoobs.mods.MagicalCharmsMod.ItemVillagerCharm with ID 717 owned by mod Magical Charms Mod, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class endernoobs.mods.MagicalCharmsMod.ItemIronGolemCharm with ID 718 owned by mod Magical Charms Mod, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class endernoobs.mods.MagicalCharmsMod.ItemEndermanCharm with ID 719 owned by mod Magical Charms Mod, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class endernoobs.mods.MagicalCharmsMod.ItemSnowGolemCharm with ID 720 owned by mod Magical Charms Mod, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class endernoobs.mods.MagicalCharmsMod.ItemPigCharm with ID 721 owned by mod Magical Charms Mod, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class endernoobs.mods.MagicalCharmsMod.ItemSheepCharm with ID 722 owned by mod Magical Charms Mod, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class endernoobs.mods.MagicalCharmsMod.ItemSpiderCharm with ID 723 owned by mod Magical Charms Mod, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class endernoobs.mods.MagicalCharmsMod.ItemZombieCharm with ID 724 owned by mod Magical Charms Mod, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class endernoobs.mods.MagicalCharmsMod.ItemZombiePigmanCharm with ID 725 owned by mod Magical Charms Mod, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class endernoobs.mods.MagicalCharmsMod.ItemEnderdragonCharm with ID 726 owned by mod Magical Charms Mod, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class endernoobs.mods.MagicalCharmsMod.ItemCowCharm with ID 727 owned by mod Magical Charms Mod, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class endernoobs.mods.MagicalCharmsMod.ItemGhastCharm with ID 728 owned by mod Magical Charms Mod, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class endernoobs.mods.MagicalCharmsMod.ItemSkeletonCharm with ID 729 owned by mod Magical Charms Mod, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class endernoobs.mods.MagicalCharmsMod.ItemBlazeCharm with ID 730 owned by mod Magical Charms Mod, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class endernoobs.mods.MagicalCharmsMod.ItemMushroomCharm with ID 731 owned by mod Magical Charms Mod, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class endernoobs.mods.MagicalCharmsMod.ItemBatCharm with ID 732 owned by mod Magical Charms Mod, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class endernoobs.mods.MagicalCharmsMod.ItemOcelotCharm with ID 733 owned by mod Magical Charms Mod, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class endernoobs.mods.MagicalCharmsMod.ItemHorseCharm with ID 734 owned by mod Magical Charms Mod, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class endernoobs.mods.MagicalCharmsMod.ItemWitherSkeletonCharm with ID 735 owned by mod Magical Charms Mod, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class endernoobs.mods.MagicalCharmsMod.ItemWitherCharm with ID 736 owned by mod Magical Charms Mod, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class endernoobs.mods.MagicalCharmsMod.ItemWitchCharm with ID 737 owned by mod Magical Charms Mod, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class endernoobs.mods.MagicalCharmsMod.ItemSpiderJockyCharm with ID 738 owned by mod Magical Charms Mod, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class endernoobs.mods.MagicalCharmsMod.ItemSquidCharm with ID 739 owned by mod Magical Charms Mod, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class endernoobs.mods.MagicalCharmsMod.ItemSlimeCharm with ID 740 owned by mod Magical Charms Mod, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class endernoobs.mods.MagicalCharmsMod.ItemSilverfishCharm with ID 741 owned by mod Magical Charms Mod, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class endernoobs.mods.MagicalCharmsMod.ItemEndermiteCharm with ID 742 owned by mod Magical Charms Mod, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class endernoobs.mods.MagicalCharmsMod.ItemSkydoesMinecraftCharm with ID 746 owned by mod Magical Charms Mod, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class endernoobs.mods.MagicalCharmsMod.ItemDiamondMinecartCharm with ID 747 owned by mod Magical Charms Mod, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class endernoobs.mods.MagicalCharmsMod.ItemYogscastCharm with ID 748 owned by mod Magical Charms Mod, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class endernoobs.mods.MagicalCharmsMod.ItemCaptainSparklezCharm with ID 749 owned by mod Magical Charms Mod, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class endernoobs.mods.MagicalCharmsMod.ItemMuchingBrotatoCharm with ID 752 owned by mod Magical Charms Mod, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class endernoobs.mods.MagicalCharmsMod.ItemMinecraftUniverseCharm with ID 753 owned by mod Magical Charms Mod, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class endernoobs.mods.magicalcandiesmod.ItemPureMagic with ID 1456 owned by mod Magical Tools Mod, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class endernoobs.mods.magicalcandiesmod.ItemMagicalBubbleGum with ID 1458 owned by mod Magical Tools Mod, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class endernoobs.mods.magicalcandiesmod.ItemEnchantedJawbreaker with ID 1459 owned by mod Magical Tools Mod, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class endernoobs.mods.magicalcandiesmod.ItemWizardsSkittles with ID 1460 owned by mod Magical Tools Mod, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class endernoobs.mods.magicalcandiesmod.ItemCharmedGumDrop with ID 1461 owned by mod Magical Tools Mod, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class endernoobs.mods.magicalcandiesmod.ItemSpellboundReeses with ID 1462 owned by mod Magical Tools Mod, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class endernoobs.mods.magicalcandiesmod.ItemMythicalCandyCorn with ID 1463 owned by mod Magical Tools Mod, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class endernoobs.mods.magicalcandiesmod.ItemMagicKitKat with ID 1464 owned by mod Magical Tools Mod, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class endernoobs.mods.magicalcandiesmod.ItemSpecialLollyPop with ID 1465 owned by mod Magical Tools Mod, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class endernoobs.mods.magicalcandiesmod.ItemVooDooGummyBear with ID 1466 owned by mod Magical Tools Mod, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class endernoobs.mods.magicalcandiesmod.ItemConjuredCrunch with ID 1467 owned by mod Magical Tools Mod, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class endernoobs.mods.magicalcandiesmod.ItemTelekineticTwix with ID 1468 owned by mod Magical Tools Mod, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class endernoobs.mods.magicalcandiesmod.ItemSpellboundHerseys with ID 1469 owned by mod Magical Tools Mod, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class endernoobs.mods.magicalcandiesmod.ItemMysteriousStarburst with ID 1470 owned by mod Magical Tools Mod, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class endernoobs.mods.magicalcandiesmod.ItemNecromanticNerds with ID 1471 owned by mod Magical Tools Mod, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class endernoobs.mods.magicalcandiesmod.ItemConjuredCandyCane with ID 1472 owned by mod Magical Tools Mod, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class endernoobs.mods.magicalcandiesmod.ItemFatteningSword with ID 1473 owned by mod Magical Tools Mod, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class extrabiomes.items.ItemCustomLeaves with ID 2200 owned by mod ExtrabiomesXL, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class extrabiomes.items.ItemCatTail with ID 2201 owned by mod ExtrabiomesXL, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class extrabiomes.items.ItemFlower with ID 2202 owned by mod ExtrabiomesXL, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class extrabiomes.items.ItemGrass with ID 2203 owned by mod ExtrabiomesXL, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class extrabiomes.items.ItemCustomGreenLeaves with ID 2204 owned by mod ExtrabiomesXL, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class net.minecraft.item.ItemBlock with ID 2205 owned by mod ExtrabiomesXL, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class extrabiomes.items.ItemSapling with ID 2207 owned by mod ExtrabiomesXL, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class extrabiomes.utility.MultiItemBlock with ID 2208 owned by mod ExtrabiomesXL, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class extrabiomes.utility.MultiItemBlock with ID 2209 owned by mod ExtrabiomesXL, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class extrabiomes.utility.MultiItemBlock with ID 2211 owned by mod ExtrabiomesXL, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class extrabiomes.utility.MultiItemBlock with ID 2212 owned by mod ExtrabiomesXL, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class extrabiomes.utility.MultiItemBlock with ID 2213 owned by mod ExtrabiomesXL, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class extrabiomes.items.ItemNewSapling with ID 2224 owned by mod ExtrabiomesXL, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class net.minecraft.item.ItemBlock with ID 2225 owned by mod ExtrabiomesXL, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class extrabiomes.items.ItemCustomNewLeaves with ID 2226 owned by mod ExtrabiomesXL, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class net.minecraft.item.ItemBlock with ID 2227 owned by mod ExtrabiomesXL, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class net.minecraft.item.ItemBlock with ID 2228 owned by mod ExtrabiomesXL, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class net.minecraft.item.ItemBlock with ID 2229 owned by mod ExtrabiomesXL, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class extrabiomes.utility.MultiItemBlock with ID 2231 owned by mod ExtrabiomesXL, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class extrabiomes.items.ItemCustomMoreLeaves with ID 2237 owned by mod ExtrabiomesXL, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class extrabiomes.items.ItemCustomMiniLog with ID 2238 owned by mod ExtrabiomesXL, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class extrabiomes.items.LogTurner with ID 13126 owned by mod ExtrabiomesXL, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class extrabiomes.module.fabrica.scarecrow.ItemScarecrow with ID 13127 owned by mod ExtrabiomesXL, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class extrabiomes.module.fabrica.block.ItemPaste with ID 13128 owned by mod ExtrabiomesXL, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class mca.item.ItemEngagementRing with ID 25906 owned by mod mca, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class mca.item.ItemWeddingRing with ID 25907 owned by mod mca, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class mca.item.ItemArrangersRing with ID 25908 owned by mod mca, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class mca.item.ItemBabyBoy with ID 25909 owned by mod mca, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class mca.item.ItemBabyGirl with ID 25910 owned by mod mca, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class mca.item.ItemTombstone with ID 25911 owned by mod mca, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class mca.item.ItemEggMale with ID 25912 owned by mod mca, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class mca.item.ItemEggFemale with ID 25913 owned by mod mca, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class mca.item.ItemWhistle with ID 25914 owned by mod mca, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class mca.item.ItemVillagerEditor with ID 25915 owned by mod mca, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class mca.item.ItemLostRelativeDocument with ID 25926 owned by mod mca, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class mca.item.ItemCrown with ID 25927 owned by mod mca, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class mca.item.ItemHeirCrown with ID 25928 owned by mod mca, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class mca.item.ItemKingsCoat with ID 25929 owned by mod mca, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class mca.item.ItemKingsPants with ID 25930 owned by mod mca, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class mca.item.ItemKingsBoots with ID 25931 owned by mod mca, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class mca.item.ItemDecorativeCrown with ID 25932 owned by mod mca, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class mca.item.ItemDecorativeCrown with ID 25933 owned by mod mca, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class mca.item.ItemDecorativeCrown with ID 25934 owned by mod mca, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class mca.item.ItemDecorativeCrown with ID 25935 owned by mod mca, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class mca.item.ItemDecorativeCrown with ID 25936 owned by mod mca, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: ironchest:textures/blocks/dirtchest9000_top.png
2014-11-11 05:55:22 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: ironchest:textures/blocks/dirtchest9000_side.png
2014-11-11 05:55:22 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: ironchest:textures/blocks/dirtchest9000_front.png
2014-11-11 05:55:23 [INFO] [bspkrsCore] Initializing ModVersionChecker for mod bspkrsCore
2014-11-11 05:55:24 [INFO] [fml.ItemTracker] The mod Chisel is overwriting existing item at 79 (net.minecraft.block.BlockIce from Minecraft) with info.jbcs.minecraft.chisel.ItemCarvable
2014-11-11 05:55:24 [SEVERE] [LiquidXP] Skipping event FMLInitializationEvent and marking errored mod LiquidXP since required dependency ImmibisCore has errored
2014-11-11 05:55:24 [SEVERE] [ForgeModLoader] Fatal errors were detected during the transition from INITIALIZATION to POSTINITIALIZATION. Loading cannot continue
The Meaning of Life, the Universe, and Everything.
Join Date:
3/23/2013
Posts:
55
Location:
The north pole.
Minecraft:
MisplacedManiac
Xbox:
darkshadownineZ
Member Details
Your problem is Immibus Core/Liquid EXP, I reccomend that you either don't use those mods, or you fix the problem with Immibus Core. If you find the right IC then Liquid EXP will fix itself. Hope this solves your problem.
Your problem is Immibus Core/Liquid EXP, I reccomend that you either don't use those mods, or you fix the problem with Immibus Core. If you find the right IC then Liquid EXP will fix itself. Hope this solves your problem.
What is the right IC? I don't know too much about those xD
The Meaning of Life, the Universe, and Everything.
Join Date:
10/11/2014
Posts:
60
Member Details
I have started over and installed the mods one by one and I am now having trouble with Galacticraft, Galacticraft Plants, and the core mod Micdoodle core.
So you need to go into whatever mod config (Chisel or Galicticraft Plants) and change one of the ID's from 4049 to an empty slot.
If you remove all config files and reload the mods, this should (it doesn't always) solve the problem as the config will re-assign ID conflicts...sometimes.
MultiMC version: 0.4.2
Minecraft folder is:
C:/Users/Jesse/Desktop/MultiMC/instances/Modpack 1.6.4 New/minecraft
Java path is:
C:/Program Files/Java/jre7/bin/javaw.exe
Java Arguments:
[-XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump, -Xms1024m, -Xmx4096m, -XX:PermSize=256m, -Duser.language=en, -jar, C:/Users/Jesse/Desktop/MultiMC/jars/NewLaunch.jar]
Using onesix launcher.
Main Class:
net.minecraft.launchwrapper.Launch
Native path:
C:/Users/Jesse/Desktop/MultiMC/instances/Modpack 1.6.4 New/natives
Traits:
[]
Libraries:
C:/Users/Jesse/Desktop/MultiMC/libraries/net/minecraftforge/forge/1.6.4-9.11.1.965/forge-1.6.4-9.11.1.965-universal.jar
C:/Users/Jesse/Desktop/MultiMC/libraries/net/minecraft/launchwrapper/1.8/launchwrapper-1.8.jar
C:/Users/Jesse/Desktop/MultiMC/libraries/org/ow2/asm/asm-all/4.1/asm-all-4.1.jar
C:/Users/Jesse/Desktop/MultiMC/libraries/org/scala-lang/scala-library/2.10.2/scala-library-2.10.2.jar
C:/Users/Jesse/Desktop/MultiMC/libraries/org/scala-lang/scala-compiler/2.10.2/scala-compiler-2.10.2.jar
C:/Users/Jesse/Desktop/MultiMC/libraries/lzma/lzma/0.0.1/lzma-0.0.1.jar
C:/Users/Jesse/Desktop/MultiMC/libraries/net/sf/jopt-simple/jopt-simple/4.5/jopt-simple-4.5.jar
C:/Users/Jesse/Desktop/MultiMC/libraries/com/paulscode/codecjorbis/20101023/codecjorbis-20101023.jar
C:/Users/Jesse/Desktop/MultiMC/libraries/com/paulscode/codecwav/20101023/codecwav-20101023.jar
C:/Users/Jesse/Desktop/MultiMC/libraries/com/paulscode/libraryjavasound/20101123/libraryjavasound-20101123.jar
C:/Users/Jesse/Desktop/MultiMC/libraries/com/paulscode/librarylwjglopenal/20100824/librarylwjglopenal-20100824.jar
C:/Users/Jesse/Desktop/MultiMC/libraries/com/paulscode/soundsystem/20120107/soundsystem-20120107.jar
C:/Users/Jesse/Desktop/MultiMC/libraries/argo/argo/2.25_fixed/argo-2.25_fixed.jar
C:/Users/Jesse/Desktop/MultiMC/libraries/org/bouncycastle/bcprov-jdk15on/1.47/bcprov-jdk15on-1.47.jar
C:/Users/Jesse/Desktop/MultiMC/libraries/com/google/guava/guava/14.0/guava-14.0.jar
C:/Users/Jesse/Desktop/MultiMC/libraries/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar
C:/Users/Jesse/Desktop/MultiMC/libraries/commons-io/commons-io/2.4/commons-io-2.4.jar
C:/Users/Jesse/Desktop/MultiMC/libraries/com/google/code/gson/gson/2.2.2/gson-2.2.2.jar
C:/Users/Jesse/Desktop/MultiMC/libraries/net/java/jinput/jinput/2.0.5/jinput-2.0.5.jar
C:/Users/Jesse/Desktop/MultiMC/libraries/net/java/jutils/jutils/1.0.0/jutils-1.0.0.jar
C:/Users/Jesse/Desktop/MultiMC/libraries/org/lwjgl/lwjgl/lwjgl/2.9.1/lwjgl-2.9.1.jar
C:/Users/Jesse/Desktop/MultiMC/libraries/org/lwjgl/lwjgl/lwjgl_util/2.9.1/lwjgl_util-2.9.1.jar
C:/Users/Jesse/Desktop/MultiMC/versions/1.6.4/1.6.4.jar
Params:
[--username, <PROFILE NAME>, --session, <SESSION ID>, --version, 1.6.4, --gameDir, C:/Users/Jesse/Desktop/MultiMC/instances/Modpack 1.6.4 New/minecraft, --assetsDir, C:/Users/Jesse/Desktop/MultiMC/assets/virtual/legacy, --tweakClass, cpw.mods.fml.common.launcher.FMLTweaker]
Window size: 854 x 480
Preparing native libraries...
Extracting jinput-platform-2.0.5-natives-windows.jar
Extracting lwjgl-platform-2.9.1-natives-windows.jar
Nov 11, 2014 5:55:02 AM net.minecraft.launchwrapper.LogWrapper log
INFO: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
Nov 11, 2014 5:55:03 AM net.minecraft.launchwrapper.LogWrapper log
INFO: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
Nov 11, 2014 5:55:03 AM net.minecraft.launchwrapper.LogWrapper log
INFO: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
2014-11-11 05:55:03 [INFO] [ForgeModLoader] Forge Mod Loader version 6.4.49.965 for Minecraft 1.6.4 loading
2014-11-11 05:55:03 [INFO] [ForgeModLoader] Java is Java HotSpot(TM) 64-Bit Server VM, version 1.7.0_71, running on Windows 8.1:amd64:6.3, installed at C:\Program Files\Java\jre7
2014-11-11 05:55:03 [WARNING] [ForgeModLoader] The coremod lumien.randomthings.Transformer.RTLoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2014-11-11 05:55:03 [INFO] [ForgeModLoader] Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
2014-11-11 05:55:03 [INFO] [ForgeModLoader] Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
2014-11-11 05:55:03 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
2014-11-11 05:55:03 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
2014-11-11 05:55:03 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
2014-11-11 05:55:03 [INFO] [STDOUT] Loaded 40 rules from AccessTransformer config file fml_at.cfg
2014-11-11 05:55:05 [INFO] [ForgeModLoader] Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
2014-11-11 05:55:05 [INFO] [ForgeModLoader] Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc
2014-11-11 05:55:05 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
2014-11-11 05:55:05 [INFO] [STDOUT] Loaded 110 rules from AccessTransformer config file forge_at.cfg
2014-11-11 05:55:05 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
2014-11-11 05:55:05 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
2014-11-11 05:55:05 [INFO] [ForgeModLoader] Launching wrapped minecraft {net.minecraft.client.main.Main}
2014-11-11 05:55:08 [INFO] [Minecraft-Client] Setting user: <PROFILE NAME>
2014-11-11 05:55:08 [INFO] [STDOUT] [RT CF] Patching Leaves Class
2014-11-11 05:55:09 [INFO] [Minecraft-Client] LWJGL Version: 2.9.1
2014-11-11 05:55:10 [INFO] [Minecraft-Client] Reloading ResourceManager: Default
2014-11-11 05:55:12 [INFO] [MinecraftForge] Attempting early MinecraftForge initialization
2014-11-11 05:55:12 [INFO] [STDOUT] MinecraftForge v9.11.1.965 Initialized
2014-11-11 05:55:12 [INFO] [ForgeModLoader] MinecraftForge v9.11.1.965 Initialized
2014-11-11 05:55:12 [INFO] [STDOUT] Replaced 111 ore recipies
2014-11-11 05:55:12 [INFO] [MinecraftForge] Completed early MinecraftForge initialization
2014-11-11 05:55:12 [INFO] [ForgeModLoader] Reading custom logging properties from C:\Users\Jesse\Desktop\MultiMC\instances\Modpack 1.6.4 New\minecraft\config\logging.properties
2014-11-11 05:55:12 [OFF] [ForgeModLoader] Logging level for ForgeModLoader logging is set to ALL
2014-11-11 05:55:12 [INFO] [ForgeModLoader] Searching C:\Users\Jesse\Desktop\MultiMC\instances\Modpack 1.6.4 New\minecraft\mods for mods
2014-11-11 05:55:15 [SEVERE] [ForgeModLoader] The mcmod.info file in B0bGary's Growable Ores! for 1.6.4 v 1.8.0.zip cannot be parsed as valid JSON. It will be ignored
argo.saj.InvalidSyntaxException: At line 1, column 1: Expected either [ or { but got [ï].
at argo.saj.SajParser.parse(SajParser.java:61)
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.launchWithMainClass(OneSixLauncher.java:286)
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:376)
at org.multimc.EntryPoint.listen(EntryPoint.java:165)
at org.multimc.EntryPoint.main(EntryPoint.java:54)
2014-11-11 05:55:16 [SEVERE] [ForgeModLoader] The mcmod.info file in Magical Charms Mod 2.5.zip cannot be parsed as valid JSON. It will be ignored
argo.saj.InvalidSyntaxException: At line 1, column 1: Expected either [ or { but got [T].
at argo.saj.SajParser.parse(SajParser.java:61)
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.launchWithMainClass(OneSixLauncher.java:286)
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:376)
at org.multimc.EntryPoint.listen(EntryPoint.java:165)
at org.multimc.EntryPoint.main(EntryPoint.java:54)
2014-11-11 05:55:16 [INFO] [ForgeModLoader] Forge Mod Loader has identified 33 mods to load
2014-11-11 05:55:16 [INFO] [mcp] Activating mod mcp
2014-11-11 05:55:16 [INFO] [FML] Activating mod FML
2014-11-11 05:55:16 [INFO] [Forge] Activating mod Forge
2014-11-11 05:55:16 [INFO] [lucky] Activating mod lucky
2014-11-11 05:55:16 [INFO] [FLabsBF] Activating mod FLabsBF
2014-11-11 05:55:16 [INFO] [bspkrsCore] Activating mod bspkrsCore
2014-11-11 05:55:16 [INFO] [mod_bspkrsCore] Activating mod mod_bspkrsCore
2014-11-11 05:55:16 [INFO] [StatusEffectHUD] Activating mod StatusEffectHUD
2014-11-11 05:55:16 [INFO] [FTL] Activating mod FTL
2014-11-11 05:55:16 [INFO] [animationwiz_bunchastuff] Activating mod animationwiz_bunchastuff
2014-11-11 05:55:16 [INFO] [B0bGrowsOre] Activating mod B0bGrowsOre
2014-11-11 05:55:16 [INFO] [BetterToolsNeuro] Activating mod BetterToolsNeuro
2014-11-11 05:55:16 [INFO] [BiblioCraft] Activating mod BiblioCraft
2014-11-11 05:55:16 [INFO] [BuildCraft|Builders] Activating mod BuildCraft|Builders
2014-11-11 05:55:16 [INFO] [BuildCraft|Core] Activating mod BuildCraft|Core
2014-11-11 05:55:16 [INFO] [BuildCraft|Energy] Activating mod BuildCraft|Energy
2014-11-11 05:55:16 [INFO] [BuildCraft|Factory] Activating mod BuildCraft|Factory
2014-11-11 05:55:16 [INFO] [BuildCraft|Silicon] Activating mod BuildCraft|Silicon
2014-11-11 05:55:16 [INFO] [BuildCraft|Transport] Activating mod BuildCraft|Transport
2014-11-11 05:55:16 [INFO] [CarpentersBlocks] Activating mod CarpentersBlocks
2014-11-11 05:55:16 [INFO] [kegare.caveworld] Activating mod kegare.caveworld
2014-11-11 05:55:16 [INFO] [Chisel] Activating mod Chisel
2014-11-11 05:55:16 [INFO] [props] Activating mod props
2014-11-11 05:55:16 [INFO] [ExtrabiomesXL] Activating mod ExtrabiomesXL
2014-11-11 05:55:16 [INFO] [Hats] Activating mod Hats
2014-11-11 05:55:16 [INFO] [ImmibisCore] Activating mod ImmibisCore
2014-11-11 05:55:16 [INFO] [IronChest] Activating mod IronChest
2014-11-11 05:55:16 [INFO] [LiquidXP] Activating mod LiquidXP
2014-11-11 05:55:16 [INFO] [Magical Tools Mod] Activating mod Magical Tools Mod
2014-11-11 05:55:16 [INFO] [Magical Charms Mod] Activating mod Magical Charms Mod
2014-11-11 05:55:16 [INFO] [mca] Activating mod mca
2014-11-11 05:55:16 [INFO] [Morph] Activating mod Morph
2014-11-11 05:55:16 [INFO] [RandomThings] Activating mod RandomThings
2014-11-11 05:55:16 [WARNING] [Forge Mod Loader] Mod Forge Mod Loader is missing a pack.mcmeta file, things may not work well
2014-11-11 05:55:16 [WARNING] [Minecraft Forge] Mod Minecraft Forge is missing a pack.mcmeta file, things may not work well
2014-11-11 05:55:16 [WARNING] [Lucky Block] Mod Lucky Block is missing a pack.mcmeta file, things may not work well
2014-11-11 05:55:16 [WARNING] [BetterFurnaces] Mod BetterFurnaces is missing a pack.mcmeta file, things may not work well
2014-11-11 05:55:16 [WARNING] [bspkrsCore] Mod bspkrsCore is missing a pack.mcmeta file, things may not work well
2014-11-11 05:55:16 [WARNING] [StatusEffectHUD] Mod StatusEffectHUD is missing a pack.mcmeta file, things may not work well
2014-11-11 05:55:16 [WARNING] [Flesh To Leather] Mod Flesh To Leather is missing a pack.mcmeta file, things may not work well
2014-11-11 05:55:16 [WARNING] [Buncha Stuff Mod] Mod Buncha Stuff Mod is missing a pack.mcmeta file, things may not work well
2014-11-11 05:55:16 [WARNING] [B0bGary's Growable Ores!] Mod B0bGary's Growable Ores! is missing a pack.mcmeta file, things may not work well
2014-11-11 05:55:16 [WARNING] [Better Tools Mod] Mod Better Tools Mod is missing a pack.mcmeta file, things may not work well
2014-11-11 05:55:16 [WARNING] [BC Builders] Mod BC Builders is missing a pack.mcmeta file, things may not work well
2014-11-11 05:55:16 [WARNING] [BuildCraft] Mod BuildCraft is missing a pack.mcmeta file, things may not work well
2014-11-11 05:55:16 [WARNING] [BC Energy] Mod BC Energy is missing a pack.mcmeta file, things may not work well
2014-11-11 05:55:16 [WARNING] [BC Factory] Mod BC Factory is missing a pack.mcmeta file, things may not work well
2014-11-11 05:55:16 [WARNING] [BC Silicon] Mod BC Silicon is missing a pack.mcmeta file, things may not work well
2014-11-11 05:55:16 [WARNING] [BC Transport] Mod BC Transport is missing a pack.mcmeta file, things may not work well
2014-11-11 05:55:16 [WARNING] [Carpenter's Blocks] Mod Carpenter's Blocks is missing a pack.mcmeta file, things may not work well
2014-11-11 05:55:16 [WARNING] [Chisel] Mod Chisel is missing a pack.mcmeta file, things may not work well
2014-11-11 05:55:16 [WARNING] [DecoCraft] Mod DecoCraft is missing a pack.mcmeta file, things may not work well
2014-11-11 05:55:16 [WARNING] [ExtrabiomesXL] Mod ExtrabiomesXL is missing a pack.mcmeta file, things may not work well
2014-11-11 05:55:16 [WARNING] [Hats] Mod Hats is missing a pack.mcmeta file, things may not work well
2014-11-11 05:55:16 [WARNING] [Immibis Core] Mod Immibis Core is missing a pack.mcmeta file, things may not work well
2014-11-11 05:55:16 [WARNING] [Iron Chest] Mod Iron Chest is missing a pack.mcmeta file, things may not work well
2014-11-11 05:55:16 [WARNING] [Liquid XP] Mod Liquid XP is missing a pack.mcmeta file, things may not work well
2014-11-11 05:55:16 [WARNING] [Magical Tools Mod] Mod Magical Tools Mod is missing a pack.mcmeta file, things may not work well
2014-11-11 05:55:16 [WARNING] [Magical Charms Mod] Mod Magical Charms Mod is missing a pack.mcmeta file, things may not work well
2014-11-11 05:55:16 [WARNING] [Minecraft Comes Alive] Mod Minecraft Comes Alive is missing a pack.mcmeta file, things may not work well
2014-11-11 05:55:16 [INFO] [Minecraft-Client] Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Lucky Block, FMLFileResourcePack:BetterFurnaces, FMLFileResourcePack:bspkrsCore, FMLFileResourcePack:StatusEffectHUD, FMLFileResourcePack:Flesh To Leather, FMLFileResourcePack:Buncha Stuff Mod, FMLFileResourcePack:B0bGary's Growable Ores!, FMLFileResourcePack:Better Tools Mod, FMLFileResourcePack:BiblioCraft, FMLFileResourcePack:BC Builders, FMLFileResourcePack:BuildCraft, FMLFileResourcePack:BC Energy, FMLFileResourcePack:BC Factory, FMLFileResourcePack:BC Silicon, FMLFileResourcePack:BC Transport, FMLFileResourcePack:Carpenter's Blocks, FMLFileResourcePack:Caveworld, FMLFileResourcePack:Chisel, FMLFileResourcePack:DecoCraft, FMLFileResourcePack:ExtrabiomesXL, FMLFileResourcePack:Hats, FMLFileResourcePack:Immibis Core, FMLFileResourcePack:Iron Chest, FMLFileResourcePack:Liquid XP, FMLFileResourcePack:Magical Tools Mod, FMLFileResourcePack:Magical Charms Mod, FMLFileResourcePack:Minecraft Comes Alive, FMLFileResourcePack:Morph, FMLFileResourcePack:Random Things
2014-11-11 05:55:16 [INFO] [ForgeModLoader] FML has found a non-mod file qCraft1.1.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-11-11 05:55:16 [INFO] [ForgeModLoader] Registering Forge Packet Handler
2014-11-11 05:55:16 [INFO] [ForgeModLoader] Succeeded registering Forge Packet Handler
2014-11-11 05:55:18 [INFO] [STDOUT] CONFLICT @ 1206 item slot already occupied by [email protected] while adding [email protected]
2014-11-11 05:55:18 [INFO] [fml.ItemTracker] The mod Magical Tools Mod is overwriting existing item at 1462 (endernoobs.mods.magicalcandiesmod.ItemMysticMandMs from Magical Tools Mod) with endernoobs.mods.magicalcandiesmod.ItemSpellboundReeses
2014-11-11 05:55:18 [WARNING] [ForgeModLoader] The mod FMLMod:Magical Tools Mod{GUMMY BEARS} is attempting to register a block whilst it it being constructed. This is bad modding practice - please use a proper mod lifecycle event.
2014-11-11 05:55:18 [WARNING] [ForgeModLoader] The mod FMLMod:Magical Charms Mod{2.5} is attempting to register a block whilst it it being constructed. This is bad modding practice - please use a proper mod lifecycle event.
2014-11-11 05:55:18 [SEVERE] [ForgeModLoader] Detected an attempt by a mod FMLMod:Magical Charms Mod{2.5} to perform game activity during mod construction. This is a serious programming error.
2014-11-11 05:55:18 [WARNING] [ForgeModLoader] Mod Magical Charms Mod attempted to register a gui network handler during a construction phase
2014-11-11 05:55:18 [INFO] [ForgeModLoader] Configured a dormant chunk cache size of 0
2014-11-11 05:55:18 [INFO] [bspkrsCore] Initializing ModVersionChecker for mod StatusEffectHUD
2014-11-11 05:55:19 [INFO] [B0BGROWSORE] Starting version check.
2014-11-11 05:55:19 [INFO] [STDOUT] CONFLICT @ 500 item slot already occupied by [email protected]d while adding [email protected]
2014-11-11 05:55:19 [INFO] [fml.ItemTracker] The mod BetterToolsNeuro is overwriting existing item at 756 (endernoobs.mods.MagicalCharmsMod.ItemYogscastDuncanCharm from Magical Charms Mod) with bt.base.ModItem
2014-11-11 05:55:19 [INFO] [STDOUT] CONFLICT @ 501 item slot already occupied by [email protected] while adding [email protected]
2014-11-11 05:55:19 [INFO] [fml.ItemTracker] The mod BetterToolsNeuro is overwriting existing item at 757 (endernoobs.mods.MagicalCharmsMod.ItemYogscastSipsCharm from Magical Charms Mod) with bt.base.ModItem
2014-11-11 05:55:19 [INFO] [STDOUT] CONFLICT @ 502 item slot already occupied by [email protected] while adding [email protected]
2014-11-11 05:55:19 [INFO] [fml.ItemTracker] The mod BetterToolsNeuro is overwriting existing item at 758 (endernoobs.mods.MagicalCharmsMod.ItemYogscastSjinCharm from Magical Charms Mod) with bt.base.ModItem
2014-11-11 05:55:19 [INFO] [STDOUT] CONFLICT @ 510 item slot already occupied by [email protected] while adding [email protected]
2014-11-11 05:55:19 [INFO] [fml.ItemTracker] The mod BetterToolsNeuro is overwriting existing item at 766 (endernoobs.mods.MagicalCharmsMod.ItemEnderNoobsCharm from Magical Charms Mod) with bt.base.ModItem
2014-11-11 05:55:19 [INFO] [Buildcraft] Starting BuildCraft 4.2.1 (:52)
2014-11-11 05:55:19 [INFO] [Buildcraft] Copyright (c) SpaceToad, 2011
2014-11-11 05:55:19 [INFO] [Buildcraft] http://www.mod-buildcraft.com
2014-11-11 05:55:19 [INFO] [Buildcraft] Beginning version check
2014-11-11 05:55:19 [INFO] [CarpentersBlocks] Extended plant support integration successful.
2014-11-11 05:55:19 [INFO] [CarpentersBlocks] Successfully loaded 18 flower pot designs.
2014-11-11 05:55:19 [INFO] [CarpentersBlocks] Successfully loaded 9 chisel patterns.
2014-11-11 05:55:19 [INFO] [CarpentersBlocks] Successfully loaded 6 bed designs.
2014-11-11 05:55:20 [WARNING] [Buildcraft] Unable to read from remote version authority.
2014-11-11 05:55:20 [WARNING] [Buildcraft] java.io.FileNotFoundException: https://dl.dropboxusercontent.com/u/38558957/Minecraft/Buildcraft/version.txt
2014-11-11 05:55:20 [INFO] [Buildcraft] Version check attempt 1 failed, trying again in 10 seconds
2014-11-11 05:55:20 [INFO] [B0BGROWSORE] The version 1.8.0 is outdated. Current version: 1.9.2, B0bGary's Growable Ores (Finally 1.7!)
2014-11-11 05:55:20 [INFO] [STDOUT] CONFLICT @ 494 item slot already occupied by [email protected] while adding [email protected]
2014-11-11 05:55:20 [INFO] [fml.ItemTracker] The mod kegare.caveworld is overwriting existing item at 750 (endernoobs.mods.MagicalCharmsMod.ItemSethblingCharm from Magical Charms Mod) with com.kegare.caveworld.item.ItemPortalCaveworld
2014-11-11 05:55:20 [INFO] [STDOUT] CONFLICT @ 495 item slot already occupied by [email protected] while adding [email protected]
2014-11-11 05:55:20 [INFO] [fml.ItemTracker] The mod kegare.caveworld is overwriting existing item at 751 (endernoobs.mods.MagicalCharmsMod.ItemPopularMMOCharm from Magical Charms Mod) with com.kegare.caveworld.item.ItemRope
2014-11-11 05:55:20 [INFO] [ExtrabiomesXL] Initializing.
2014-11-11 05:55:21 [INFO] [ExtrabiomesXL] Module CAUTIA is enabled.
2014-11-11 05:55:21 [INFO] [ExtrabiomesXL] Module FABRICA is enabled.
2014-11-11 05:55:21 [INFO] [ExtrabiomesXL] Module AMICA is enabled.
2014-11-11 05:55:21 [INFO] [STDOUT] Minecraft Comes Alive CLIENT: Loading mod properties...
2014-11-11 05:55:21 [INFO] [STDOUT] Minecraft Comes Alive CLIENT: Attempting to find MCA as an archive in the mods folder...
2014-11-11 05:55:21 [INFO] [STDOUT] Minecraft Comes Alive CLIENT: -A_Buncha_Stuff_Mod_v1.3.7-_1.6.4.zip <NOT>
2014-11-11 05:55:21 [INFO] [STDOUT] Minecraft Comes Alive CLIENT: -B0bGary's Growable Ores! for 1.6.4 v 1.8.0.zip <NOT>
2014-11-11 05:55:21 [INFO] [STDOUT] Minecraft Comes Alive CLIENT: -bettertools_164.zip <NOT>
2014-11-11 05:55:21 [INFO] [STDOUT] Minecraft Comes Alive CLIENT: -BiblioCraft[v1.5.5].zip <NOT>
2014-11-11 05:55:21 [INFO] [STDOUT] Minecraft Comes Alive CLIENT: -Carpenters-Blocks-Mod-1.6.4.zip <NOT>
2014-11-11 05:55:21 [INFO] [STDOUT] Minecraft Comes Alive CLIENT: -Caveworld_1.6.4-v1.3.3.1.zip <NOT>
2014-11-11 05:55:21 [INFO] [STDOUT] Minecraft Comes Alive CLIENT: -DecoCraft1.6.4 V1.9b.zip <NOT>
2014-11-11 05:55:21 [INFO] [STDOUT] Minecraft Comes Alive CLIENT: -Hats2.1.8.zip <NOT>
2014-11-11 05:55:21 [INFO] [STDOUT] Minecraft Comes Alive CLIENT: -ironchest-universal-1.6.4-5.4.1.613.zip <NOT>
2014-11-11 05:55:21 [INFO] [STDOUT] Minecraft Comes Alive CLIENT: -Magical Candies Mod 1.5.zip <NOT>
2014-11-11 05:55:21 [INFO] [STDOUT] Minecraft Comes Alive CLIENT: -Magical Charms Mod 2.5.zip <NOT>
2014-11-11 05:55:21 [INFO] [STDOUT] Minecraft Comes Alive CLIENT: -MCA-3.6.0_MC-1.6.4.zip <YES>
2014-11-11 05:55:21 [INFO] [STDOUT] Minecraft Comes Alive CLIENT: Loading skins from data file: MCA-3.6.0_MC-1.6.4.zip...
2014-11-11 05:55:21 [INFO] [STDOUT] Minecraft Comes Alive CLIENT: Language ID: en_US
2014-11-11 05:55:21 [INFO] [STDOUT] Minecraft Comes Alive CLIENT: Loading English...
2014-11-11 05:55:21 [INFO] [STDOUT] Minecraft Comes Alive CLIENT: Loaded 1642 phrases in English.
2014-11-11 05:55:22 [INFO] [fml.ItemTracker] The mod RandomThings is overwriting existing item at 123 (net.minecraft.block.BlockRedstoneLight from Minecraft) with lumien.randomthings.ItemBlocks.ItemBlockLamp
2014-11-11 05:55:22 [INFO] [fml.ItemTracker] The mod RandomThings is overwriting existing item at 124 (net.minecraft.block.BlockRedstoneLight from Minecraft) with lumien.randomthings.ItemBlocks.ItemBlockLamp
2014-11-11 05:55:22 [INFO] [fml.ItemTracker] The mod RandomThings is overwriting existing item at 20 (net.minecraft.block.BlockGlass from Minecraft) with lumien.randomthings.ItemBlocks.ItemBlockGlass
2014-11-11 05:55:22 [INFO] [STDOUT] Overriding Glass
2014-11-11 05:55:22 [INFO] [fml.ItemTracker] The mod RandomThings is overwriting existing item at 152 (net.minecraft.block.BlockPoweredOre from Minecraft) with lumien.randomthings.ItemBlocks.ItemBlockColoredRedstoneBlock
2014-11-11 05:55:22 [INFO] [RandomThings] Extending Potion Array
2014-11-11 05:55:22 [INFO] [RandomThings] Old length: 32 New length: 128
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class extrabiomes.items.ItemRedRock with ID 254 owned by mod ExtrabiomesXL, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class net.minecraft.item.ItemBlock with ID 255 owned by mod ExtrabiomesXL, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class endernoobs.mods.MagicalCharmsMod.ItemPureMagic with ID 706 owned by mod Magical Charms Mod, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class endernoobs.mods.MagicalCharmsMod.ItemCharm with ID 708 owned by mod Magical Charms Mod, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class endernoobs.mods.MagicalCharmsMod.ItemWolfCharm with ID 716 owned by mod Magical Charms Mod, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class endernoobs.mods.MagicalCharmsMod.ItemVillagerCharm with ID 717 owned by mod Magical Charms Mod, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class endernoobs.mods.MagicalCharmsMod.ItemIronGolemCharm with ID 718 owned by mod Magical Charms Mod, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class endernoobs.mods.MagicalCharmsMod.ItemEndermanCharm with ID 719 owned by mod Magical Charms Mod, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class endernoobs.mods.MagicalCharmsMod.ItemSnowGolemCharm with ID 720 owned by mod Magical Charms Mod, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class endernoobs.mods.MagicalCharmsMod.ItemPigCharm with ID 721 owned by mod Magical Charms Mod, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class endernoobs.mods.MagicalCharmsMod.ItemSheepCharm with ID 722 owned by mod Magical Charms Mod, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class endernoobs.mods.MagicalCharmsMod.ItemSpiderCharm with ID 723 owned by mod Magical Charms Mod, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class endernoobs.mods.MagicalCharmsMod.ItemZombieCharm with ID 724 owned by mod Magical Charms Mod, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class endernoobs.mods.MagicalCharmsMod.ItemZombiePigmanCharm with ID 725 owned by mod Magical Charms Mod, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class endernoobs.mods.MagicalCharmsMod.ItemEnderdragonCharm with ID 726 owned by mod Magical Charms Mod, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class endernoobs.mods.MagicalCharmsMod.ItemCowCharm with ID 727 owned by mod Magical Charms Mod, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class endernoobs.mods.MagicalCharmsMod.ItemGhastCharm with ID 728 owned by mod Magical Charms Mod, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class endernoobs.mods.MagicalCharmsMod.ItemSkeletonCharm with ID 729 owned by mod Magical Charms Mod, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class endernoobs.mods.MagicalCharmsMod.ItemBlazeCharm with ID 730 owned by mod Magical Charms Mod, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class endernoobs.mods.MagicalCharmsMod.ItemMushroomCharm with ID 731 owned by mod Magical Charms Mod, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class endernoobs.mods.MagicalCharmsMod.ItemBatCharm with ID 732 owned by mod Magical Charms Mod, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class endernoobs.mods.MagicalCharmsMod.ItemOcelotCharm with ID 733 owned by mod Magical Charms Mod, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class endernoobs.mods.MagicalCharmsMod.ItemHorseCharm with ID 734 owned by mod Magical Charms Mod, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class endernoobs.mods.MagicalCharmsMod.ItemWitherSkeletonCharm with ID 735 owned by mod Magical Charms Mod, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class endernoobs.mods.MagicalCharmsMod.ItemWitherCharm with ID 736 owned by mod Magical Charms Mod, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class endernoobs.mods.MagicalCharmsMod.ItemWitchCharm with ID 737 owned by mod Magical Charms Mod, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class endernoobs.mods.MagicalCharmsMod.ItemSpiderJockyCharm with ID 738 owned by mod Magical Charms Mod, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class endernoobs.mods.MagicalCharmsMod.ItemSquidCharm with ID 739 owned by mod Magical Charms Mod, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class endernoobs.mods.MagicalCharmsMod.ItemSlimeCharm with ID 740 owned by mod Magical Charms Mod, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class endernoobs.mods.MagicalCharmsMod.ItemSilverfishCharm with ID 741 owned by mod Magical Charms Mod, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class endernoobs.mods.MagicalCharmsMod.ItemEndermiteCharm with ID 742 owned by mod Magical Charms Mod, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class endernoobs.mods.MagicalCharmsMod.ItemSkydoesMinecraftCharm with ID 746 owned by mod Magical Charms Mod, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class endernoobs.mods.MagicalCharmsMod.ItemDiamondMinecartCharm with ID 747 owned by mod Magical Charms Mod, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class endernoobs.mods.MagicalCharmsMod.ItemYogscastCharm with ID 748 owned by mod Magical Charms Mod, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class endernoobs.mods.MagicalCharmsMod.ItemCaptainSparklezCharm with ID 749 owned by mod Magical Charms Mod, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class endernoobs.mods.MagicalCharmsMod.ItemMuchingBrotatoCharm with ID 752 owned by mod Magical Charms Mod, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class endernoobs.mods.MagicalCharmsMod.ItemMinecraftUniverseCharm with ID 753 owned by mod Magical Charms Mod, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class endernoobs.mods.magicalcandiesmod.ItemPureMagic with ID 1456 owned by mod Magical Tools Mod, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class endernoobs.mods.magicalcandiesmod.ItemMagicalBubbleGum with ID 1458 owned by mod Magical Tools Mod, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class endernoobs.mods.magicalcandiesmod.ItemEnchantedJawbreaker with ID 1459 owned by mod Magical Tools Mod, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class endernoobs.mods.magicalcandiesmod.ItemWizardsSkittles with ID 1460 owned by mod Magical Tools Mod, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class endernoobs.mods.magicalcandiesmod.ItemCharmedGumDrop with ID 1461 owned by mod Magical Tools Mod, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class endernoobs.mods.magicalcandiesmod.ItemSpellboundReeses with ID 1462 owned by mod Magical Tools Mod, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class endernoobs.mods.magicalcandiesmod.ItemMythicalCandyCorn with ID 1463 owned by mod Magical Tools Mod, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class endernoobs.mods.magicalcandiesmod.ItemMagicKitKat with ID 1464 owned by mod Magical Tools Mod, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class endernoobs.mods.magicalcandiesmod.ItemSpecialLollyPop with ID 1465 owned by mod Magical Tools Mod, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class endernoobs.mods.magicalcandiesmod.ItemVooDooGummyBear with ID 1466 owned by mod Magical Tools Mod, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class endernoobs.mods.magicalcandiesmod.ItemConjuredCrunch with ID 1467 owned by mod Magical Tools Mod, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class endernoobs.mods.magicalcandiesmod.ItemTelekineticTwix with ID 1468 owned by mod Magical Tools Mod, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class endernoobs.mods.magicalcandiesmod.ItemSpellboundHerseys with ID 1469 owned by mod Magical Tools Mod, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class endernoobs.mods.magicalcandiesmod.ItemMysteriousStarburst with ID 1470 owned by mod Magical Tools Mod, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class endernoobs.mods.magicalcandiesmod.ItemNecromanticNerds with ID 1471 owned by mod Magical Tools Mod, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class endernoobs.mods.magicalcandiesmod.ItemConjuredCandyCane with ID 1472 owned by mod Magical Tools Mod, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class endernoobs.mods.magicalcandiesmod.ItemFatteningSword with ID 1473 owned by mod Magical Tools Mod, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class extrabiomes.items.ItemCustomLeaves with ID 2200 owned by mod ExtrabiomesXL, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class extrabiomes.items.ItemCatTail with ID 2201 owned by mod ExtrabiomesXL, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class extrabiomes.items.ItemFlower with ID 2202 owned by mod ExtrabiomesXL, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class extrabiomes.items.ItemGrass with ID 2203 owned by mod ExtrabiomesXL, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class extrabiomes.items.ItemCustomGreenLeaves with ID 2204 owned by mod ExtrabiomesXL, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class net.minecraft.item.ItemBlock with ID 2205 owned by mod ExtrabiomesXL, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class extrabiomes.items.ItemSapling with ID 2207 owned by mod ExtrabiomesXL, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class extrabiomes.utility.MultiItemBlock with ID 2208 owned by mod ExtrabiomesXL, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class extrabiomes.utility.MultiItemBlock with ID 2209 owned by mod ExtrabiomesXL, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class extrabiomes.utility.MultiItemBlock with ID 2211 owned by mod ExtrabiomesXL, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class extrabiomes.utility.MultiItemBlock with ID 2212 owned by mod ExtrabiomesXL, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class extrabiomes.utility.MultiItemBlock with ID 2213 owned by mod ExtrabiomesXL, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class extrabiomes.items.ItemNewSapling with ID 2224 owned by mod ExtrabiomesXL, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class net.minecraft.item.ItemBlock with ID 2225 owned by mod ExtrabiomesXL, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class extrabiomes.items.ItemCustomNewLeaves with ID 2226 owned by mod ExtrabiomesXL, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class net.minecraft.item.ItemBlock with ID 2227 owned by mod ExtrabiomesXL, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class net.minecraft.item.ItemBlock with ID 2228 owned by mod ExtrabiomesXL, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class net.minecraft.item.ItemBlock with ID 2229 owned by mod ExtrabiomesXL, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class extrabiomes.utility.MultiItemBlock with ID 2231 owned by mod ExtrabiomesXL, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class extrabiomes.items.ItemCustomMoreLeaves with ID 2237 owned by mod ExtrabiomesXL, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class extrabiomes.items.ItemCustomMiniLog with ID 2238 owned by mod ExtrabiomesXL, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class extrabiomes.items.LogTurner with ID 13126 owned by mod ExtrabiomesXL, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class extrabiomes.module.fabrica.scarecrow.ItemScarecrow with ID 13127 owned by mod ExtrabiomesXL, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class extrabiomes.module.fabrica.block.ItemPaste with ID 13128 owned by mod ExtrabiomesXL, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class mca.item.ItemEngagementRing with ID 25906 owned by mod mca, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class mca.item.ItemWeddingRing with ID 25907 owned by mod mca, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class mca.item.ItemArrangersRing with ID 25908 owned by mod mca, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class mca.item.ItemBabyBoy with ID 25909 owned by mod mca, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class mca.item.ItemBabyGirl with ID 25910 owned by mod mca, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class mca.item.ItemTombstone with ID 25911 owned by mod mca, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class mca.item.ItemEggMale with ID 25912 owned by mod mca, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class mca.item.ItemEggFemale with ID 25913 owned by mod mca, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class mca.item.ItemWhistle with ID 25914 owned by mod mca, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class mca.item.ItemVillagerEditor with ID 25915 owned by mod mca, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class mca.item.ItemLostRelativeDocument with ID 25926 owned by mod mca, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class mca.item.ItemCrown with ID 25927 owned by mod mca, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class mca.item.ItemHeirCrown with ID 25928 owned by mod mca, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class mca.item.ItemKingsCoat with ID 25929 owned by mod mca, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class mca.item.ItemKingsPants with ID 25930 owned by mod mca, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class mca.item.ItemKingsBoots with ID 25931 owned by mod mca, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class mca.item.ItemDecorativeCrown with ID 25932 owned by mod mca, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class mca.item.ItemDecorativeCrown with ID 25933 owned by mod mca, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class mca.item.ItemDecorativeCrown with ID 25934 owned by mod mca, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class mca.item.ItemDecorativeCrown with ID 25935 owned by mod mca, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [ForgeModLoader] Found anonymous item of class mca.item.ItemDecorativeCrown with ID 25936 owned by mod mca, this item will NOT survive a 1.7 upgrade!
2014-11-11 05:55:22 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: ironchest:textures/blocks/dirtchest9000_top.png
2014-11-11 05:55:22 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: ironchest:textures/blocks/dirtchest9000_side.png
2014-11-11 05:55:22 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: ironchest:textures/blocks/dirtchest9000_front.png
2014-11-11 05:55:23 [INFO] [bspkrsCore] Initializing ModVersionChecker for mod bspkrsCore
2014-11-11 05:55:23 [INFO] [ForgeModLoader] [Modstats] Config loaded. allowUpdates: true, betaNotification: false, strict: false
2014-11-11 05:55:24 [INFO] [fml.ItemTracker] The mod Chisel is overwriting existing item at 79 (net.minecraft.block.BlockIce from Minecraft) with info.jbcs.minecraft.chisel.ItemCarvable
2014-11-11 05:55:24 [SEVERE] [LiquidXP] Skipping event FMLInitializationEvent and marking errored mod LiquidXP since required dependency ImmibisCore has errored
2014-11-11 05:55:24 [SEVERE] [ForgeModLoader] Fatal errors were detected during the transition from INITIALIZATION to POSTINITIALIZATION. Loading cannot continue
2014-11-11 05:55:24 [SEVERE] [ForgeModLoader]
mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
FML{6.4.49.965} [Forge Mod Loader] (forge-1.6.4-9.11.1.965-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized
Forge{9.11.1.965} [Minecraft Forge] (forge-1.6.4-9.11.1.965-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized
lucky{4.2.1} [Lucky Block] ([1-6-4]_Lucky_Block_v4-2-1.jar) Unloaded->Constructed->Pre-initialized->Initialized
FLabsBF{4.0} [BetterFurnaces] ([1.6.4]BetterFurnacesV4.0.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
bspkrsCore{v4.3(1.6.4)} [bspkrsCore] ([1.6.4]bspkrsCorev4.3.zip) Unloaded->Constructed->Pre-initialized->Initialized
mod_bspkrsCore{v4.3(1.6.4)} [bspkrsCore] ([1.6.4]bspkrsCorev4.3.zip) Unloaded->Constructed->Pre-initialized->Initialized
StatusEffectHUD{v1.19(1.6.4)} [StatusEffectHUD] ([1.6.4]StatusEffectHUDv1.19.zip) Unloaded->Constructed->Pre-initialized->Initialized
FTL{1.0.0_R1} [§6Flesh To Leather] (_1.6.4__Flesh_To_Leather_V.1.0.0_R1.jar) Unloaded->Constructed->Pre-initialized->Initialized
animationwiz_bunchastuff{v1.6.4} [Buncha Stuff Mod] (A_Buncha_Stuff_Mod_v1.3.7-_1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
B0bGrowsOre{1.8.0} [B0bGary's Growable Ores!] (B0bGary's Growable Ores! for 1.6.4 v 1.8.0.zip) Unloaded->Constructed->Pre-initialized->Initialized
BetterToolsNeuro{2.1} [Better Tools Mod] (bettertools_164.zip) Unloaded->Constructed->Pre-initialized->Initialized
BiblioCraft{1.5.5} [BiblioCraft] (BiblioCraft[v1.5.5].zip) 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
CarpentersBlocks{2.0.8} [Carpenter's Blocks] (Carpenters-Blocks-Mod-1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
kegare.caveworld{1.3.3.1} [Caveworld] (Caveworld_1.6.4-v1.3.3.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
Chisel{1.4.11} [Chisel] (chisel-1.6.4-1.4.11.jar) Unloaded->Constructed->Pre-initialized->Initialized
props{1.9a} [DecoCraft] (DecoCraft1.6.4 V1.9b.zip) Unloaded->Constructed->Pre-initialized->Initialized
ExtrabiomesXL{3.14.2} [ExtrabiomesXL] (ExtrabiomesXL-universal-1.6.4-3.14.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
Hats{2.1.8} [Hats] (Hats2.1.8.zip) Unloaded->Constructed->Pre-initialized->Initialized
ImmibisCore{57.1.4} [Immibis Core] (Immibis-Core-1.6.4.jar) Unloaded->Constructed->Pre-initialized->Errored
IronChest{5.4.1.613} [Iron Chest] (ironchest-universal-1.6.4-5.4.1.613.zip) Unloaded->Constructed->Pre-initialized->Initialized
LiquidXP{57.0.0} [Liquid XP] (liquid-xp-57.0.0.jar) Unloaded->Constructed->Pre-initialized->Errored
Magical Tools Mod{GUMMY BEARS} [Magical Tools Mod] (Magical Candies Mod 1.5.zip) Unloaded->Constructed->Pre-initialized->Initialized
Magical Charms Mod{2.5} [Magical Charms Mod] (Magical Charms Mod 2.5.zip) Unloaded->Constructed->Pre-initialized->Initialized
mca{3.6.0} [Minecraft Comes Alive] (MCA-3.6.0_MC-1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
Morph{0.7.2} [Morph] (Morph-Beta-0.7.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
RandomThings{1.9} [Random Things] (Random_Things_v._1.9__MC_1.6.4_.jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-11-11 05:55:24 [SEVERE] [ForgeModLoader] The following problems were captured during this phase
2014-11-11 05:55:24 [SEVERE] [ForgeModLoader] Caught exception from ImmibisCore
java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
at mods.immibis.cobaltite.ModBase$1.register(ModBase.java:143)
at mods.immibis.core.impl.IDAllocator.allocate(IDAllocator.java:129)
at mods.immibis.core.ImmibisCore.init(ImmibisCore.java:103)
at mods.immibis.core.ICNonCoreMod.init(ICNonCoreMod.java:46)
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.launchWithMainClass(OneSixLauncher.java:286)
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:376)
at org.multimc.EntryPoint.listen(EntryPoint.java:165)
at org.multimc.EntryPoint.main(EntryPoint.java:54)
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at mods.immibis.cobaltite.ModBase$1.register(ModBase.java:139)
... 47 more
Caused by: java.lang.IllegalArgumentException: Slot 4095 is already occupied by [email protected] when adding [email protected]
at net.minecraft.block.Block.<init>(Block.java:349)
at net.minecraft.block.BlockContainer.<init>(SourceFile:9)
at mods.immibis.core.BlockCombined.<init>(BlockCombined.java:35)
at mods.immibis.lxp.LXPMachineBlock.<init>(LXPMachineBlock.java:18)
... 52 more
2014-11-11 05:55:24 [INFO] [STDOUT] ---- Minecraft Crash Report ----
2014-11-11 05:55:24 [INFO] [STDOUT] // Ouch. That hurt
2014-11-11 05:55:24 [INFO] [STDOUT]
2014-11-11 05:55:24 [INFO] [STDOUT] Time: 11/11/14 5:55 AM
2014-11-11 05:55:24 [INFO] [STDOUT] Description: Initializing game
2014-11-11 05:55:24 [INFO] [STDOUT]
2014-11-11 05:55:24 [INFO] [STDOUT] java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
2014-11-11 05:55:24 [INFO] [STDOUT] at mods.immibis.cobaltite.ModBase$1.register(ModBase.java:143)
2014-11-11 05:55:24 [INFO] [STDOUT] at mods.immibis.core.impl.IDAllocator.allocate(IDAllocator.java:129)
2014-11-11 05:55:24 [INFO] [STDOUT] at mods.immibis.core.ImmibisCore.init(ImmibisCore.java:103)
2014-11-11 05:55:24 [INFO] [STDOUT] at mods.immibis.core.ICNonCoreMod.init(ICNonCoreMod.java:46)
2014-11-11 05:55:24 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2014-11-11 05:55:24 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2014-11-11 05:55:24 [INFO] [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2014-11-11 05:55:24 [INFO] [STDOUT] at java.lang.reflect.Method.invoke(Unknown Source)
2014-11-11 05:55:24 [INFO] [STDOUT] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
2014-11-11 05:55:24 [INFO] [STDOUT] at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
2014-11-11 05:55:24 [INFO] [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2014-11-11 05:55:24 [INFO] [STDOUT] at java.lang.reflect.Method.invoke(Unknown Source)
2014-11-11 05:55:24 [INFO] [STDOUT] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2014-11-11 05:55:24 [INFO] [STDOUT] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2014-11-11 05:55:24 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2014-11-11 05:55:24 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2014-11-11 05:55:24 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2014-11-11 05:55:24 [INFO] [STDOUT] at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
2014-11-11 05:55:24 [INFO] [STDOUT] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
2014-11-11 05:55:24 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2014-11-11 05:55:24 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2014-11-11 05:55:24 [INFO] [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2014-11-11 05:55:24 [INFO] [STDOUT] at java.lang.reflect.Method.invoke(Unknown Source)
2014-11-11 05:55:24 [INFO] [STDOUT] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2014-11-11 05:55:24 [INFO] [STDOUT] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2014-11-11 05:55:24 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2014-11-11 05:55:24 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2014-11-11 05:55:24 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2014-11-11 05:55:24 [INFO] [STDOUT] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
2014-11-11 05:55:24 [INFO] [STDOUT] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:699)
2014-11-11 05:55:24 [INFO] [STDOUT] at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:249)
2014-11-11 05:55:24 [INFO] [STDOUT] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:509)
2014-11-11 05:55:24 [INFO] [STDOUT] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
2014-11-11 05:55:24 [INFO] [STDOUT] at net.minecraft.client.main.Main.main(SourceFile:101)
2014-11-11 05:55:24 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2014-11-11 05:55:24 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2014-11-11 05:55:24 [INFO] [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2014-11-11 05:55:24 [INFO] [STDOUT] at java.lang.reflect.Method.invoke(Unknown Source)
2014-11-11 05:55:24 [INFO] [STDOUT] at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
2014-11-11 05:55:24 [INFO] [STDOUT] at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
2014-11-11 05:55:24 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2014-11-11 05:55:24 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2014-11-11 05:55:24 [INFO] [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2014-11-11 05:55:24 [INFO] [STDOUT] at java.lang.reflect.Method.invoke(Unknown Source)
2014-11-11 05:55:24 [INFO] [STDOUT] at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:286)
2014-11-11 05:55:24 [INFO] [STDOUT] at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:376)
2014-11-11 05:55:24 [INFO] [STDOUT] at org.multimc.EntryPoint.listen(EntryPoint.java:165)
2014-11-11 05:55:24 [INFO] [STDOUT] at org.multimc.EntryPoint.main(EntryPoint.java:54)
2014-11-11 05:55:24 [INFO] [STDOUT] Caused by: java.lang.reflect.InvocationTargetException
2014-11-11 05:55:24 [INFO] [STDOUT] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
2014-11-11 05:55:24 [INFO] [STDOUT] at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
2014-11-11 05:55:24 [INFO] [STDOUT] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
2014-11-11 05:55:24 [INFO] [STDOUT] at java.lang.reflect.Constructor.newInstance(Unknown Source)
2014-11-11 05:55:24 [INFO] [STDOUT] at mods.immibis.cobaltite.ModBase$1.register(ModBase.java:139)
2014-11-11 05:55:24 [INFO] [STDOUT] ... 47 more
2014-11-11 05:55:24 [INFO] [STDOUT] Caused by: java.lang.IllegalArgumentException: Slot 4095 is already occupied by [email protected] when adding [email protected]
2014-11-11 05:55:24 [INFO] [STDOUT] at net.minecraft.block.Block.<init>(Block.java:349)
2014-11-11 05:55:24 [INFO] [STDOUT] at net.minecraft.block.BlockContainer.<init>(SourceFile:9)
2014-11-11 05:55:24 [INFO] [STDOUT] at mods.immibis.core.BlockCombined.<init>(BlockCombined.java:35)
2014-11-11 05:55:24 [INFO] [STDOUT] at mods.immibis.lxp.LXPMachineBlock.<init>(LXPMachineBlock.java:18)
2014-11-11 05:55:24 [INFO] [STDOUT] ... 52 more
2014-11-11 05:55:24 [INFO] [STDOUT]
2014-11-11 05:55:24 [INFO] [STDOUT]
2014-11-11 05:55:24 [INFO] [STDOUT] A detailed walkthrough of the error, its code path and all known details is as follows:
2014-11-11 05:55:24 [INFO] [STDOUT] ---------------------------------------------------------------------------------------
2014-11-11 05:55:24 [INFO] [STDOUT]
2014-11-11 05:55:24 [INFO] [STDOUT] -- Head --
2014-11-11 05:55:24 [INFO] [STDOUT] Stacktrace:
2014-11-11 05:55:24 [INFO] [STDOUT] at mods.immibis.cobaltite.ModBase$1.register(ModBase.java:143)
2014-11-11 05:55:24 [INFO] [STDOUT] at mods.immibis.core.impl.IDAllocator.allocate(IDAllocator.java:129)
2014-11-11 05:55:24 [INFO] [STDOUT] at mods.immibis.core.ImmibisCore.init(ImmibisCore.java:103)
2014-11-11 05:55:24 [INFO] [STDOUT] at mods.immibis.core.ICNonCoreMod.init(ICNonCoreMod.java:46)
2014-11-11 05:55:24 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2014-11-11 05:55:24 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2014-11-11 05:55:24 [INFO] [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2014-11-11 05:55:24 [INFO] [STDOUT] at java.lang.reflect.Method.invoke(Unknown Source)
2014-11-11 05:55:24 [INFO] [STDOUT] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
2014-11-11 05:55:24 [INFO] [STDOUT] at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
2014-11-11 05:55:24 [INFO] [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2014-11-11 05:55:24 [INFO] [STDOUT] at java.lang.reflect.Method.invoke(Unknown Source)
2014-11-11 05:55:24 [INFO] [STDOUT] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2014-11-11 05:55:24 [INFO] [STDOUT] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2014-11-11 05:55:24 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2014-11-11 05:55:24 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2014-11-11 05:55:24 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2014-11-11 05:55:24 [INFO] [STDOUT] at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
2014-11-11 05:55:24 [INFO] [STDOUT] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
2014-11-11 05:55:24 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2014-11-11 05:55:24 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2014-11-11 05:55:24 [INFO] [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2014-11-11 05:55:24 [INFO] [STDOUT] at java.lang.reflect.Method.invoke(Unknown Source)
2014-11-11 05:55:24 [INFO] [STDOUT] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2014-11-11 05:55:24 [INFO] [STDOUT] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2014-11-11 05:55:24 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2014-11-11 05:55:24 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2014-11-11 05:55:24 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2014-11-11 05:55:24 [INFO] [STDOUT] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
2014-11-11 05:55:24 [INFO] [STDOUT] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:699)
2014-11-11 05:55:24 [INFO] [STDOUT] at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:249)
2014-11-11 05:55:24 [INFO] [STDOUT] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:509)
2014-11-11 05:55:24 [INFO] [STDOUT]
2014-11-11 05:55:24 [INFO] [STDOUT] -- Initialization --
2014-11-11 05:55:24 [INFO] [STDOUT] Details:
2014-11-11 05:55:24 [INFO] [STDOUT] Stacktrace:
2014-11-11 05:55:24 [INFO] [STDOUT] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
2014-11-11 05:55:24 [INFO] [STDOUT] at net.minecraft.client.main.Main.main(SourceFile:101)
2014-11-11 05:55:24 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2014-11-11 05:55:24 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2014-11-11 05:55:24 [INFO] [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2014-11-11 05:55:24 [INFO] [STDOUT] at java.lang.reflect.Method.invoke(Unknown Source)
2014-11-11 05:55:24 [INFO] [STDOUT] at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
2014-11-11 05:55:24 [INFO] [STDOUT] at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
2014-11-11 05:55:24 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2014-11-11 05:55:24 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2014-11-11 05:55:24 [INFO] [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2014-11-11 05:55:24 [INFO] [STDOUT] at java.lang.reflect.Method.invoke(Unknown Source)
2014-11-11 05:55:24 [INFO] [STDOUT] at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:286)
2014-11-11 05:55:24 [INFO] [STDOUT] at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:376)
2014-11-11 05:55:24 [INFO] [STDOUT] at org.multimc.EntryPoint.listen(EntryPoint.java:165)
2014-11-11 05:55:24 [INFO] [STDOUT] at org.multimc.EntryPoint.main(EntryPoint.java:54)
2014-11-11 05:55:24 [INFO] [STDOUT]
2014-11-11 05:55:24 [INFO] [STDOUT] -- System Details --
2014-11-11 05:55:24 [INFO] [STDOUT] Details:
2014-11-11 05:55:24 [INFO] [STDOUT] Minecraft Version: 1.6.4
2014-11-11 05:55:24 [INFO] [STDOUT] Operating System: Windows 8.1 (amd64) version 6.3
2014-11-11 05:55:24 [INFO] [STDOUT] Java Version: 1.7.0_71, Oracle Corporation
2014-11-11 05:55:24 [INFO] [STDOUT] Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
2014-11-11 05:55:24 [INFO] [STDOUT] Memory: 663160768 bytes (632 MB) / 1885339648 bytes (1798 MB) up to 3817865216 bytes (3641 MB)
2014-11-11 05:55:24 [INFO] [STDOUT] JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms1024m -Xmx4096m -XX:PermSize=256m
2014-11-11 05:55:24 [INFO] [STDOUT] AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
2014-11-11 05:55:24 [INFO] [STDOUT] Suspicious classes: FML and Forge are installed
2014-11-11 05:55:24 [INFO] [STDOUT] IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
2014-11-11 05:55:24 [INFO] [STDOUT] FML: MCP v8.11 FML v6.4.49.965 Minecraft Forge 9.11.1.965 33 mods loaded, 33 mods active
2014-11-11 05:55:24 [INFO] [STDOUT] mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-11-11 05:55:24 [INFO] [STDOUT] FML{6.4.49.965} [Forge Mod Loader] (forge-1.6.4-9.11.1.965-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-11-11 05:55:24 [INFO] [STDOUT] Forge{9.11.1.965} [Minecraft Forge] (forge-1.6.4-9.11.1.965-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-11-11 05:55:24 [INFO] [STDOUT] lucky{4.2.1} [Lucky Block] ([1-6-4]_Lucky_Block_v4-2-1.jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-11-11 05:55:24 [INFO] [STDOUT] FLabsBF{4.0} [BetterFurnaces] ([1.6.4]BetterFurnacesV4.0.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
2014-11-11 05:55:24 [INFO] [STDOUT] bspkrsCore{v4.3(1.6.4)} [bspkrsCore] ([1.6.4]bspkrsCorev4.3.zip) Unloaded->Constructed->Pre-initialized->Initialized
2014-11-11 05:55:24 [INFO] [STDOUT] mod_bspkrsCore{v4.3(1.6.4)} [bspkrsCore] ([1.6.4]bspkrsCorev4.3.zip) Unloaded->Constructed->Pre-initialized->Initialized
2014-11-11 05:55:24 [INFO] [STDOUT] StatusEffectHUD{v1.19(1.6.4)} [StatusEffectHUD] ([1.6.4]StatusEffectHUDv1.19.zip) Unloaded->Constructed->Pre-initialized->Initialized
2014-11-11 05:55:24 [INFO] [STDOUT] FTL{1.0.0_R1} [§6Flesh To Leather] (_1.6.4__Flesh_To_Leather_V.1.0.0_R1.jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-11-11 05:55:24 [INFO] [STDOUT] animationwiz_bunchastuff{v1.6.4} [Buncha Stuff Mod] (A_Buncha_Stuff_Mod_v1.3.7-_1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
2014-11-11 05:55:24 [INFO] [STDOUT] B0bGrowsOre{1.8.0} [B0bGary's Growable Ores!] (B0bGary's Growable Ores! for 1.6.4 v 1.8.0.zip) Unloaded->Constructed->Pre-initialized->Initialized
2014-11-11 05:55:24 [INFO] [STDOUT] BetterToolsNeuro{2.1} [Better Tools Mod] (bettertools_164.zip) Unloaded->Constructed->Pre-initialized->Initialized
2014-11-11 05:55:24 [INFO] [STDOUT] BiblioCraft{1.5.5} [BiblioCraft] (BiblioCraft[v1.5.5].zip) Unloaded->Constructed->Pre-initialized->Initialized
2014-11-11 05:55:24 [INFO] [STDOUT] BuildCraft|Core{4.2.1} [BuildCraft] (buildcraft-A-1.6.4-4.2.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-11-11 05:55:24 [INFO] [STDOUT] BuildCraft|Builders{4.2.1} [BC Builders] (buildcraft-A-1.6.4-4.2.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-11-11 05:55:24 [INFO] [STDOUT] BuildCraft|Energy{4.2.1} [BC Energy] (buildcraft-A-1.6.4-4.2.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-11-11 05:55:24 [INFO] [STDOUT] BuildCraft|Factory{4.2.1} [BC Factory] (buildcraft-A-1.6.4-4.2.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-11-11 05:55:24 [INFO] [STDOUT] BuildCraft|Transport{4.2.1} [BC Transport] (buildcraft-A-1.6.4-4.2.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-11-11 05:55:24 [INFO] [STDOUT] BuildCraft|Silicon{4.2.1} [BC Silicon] (buildcraft-A-1.6.4-4.2.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-11-11 05:55:24 [INFO] [STDOUT] CarpentersBlocks{2.0.8} [Carpenter's Blocks] (Carpenters-Blocks-Mod-1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
2014-11-11 05:55:24 [INFO] [STDOUT] kegare.caveworld{1.3.3.1} [Caveworld] (Caveworld_1.6.4-v1.3.3.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
2014-11-11 05:55:24 [INFO] [STDOUT] Chisel{1.4.11} [Chisel] (chisel-1.6.4-1.4.11.jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-11-11 05:55:24 [INFO] [STDOUT] props{1.9a} [DecoCraft] (DecoCraft1.6.4 V1.9b.zip) Unloaded->Constructed->Pre-initialized->Initialized
2014-11-11 05:55:24 [INFO] [STDOUT] ExtrabiomesXL{3.14.2} [ExtrabiomesXL] (ExtrabiomesXL-universal-1.6.4-3.14.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-11-11 05:55:24 [INFO] [STDOUT] Hats{2.1.8} [Hats] (Hats2.1.8.zip) Unloaded->Constructed->Pre-initialized->Initialized
2014-11-11 05:55:24 [INFO] [STDOUT] ImmibisCore{57.1.4} [Immibis Core] (Immibis-Core-1.6.4.jar) Unloaded->Constructed->Pre-initialized->Errored
2014-11-11 05:55:24 [INFO] [STDOUT] IronChest{5.4.1.613} [Iron Chest] (ironchest-universal-1.6.4-5.4.1.613.zip) Unloaded->Constructed->Pre-initialized->Initialized
2014-11-11 05:55:24 [INFO] [STDOUT] LiquidXP{57.0.0} [Liquid XP] (liquid-xp-57.0.0.jar) Unloaded->Constructed->Pre-initialized->Errored
2014-11-11 05:55:24 [INFO] [STDOUT] Magical Tools Mod{GUMMY BEARS} [Magical Tools Mod] (Magical Candies Mod 1.5.zip) Unloaded->Constructed->Pre-initialized->Initialized
2014-11-11 05:55:24 [INFO] [STDOUT] Magical Charms Mod{2.5} [Magical Charms Mod] (Magical Charms Mod 2.5.zip) Unloaded->Constructed->Pre-initialized->Initialized
2014-11-11 05:55:24 [INFO] [STDOUT] mca{3.6.0} [Minecraft Comes Alive] (MCA-3.6.0_MC-1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
2014-11-11 05:55:24 [INFO] [STDOUT] Morph{0.7.2} [Morph] (Morph-Beta-0.7.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
2014-11-11 05:55:24 [INFO] [STDOUT] RandomThings{1.9} [Random Things] (Random_Things_v._1.9__MC_1.6.4_.jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-11-11 05:55:24 [INFO] [STDOUT] Launched Version: 1.6.4
2014-11-11 05:55:24 [INFO] [STDOUT] LWJGL: 2.9.1
2014-11-11 05:55:24 [INFO] [STDOUT] OpenGL: AMD Radeon HD 8670D GL version 4.2.12420 Compatibility Profile Context 13.151.0.0, ATI Technologies Inc.
2014-11-11 05:55:24 [INFO] [STDOUT] Is Modded: Definitely; Client brand changed to 'fml,forge'
2014-11-11 05:55:24 [INFO] [STDOUT] Type: Client (map_client.txt)
2014-11-11 05:55:24 [INFO] [STDOUT] Resource Pack: Default
2014-11-11 05:55:24 [INFO] [STDOUT] Current Language: English (US)
2014-11-11 05:55:24 [INFO] [STDOUT] Profiler Position: N/A (disabled)
2014-11-11 05:55:24 [INFO] [STDOUT] Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
2014-11-11 05:55:24 [INFO] [STDOUT] #@[email protected]# Game crashed! Crash report saved to: #@[email protected]# C:\Users\Jesse\Desktop\MultiMC\instances\Modpack 1.6.4 New\minecraft\crash-reports\crash-2014-11-11_05.55.24-client.txt
Minecraft exited with exitcode -1.
List of mods: (All are 1.6.4)
Better Furnaces
Bspkrs core
Status Effect HUD
Lucky Block
Flesh to Leather
A buncha stuff
B0bGary's Growable Ores
bettertools
Bibliocraft
Buildcraft
Carpenters
Caveworld
chisel
Decocraft
ExtrabiomesXL
Hats
Immibis core
ironchest
Liquidxp
Magical candies
Magical Charms
Minecraft comes alive
Morph
qCraft
Random things
What is the right IC? I don't know too much about those xD
It seemed to crash ;-;
http://pastebin.com/qtPpe0vh
"Slot 4049 is already occupied by [email protected] when adding [email protected]"
So you need to go into whatever mod config (Chisel or Galicticraft Plants) and change one of the ID's from 4049 to an empty slot.
If you remove all config files and reload the mods, this should (it doesn't always) solve the problem as the config will re-assign ID conflicts...sometimes.
Want to see the world's most gullible person? Click Here!