I'm trying to run a modded 1.7.10 version of MC via Forge, and it crashes during the initialization stage, giving the following error log:
---- Minecraft Crash Report ----
// You should try our sister game, Minceraft!
Time: 11/29/16 7:21 PM
Description: Initializing game
java.lang.IllegalArgumentException: Duplicate enchantment id! class mrcomputerghost.runicdungeons.ench.EnchantmentPoisonThorns and class mariculture.magic.enchantments.EnchantmentHealth Enchantment ID:80
at net.minecraft.enchantment.Enchantment.<init>(Enchantment.java:53)
at mrcomputerghost.runicdungeons.ench.EnchantmentPoisonThorns.<init>(EnchantmentPoisonThorns.java:18)
at mrcomputerghost.runicdungeons.ench.EnchantHandler.initEnchants(EnchantHandler.java:26)
at mrcomputerghost.runicdungeons.RunicDungeons.preInit(RunicDungeons.java:124)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at net.minecraft.enchantment.Enchantment.<init>(Enchantment.java:53)
at mrcomputerghost.runicdungeons.ench.EnchantmentPoisonThorns.<init>(EnchantmentPoisonThorns.java:18)
at mrcomputerghost.runicdungeons.ench.EnchantHandler.initEnchants(EnchantHandler.java:26)
at mrcomputerghost.runicdungeons.RunicDungeons.preInit(RunicDungeons.java:124)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 8.1 (amd64) version 6.3
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1031363432 bytes (983 MB) / 1854406656 bytes (1768 MB) up to 3817865216 bytes (3641 MB)
JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4096M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 136 mods loaded, 130 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCH mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCH FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
UCH Forge{10.13.4.1614} [Minecraft Forge] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
UCH AM2-Preloader{0.0.3} [AMCore] (minecraft.jar)
UCH appliedenergistics2-core{rv3-beta-6} [Applied Energistics 2 Core] (minecraft.jar)
UCH CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
UCH MCVanillaTweaks{1.0} [Mariculture - Vanilla Tweaks] (minecraft.jar)
UCH NotEnoughItems{1.0.5.120} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.120-universal.jar)
UCH ThE-core{1.0.0.1} [Thaumic Energistics Core] (minecraft.jar)
UCH ThaumicTinkerer-preloader{0.1} [Thaumic Tinkerer Core] (minecraft.jar)
UCH <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
UCH battlegear2{1.7.10} [Mine & Blade Battlegear 2 - Bullseye] (1.7.10-MB_Battlegear2-Bullseye-1.0.8.3.jar)
UCH AnimationAPI{1.2.4} [AnimationAPI] (AnimationAPI-1.7.10-1.2.4.jar)
UCH arsmagica2{1.4.0.009} [Ars Magica 2] (1.7.10_AM2-1.4.0.009.jar)
UCH appliedenergistics2{rv3-beta-6} [Applied Energistics 2] (appliedenergistics2-rv3-beta-6.jar)
UCH bdlib{1.9.4.109} [BD Lib] (bdlib-1.9.4.109-mc1.7.10.jar)
UCH BiblioCraft{1.11.5} [BiblioCraft] (BiblioCraft[v1.11.5][MC1.7.10].jar)
UCH Mantle{1.7.10-0.3.2.jenkins191} [Mantle] (Mantle-1.7.10-0.3.2b.jar)
UCH Natura{2.2.0} [Natura] (natura-1.7.10-2.2.0.1.jar)
UCH BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.1889-universal.jar)
UCH BiblioWoodsBoP{1.9} [BiblioWoods Biomes O'Plenty Edition] (BiblioWoods[BiomesOPlenty][v1.9].jar)
UCH IC2{2.2.823-experimental} [IndustrialCraft 2] (industrialcraft-2-2.2.823-experimental.jar)
UCH CoFHCore{1.7.10R3.1.3} [CoFH Core] (CoFHCore-[1.7.10]3.1.3-327.jar)
UCH Forestry{4.2.16.64} [Forestry for Minecraft] (forestry_1.7.10-4.2.16.64 (1).jar)
UCH BinnieCore{2.0-pre14} [Binnie Core] (binnie-mods-2.0-pre14.jar)
UCH Botany{2.0-pre14} [Botany] (binnie-mods-2.0-pre14.jar)
UCH ExtraBees{2.0-pre14} [Extra Bees] (binnie-mods-2.0-pre14.jar)
UCH ExtraTrees{2.0-pre14} [Extra Trees] (binnie-mods-2.0-pre14.jar)
UCH Genetics{2.0-pre14} [Genetics] (binnie-mods-2.0-pre14.jar)
UCH AWWayofTime{v1.3.3} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.7.10-1.3.3-17.jar)
UCH Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
UCH Thaumcraft{4.2.3.5} [Thaumcraft] (Thaumcraft-1.7.10-4.2.3.5.jar)
UCH Botania{r1.8-249} [Botania] (Botania r1.8-249.jar)
UCH BuildCraft|Core{7.1.18} [BuildCraft] (buildcraft-7.1.18.jar)
UCH BuildCraft|Transport{7.1.18} [BC Transport] (buildcraft-7.1.18.jar)
UCH BuildCraft|Silicon{7.1.18} [BC Silicon] (buildcraft-7.1.18.jar)
UCH BuildCraft|Energy{7.1.18} [BC Energy] (buildcraft-7.1.18.jar)
UCH BuildCraft|Factory{7.1.18} [BC Factory] (buildcraft-7.1.18.jar)
UCH BuildCraft|Builders{7.1.18} [BC Builders] (buildcraft-7.1.18.jar)
UCH BuildCraft|Robotics{7.1.18} [BC Robotics] (buildcraft-7.1.18.jar)
UCH ThermalFoundation{1.7.10R1.2.5} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.2.5-115.jar)
UCH ThermalExpansion{1.7.10R4.1.4} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.1.4-247.jar)
UCH BuildCraft|Compat{7.1.5} [BuildCraft Compat] (buildcraft-compat-7.1.5.jar)
UCH Railcraft{9.12.2.0} [Railcraft] (Railcraft_1.7.10-9.12.2.0.jar)
UCH TwilightForest{2.3.7} [The Twilight Forest] (twilightforest-1.7.10-2.3.7.jar)
UCH chisel{2.9.5.11} [Chisel] (Chisel-2.9.5.11.jar)
UCH CarpentersBlocks{3.3.8.1} [Carpenter's Blocks] (Carpenter's Blocks v3.3.8.1 - MC 1.7.10.jar)
UCH ComputerCraft{1.75} [ComputerCraft] (ComputerCraft1.75.jar)
UCH cookingbook{1.0.140} [Cooking for Blockheads] (cookingbook-mc1.7.10-1.0.140.jar)
UCH ElecCore{1.4.294} [ElecCore] (ElecCore-1.7.10-1.4.294.jar)
UCH deepresonance{1.1.4} [DeepResonance] (deepresonance-1.1.4.jar)
UCH dldungeonsjdg{1.8.10} [Doomlike Dungeons] (DoomlikeDungeons-1.8.10-MC1.7.10.jar)
UCH EMT{1.2.6.2} [Electro-Magic Tools] (ElectroMagicTools-1.2.6.2[1.7.10].jar)
UCH Enchiridion{1.3} [Enchiridion] (Enchiridion 2-1.7.10-2.0.2a.jar)
UCH Enchiridion2{2.0.2a} [Enchiridion 2] (Enchiridion 2-1.7.10-2.0.2a.jar)
UCH endercore{1.7.10-0.2.0.39_beta} [EnderCore] (EnderCore-1.7.10-0.2.0.39_beta.jar)
UCH MineFactoryReloaded{1.7.10R2.8.1} [MineFactory Reloaded] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCH Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar)
UCH EnderIO{1.7.10-2.3.0.429_beta} [Ender IO] (EnderIO-1.7.10-2.3.0.429_beta.jar)
UCH EnderStorage{1.4.7.37} [EnderStorage] (EnderStorage-1.7.10-1.4.7.37-universal.jar)
UCH ExtraFood{0.7.46} [Extra Food] (ExtraFood-1.7.10-0.7.46.jar)
UCH ExtraUtilities{1.2.12} [Extra Utilities] (extrautilities-1.2.12.jar)
UCH harvestcraft{1.7.10j} [Pam's HarvestCraft] (Pam's HarvestCraft 1.7.10Lb.jar)
UCH progressiveautomation{1.6.35} [Progressive Automation] (ProgressiveAutomation-1.7.10-1.6.35.jar)
UCH ImmersiveEngineering{0.7.7} [Immersive Engineering] (ImmersiveEngineering-0.7.7.jar)
UCH TConstruct{1.7.10-1.8.8.build988} [Tinkers' Construct] (TConstruct-1.7.10-1.8.8.jar)
UCH ExtraTiC{1.4.6} [ExtraTiC] (ExtraTiC-1.7.10-1.4.6.jar)
UCH FoodExpansion{1.0} [Food Expansion] (FoodExpansion1.1.1-mc1.7.10.jar)
UCH RedstoneArsenal{1.7.10R1.1.2} [Redstone Arsenal] (RedstoneArsenal-[1.7.10]1.1.2-92.jar)
UCH ThaumicTinkerer{unspecified} [Thaumic Tinkerer] (ThaumicTinkerer-2.5-1.7.10-164.jar)
UCH MagicBees{2.4.3} [Magic Bees] (magicbees-1.7.10-2.4.3.jar)
UCH gendustry{1.6.3.132} [GenDustry] (gendustry-1.6.3.132-mc1.7.10.jar)
UCH IC2NuclearControl{2.4.2a} [Nuclear Control 2] (IC2NuclearControl-2.4.2a.jar)
UCH immersiveintegration{0.6.8} [Immersive Integration] (immersiveintegration-0.6.8.jar)
UCH inventorytweaks{1.59-dev-152-cf6e263} [Inventory Tweaks] (InventoryTweaks-1.59-dev-152.jar)
UCH JABBA{1.2.2} [JABBA] (Jabba-1.2.2_1.7.10.jar)
UCH journeymap{5.1.4p1} [JourneyMap] (journeymap-1.7.10-5.1.4p1-unlimited.jar)
UCH LavaMonsters{2.2.1} [Lava Monsters] (LavaMonsters-1.7.10-2.2.1.jar)
UCH lycanitesmobs{1.13.0.5 - MC 1.7.10} [Lycanites Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
UCH arcticmobs{1.13.0.5 - MC 1.7.10} [Lycanites Arctic Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
UCH demonmobs{1.13.0.5 - MC 1.7.10} [Lycanites Demon Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
UCH desertmobs{1.13.0.5 - MC 1.7.10} [Lycanites Desert Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
UCH forestmobs{1.13.0.5 - MC 1.7.10} [Lycanites Forest Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
UCH freshwatermobs{1.13.0.5 - MC 1.7.10} [Lycanites Freshwater Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
UCH infernomobs{1.13.0.5 - MC 1.7.10} [Lycanites Inferno Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
UCH junglemobs{1.13.0.5 - MC 1.7.10} [Lycanites Jungle Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
UCH mountainmobs{1.13.0.5 - MC 1.7.10} [Lycanites Mountain Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
UCH plainsmobs{1.13.0.5 - MC 1.7.10} [Lycanites Plains Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
UCH saltwatermobs{1.13.0.5 - MC 1.7.10} [Lycanites Saltwater Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
UCH shadowmobs{1.13.0.5 - MC 1.7.10} [Lycanites Shadow Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
UCH swampmobs{1.13.0.5 - MC 1.7.10} [Lycanites Swamp Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
UCH Mariculture{1.7.10-1.3.0-6} [Mariculture] (Mariculture-Deluxe-1.7.10-1.3.0-6.jar)
UCH MariTech{1.0} [Marine Technlogy] (Mariculture-Deluxe-1.7.10-1.3.0-6.jar)
UCH MineFactoryReloaded|CompatAppliedEnergistics{1.7.10R2.8.1} [MFR Compat: Applied Energistics] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCH MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.1} [MFR Compat: BuildCraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCH MineFactoryReloaded|CompatForestry{1.7.10R2.8.1} [MFR Compat: Forestry] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCH MineFactoryReloaded|CompatForgeMicroblock{1.7.10R2.8.1} [MFR Compat: ForgeMicroblock] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCH MineFactoryReloaded|CompatIC2{1.7.10R2.8.1} [MFR Compat: IC2] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCH MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.1} [MFR Compat: Railcraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCH MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.1} [MFR Compat: Thaumcraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCH MineFactoryReloaded|CompatThermalExpansion{1.7.10R2.8.1} [MFR Compat: Thermal Expansion] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCH MineFactoryReloaded|CompatTConstruct{1.7.10R2.8.1} [MFR Compat: Tinkers' Construct] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCH MineFactoryReloaded|CompatTwilightForest{1.7.10R2.8.1} [MFR Compat: TwilightForest] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCH MineFactoryReloaded|CompatVanilla{1.7.10R2.8.1} [MFR Compat: Vanilla] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCH MutantCreatures{1.4.9} [Mutant Creatures] (MutantCreatures-1.7.10-1.4.9.jar)
UCH Mystcraft{0.12.3.03} [Mystcraft] (mystcraft-1.7.10-0.12.3.03.jar)
UCH NEIAddons{1.12.14.40} [NEI Addons] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCH NEIAddons|Developer{1.12.14.40} [NEI Addons: Developer Tools] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCH NEIAddons|AppEng{1.12.14.40} [NEI Addons: Applied Energistics 2] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCH NEIAddons|Botany{1.12.14.40} [NEI Addons: Botany] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCH NEIAddons|Forestry{1.12.14.40} [NEI Addons: Forestry] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCH NEIAddons|CraftingTables{1.12.14.40} [NEI Addons: Crafting Tables] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCH NEIAddons|ExNihilo{1.12.14.40} [NEI Addons: Ex Nihilo] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCH rftools{4.23} [RFTools] (rftools-4.23.jar)
UCH Roguelike{1.5.0} [Roguelike Dungeons] (roguelike-1.7.10-1.5.0b.jar)
UCE runicdungeons{1.1.7b} [Runic Dungeons] (RunicDungeons-1.1.7b.jar)
UCH simplyjetpacks{1.5.3} [Simply Jetpacks] (SimplyJetpacks-MC1.7.10-1.5.3.jar)
UCH SpecialMobs{3.2.2} [Special Mobs] (SpecialMobs-1.7.10-3.2.2.jar)
UCH StorageDrawers{1.7.10-1.10.7} [Storage Drawers] (StorageDrawers-1.7.10-1.10.7.jar)
UCH StorageDrawersBop{1.7.10-1.1.1} [Storage Drawers: Biomes O' Plenty Pack] (StorageDrawers-BiomesOPlenty-1.7.10-1.1.1.jar)
UCH StorageDrawersForestry{1.7.10-1.1.2} [Storage Drawers: Forestry Pack] (StorageDrawers-Forestry-1.7.10-1.1.2.jar)
UCH StorageDrawersMisc{1.7.10-1.1.2} [Storage Drawers: Misc Pack] (StorageDrawers-Misc-1.7.10-1.1.2.jar)
UCH StorageDrawersNatura{1.7.10-1.1.1} [Storage Drawers: Natura Pack] (StorageDrawers-Natura-1.7.10-1.1.1.jar)
UCH thaumcraftneiplugin{@[email protected]} [Thaumcraft NEI Plugin] (thaumcraftneiplugin-1.7.10-1.7a.jar)
UCH thaumicenergistics{1.0.0.5} [Thaumic Energistics] (thaumicenergistics-1.0.0.5.jar)
UCH ThermalDynamics{1.7.10R1.2.0} [Thermal Dynamics] (ThermalDynamics-[1.7.10]1.2.0-171.jar)
UCH TiCTooltips{1.2.5} [TiC Tooltips] (TiCTooltips-mc1.7.10-1.2.5.jar)
UCH TMechworks{0.2.15.106} [Tinkers' Mechworks] (TMechworks-1.7.10-0.2.15.106.jar)
UCH WailaHarvestability{1.1.6} [Waila Harvestability] (WailaHarvestability-mc1.7.10-1.1.6.jar)
UCH aobd{2.9.2} [Another One Bites The Dust] (AOBD-2.9.2.jar)
UD MineFactoryReloaded|CompatAtum{1.7.10R2.8.1} [MFR Compat: Atum] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UD MineFactoryReloaded|CompatBackTools{1.7.10R2.8.1} [MFR Compat: BackTools] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UD MineFactoryReloaded|CompatChococraft{1.7.10R2.8.1} [MFR Compat: Chococraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UD MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.1} [MFR Compat: ExtraBiomes] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UD MineFactoryReloaded|CompatProjRed{1.7.10R2.8.1} [MFR Compat ProjectRed] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UD MineFactoryReloaded|CompatSufficientBiomes{1.7.10R2.8.1} [MFR Compat: Sufficient Biomes] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 372.90' Renderer: 'GeForce GTX 780 Ti/PCIe/SSE2'
AE2 Version: beta rv3-beta-6 for Forge 10.13.4.1448
Mantle Environment: Environment healthy.
CoFHCore: -[1.7.10]3.1.3-327
ThermalFoundation: -[1.7.10]1.2.5-115
ThermalExpansion: -[1.7.10]4.1.4-247
MineFactoryReloaded: -[1.7.10]2.8.1-174
TConstruct Environment: Environment healthy.
RedstoneArsenal: -[1.7.10]1.1.2-92
ThermalDynamics: -[1.7.10]1.2.0-171
List of loaded APIs:
* appliedenergistics2|API (rv3) from appliedenergistics2-rv3-beta-6.jar
* BattlePlayer (0.1) from 1.7.10-MB_Battlegear2-Bullseye-1.0.8.3.jar
* Baubles|API (1.0.1.10) from Baubles-1.7.10-1.0.1.10.jar
* BiomesOPlentyAPI (1.0.0) from BiomesOPlenty-1.7.10-2.1.0.1889-universal.jar
* BloodMagicAPI (1.3.3-13) from BloodMagic-1.7.10-1.3.3-17.jar
* BotaniaAPI (76) from Botania r1.8-249.jar
* BuildCraftAPI|blocks (1.0) from Railcraft_1.7.10-9.12.2.0.jar
* BuildCraftAPI|blueprints (1.5) from buildcraft-7.1.18.jar
* BuildCraftAPI|boards (2.0) from buildcraft-7.1.18.jar
* BuildCraftAPI|core (1.0) from buildcraft-7.1.18.jar
* BuildCraftAPI|crops (1.1) from Railcraft_1.7.10-9.12.2.0.jar
* BuildCraftAPI|events (2.0) from buildcraft-7.1.18.jar
* BuildCraftAPI|facades (1.1) from buildcraft-7.1.18.jar
* BuildCraftAPI|filler (4.0) from buildcraft-7.1.18.jar
* BuildCraftAPI|fuels (2.0) from buildcraft-7.1.18.jar
* BuildCraftAPI|gates (4.1) from buildcraft-7.1.18.jar
* BuildCraftAPI|items (1.1) from Railcraft_1.7.10-9.12.2.0.jar
* BuildCraftAPI|library (2.0) from buildcraft-7.1.18.jar
* BuildCraftAPI|lists (1.0) from buildcraft-7.1.18.jar
* BuildCraftAPI|power (1.3) from buildcraft-7.1.18.jar
* BuildCraftAPI|recipes (3.0) from buildcraft-7.1.18.jar
* BuildCraftAPI|robotics (3.0) from buildcraft-7.1.18.jar
* BuildCraftAPI|statements (1.1) from buildcraft-7.1.18.jar
* BuildCraftAPI|tablet (1.0) from buildcraft-7.1.18.jar
* BuildCraftAPI|tiles (1.2) from Railcraft_1.7.10-9.12.2.0.jar
* BuildCraftAPI|tools (1.0) from extrautilities-1.2.12.jar
* BuildCraftAPI|transport (4.1) from buildcraft-7.1.18.jar
* CarpentersBlocks|API (3.3.7) from Carpenter's Blocks v3.3.8.1 - MC 1.7.10.jar
* ChiselAPI (0.1.1) from Chisel-2.9.5.11.jar
* ChiselAPI|Carving (0.1.1) from Chisel-2.9.5.11.jar
* ChiselAPI|Rendering (0.1.1) from Chisel-2.9.5.11.jar
* CoFHAPI (1.7.10R1.0.2) from forestry_1.7.10-4.2.16.64 (1).jar
* CoFHAPI|block (1.7.10R1.1.0) from ProgressiveAutomation-1.7.10-1.6.35.jar
* CoFHAPI|core (1.7.10R1.3.1) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHAPI|energy (1.7.10R1.0.2) from buildcraft-7.1.18.jar
* CoFHAPI|fluid (1.7.10R1.3.1) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHAPI|inventory (1.7.10R1.0.1) from buildcraft-compat-7.1.5.jar
* CoFHAPI|item (1.7.10R1.3.1) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHAPI|modhelpers (1.7.10R1.3.1) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHAPI|tileentity (1.7.10R1.0.13) from EnderIO-1.7.10-2.3.0.429_beta.jar
* CoFHAPI|transport (1.7.10R1.0.1) from buildcraft-compat-7.1.5.jar
* CoFHAPI|world (1.7.10R1.3.1) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHLib (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHLib|audio (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHLib|gui (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHLib|gui|container (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHLib|gui|element (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHLib|gui|element|listbox (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHLib|gui|slot (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHLib|inventory (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHLib|render (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHLib|render|particle (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHLib|util (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHLib|util|helpers (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHLib|util|position (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHLib|world (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHLib|world|feature (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
* ComputerCraft|API (1.75) from ComputerCraft1.75.jar
* ComputerCraft|API|FileSystem (1.75) from ComputerCraft1.75.jar
* ComputerCraft|API|Lua (1.75) from ComputerCraft1.75.jar
* ComputerCraft|API|Media (1.75) from ComputerCraft1.75.jar
* ComputerCraft|API|Peripheral (1.75) from ComputerCraft1.75.jar
* ComputerCraft|API|Permissions (1.75) from ComputerCraft1.75.jar
* ComputerCraft|API|Redstone (1.75) from ComputerCraft1.75.jar
* ComputerCraft|API|Turtle (1.75) from ComputerCraft1.75.jar
* DLDungeonsAPI (1.4) from DoomlikeDungeons-1.8.10-MC1.7.10.jar
* DR-API (1.0.4-Beta) from deepresonance-1.1.4.jar
* DualWield (0.1) from 1.7.10-MB_Battlegear2-Bullseye-1.0.8.3.jar
* ElecCore|Abilities (#API_VER#) from ElecCore-1.7.10-1.4.294.jar
* EnderIOAPI (0.0.2) from EnderIO-1.7.10-2.3.0.429_beta.jar
* EnderIOAPI|Redstone (0.0.2) from EnderIO-1.7.10-2.3.0.429_beta.jar
* EnderIOAPI|Teleport (0.0.2) from EnderIO-1.7.10-2.3.0.429_beta.jar
* EnderIOAPI|Tools (0.0.2) from EnderIO-1.7.10-2.3.0.429_beta.jar
* ForestryAPI|apiculture (2.0) from ExtraFood-1.7.10-0.7.46.jar
* ForestryAPI|arboriculture (2.1.0) from ExtraFood-1.7.10-0.7.46.jar
* ForestryAPI|circuits (3.1.0) from forestry_1.7.10-4.2.16.64 (1).jar
* ForestryAPI|core (1.0) from ExtraFood-1.7.10-0.7.46.jar
* ForestryAPI|farming (2.1.0) from forestry_1.7.10-4.2.16.64 (1).jar
* ForestryAPI|food (1.0) from ExtraFood-1.7.10-0.7.46.jar
* ForestryAPI|fuels (2.0.1) from forestry_1.7.10-4.2.16.64 (1).jar
* ForestryAPI|genetics (4.7.1) from forestry_1.7.10-4.2.16.64 (1).jar
* ForestryAPI|hives (4.1.0) from forestry_1.7.10-4.2.16.64 (1).jar
* ForestryAPI|lepidopterology (1.3.0) from forestry_1.7.10-4.2.16.64 (1).jar
* ForestryAPI|mail (2.0.0) from ExtraFood-1.7.10-0.7.46.jar
* ForestryAPI|multiblock (3.0.0) from forestry_1.7.10-4.2.16.64 (1).jar
* ForestryAPI|recipes (5.4.0) from forestry_1.7.10-4.2.16.64 (1).jar
* ForestryAPI|storage (3.0.0) from forestry_1.7.10-4.2.16.64 (1).jar
* ForestryAPI|world (1.0) from ExtraFood-1.7.10-0.7.46.jar
* gendustryAPI (2.3.0) from gendustry-1.6.3.132-mc1.7.10.jar
* Heraldry (alpha) from 1.7.10-MB_Battlegear2-Bullseye-1.0.8.3.jar
* IC2API (1.0) from Railcraft_1.7.10-9.12.2.0.jar
* ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.7.7.jar
* McJtyLib (1.8.1) from mcjtylib-1.8.1.jar
* Mystcraft|API (0.1) from mystcraft-1.7.10-0.12.3.03.jar
* NuclearControlAPI (v1.0.5) from IC2NuclearControl-2.4.2a.jar
* Quiver (0.2) from 1.7.10-MB_Battlegear2-Bullseye-1.0.8.3.jar
* RailcraftAPI|bore (1.0.0) from Railcraft_1.7.10-9.12.2.0.jar
* RailcraftAPI|carts (1.6.0) from Railcraft_1.7.10-9.12.2.0.jar
* RailcraftAPI|core (1.5.0) from Railcraft_1.7.10-9.12.2.0.jar
* RailcraftAPI|crafting (1.0.0) from Railcraft_1.7.10-9.12.2.0.jar
* RailcraftAPI|electricity (2.0.0) from Railcraft_1.7.10-9.12.2.0.jar
* RailcraftAPI|events (1.0.0) from Railcraft_1.7.10-9.12.2.0.jar
* RailcraftAPI|fuel (1.0.0) from Railcraft_1.7.10-9.12.2.0.jar
* RailcraftAPI|helpers (1.1.0) from Railcraft_1.7.10-9.12.2.0.jar
* RailcraftAPI|items (1.0.0) from Railcraft_1.7.10-9.12.2.0.jar
* RailcraftAPI|locomotive (1.1.0) from Railcraft_1.7.10-9.12.2.0.jar
* RailcraftAPI|signals (2.3.0) from Railcraft_1.7.10-9.12.2.0.jar
* RailcraftAPI|tracks (2.3.0) from Railcraft_1.7.10-9.12.2.0.jar
* Shield (0.1) from 1.7.10-MB_Battlegear2-Bullseye-1.0.8.3.jar
* StarvationAhoyAPI (1.0.0) from ExtraFood-1.7.10-0.7.46.jar
* StorageDrawersAPI (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.7.jar
* StorageDrawersAPI|config (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.7.jar
* StorageDrawersAPI|event (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.7.jar
* StorageDrawersAPI|inventory (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.7.jar
* StorageDrawersAPI|pack (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.7.jar
* StorageDrawersAPI|registry (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.7.jar
* StorageDrawersAPI|render (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.7.jar
* StorageDrawersAPI|storage (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.7.jar
* StorageDrawersAPI|storage-attribute (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.7.jar
* Thaumcraft|API (4.2.2.0) from Railcraft_1.7.10-9.12.2.0.jar
* thaumicenergistics|API (1.1) from thaumicenergistics-1.0.0.5.jar
* WailaAPI (1.2) from Waila-1.5.10_1.7.10.jar
* Weapons (0.1) from 1.7.10-MB_Battlegear2-Bullseye-1.0.8.3.jar
Chisel: Errors like "[FML]: Unable to lookup ..." are NOT the cause of this crash. You can safely ignore these errors. And update forge while you're at it.
EnderIO: Found the following problem(s) with your installation:
* An unknown AE2 API is installed (rv3 from appliedenergistics2-rv3-beta-6.jar).
Ender IO was build against API version rv2 and may or may not work with a newer version.
* The RF API that is being used (1.7.10R1.3.1 from <unknown>) differes from that that is reported as being loaded (1.7.10R1.0.2 from buildcraft-7.1.18.jar).
It is a supported version, but that difference may lead to problems.
This may have caused the error. Try reproducing the crash WITHOUT this/these mod(s) before reporting it.
Launched Version: 1.7.10-Forge10.13.4.1614-1.7.10
LWJGL: 2.9.1
OpenGL: GeForce GTX 780 Ti/PCIe/SSE2 GL version 4.5.0 NVIDIA 372.90, NVIDIA Corporation
GL Caps: Using GL 1.3 multitexturing.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Anisotropic filtering is supported and maximum anisotropy is 16.
Shaders are available because OpenGL 2.1 is supported.
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: []
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Anisotropic Filtering: Off (1)
EnderIO: Found the following problem(s) with your installation:
* An unknown AE2 API is installed (rv3 from appliedenergistics2-rv3-beta-6.jar).
Ender IO was build against API version rv2 and may or may not work with a newer version.
I removed Ender IO altogether to see what would happen and then got this error log:
---- Minecraft Crash Report ----
// Ouch. That hurt
Time: 11/29/16 7:46 PM
Description: Initializing game
java.lang.IllegalArgumentException: Duplicate enchantment id! class mrcomputerghost.runicdungeons.ench.EnchantmentPoisonThorns and class mariculture.magic.enchantments.EnchantmentHealth Enchantment ID:80
at net.minecraft.enchantment.Enchantment.<init>(Enchantment.java:53)
at mrcomputerghost.runicdungeons.ench.EnchantmentPoisonThorns.<init>(EnchantmentPoisonThorns.java:18)
at mrcomputerghost.runicdungeons.ench.EnchantHandler.initEnchants(EnchantHandler.java:26)
at mrcomputerghost.runicdungeons.RunicDungeons.preInit(RunicDungeons.java:124)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at net.minecraft.enchantment.Enchantment.<init>(Enchantment.java:53)
at mrcomputerghost.runicdungeons.ench.EnchantmentPoisonThorns.<init>(EnchantmentPoisonThorns.java:18)
at mrcomputerghost.runicdungeons.ench.EnchantHandler.initEnchants(EnchantHandler.java:26)
at mrcomputerghost.runicdungeons.RunicDungeons.preInit(RunicDungeons.java:124)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 8.1 (amd64) version 6.3
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 820965048 bytes (782 MB) / 1836580864 bytes (1751 MB) up to 3817865216 bytes (3641 MB)
JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4096M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 135 mods loaded, 129 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCH mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCH FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
UCH Forge{10.13.4.1614} [Minecraft Forge] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
UCH AM2-Preloader{0.0.3} [AMCore] (minecraft.jar)
UCH appliedenergistics2-core{rv3-beta-6} [Applied Energistics 2 Core] (minecraft.jar)
UCH CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
UCH MCVanillaTweaks{1.0} [Mariculture - Vanilla Tweaks] (minecraft.jar)
UCH NotEnoughItems{1.0.5.120} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.120-universal.jar)
UCH ThE-core{1.0.0.1} [Thaumic Energistics Core] (minecraft.jar)
UCH ThaumicTinkerer-preloader{0.1} [Thaumic Tinkerer Core] (minecraft.jar)
UCH <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
UCH battlegear2{1.7.10} [Mine & Blade Battlegear 2 - Bullseye] (1.7.10-MB_Battlegear2-Bullseye-1.0.8.3.jar)
UCH AnimationAPI{1.2.4} [AnimationAPI] (AnimationAPI-1.7.10-1.2.4.jar)
UCH arsmagica2{1.4.0.009} [Ars Magica 2] (1.7.10_AM2-1.4.0.009.jar)
UCH appliedenergistics2{rv3-beta-6} [Applied Energistics 2] (appliedenergistics2-rv3-beta-6.jar)
UCH bdlib{1.9.4.109} [BD Lib] (bdlib-1.9.4.109-mc1.7.10.jar)
UCH BiblioCraft{1.11.5} [BiblioCraft] (BiblioCraft[v1.11.5][MC1.7.10].jar)
UCH Mantle{1.7.10-0.3.2.jenkins191} [Mantle] (Mantle-1.7.10-0.3.2b.jar)
UCH Natura{2.2.0} [Natura] (natura-1.7.10-2.2.0.1.jar)
UCH BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.1889-universal.jar)
UCH BiblioWoodsBoP{1.9} [BiblioWoods Biomes O'Plenty Edition] (BiblioWoods[BiomesOPlenty][v1.9].jar)
UCH IC2{2.2.823-experimental} [IndustrialCraft 2] (industrialcraft-2-2.2.823-experimental.jar)
UCH CoFHCore{1.7.10R3.1.3} [CoFH Core] (CoFHCore-[1.7.10]3.1.3-327.jar)
UCH Forestry{4.2.16.64} [Forestry for Minecraft] (forestry_1.7.10-4.2.16.64 (1).jar)
UCH BinnieCore{2.0-pre14} [Binnie Core] (binnie-mods-2.0-pre14.jar)
UCH Botany{2.0-pre14} [Botany] (binnie-mods-2.0-pre14.jar)
UCH ExtraBees{2.0-pre14} [Extra Bees] (binnie-mods-2.0-pre14.jar)
UCH ExtraTrees{2.0-pre14} [Extra Trees] (binnie-mods-2.0-pre14.jar)
UCH Genetics{2.0-pre14} [Genetics] (binnie-mods-2.0-pre14.jar)
UCH AWWayofTime{v1.3.3} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.7.10-1.3.3-17.jar)
UCH Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
UCH Thaumcraft{4.2.3.5} [Thaumcraft] (Thaumcraft-1.7.10-4.2.3.5.jar)
UCH Botania{r1.8-249} [Botania] (Botania r1.8-249.jar)
UCH BuildCraft|Core{7.1.18} [BuildCraft] (buildcraft-7.1.18.jar)
UCH BuildCraft|Transport{7.1.18} [BC Transport] (buildcraft-7.1.18.jar)
UCH BuildCraft|Silicon{7.1.18} [BC Silicon] (buildcraft-7.1.18.jar)
UCH BuildCraft|Energy{7.1.18} [BC Energy] (buildcraft-7.1.18.jar)
UCH BuildCraft|Factory{7.1.18} [BC Factory] (buildcraft-7.1.18.jar)
UCH BuildCraft|Builders{7.1.18} [BC Builders] (buildcraft-7.1.18.jar)
UCH BuildCraft|Robotics{7.1.18} [BC Robotics] (buildcraft-7.1.18.jar)
UCH ThermalFoundation{1.7.10R1.2.5} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.2.5-115.jar)
UCH ThermalExpansion{1.7.10R4.1.4} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.1.4-247.jar)
UCH BuildCraft|Compat{7.1.5} [BuildCraft Compat] (buildcraft-compat-7.1.5.jar)
UCH Railcraft{9.12.2.0} [Railcraft] (Railcraft_1.7.10-9.12.2.0.jar)
UCH TwilightForest{2.3.7} [The Twilight Forest] (twilightforest-1.7.10-2.3.7.jar)
UCH chisel{2.9.5.11} [Chisel] (Chisel-2.9.5.11.jar)
UCH CarpentersBlocks{3.3.8.1} [Carpenter's Blocks] (Carpenter's Blocks v3.3.8.1 - MC 1.7.10.jar)
UCH ComputerCraft{1.75} [ComputerCraft] (ComputerCraft1.75.jar)
UCH cookingbook{1.0.140} [Cooking for Blockheads] (cookingbook-mc1.7.10-1.0.140.jar)
UCH ElecCore{1.4.294} [ElecCore] (ElecCore-1.7.10-1.4.294.jar)
UCH deepresonance{1.1.4} [DeepResonance] (deepresonance-1.1.4.jar)
UCH dldungeonsjdg{1.8.10} [Doomlike Dungeons] (DoomlikeDungeons-1.8.10-MC1.7.10.jar)
UCH EMT{1.2.6.2} [Electro-Magic Tools] (ElectroMagicTools-1.2.6.2[1.7.10].jar)
UCH Enchiridion{1.3} [Enchiridion] (Enchiridion 2-1.7.10-2.0.2a.jar)
UCH Enchiridion2{2.0.2a} [Enchiridion 2] (Enchiridion 2-1.7.10-2.0.2a.jar)
UCH endercore{1.7.10-0.2.0.39_beta} [EnderCore] (EnderCore-1.7.10-0.2.0.39_beta.jar)
UCH EnderStorage{1.4.7.37} [EnderStorage] (EnderStorage-1.7.10-1.4.7.37-universal.jar)
UCH ExtraFood{0.7.46} [Extra Food] (ExtraFood-1.7.10-0.7.46.jar)
UCH ExtraUtilities{1.2.12} [Extra Utilities] (extrautilities-1.2.12.jar)
UCH harvestcraft{1.7.10j} [Pam's HarvestCraft] (Pam's HarvestCraft 1.7.10Lb.jar)
UCH progressiveautomation{1.6.35} [Progressive Automation] (ProgressiveAutomation-1.7.10-1.6.35.jar)
UCH ImmersiveEngineering{0.7.7} [Immersive Engineering] (ImmersiveEngineering-0.7.7.jar)
UCH MineFactoryReloaded{1.7.10R2.8.1} [MineFactory Reloaded] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCH Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar)
UCH TConstruct{1.7.10-1.8.8.build988} [Tinkers' Construct] (TConstruct-1.7.10-1.8.8.jar)
UCH ExtraTiC{1.4.6} [ExtraTiC] (ExtraTiC-1.7.10-1.4.6.jar)
UCH FoodExpansion{1.0} [Food Expansion] (FoodExpansion1.1.1-mc1.7.10.jar)
UCH RedstoneArsenal{1.7.10R1.1.2} [Redstone Arsenal] (RedstoneArsenal-[1.7.10]1.1.2-92.jar)
UCH ThaumicTinkerer{unspecified} [Thaumic Tinkerer] (ThaumicTinkerer-2.5-1.7.10-164.jar)
UCH MagicBees{2.4.3} [Magic Bees] (magicbees-1.7.10-2.4.3.jar)
UCH gendustry{1.6.3.132} [GenDustry] (gendustry-1.6.3.132-mc1.7.10.jar)
UCH IC2NuclearControl{2.4.2a} [Nuclear Control 2] (IC2NuclearControl-2.4.2a.jar)
UCH immersiveintegration{0.6.8} [Immersive Integration] (immersiveintegration-0.6.8.jar)
UCH inventorytweaks{1.59-dev-152-cf6e263} [Inventory Tweaks] (InventoryTweaks-1.59-dev-152.jar)
UCH JABBA{1.2.2} [JABBA] (Jabba-1.2.2_1.7.10.jar)
UCH journeymap{5.1.4p1} [JourneyMap] (journeymap-1.7.10-5.1.4p1-unlimited.jar)
UCH LavaMonsters{2.2.1} [Lava Monsters] (LavaMonsters-1.7.10-2.2.1.jar)
UCH lycanitesmobs{1.13.0.5 - MC 1.7.10} [Lycanites Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
UCH arcticmobs{1.13.0.5 - MC 1.7.10} [Lycanites Arctic Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
UCH demonmobs{1.13.0.5 - MC 1.7.10} [Lycanites Demon Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
UCH desertmobs{1.13.0.5 - MC 1.7.10} [Lycanites Desert Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
UCH forestmobs{1.13.0.5 - MC 1.7.10} [Lycanites Forest Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
UCH freshwatermobs{1.13.0.5 - MC 1.7.10} [Lycanites Freshwater Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
UCH infernomobs{1.13.0.5 - MC 1.7.10} [Lycanites Inferno Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
UCH junglemobs{1.13.0.5 - MC 1.7.10} [Lycanites Jungle Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
UCH mountainmobs{1.13.0.5 - MC 1.7.10} [Lycanites Mountain Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
UCH plainsmobs{1.13.0.5 - MC 1.7.10} [Lycanites Plains Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
UCH saltwatermobs{1.13.0.5 - MC 1.7.10} [Lycanites Saltwater Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
UCH shadowmobs{1.13.0.5 - MC 1.7.10} [Lycanites Shadow Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
UCH swampmobs{1.13.0.5 - MC 1.7.10} [Lycanites Swamp Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
UCH Mariculture{1.7.10-1.3.0-6} [Mariculture] (Mariculture-Deluxe-1.7.10-1.3.0-6.jar)
UCH MariTech{1.0} [Marine Technlogy] (Mariculture-Deluxe-1.7.10-1.3.0-6.jar)
UCH MineFactoryReloaded|CompatAppliedEnergistics{1.7.10R2.8.1} [MFR Compat: Applied Energistics] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCH MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.1} [MFR Compat: BuildCraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCH MineFactoryReloaded|CompatForestry{1.7.10R2.8.1} [MFR Compat: Forestry] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCH MineFactoryReloaded|CompatForgeMicroblock{1.7.10R2.8.1} [MFR Compat: ForgeMicroblock] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCH MineFactoryReloaded|CompatIC2{1.7.10R2.8.1} [MFR Compat: IC2] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCH MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.1} [MFR Compat: Railcraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCH MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.1} [MFR Compat: Thaumcraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCH MineFactoryReloaded|CompatThermalExpansion{1.7.10R2.8.1} [MFR Compat: Thermal Expansion] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCH MineFactoryReloaded|CompatTConstruct{1.7.10R2.8.1} [MFR Compat: Tinkers' Construct] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCH MineFactoryReloaded|CompatTwilightForest{1.7.10R2.8.1} [MFR Compat: TwilightForest] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCH MineFactoryReloaded|CompatVanilla{1.7.10R2.8.1} [MFR Compat: Vanilla] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCH MutantCreatures{1.4.9} [Mutant Creatures] (MutantCreatures-1.7.10-1.4.9.jar)
UCH Mystcraft{0.12.3.03} [Mystcraft] (mystcraft-1.7.10-0.12.3.03.jar)
UCH NEIAddons{1.12.14.40} [NEI Addons] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCH NEIAddons|Developer{1.12.14.40} [NEI Addons: Developer Tools] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCH NEIAddons|AppEng{1.12.14.40} [NEI Addons: Applied Energistics 2] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCH NEIAddons|Botany{1.12.14.40} [NEI Addons: Botany] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCH NEIAddons|Forestry{1.12.14.40} [NEI Addons: Forestry] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCH NEIAddons|CraftingTables{1.12.14.40} [NEI Addons: Crafting Tables] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCH NEIAddons|ExNihilo{1.12.14.40} [NEI Addons: Ex Nihilo] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCH rftools{4.23} [RFTools] (rftools-4.23.jar)
UCH Roguelike{1.5.0} [Roguelike Dungeons] (roguelike-1.7.10-1.5.0b.jar)
UCE runicdungeons{1.1.7b} [Runic Dungeons] (RunicDungeons-1.1.7b.jar)
UCH simplyjetpacks{1.5.3} [Simply Jetpacks] (SimplyJetpacks-MC1.7.10-1.5.3.jar)
UCH SpecialMobs{3.2.2} [Special Mobs] (SpecialMobs-1.7.10-3.2.2.jar)
UCH StorageDrawers{1.7.10-1.10.7} [Storage Drawers] (StorageDrawers-1.7.10-1.10.7.jar)
UCH StorageDrawersBop{1.7.10-1.1.1} [Storage Drawers: Biomes O' Plenty Pack] (StorageDrawers-BiomesOPlenty-1.7.10-1.1.1.jar)
UCH StorageDrawersForestry{1.7.10-1.1.2} [Storage Drawers: Forestry Pack] (StorageDrawers-Forestry-1.7.10-1.1.2.jar)
UCH StorageDrawersMisc{1.7.10-1.1.2} [Storage Drawers: Misc Pack] (StorageDrawers-Misc-1.7.10-1.1.2.jar)
UCH StorageDrawersNatura{1.7.10-1.1.1} [Storage Drawers: Natura Pack] (StorageDrawers-Natura-1.7.10-1.1.1.jar)
UCH thaumcraftneiplugin{@[email protected]} [Thaumcraft NEI Plugin] (thaumcraftneiplugin-1.7.10-1.7a.jar)
UCH thaumicenergistics{1.0.0.5} [Thaumic Energistics] (thaumicenergistics-1.0.0.5.jar)
UCH ThermalDynamics{1.7.10R1.2.0} [Thermal Dynamics] (ThermalDynamics-[1.7.10]1.2.0-171.jar)
UCH TiCTooltips{1.2.5} [TiC Tooltips] (TiCTooltips-mc1.7.10-1.2.5.jar)
UCH TMechworks{0.2.15.106} [Tinkers' Mechworks] (TMechworks-1.7.10-0.2.15.106.jar)
UCH WailaHarvestability{1.1.6} [Waila Harvestability] (WailaHarvestability-mc1.7.10-1.1.6.jar)
UCH aobd{2.9.2} [Another One Bites The Dust] (AOBD-2.9.2.jar)
UD MineFactoryReloaded|CompatAtum{1.7.10R2.8.1} [MFR Compat: Atum] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UD MineFactoryReloaded|CompatBackTools{1.7.10R2.8.1} [MFR Compat: BackTools] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UD MineFactoryReloaded|CompatChococraft{1.7.10R2.8.1} [MFR Compat: Chococraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UD MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.1} [MFR Compat: ExtraBiomes] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UD MineFactoryReloaded|CompatProjRed{1.7.10R2.8.1} [MFR Compat ProjectRed] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UD MineFactoryReloaded|CompatSufficientBiomes{1.7.10R2.8.1} [MFR Compat: Sufficient Biomes] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 372.90' Renderer: 'GeForce GTX 780 Ti/PCIe/SSE2'
AE2 Version: beta rv3-beta-6 for Forge 10.13.4.1448
Mantle Environment: Environment healthy.
CoFHCore: -[1.7.10]3.1.3-327
ThermalFoundation: -[1.7.10]1.2.5-115
ThermalExpansion: -[1.7.10]4.1.4-247
MineFactoryReloaded: -[1.7.10]2.8.1-174
TConstruct Environment: Environment healthy.
RedstoneArsenal: -[1.7.10]1.1.2-92
ThermalDynamics: -[1.7.10]1.2.0-171
List of loaded APIs:
* appliedenergistics2|API (rv2) from ThaumicTinkerer-2.5-1.7.10-164.jar
* BattlePlayer (0.1) from 1.7.10-MB_Battlegear2-Bullseye-1.0.8.3.jar
* Baubles|API (1.0.1.10) from RunicDungeons-1.1.7b.jar
* BiomesOPlentyAPI (1.0.0) from BiomesOPlenty-1.7.10-2.1.0.1889-universal.jar
* BloodMagicAPI (1.3.3-13) from BloodMagic-1.7.10-1.3.3-17.jar
* BotaniaAPI (76) from Botania r1.8-249.jar
* BuildCraftAPI|blocks (1.0) from Railcraft_1.7.10-9.12.2.0.jar
* BuildCraftAPI|blueprints (1.5) from buildcraft-7.1.18.jar
* BuildCraftAPI|boards (2.0) from buildcraft-7.1.18.jar
* BuildCraftAPI|core (1.0) from Railcraft_1.7.10-9.12.2.0.jar
* BuildCraftAPI|crops (1.1) from buildcraft-7.1.18.jar
* BuildCraftAPI|events (2.0) from buildcraft-7.1.18.jar
* BuildCraftAPI|facades (1.1) from buildcraft-7.1.18.jar
* BuildCraftAPI|filler (4.0) from buildcraft-7.1.18.jar
* BuildCraftAPI|fuels (2.0) from buildcraft-7.1.18.jar
* BuildCraftAPI|gates (4.1) from buildcraft-7.1.18.jar
* BuildCraftAPI|items (1.1) from Railcraft_1.7.10-9.12.2.0.jar
* BuildCraftAPI|library (2.0) from Railcraft_1.7.10-9.12.2.0.jar
* BuildCraftAPI|lists (1.0) from buildcraft-7.1.18.jar
* BuildCraftAPI|power (1.3) from buildcraft-7.1.18.jar
* BuildCraftAPI|recipes (3.0) from buildcraft-7.1.18.jar
* BuildCraftAPI|robotics (3.0) from buildcraft-7.1.18.jar
* BuildCraftAPI|statements (1.1) from buildcraft-7.1.18.jar
* BuildCraftAPI|tablet (1.0) from Railcraft_1.7.10-9.12.2.0.jar
* BuildCraftAPI|tiles (1.2) from Railcraft_1.7.10-9.12.2.0.jar
* BuildCraftAPI|tools (1.0) from buildcraft-7.1.18.jar
* BuildCraftAPI|transport (4.1) from Railcraft_1.7.10-9.12.2.0.jar
* CarpentersBlocks|API (3.3.7) from Carpenter's Blocks v3.3.8.1 - MC 1.7.10.jar
* ChiselAPI (0.1.1) from Chisel-2.9.5.11.jar
* ChiselAPI|Carving (0.1.1) from Chisel-2.9.5.11.jar
* ChiselAPI|Rendering (0.1.1) from Chisel-2.9.5.11.jar
* CoFHAPI (1.7.10R1.0.13B1) from extrautilities-1.2.12.jar
* CoFHAPI|block (1.7.10R1.3.1) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHAPI|core (1.7.10R1.3.1) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHAPI|energy (1.7.10R1.0.2) from Mariculture-Deluxe-1.7.10-1.3.0-6.jar
* CoFHAPI|fluid (1.7.10R1.3.1) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHAPI|inventory (1.7.10R1.3.1) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHAPI|item (1.7.10R1.0.13) from ImmersiveEngineering-0.7.7.jar
* CoFHAPI|modhelpers (1.7.10R1.3.1) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHAPI|tileentity (1.7.10R1.3.1) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHAPI|transport (1.7.10R1.0.13) from EnderCore-1.7.10-0.2.0.39_beta.jar
* CoFHAPI|world (1.7.10R1.3.1) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHLib (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHLib|audio (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHLib|gui (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHLib|gui|container (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHLib|gui|element (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHLib|gui|element|listbox (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHLib|gui|slot (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHLib|inventory (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHLib|render (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHLib|render|particle (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHLib|util (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHLib|util|helpers (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHLib|util|position (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHLib|world (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHLib|world|feature (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
* ComputerCraft|API (1.75) from ComputerCraft1.75.jar
* ComputerCraft|API|FileSystem (1.75) from ComputerCraft1.75.jar
* ComputerCraft|API|Lua (1.75) from ComputerCraft1.75.jar
* ComputerCraft|API|Media (1.75) from ComputerCraft1.75.jar
* ComputerCraft|API|Peripheral (1.75) from ComputerCraft1.75.jar
* ComputerCraft|API|Permissions (1.75) from ComputerCraft1.75.jar
* ComputerCraft|API|Redstone (1.75) from ComputerCraft1.75.jar
* ComputerCraft|API|Turtle (1.75) from ComputerCraft1.75.jar
* DLDungeonsAPI (1.4) from DoomlikeDungeons-1.8.10-MC1.7.10.jar
* DR-API (1.0.4-Beta) from deepresonance-1.1.4.jar
* DualWield (0.1) from 1.7.10-MB_Battlegear2-Bullseye-1.0.8.3.jar
* ElecCore|Abilities (#API_VER#) from ElecCore-1.7.10-1.4.294.jar
* ForestryAPI|apiculture (4.8.0) from forestry_1.7.10-4.2.16.64 (1).jar
* ForestryAPI|arboriculture (4.2.1) from forestry_1.7.10-4.2.16.64 (1).jar
* ForestryAPI|circuits (1.0) from ExtraFood-1.7.10-0.7.46.jar
* ForestryAPI|core (5.0.0) from forestry_1.7.10-4.2.16.64 (1).jar
* ForestryAPI|farming (2.1.0) from forestry_1.7.10-4.2.16.64 (1).jar
* ForestryAPI|food (1.0) from ExtraFood-1.7.10-0.7.46.jar
* ForestryAPI|fuels (2.0.0) from ExtraFood-1.7.10-0.7.46.jar
* ForestryAPI|genetics (2.0) from ExtraFood-1.7.10-0.7.46.jar
* ForestryAPI|hives (4.1.0) from forestry_1.7.10-4.2.16.64 (1).jar
* ForestryAPI|lepidopterology (1.1) from ExtraFood-1.7.10-0.7.46.jar
* ForestryAPI|mail (2.0.0) from ExtraFood-1.7.10-0.7.46.jar
* ForestryAPI|multiblock (3.0.0) from forestry_1.7.10-4.2.16.64 (1).jar
* ForestryAPI|recipes (2.0) from ExtraFood-1.7.10-0.7.46.jar
* ForestryAPI|storage (3.0.0) from forestry_1.7.10-4.2.16.64 (1).jar
* ForestryAPI|world (2.1.0) from forestry_1.7.10-4.2.16.64 (1).jar
* gendustryAPI (2.3.0) from gendustry-1.6.3.132-mc1.7.10.jar
* Heraldry (alpha) from 1.7.10-MB_Battlegear2-Bullseye-1.0.8.3.jar
* IC2API (1.0) from industrialcraft-2-2.2.823-experimental.jar
* ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.7.7.jar
* McJtyLib (1.8.1) from mcjtylib-1.8.1.jar
* Mystcraft|API (0.1) from mystcraft-1.7.10-0.12.3.03.jar
* NuclearControlAPI (v1.0.5) from IC2NuclearControl-2.4.2a.jar
* Quiver (0.2) from 1.7.10-MB_Battlegear2-Bullseye-1.0.8.3.jar
* RailcraftAPI|bore (1.0.0) from Railcraft_1.7.10-9.12.2.0.jar
* RailcraftAPI|carts (1.6.0) from Railcraft_1.7.10-9.12.2.0.jar
* RailcraftAPI|core (1.5.0) from Railcraft_1.7.10-9.12.2.0.jar
* RailcraftAPI|crafting (1.0.0) from Railcraft_1.7.10-9.12.2.0.jar
* RailcraftAPI|electricity (2.0.0) from Railcraft_1.7.10-9.12.2.0.jar
* RailcraftAPI|events (1.0.0) from Railcraft_1.7.10-9.12.2.0.jar
* RailcraftAPI|fuel (1.0.0) from Railcraft_1.7.10-9.12.2.0.jar
* RailcraftAPI|helpers (1.1.0) from Railcraft_1.7.10-9.12.2.0.jar
* RailcraftAPI|items (1.0.0) from Railcraft_1.7.10-9.12.2.0.jar
* RailcraftAPI|locomotive (1.1.0) from Railcraft_1.7.10-9.12.2.0.jar
* RailcraftAPI|signals (2.3.0) from Railcraft_1.7.10-9.12.2.0.jar
* RailcraftAPI|tracks (2.3.0) from Railcraft_1.7.10-9.12.2.0.jar
* Shield (0.1) from 1.7.10-MB_Battlegear2-Bullseye-1.0.8.3.jar
* StarvationAhoyAPI (1.0.0) from ExtraFood-1.7.10-0.7.46.jar
* StorageDrawersAPI (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.7.jar
* StorageDrawersAPI|config (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.7.jar
* StorageDrawersAPI|event (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.7.jar
* StorageDrawersAPI|inventory (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.7.jar
* StorageDrawersAPI|pack (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.7.jar
* StorageDrawersAPI|registry (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.7.jar
* StorageDrawersAPI|render (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.7.jar
* StorageDrawersAPI|storage (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.7.jar
* StorageDrawersAPI|storage-attribute (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.7.jar
* Thaumcraft|API (4.2.2.0) from Pam's HarvestCraft 1.7.10Lb.jar
* thaumicenergistics|API (1.1) from thaumicenergistics-1.0.0.5.jar
* WailaAPI (1.2) from Waila-1.5.10_1.7.10.jar
* Weapons (0.1) from 1.7.10-MB_Battlegear2-Bullseye-1.0.8.3.jar
Chisel: Errors like "[FML]: Unable to lookup ..." are NOT the cause of this crash. You can safely ignore these errors. And update forge while you're at it.
Launched Version: 1.7.10-Forge10.13.4.1614-1.7.10
LWJGL: 2.9.1
OpenGL: GeForce GTX 780 Ti/PCIe/SSE2 GL version 4.5.0 NVIDIA 372.90, NVIDIA Corporation
GL Caps: Using GL 1.3 multitexturing.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Anisotropic filtering is supported and maximum anisotropy is 16.
Shaders are available because OpenGL 2.1 is supported.
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: []
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Anisotropic Filtering: Off (1)
java.lang.IllegalArgumentException: Duplicate enchantment id! class mrcomputerghost.runicdungeons.ench.EnchantmentPoisonThorns and class mariculture.magic.enchantments.EnchantmentHealth Enchantment ID:80
Runic Dungeons and Mariculture both add enchant ID 80. Go into one of those mod's config files and change 80 to another number.
For future ref: the first paragraph of the crash report outlines the main problem.
Rollback Post to RevisionRollBack
"We live on a placid island of ignorance in the midst of black seas of infinity, and it was not meant that we should voyage far."
Thanks, majesty, I changed this ID in Mariculture to 90, then had the same conflict for 81, so I changed it to 91, and few more in sequence, so I changed them to 92, 93, etc.
Then, that error seemed to go away, and I got this crash log instead:
---- Minecraft Crash Report ----
// Oops.
Time: 11/30/16 6:51 AM
Description: There was a severe problem during mod loading that has caused the game to fail
cpw.mods.fml.common.LoaderException: java.lang.NoSuchMethodError: forestry.api.apiculture.IAlleleBeeSpecies.getProducts()Ljava/util/Map;
at cpw.mods.fml.common.LoadController.transition(LoadController.java:163)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:739)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.NoSuchMethodError: forestry.api.apiculture.IAlleleBeeSpecies.getProducts()Ljava/util/Map;
at binnie.extrabees.genetics.ExtraBeesSpecies.doInit(ExtraBeesSpecies.java:993)
at binnie.extrabees.genetics.ModuleGenetics.init(ModuleGenetics.java:40)
at binnie.core.AbstractMod.init(AbstractMod.java:137)
at binnie.extrabees.ExtraBees.init(ExtraBees.java:53)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:737)
... 10 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 8.1 (amd64) version 6.3
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 729912136 bytes (696 MB) / 2098200576 bytes (2001 MB) up to 3817865216 bytes (3641 MB)
JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4096M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 136 mods loaded, 130 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHI mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCHI FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
UCHI Forge{10.13.4.1614} [Minecraft Forge] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
UCHI AM2-Preloader{0.0.3} [AMCore] (minecraft.jar)
UCHI appliedenergistics2-core{rv3-beta-6} [Applied Energistics 2 Core] (minecraft.jar)
UCHI CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
UCHI MCVanillaTweaks{1.0} [Mariculture - Vanilla Tweaks] (minecraft.jar)
UCHI NotEnoughItems{1.0.5.120} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.120-universal.jar)
UCHI ThE-core{1.0.0.1} [Thaumic Energistics Core] (minecraft.jar)
UCHI ThaumicTinkerer-preloader{0.1} [Thaumic Tinkerer Core] (minecraft.jar)
UCHI <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
UCHI battlegear2{1.7.10} [Mine & Blade Battlegear 2 - Bullseye] (1.7.10-MB_Battlegear2-Bullseye-1.0.8.3.jar)
UCHI AnimationAPI{1.2.4} [AnimationAPI] (AnimationAPI-1.7.10-1.2.4.jar)
UCHI arsmagica2{1.4.0.009} [Ars Magica 2] (1.7.10_AM2-1.4.0.009.jar)
UCHI appliedenergistics2{rv3-beta-6} [Applied Energistics 2] (appliedenergistics2-rv3-beta-6.jar)
UCHI bdlib{1.9.4.109} [BD Lib] (bdlib-1.9.4.109-mc1.7.10.jar)
UCHI BiblioCraft{1.11.5} [BiblioCraft] (BiblioCraft[v1.11.5][MC1.7.10].jar)
UCHI Mantle{1.7.10-0.3.2.jenkins191} [Mantle] (Mantle-1.7.10-0.3.2b.jar)
UCHI Natura{2.2.0} [Natura] (natura-1.7.10-2.2.0.1.jar)
UCHI BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.1889-universal.jar)
UCHI BiblioWoodsBoP{1.9} [BiblioWoods Biomes O'Plenty Edition] (BiblioWoods[BiomesOPlenty][v1.9].jar)
UCHI IC2{2.2.823-experimental} [IndustrialCraft 2] (industrialcraft-2-2.2.823-experimental.jar)
UCHI CoFHCore{1.7.10R3.1.3} [CoFH Core] (CoFHCore-[1.7.10]3.1.3-327.jar)
UCHI Forestry{4.2.16.64} [Forestry for Minecraft] (forestry_1.7.10-4.2.16.64 (1).jar)
UCHI BinnieCore{2.0-pre14} [Binnie Core] (binnie-mods-2.0-pre14.jar)
UCHE Botany{2.0-pre14} [Botany] (binnie-mods-2.0-pre14.jar)
UCHE ExtraBees{2.0-pre14} [Extra Bees] (binnie-mods-2.0-pre14.jar)
UCHI ExtraTrees{2.0-pre14} [Extra Trees] (binnie-mods-2.0-pre14.jar)
UCHI Genetics{2.0-pre14} [Genetics] (binnie-mods-2.0-pre14.jar)
UCHI AWWayofTime{v1.3.3} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.7.10-1.3.3-17.jar)
UCHI Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
UCHI Thaumcraft{4.2.3.5} [Thaumcraft] (Thaumcraft-1.7.10-4.2.3.5.jar)
UCHI Botania{r1.8-249} [Botania] (Botania r1.8-249.jar)
UCHI BuildCraft|Core{7.1.18} [BuildCraft] (buildcraft-7.1.18.jar)
UCHI BuildCraft|Transport{7.1.18} [BC Transport] (buildcraft-7.1.18.jar)
UCHI BuildCraft|Silicon{7.1.18} [BC Silicon] (buildcraft-7.1.18.jar)
UCHI BuildCraft|Energy{7.1.18} [BC Energy] (buildcraft-7.1.18.jar)
UCHI BuildCraft|Factory{7.1.18} [BC Factory] (buildcraft-7.1.18.jar)
UCHI BuildCraft|Builders{7.1.18} [BC Builders] (buildcraft-7.1.18.jar)
UCHI BuildCraft|Robotics{7.1.18} [BC Robotics] (buildcraft-7.1.18.jar)
UCHI ThermalFoundation{1.7.10R1.2.5} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.2.5-115.jar)
UCHI ThermalExpansion{1.7.10R4.1.4} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.1.4-247.jar)
UCHI BuildCraft|Compat{7.1.5} [BuildCraft Compat] (buildcraft-compat-7.1.5.jar)
UCHI Railcraft{9.12.2.0} [Railcraft] (Railcraft_1.7.10-9.12.2.0.jar)
UCHI TwilightForest{2.3.7} [The Twilight Forest] (twilightforest-1.7.10-2.3.7.jar)
UCHI chisel{2.9.5.11} [Chisel] (Chisel-2.9.5.11.jar)
UCHI CarpentersBlocks{3.3.8.1} [Carpenter's Blocks] (Carpenter's Blocks v3.3.8.1 - MC 1.7.10.jar)
UCHI ComputerCraft{1.75} [ComputerCraft] (ComputerCraft1.75.jar)
UCHI cookingbook{1.0.140} [Cooking for Blockheads] (cookingbook-mc1.7.10-1.0.140.jar)
UCHI ElecCore{1.4.294} [ElecCore] (ElecCore-1.7.10-1.4.294.jar)
UCHI deepresonance{1.1.4} [DeepResonance] (deepresonance-1.1.4.jar)
UCHI dldungeonsjdg{1.8.10} [Doomlike Dungeons] (DoomlikeDungeons-1.8.10-MC1.7.10.jar)
UCHI EMT{1.2.6.2} [Electro-Magic Tools] (ElectroMagicTools-1.2.6.2[1.7.10].jar)
UCHI Enchiridion{1.3} [Enchiridion] (Enchiridion 2-1.7.10-2.0.2a.jar)
UCHI Enchiridion2{2.0.2a} [Enchiridion 2] (Enchiridion 2-1.7.10-2.0.2a.jar)
UCHI endercore{1.7.10-0.2.0.39_beta} [EnderCore] (EnderCore-1.7.10-0.2.0.39_beta.jar)
UCHI MineFactoryReloaded{1.7.10R2.8.1} [MineFactory Reloaded] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCHI Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar)
UCHI EnderIO{1.7.10-2.3.0.429_beta} [Ender IO] (EnderIO-1.7.10-2.3.0.429_beta.jar)
UCHI EnderStorage{1.4.7.37} [EnderStorage] (EnderStorage-1.7.10-1.4.7.37-universal.jar)
UCHI ExtraFood{0.7.46} [Extra Food] (ExtraFood-1.7.10-0.7.46.jar)
UCHI ExtraUtilities{1.2.12} [Extra Utilities] (extrautilities-1.2.12.jar)
UCHI harvestcraft{1.7.10j} [Pam's HarvestCraft] (Pam's HarvestCraft 1.7.10Lb.jar)
UCHI progressiveautomation{1.6.35} [Progressive Automation] (ProgressiveAutomation-1.7.10-1.6.35.jar)
UCHI ImmersiveEngineering{0.7.7} [Immersive Engineering] (ImmersiveEngineering-0.7.7.jar)
UCHI TConstruct{1.7.10-1.8.8.build988} [Tinkers' Construct] (TConstruct-1.7.10-1.8.8.jar)
UCHI ExtraTiC{1.4.6} [ExtraTiC] (ExtraTiC-1.7.10-1.4.6.jar)
UCHI FoodExpansion{1.0} [Food Expansion] (FoodExpansion1.1.1-mc1.7.10.jar)
UCHI RedstoneArsenal{1.7.10R1.1.2} [Redstone Arsenal] (RedstoneArsenal-[1.7.10]1.1.2-92.jar)
UCHI ThaumicTinkerer{unspecified} [Thaumic Tinkerer] (ThaumicTinkerer-2.5-1.7.10-164.jar)
UCHI MagicBees{2.4.3} [Magic Bees] (magicbees-1.7.10-2.4.3.jar)
UCHI gendustry{1.6.3.132} [GenDustry] (gendustry-1.6.3.132-mc1.7.10.jar)
UCHI IC2NuclearControl{2.4.2a} [Nuclear Control 2] (IC2NuclearControl-2.4.2a.jar)
UCHI immersiveintegration{0.6.8} [Immersive Integration] (immersiveintegration-0.6.8.jar)
UCHI inventorytweaks{1.59-dev-152-cf6e263} [Inventory Tweaks] (InventoryTweaks-1.59-dev-152.jar)
UCHI JABBA{1.2.2} [JABBA] (Jabba-1.2.2_1.7.10.jar)
UCHI journeymap{5.1.4p1} [JourneyMap] (journeymap-1.7.10-5.1.4p1-unlimited.jar)
UCHI LavaMonsters{2.2.1} [Lava Monsters] (LavaMonsters-1.7.10-2.2.1.jar)
UCHI lycanitesmobs{1.13.0.5 - MC 1.7.10} [Lycanites Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
UCHI arcticmobs{1.13.0.5 - MC 1.7.10} [Lycanites Arctic Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
UCHI demonmobs{1.13.0.5 - MC 1.7.10} [Lycanites Demon Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
UCHI desertmobs{1.13.0.5 - MC 1.7.10} [Lycanites Desert Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
UCHI forestmobs{1.13.0.5 - MC 1.7.10} [Lycanites Forest Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
UCHI freshwatermobs{1.13.0.5 - MC 1.7.10} [Lycanites Freshwater Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
UCHI infernomobs{1.13.0.5 - MC 1.7.10} [Lycanites Inferno Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
UCHI junglemobs{1.13.0.5 - MC 1.7.10} [Lycanites Jungle Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
UCHI mountainmobs{1.13.0.5 - MC 1.7.10} [Lycanites Mountain Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
UCHI plainsmobs{1.13.0.5 - MC 1.7.10} [Lycanites Plains Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
UCHI saltwatermobs{1.13.0.5 - MC 1.7.10} [Lycanites Saltwater Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
UCHI shadowmobs{1.13.0.5 - MC 1.7.10} [Lycanites Shadow Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
UCHI swampmobs{1.13.0.5 - MC 1.7.10} [Lycanites Swamp Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
UCHI Mariculture{1.7.10-1.3.0-6} [Mariculture] (Mariculture-Deluxe-1.7.10-1.3.0-6.jar)
UCHI MariTech{1.0} [Marine Technlogy] (Mariculture-Deluxe-1.7.10-1.3.0-6.jar)
UCHI MineFactoryReloaded|CompatAppliedEnergistics{1.7.10R2.8.1} [MFR Compat: Applied Energistics] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCHI MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.1} [MFR Compat: BuildCraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCHI MineFactoryReloaded|CompatForestry{1.7.10R2.8.1} [MFR Compat: Forestry] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCHI MineFactoryReloaded|CompatForgeMicroblock{1.7.10R2.8.1} [MFR Compat: ForgeMicroblock] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCHI MineFactoryReloaded|CompatIC2{1.7.10R2.8.1} [MFR Compat: IC2] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCHI MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.1} [MFR Compat: Railcraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCHI MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.1} [MFR Compat: Thaumcraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCHI MineFactoryReloaded|CompatThermalExpansion{1.7.10R2.8.1} [MFR Compat: Thermal Expansion] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCHI MineFactoryReloaded|CompatTConstruct{1.7.10R2.8.1} [MFR Compat: Tinkers' Construct] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCHI MineFactoryReloaded|CompatTwilightForest{1.7.10R2.8.1} [MFR Compat: TwilightForest] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCHI MineFactoryReloaded|CompatVanilla{1.7.10R2.8.1} [MFR Compat: Vanilla] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCHI MutantCreatures{1.4.9} [Mutant Creatures] (MutantCreatures-1.7.10-1.4.9.jar)
UCHI Mystcraft{0.12.3.03} [Mystcraft] (mystcraft-1.7.10-0.12.3.03.jar)
UCHI NEIAddons{1.12.14.40} [NEI Addons] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCHI NEIAddons|Developer{1.12.14.40} [NEI Addons: Developer Tools] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCHI NEIAddons|AppEng{1.12.14.40} [NEI Addons: Applied Energistics 2] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCHI NEIAddons|Botany{1.12.14.40} [NEI Addons: Botany] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCHI NEIAddons|Forestry{1.12.14.40} [NEI Addons: Forestry] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCHI NEIAddons|CraftingTables{1.12.14.40} [NEI Addons: Crafting Tables] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCHI NEIAddons|ExNihilo{1.12.14.40} [NEI Addons: Ex Nihilo] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCHI rftools{4.23} [RFTools] (rftools-4.23.jar)
UCHI Roguelike{1.5.0} [Roguelike Dungeons] (roguelike-1.7.10-1.5.0b.jar)
UCHI runicdungeons{1.1.7b} [Runic Dungeons] (RunicDungeons-1.1.7b.jar)
UCHI simplyjetpacks{1.5.3} [Simply Jetpacks] (SimplyJetpacks-MC1.7.10-1.5.3.jar)
UCHI SpecialMobs{3.2.2} [Special Mobs] (SpecialMobs-1.7.10-3.2.2.jar)
UCHI StorageDrawers{1.7.10-1.10.7} [Storage Drawers] (StorageDrawers-1.7.10-1.10.7.jar)
UCHI StorageDrawersBop{1.7.10-1.1.1} [Storage Drawers: Biomes O' Plenty Pack] (StorageDrawers-BiomesOPlenty-1.7.10-1.1.1.jar)
UCHI StorageDrawersForestry{1.7.10-1.1.2} [Storage Drawers: Forestry Pack] (StorageDrawers-Forestry-1.7.10-1.1.2.jar)
UCHI StorageDrawersMisc{1.7.10-1.1.2} [Storage Drawers: Misc Pack] (StorageDrawers-Misc-1.7.10-1.1.2.jar)
UCHI StorageDrawersNatura{1.7.10-1.1.1} [Storage Drawers: Natura Pack] (StorageDrawers-Natura-1.7.10-1.1.1.jar)
UCHI thaumcraftneiplugin{@[email protected]} [Thaumcraft NEI Plugin] (thaumcraftneiplugin-1.7.10-1.7a.jar)
UCHI thaumicenergistics{1.0.0.5} [Thaumic Energistics] (thaumicenergistics-1.0.0.5.jar)
UCHI ThermalDynamics{1.7.10R1.2.0} [Thermal Dynamics] (ThermalDynamics-[1.7.10]1.2.0-171.jar)
UCHI TiCTooltips{1.2.5} [TiC Tooltips] (TiCTooltips-mc1.7.10-1.2.5.jar)
UCHI TMechworks{0.2.15.106} [Tinkers' Mechworks] (TMechworks-1.7.10-0.2.15.106.jar)
UCHI WailaHarvestability{1.1.6} [Waila Harvestability] (WailaHarvestability-mc1.7.10-1.1.6.jar)
UCHI aobd{2.9.2} [Another One Bites The Dust] (AOBD-2.9.2.jar)
UD MineFactoryReloaded|CompatAtum{1.7.10R2.8.1} [MFR Compat: Atum] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UD MineFactoryReloaded|CompatBackTools{1.7.10R2.8.1} [MFR Compat: BackTools] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UD MineFactoryReloaded|CompatChococraft{1.7.10R2.8.1} [MFR Compat: Chococraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UD MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.1} [MFR Compat: ExtraBiomes] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UD MineFactoryReloaded|CompatProjRed{1.7.10R2.8.1} [MFR Compat ProjectRed] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UD MineFactoryReloaded|CompatSufficientBiomes{1.7.10R2.8.1} [MFR Compat: Sufficient Biomes] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 372.90' Renderer: 'GeForce GTX 780 Ti/PCIe/SSE2'
AE2 Version: beta rv3-beta-6 for Forge 10.13.4.1448
Mantle Environment: Environment healthy.
CoFHCore: -[1.7.10]3.1.3-327
ThermalFoundation: -[1.7.10]1.2.5-115
ThermalExpansion: -[1.7.10]4.1.4-247
MineFactoryReloaded: -[1.7.10]2.8.1-174
TConstruct Environment: Environment healthy.
RedstoneArsenal: -[1.7.10]1.1.2-92
ThermalDynamics: -[1.7.10]1.2.0-171
List of loaded APIs:
* appliedenergistics2|API (rv3) from appliedenergistics2-rv3-beta-6.jar
* BattlePlayer (0.1) from 1.7.10-MB_Battlegear2-Bullseye-1.0.8.3.jar
* Baubles|API (1.0.1.10) from Baubles-1.7.10-1.0.1.10.jar
* BiomesOPlentyAPI (1.0.0) from BiomesOPlenty-1.7.10-2.1.0.1889-universal.jar
* BloodMagicAPI (1.3.3-13) from BloodMagic-1.7.10-1.3.3-17.jar
* BotaniaAPI (76) from Botania r1.8-249.jar
* BuildCraftAPI|blocks (1.0) from Railcraft_1.7.10-9.12.2.0.jar
* BuildCraftAPI|blueprints (1.5) from buildcraft-7.1.18.jar
* BuildCraftAPI|boards (2.0) from buildcraft-7.1.18.jar
* BuildCraftAPI|core (1.0) from buildcraft-7.1.18.jar
* BuildCraftAPI|crops (1.1) from Railcraft_1.7.10-9.12.2.0.jar
* BuildCraftAPI|events (2.0) from buildcraft-7.1.18.jar
* BuildCraftAPI|facades (1.1) from buildcraft-7.1.18.jar
* BuildCraftAPI|filler (4.0) from buildcraft-7.1.18.jar
* BuildCraftAPI|fuels (2.0) from buildcraft-7.1.18.jar
* BuildCraftAPI|gates (4.1) from buildcraft-7.1.18.jar
* BuildCraftAPI|items (1.1) from Railcraft_1.7.10-9.12.2.0.jar
* BuildCraftAPI|library (2.0) from buildcraft-7.1.18.jar
* BuildCraftAPI|lists (1.0) from buildcraft-7.1.18.jar
* BuildCraftAPI|power (1.3) from buildcraft-7.1.18.jar
* BuildCraftAPI|recipes (3.0) from buildcraft-7.1.18.jar
* BuildCraftAPI|robotics (3.0) from buildcraft-7.1.18.jar
* BuildCraftAPI|statements (1.1) from buildcraft-7.1.18.jar
* BuildCraftAPI|tablet (1.0) from buildcraft-7.1.18.jar
* BuildCraftAPI|tiles (1.2) from Railcraft_1.7.10-9.12.2.0.jar
* BuildCraftAPI|tools (1.0) from extrautilities-1.2.12.jar
* BuildCraftAPI|transport (4.1) from buildcraft-7.1.18.jar
* CarpentersBlocks|API (3.3.7) from Carpenter's Blocks v3.3.8.1 - MC 1.7.10.jar
* ChiselAPI (0.1.1) from Chisel-2.9.5.11.jar
* ChiselAPI|Carving (0.1.1) from Chisel-2.9.5.11.jar
* ChiselAPI|Rendering (0.1.1) from Chisel-2.9.5.11.jar
* CoFHAPI (1.7.10R1.0.2) from forestry_1.7.10-4.2.16.64 (1).jar
* CoFHAPI|block (1.7.10R1.1.0) from ProgressiveAutomation-1.7.10-1.6.35.jar
* CoFHAPI|core (1.7.10R1.3.1) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHAPI|energy (1.7.10R1.0.2) from buildcraft-7.1.18.jar
* CoFHAPI|fluid (1.7.10R1.3.1) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHAPI|inventory (1.7.10R1.0.1) from buildcraft-compat-7.1.5.jar
* CoFHAPI|item (1.7.10R1.3.1) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHAPI|modhelpers (1.7.10R1.3.1) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHAPI|tileentity (1.7.10R1.0.13) from EnderIO-1.7.10-2.3.0.429_beta.jar
* CoFHAPI|transport (1.7.10R1.0.1) from buildcraft-compat-7.1.5.jar
* CoFHAPI|world (1.7.10R1.3.1) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHLib (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHLib|audio (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHLib|gui (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHLib|gui|container (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHLib|gui|element (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHLib|gui|element|listbox (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHLib|gui|slot (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHLib|inventory (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHLib|render (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHLib|render|particle (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHLib|util (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHLib|util|helpers (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHLib|util|position (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHLib|world (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHLib|world|feature (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
* ComputerCraft|API (1.75) from ComputerCraft1.75.jar
* ComputerCraft|API|FileSystem (1.75) from ComputerCraft1.75.jar
* ComputerCraft|API|Lua (1.75) from ComputerCraft1.75.jar
* ComputerCraft|API|Media (1.75) from ComputerCraft1.75.jar
* ComputerCraft|API|Peripheral (1.75) from ComputerCraft1.75.jar
* ComputerCraft|API|Permissions (1.75) from ComputerCraft1.75.jar
* ComputerCraft|API|Redstone (1.75) from ComputerCraft1.75.jar
* ComputerCraft|API|Turtle (1.75) from ComputerCraft1.75.jar
* DLDungeonsAPI (1.4) from DoomlikeDungeons-1.8.10-MC1.7.10.jar
* DR-API (1.0.4-Beta) from deepresonance-1.1.4.jar
* DualWield (0.1) from 1.7.10-MB_Battlegear2-Bullseye-1.0.8.3.jar
* ElecCore|Abilities (#API_VER#) from ElecCore-1.7.10-1.4.294.jar
* EnderIOAPI (0.0.2) from EnderIO-1.7.10-2.3.0.429_beta.jar
* EnderIOAPI|Redstone (0.0.2) from EnderIO-1.7.10-2.3.0.429_beta.jar
* EnderIOAPI|Teleport (0.0.2) from EnderIO-1.7.10-2.3.0.429_beta.jar
* EnderIOAPI|Tools (0.0.2) from EnderIO-1.7.10-2.3.0.429_beta.jar
* ForestryAPI|apiculture (2.0) from ExtraFood-1.7.10-0.7.46.jar
* ForestryAPI|arboriculture (2.1.0) from ExtraFood-1.7.10-0.7.46.jar
* ForestryAPI|circuits (3.1.0) from forestry_1.7.10-4.2.16.64 (1).jar
* ForestryAPI|core (1.0) from ExtraFood-1.7.10-0.7.46.jar
* ForestryAPI|farming (2.1.0) from forestry_1.7.10-4.2.16.64 (1).jar
* ForestryAPI|food (1.0) from ExtraFood-1.7.10-0.7.46.jar
* ForestryAPI|fuels (2.0.1) from forestry_1.7.10-4.2.16.64 (1).jar
* ForestryAPI|genetics (4.7.1) from forestry_1.7.10-4.2.16.64 (1).jar
* ForestryAPI|hives (4.1.0) from forestry_1.7.10-4.2.16.64 (1).jar
* ForestryAPI|lepidopterology (1.3.0) from forestry_1.7.10-4.2.16.64 (1).jar
* ForestryAPI|mail (2.0.0) from ExtraFood-1.7.10-0.7.46.jar
* ForestryAPI|multiblock (3.0.0) from forestry_1.7.10-4.2.16.64 (1).jar
* ForestryAPI|recipes (5.4.0) from forestry_1.7.10-4.2.16.64 (1).jar
* ForestryAPI|storage (3.0.0) from forestry_1.7.10-4.2.16.64 (1).jar
* ForestryAPI|world (1.0) from ExtraFood-1.7.10-0.7.46.jar
* gendustryAPI (2.3.0) from gendustry-1.6.3.132-mc1.7.10.jar
* Heraldry (alpha) from 1.7.10-MB_Battlegear2-Bullseye-1.0.8.3.jar
* IC2API (1.0) from Railcraft_1.7.10-9.12.2.0.jar
* ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.7.7.jar
* McJtyLib (1.8.1) from mcjtylib-1.8.1.jar
* Mystcraft|API (0.1) from mystcraft-1.7.10-0.12.3.03.jar
* NuclearControlAPI (v1.0.5) from IC2NuclearControl-2.4.2a.jar
* Quiver (0.2) from 1.7.10-MB_Battlegear2-Bullseye-1.0.8.3.jar
* RailcraftAPI|bore (1.0.0) from Railcraft_1.7.10-9.12.2.0.jar
* RailcraftAPI|carts (1.6.0) from Railcraft_1.7.10-9.12.2.0.jar
* RailcraftAPI|core (1.5.0) from Railcraft_1.7.10-9.12.2.0.jar
* RailcraftAPI|crafting (1.0.0) from Railcraft_1.7.10-9.12.2.0.jar
* RailcraftAPI|electricity (2.0.0) from Railcraft_1.7.10-9.12.2.0.jar
* RailcraftAPI|events (1.0.0) from Railcraft_1.7.10-9.12.2.0.jar
* RailcraftAPI|fuel (1.0.0) from Railcraft_1.7.10-9.12.2.0.jar
* RailcraftAPI|helpers (1.1.0) from Railcraft_1.7.10-9.12.2.0.jar
* RailcraftAPI|items (1.0.0) from Railcraft_1.7.10-9.12.2.0.jar
* RailcraftAPI|locomotive (1.1.0) from Railcraft_1.7.10-9.12.2.0.jar
* RailcraftAPI|signals (2.3.0) from Railcraft_1.7.10-9.12.2.0.jar
* RailcraftAPI|tracks (2.3.0) from Railcraft_1.7.10-9.12.2.0.jar
* Shield (0.1) from 1.7.10-MB_Battlegear2-Bullseye-1.0.8.3.jar
* StarvationAhoyAPI (1.0.0) from ExtraFood-1.7.10-0.7.46.jar
* StorageDrawersAPI (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.7.jar
* StorageDrawersAPI|config (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.7.jar
* StorageDrawersAPI|event (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.7.jar
* StorageDrawersAPI|inventory (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.7.jar
* StorageDrawersAPI|pack (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.7.jar
* StorageDrawersAPI|registry (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.7.jar
* StorageDrawersAPI|render (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.7.jar
* StorageDrawersAPI|storage (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.7.jar
* StorageDrawersAPI|storage-attribute (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.7.jar
* Thaumcraft|API (4.2.2.0) from Railcraft_1.7.10-9.12.2.0.jar
* thaumicenergistics|API (1.1) from thaumicenergistics-1.0.0.5.jar
* WailaAPI (1.2) from Waila-1.5.10_1.7.10.jar
* Weapons (0.1) from 1.7.10-MB_Battlegear2-Bullseye-1.0.8.3.jar
Chisel: Errors like "[FML]: Unable to lookup ..." are NOT the cause of this crash. You can safely ignore these errors. And update forge while you're at it.
EnderIO: Found the following problem(s) with your installation:
* An unknown AE2 API is installed (rv3 from appliedenergistics2-rv3-beta-6.jar).
Ender IO was build against API version rv2 and may or may not work with a newer version.
* The RF API that is being used (1.7.10R1.3.1 from <unknown>) differes from that that is reported as being loaded (1.7.10R1.0.2 from buildcraft-7.1.18.jar).
It is a supported version, but that difference may lead to problems.
This may have caused the error. Try reproducing the crash WITHOUT this/these mod(s) before reporting it.
Right, so, following majesty's advice about looking in the first paragraph, I googled for "minecraft java.lang.NoSuchMethodError: forestry.api.apiculture.IAlleleBeeSpecies.getProducts()Ljava/util/Map", and found a couple sources talking about Binnie's Mods not being compatible with Forestry 4 and to downgrade to Forestry 3.6, but then I got some dependent errors, so went back to 4 and removed Binnie's altogether and got this:
Part 1 of 2 because it's a really long log, over the 120,000 character limit:
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:297)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.Loader.initializeMods(Loader.java:740)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.main.Main.main(SourceFile:148)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: Caused by: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 1
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.gson.stream.JsonReader.beginObject(JsonReader.java:374)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:165)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: ... 43 more
[07:06:26] [Client thread/INFO] [Enchiridion]: Successfully loaded in the book with the unique identifier: mariculture_magic for the language: en_US
[07:06:26] [Client thread/INFO] [Enchiridion]: Successfully loaded in the book with the unique identifier: mariculture_fish_breeding for the language: en_US
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 1
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:176)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.gson.Gson.fromJson(Gson.java:803)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.gson.Gson.fromJson(Gson.java:768)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.gson.Gson.fromJson(Gson.java:717)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.gson.Gson.fromJson(Gson.java:689)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at joshie.enchiridion.designer.BookRegistry.registerModInJar(BookRegistry.java:157)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at joshie.enchiridion.EAPIHandler.registerModBooks(EAPIHandler.java:50)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at joshie.enchiridion.Enchiridion.handleIMCMessages(Enchiridion.java:90)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:297)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.Loader.initializeMods(Loader.java:740)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.main.Main.main(SourceFile:148)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: Caused by: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 1
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.gson.stream.JsonReader.beginObject(JsonReader.java:374)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:165)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: ... 43 more
[07:06:26] [Client thread/INFO] [Enchiridion]: Successfully loaded in the book with the unique identifier: mariculture_factory2 for the language: en_US
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 1
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:176)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.gson.Gson.fromJson(Gson.java:803)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.gson.Gson.fromJson(Gson.java:768)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.gson.Gson.fromJson(Gson.java:717)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.gson.Gson.fromJson(Gson.java:689)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at joshie.enchiridion.designer.BookRegistry.registerModInJar(BookRegistry.java:157)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at joshie.enchiridion.EAPIHandler.registerModBooks(EAPIHandler.java:50)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at joshie.enchiridion.Enchiridion.handleIMCMessages(Enchiridion.java:90)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:297)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.Loader.initializeMods(Loader.java:740)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.main.Main.main(SourceFile:148)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: Caused by: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 1
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.gson.stream.JsonReader.beginObject(JsonReader.java:374)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:165)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: ... 43 more
[07:06:26] [Client thread/INFO] [Enchiridion]: Successfully loaded in the book with the unique identifier: mariculture_processing for the language: en_US
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 1
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:176)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.gson.Gson.fromJson(Gson.java:803)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.gson.Gson.fromJson(Gson.java:768)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.gson.Gson.fromJson(Gson.java:717)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.gson.Gson.fromJson(Gson.java:689)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at joshie.enchiridion.designer.BookRegistry.registerModInJar(BookRegistry.java:157)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at joshie.enchiridion.EAPIHandler.registerModBooks(EAPIHandler.java:50)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at joshie.enchiridion.Enchiridion.handleIMCMessages(Enchiridion.java:90)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:297)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.Loader.initializeMods(Loader.java:740)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.main.Main.main(SourceFile:148)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: Caused by: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 1
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.gson.stream.JsonReader.beginObject(JsonReader.java:374)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:165)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: ... 43 more
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 1
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:176)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.gson.Gson.fromJson(Gson.java:803)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.gson.Gson.fromJson(Gson.java:768)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.gson.Gson.fromJson(Gson.java:717)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.gson.Gson.fromJson(Gson.java:689)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at joshie.enchiridion.designer.BookRegistry.registerModInJar(BookRegistry.java:157)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at joshie.enchiridion.EAPIHandler.registerModBooks(EAPIHandler.java:50)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at joshie.enchiridion.Enchiridion.handleIMCMessages(Enchiridion.java:90)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:297)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.Loader.initializeMods(Loader.java:740)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.main.Main.main(SourceFile:148)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: Caused by: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 1
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.gson.stream.JsonReader.beginObject(JsonReader.java:374)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:165)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: ... 43 more
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 1
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:176)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.gson.Gson.fromJson(Gson.java:803)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.gson.Gson.fromJson(Gson.java:768)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.gson.Gson.fromJson(Gson.java:717)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.gson.Gson.fromJson(Gson.java:689)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at joshie.enchiridion.designer.BookRegistry.registerModInJar(BookRegistry.java:157)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at joshie.enchiridion.EAPIHandler.registerModBooks(EAPIHandler.java:50)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at joshie.enchiridion.Enchiridion.handleIMCMessages(Enchiridion.java:90)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:297)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.Loader.initializeMods(Loader.java:740)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.main.Main.main(SourceFile:148)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: Caused by: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 1
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.gson.stream.JsonReader.beginObject(JsonReader.java:374)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:165)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: ... 43 more
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 1
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:176)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.gson.Gson.fromJson(Gson.java:803)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.gson.Gson.fromJson(Gson.java:768)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.gson.Gson.fromJson(Gson.java:717)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.gson.Gson.fromJson(Gson.java:689)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at joshie.enchiridion.designer.BookRegistry.registerModInJar(BookRegistry.java:157)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at joshie.enchiridion.EAPIHandler.registerModBooks(EAPIHandler.java:50)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at joshie.enchiridion.Enchiridion.handleIMCMessages(Enchiridion.java:90)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:297)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.Loader.initializeMods(Loader.java:740)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.main.Main.main(SourceFile:148)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: Caused by: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 1
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.gson.stream.JsonReader.beginObject(JsonReader.java:374)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:165)
[07:06:26] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: ... 43 more
[07:06:26] [Client thread/INFO] [Enchiridion]: Successfully loaded in the book with the unique identifier: mariculture_diving2 for the language: en_US
[07:06:26] [Client thread/WARN] [Enchiridion]: Successfully registered Basic Materials & Processing as a book that will open the identifier mariculture_processing
[07:06:26] [Client thread/WARN] [Enchiridion]: Successfully registered Advanced Fish Breeding as a book that will open the identifier mariculture_fish_breeding
[07:06:26] [Client thread/WARN] [Enchiridion]: Successfully registered How to Dive (Breathing Underwater) as a book that will open the identifier mariculture_diving2
[07:06:26] [Client thread/WARN] [Enchiridion]: Successfully registered Bloody Bass as a book that will open the identifier mariculture_blood_magic
[07:06:26] [Client thread/WARN] [Enchiridion]: Successfully registered Floral Fish as a book that will open the identifier mariculture_botania
[07:06:26] [Client thread/INFO] [Waila]: Receiving registration request from [ ElecCore ] for method elec332.core.compat.handlers.WailaCompatHandler.register
[07:06:26] [Client thread/INFO] [Waila]: Receiving registration request from [ deepresonance ] for method mcjty.lib.compat.waila.WailaCompatibility.load
[07:06:26] [Client thread/INFO] [Waila]: Receiving registration request from [ EnderIO ] for method crazypants.enderio.waila.WailaCompat.load
[07:06:26] [Client thread/INFO] [Waila]: Receiving registration request from [ ThaumicTinkerer ] for method thaumic.tinkerer.common.compat.TTinkererProvider.callbackRegister
[07:06:26] [Client thread/INFO] [Waila]: Receiving registration request from [ arsmagica2 ] for method am2.interop.WailaSupport.callbackRegister
[07:06:26] [Client thread/INFO] [Waila]: Receiving registration request from [ appliedenergistics2 ] for method appeng.integration.modules.Waila.register
[07:06:26] [Client thread/INFO] [Waila]: Receiving registration request from [ Natura ] for method mods.natura.plugins.waila.WailaRegistrar.wailaCallback
I'm stuck because this log didn't give the option to open up the xml log file or whatever like the previous logs did, and isn't in the same format.
2nd part of log:
[07:06:26] [Client thread/INFO] [Waila]: Receiving registration request from [ BuildCraft|Compat ] for method buildcraft.compat.waila.WailaCallback.callback
[07:06:26] [Client thread/INFO] [Waila]: Receiving registration request from [ chisel ] for method team.chisel.compat.WailaCompat.register
[07:06:26] [Client thread/INFO] [Waila]: Receiving registration request from [ ExtraFood ] for method dmf444.ExtraFood.Core.Crossmod.Waila.WailaConfig.callbackRegister
[07:06:26] [Client thread/INFO] [Waila]: Receiving registration request from [ ImmersiveEngineering ] for method blusunrize.immersiveengineering.common.util.compat.waila.IEWailaDataProvider.callbackRegister
[07:06:26] [Client thread/INFO] [Waila]: Receiving registration request from [ TConstruct ] for method tconstruct.plugins.waila.WailaRegistrar.wailaCallback
[07:06:26] [Client thread/INFO] [Waila]: Receiving registration request from [ gendustry ] for method net.bdew.gendustry.waila.WailaHandler.loadCallback
[07:06:26] [Client thread/INFO] [Waila]: Receiving registration request from [ IC2NuclearControl ] for method shedar.mods.ic2.nuclearcontrol.crossmod.waila.CrossWaila.callbackRegister
[07:06:26] [Client thread/INFO] [Waila]: Receiving registration request from [ immersiveintegration ] for method unwrittenfun.minecraft.immersiveintegration.waila.WailaHandler.init
[07:06:26] [Client thread/INFO] [Waila]: Receiving registration request from [ JABBA ] for method mcp.mobius.betterbarrels.BBWailaProvider.callbackRegister
[07:06:26] [Client thread/INFO] [Waila]: Receiving registration request from [ Mariculture ] for method mariculture.plugins.waila.WailaRegistrar.register
[07:06:26] [Client thread/INFO] [Waila]: Receiving registration request from [ StorageDrawers ] for method com.jaquadro.minecraft.storagedrawers.integration.Waila.registerProvider
[07:06:26] [Client thread/INFO] [Waila]: Receiving registration request from [ thaumicenergistics ] for method thaumicenergistics.common.integration.ModuleWaila.callbackRegister
[07:06:26] [Client thread/INFO] [Waila]: Receiving registration request from [ WailaHarvestability ] for method squeek.wailaharvestability.WailaHandler.callbackRegister
[07:06:26] [Client thread/WARN] [EnderIO]: RecipeParser: Root element not specified before element recipeGroup.
[07:06:26] [Client thread/INFO] [EnderIO]: Found 1 valid SAG Mill recipes in config.
[07:06:26] [Client thread/INFO] [EnderIO]: Finished processing SAG Mill recipes. 1 recipes avaliable.
[07:06:26] [Client thread/WARN] [EnderIO]: RecipeParser: Root element not specified before element recipeGroup.
[07:06:26] [Client thread/INFO] [EnderIO]: Found 1 valid SAG Mill recipes in config.
[07:06:26] [Client thread/INFO] [EnderIO]: Finished processing SAG Mill recipes. 2 recipes avaliable.
[07:06:26] [Client thread/WARN] [EnderIO]: RecipeParser: Root element not specified before element recipeGroup.
[07:06:26] [Client thread/INFO] [EnderIO]: Found 1 valid SAG Mill recipes in config.
[07:06:26] [Client thread/INFO] [EnderIO]: Finished processing SAG Mill recipes. 3 recipes avaliable.
[07:06:26] [Client thread/WARN] [EnderIO]: RecipeParser: Root element not specified before element recipeGroup.
[07:06:26] [Client thread/INFO] [EnderIO]: Found 1 valid SAG Mill recipes in config.
[07:06:26] [Client thread/INFO] [EnderIO]: Finished processing SAG Mill recipes. 4 recipes avaliable.
[07:06:26] [Client thread/WARN] [EnderIO]: RecipeParser: Root element not specified before element recipeGroup.
[07:06:26] [Client thread/INFO] [EnderIO]: Found 1 valid SAG Mill recipes in config.
[07:06:26] [Client thread/INFO] [EnderIO]: Finished processing SAG Mill recipes. 5 recipes avaliable.
[07:06:26] [Client thread/WARN] [EnderIO]: RecipeParser: Root element not specified before element recipeGroup.
[07:06:26] [Client thread/INFO] [EnderIO]: Found 1 valid SAG Mill recipes in config.
[07:06:26] [Client thread/INFO] [EnderIO]: Finished processing SAG Mill recipes. 6 recipes avaliable.
[07:06:26] [Client thread/WARN] [EnderIO]: RecipeParser: Root element not specified before element recipeGroup.
[07:06:26] [Client thread/INFO] [EnderIO]: Found 1 valid SAG Mill recipes in config.
[07:06:26] [Client thread/INFO] [EnderIO]: Finished processing SAG Mill recipes. 7 recipes avaliable.
[07:06:26] [Client thread/WARN] [EnderIO]: RecipeParser: Root element not specified before element recipeGroup.
[07:06:26] [Client thread/INFO] [EnderIO]: Found 1 valid SAG Mill recipes in config.
[07:06:26] [Client thread/INFO] [EnderIO]: Finished processing SAG Mill recipes. 8 recipes avaliable.
[07:06:26] [Client thread/WARN] [EnderIO]: RecipeParser: Root element not specified before element recipeGroup.
[07:06:26] [Client thread/INFO] [EnderIO]: Found 1 valid SAG Mill recipes in config.
[07:06:26] [Client thread/INFO] [EnderIO]: Finished processing SAG Mill recipes. 9 recipes avaliable.
[07:06:26] [Client thread/WARN] [EnderIO]: RecipeParser: Root element not specified before element recipeGroup.
[07:06:26] [Client thread/INFO] [EnderIO]: Found 1 valid SAG Mill recipes in config.
[07:06:26] [Client thread/INFO] [EnderIO]: Finished processing SAG Mill recipes. 10 recipes avaliable.
[07:06:26] [Client thread/WARN] [EnderIO]: RecipeParser: Root element not specified before element recipeGroup.
[07:06:26] [Client thread/INFO] [EnderIO]: Found 1 valid SAG Mill recipes in config.
[07:06:26] [Client thread/INFO] [EnderIO]: Finished processing SAG Mill recipes. 11 recipes avaliable.
[07:06:26] [Client thread/INFO] [Mystcraft]: Receiving fluid symbol blacklist request from [TConstruct] for fluid gold.molten
[07:06:26] [Client thread/INFO] [Mystcraft]: Fluid blacklist request successful.
[07:06:26] [Client thread/INFO] [Mystcraft]: Receiving fluid symbol blacklist request from [TConstruct] for fluid steel.molten
[07:06:26] [Client thread/INFO] [Mystcraft]: Fluid blacklist request successful.
[07:06:26] [Client thread/INFO] [Mystcraft]: Receiving fluid symbol blacklist request from [TConstruct] for fluid emerald.liquid
[07:06:26] [Client thread/INFO] [Mystcraft]: Fluid blacklist request successful.
[07:06:26] [Client thread/INFO] [Mystcraft]: Receiving fluid symbol blacklist request from [TConstruct] for fluid ardite.molten
[07:06:26] [Client thread/INFO] [Mystcraft]: Fluid blacklist request successful.
[07:06:26] [Client thread/INFO] [Mystcraft]: Receiving fluid symbol blacklist request from [TConstruct] for fluid cobalt.molten
[07:06:26] [Client thread/INFO] [Mystcraft]: Fluid blacklist request successful.
[07:06:26] [Client thread/INFO] [Mystcraft]: Receiving fluid symbol blacklist request from [TConstruct] for fluid pigiron.molten
[07:06:26] [Client thread/INFO] [Mystcraft]: Fluid blacklist request successful.
[07:06:26] [Client thread/INFO] [Mystcraft]: Receiving fluid symbol blacklist request from [TConstruct] for fluid bronze.molten
[07:06:26] [Client thread/INFO] [Mystcraft]: Fluid blacklist request successful.
[07:06:26] [Client thread/INFO] [Mystcraft]: Receiving fluid symbol blacklist request from [TConstruct] for fluid alumite.molten
[07:06:26] [Client thread/INFO] [Mystcraft]: Fluid blacklist request successful.
[07:06:26] [Client thread/INFO] [Mystcraft]: Receiving fluid symbol blacklist request from [TConstruct] for fluid aluminumbrass.molten
[07:06:26] [Client thread/INFO] [Mystcraft]: Fluid blacklist request successful.
[07:06:26] [Client thread/INFO] [Mystcraft]: Receiving fluid symbol blacklist request from [TConstruct] for fluid manyullyn.molten
[07:06:26] [Client thread/INFO] [Mystcraft]: Fluid blacklist request successful.
[07:06:26] [Client thread/INFO] [Mystcraft]: Receiving fluid symbol blacklist request from [TConstruct] for fluid ender
[07:06:26] [Client thread/INFO] [Mystcraft]: Fluid blacklist request successful.
[07:06:26] [Client thread/INFO] [Mystcraft]: Receiving fluid symbol blacklist request from [TConstruct] for fluid silver.molten
[07:06:26] [Client thread/INFO] [Mystcraft]: Fluid blacklist request successful.
[07:06:26] [Client thread/INFO] [Mystcraft]: Receiving fluid symbol blacklist request from [TConstruct] for fluid invar.molten
[07:06:26] [Client thread/INFO] [Mystcraft]: Fluid blacklist request successful.
[07:06:26] [Client thread/INFO] [Mystcraft]: Receiving fluid symbol blacklist request from [TConstruct] for fluid electrum.molten
[07:06:26] [Client thread/INFO] [Mystcraft]: Fluid blacklist request successful.
[07:06:26] [Client thread/INFO] [Mystcraft]: Receiving fluid symbol blacklist request from [TConstruct] for fluid platinum.molten
[07:06:26] [Client thread/INFO] [Mystcraft]: Fluid blacklist request successful.
[07:06:26] [Client thread/INFO] [Mystcraft]: Receiving fluid symbol blacklist request from [TConstruct] for fluid signalum.molten
[07:06:26] [Client thread/INFO] [Mystcraft]: Fluid blacklist request successful.
[07:06:26] [Client thread/INFO] [Mystcraft]: Receiving fluid symbol blacklist request from [TConstruct] for fluid lumium.molten
[07:06:26] [Client thread/INFO] [Mystcraft]: Fluid blacklist request successful.
[07:06:26] [Client thread/INFO] [Mystcraft]: Receiving fluid symbol blacklist request from [TConstruct] for fluid mithril.molten
[07:06:26] [Client thread/INFO] [Mystcraft]: Fluid blacklist request successful.
[07:06:26] [Client thread/INFO] [Mystcraft]: Receiving fluid symbol blacklist request from [TConstruct] for fluid enderium.molten
[07:06:26] [Client thread/INFO] [Mystcraft]: Fluid blacklist request successful.
[07:06:26] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Material.tile.oreResonating' to 30000,6000,400,5
[07:06:26] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Blacklisted dimlet with key: 'Liquid.pigiron.molten'
[07:06:26] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Liquid.pigiron.molten' to 999999,999999,999999,6
[07:06:26] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.pigiron.molten' from being generated randomly in dimensions.
[07:06:26] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.pigiron.molten' from being generated randomly in loot/chests.
[07:06:26] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Blacklisted dimlet with key: 'Liquid.bronze.molten'
[07:06:26] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Liquid.bronze.molten' to 999999,999999,999999,6
[07:06:26] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.bronze.molten' from being generated randomly in dimensions.
[07:06:26] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.bronze.molten' from being generated randomly in loot/chests.
[07:06:26] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Blacklisted dimlet with key: 'Liquid.alumite.molten'
[07:06:26] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Liquid.alumite.molten' to 999999,999999,999999,6
[07:06:26] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.alumite.molten' from being generated randomly in dimensions.
[07:06:26] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.alumite.molten' from being generated randomly in loot/chests.
[07:06:26] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Blacklisted dimlet with key: 'Liquid.aluminumbrass.molten'
[07:06:26] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Liquid.aluminumbrass.molten' to 999999,999999,999999,6
[07:06:26] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.aluminumbrass.molten' from being generated randomly in dimensions.
[07:06:26] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.aluminumbrass.molten' from being generated randomly in loot/chests.
[07:06:26] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Blacklisted dimlet with key: 'Liquid.manyullyn.molten'
[07:06:26] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Liquid.manyullyn.molten' to 999999,999999,999999,6
[07:06:26] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.manyullyn.molten' from being generated randomly in dimensions.
[07:06:26] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.manyullyn.molten' from being generated randomly in loot/chests.
[07:06:26] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Blacklisted dimlet with key: 'Liquid.invar.molten'
[07:06:26] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Liquid.invar.molten' to 999999,999999,999999,6
[07:06:26] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.invar.molten' from being generated randomly in dimensions.
[07:06:26] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.invar.molten' from being generated randomly in loot/chests.
[07:06:26] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Blacklisted dimlet with key: 'Liquid.electrum.molten'
[07:06:26] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Liquid.electrum.molten' to 999999,999999,999999,6
[07:06:26] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.electrum.molten' from being generated randomly in dimensions.
[07:06:26] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.electrum.molten' from being generated randomly in loot/chests.
[07:06:26] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Blacklisted dimlet with key: 'Liquid.signalum.molten'
[07:06:26] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Liquid.signalum.molten' to 999999,999999,999999,6
[07:06:26] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.signalum.molten' from being generated randomly in dimensions.
[07:06:26] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.signalum.molten' from being generated randomly in loot/chests.
[07:06:26] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Blacklisted dimlet with key: 'Liquid.lumium.molten'
[07:06:26] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Liquid.lumium.molten' to 999999,999999,999999,6
[07:06:26] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.lumium.molten' from being generated randomly in dimensions.
[07:06:26] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.lumium.molten' from being generated randomly in loot/chests.
[07:06:26] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Blacklisted dimlet with key: 'Liquid.mithril.molten'
[07:06:26] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Liquid.mithril.molten' to 999999,999999,999999,6
[07:06:26] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.mithril.molten' from being generated randomly in dimensions.
[07:06:26] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.mithril.molten' from being generated randomly in loot/chests.
[07:06:26] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Blacklisted dimlet with key: 'Liquid.enderium.molten'
[07:06:26] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Liquid.enderium.molten' to 999999,999999,999999,6
[07:06:26] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.enderium.molten' from being generated randomly in dimensions.
[07:06:26] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.enderium.molten' from being generated randomly in loot/chests.
[07:06:26] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Blacklisted dimlet with key: 'Liquid.platinum.molten'
[07:06:26] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Liquid.platinum.molten' to 999999,999999,999999,6
[07:06:26] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.platinum.molten' from being generated randomly in dimensions.
[07:06:26] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.platinum.molten' from being generated randomly in loot/chests.
[07:06:26] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Material.tile.ore.berries.one' to 123456,123456,123456,6
[07:06:26] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Material.tile.ore.berries.one1' to 123456,123456,123456,6
[07:06:26] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Material.tile.ore.berries.one2' to 123456,123456,123456,6
[07:06:26] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Material.tile.ore.berries.one3' to 123456,123456,123456,6
[07:06:26] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Blacklisted dimlet with key: 'Material.tile.ore.berries.one'
[07:06:26] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Blacklisted dimlet with key: 'Material.tile.ore.berries.one1'
[07:06:26] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Blacklisted dimlet with key: 'Material.tile.ore.berries.one2'
[07:06:26] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Blacklisted dimlet with key: 'Material.tile.ore.berries.one3'
[07:06:26] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Material.tile.ore.berries.one' from being generated randomly in dimensions.
[07:06:26] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Material.tile.ore.berries.one1' from being generated randomly in dimensions.
[07:06:26] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Material.tile.ore.berries.one2' from being generated randomly in dimensions.
[07:06:26] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Material.tile.ore.berries.one3' from being generated randomly in dimensions.
[07:06:26] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Material.tile.ore.berries.one' from being generated randomly in loot/chests.
[07:06:26] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Material.tile.ore.berries.one1' from being generated randomly in loot/chests.
[07:06:26] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Material.tile.ore.berries.one2' from being generated randomly in loot/chests.
[07:06:26] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Material.tile.ore.berries.one3' from being generated randomly in loot/chests.
[07:06:26] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Material.tile.ore.berries.two' to 123456,123456,123456,6
[07:06:26] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Material.tile.ore.berries.two1' to 123456,123456,123456,6
[07:06:26] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Blacklisted dimlet with key: 'Material.tile.ore.berries.two'
[07:06:26] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Blacklisted dimlet with key: 'Material.tile.ore.berries.two1'
[07:06:26] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Material.tile.ore.berries.two' from being generated randomly in dimensions.
[07:06:26] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Material.tile.ore.berries.two1' from being generated randomly in dimensions.
[07:06:26] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Material.tile.ore.berries.two' from being generated randomly in loot/chests.
[07:06:26] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Material.tile.ore.berries.two1' from being generated randomly in loot/chests.
[07:06:26] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Liquid.obsidian.molten' to 3000,2500,400,3
[07:06:26] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Liquid.glass.molten' to 2000,2000,250,3
[07:06:26] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Liquid.copper.molten' to 7500,5000,500,4
[07:06:26] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Liquid.aluminum.molten' to 8500,6000,600,4
[07:06:26] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Liquid.tin.molten' to 9000,6000,500,4
[07:06:26] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Liquid.iron.molten' to 10000,7500,1000,5
[07:06:26] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Liquid.steel.molten' to 25000,12500,2000,6
[07:06:26] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Liquid.gold.molten' to 50000,15000,2500,6
[07:06:26] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Liquid.ender' to 300000,40000,7000,6
[07:06:26] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Liquid.ardite.molten' to 400000,45000,8000,6
[07:06:26] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Liquid.cobalt.molten' to 500000,50000,10000,6
[07:06:26] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Liquid.emerald.liquid' to 350000,40000,5000,6
[07:06:26] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Liquid.lead.molten' to 15000,1000,800,5
[07:06:26] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Liquid.nickel.molten' to 17000,1027,900,5
[07:06:26] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Liquid.silver.molten' to 45678,14321,1234,6
[07:06:26] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.steel.molten' from being generated randomly in loot/chests.
[07:06:26] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.gold.molten' from being generated randomly in loot/chests.
[07:06:26] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.ender' from being generated randomly in loot/chests.
[07:06:26] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.ardite.molten' from being generated randomly in loot/chests.
[07:06:26] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.cobalt.molten' from being generated randomly in loot/chests.
[07:06:26] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.silver.molten' from being generated randomly in loot/chests.
[07:06:26] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.emerald.liquid' from being generated randomly in loot/chests.
[07:06:26] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.cobalt.molten' from being generated randomly in dimensions.
[07:06:26] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.ardite.molten' from being generated randomly in dimensions.
[07:06:26] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.steel.molten' from being generated randomly in dimensions.
[07:06:26] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.gold.molten' from being generated randomly in dimensions.
[07:06:26] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.emerald.liquid' from being generated randomly in dimensions.
[07:06:26] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.iron.molten' from being generated randomly in dimensions.
[07:06:26] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Material.tile.tconstruct.stoneore1' to 500000,25000,15000,5
[07:06:26] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Material.tile.tconstruct.stoneore1' from being generated randomly in loot/chests.
[07:06:26] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Material.tile.tconstruct.stoneore2' to 400000,20000,10000,5
[07:06:26] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Material.tile.tconstruct.stoneore2' from being generated randomly in loot/chests.
[07:06:26] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Material.tile.tconstruct.stoneore3' to 10000,3000,1000,3
[07:06:26] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Material.tile.tconstruct.stoneore4' to 12000,3333,5000,3
[07:06:26] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Material.tile.tconstruct.stoneore5' to 10000,2800,500,3
[07:06:26] [Client thread/INFO] [FML]: Injecting itemstacks
[07:06:26] [Client thread/INFO] [FML]: Itemstack injection complete
[07:06:26] [Client thread/WARN] [ArsMagica2]: My potion, Water Breathing, at index 24 has been over-written by another potion, ic2.potion.radiation. You have a conflict in your configuration files.
[07:06:26] [Client thread/INFO] [ArsMagica2]: Checking Version. MC Version: 1.7.10-Forge10.13.4.1614-1.7.10
[07:06:27] [Client thread/INFO] [ArsMagica2]: No updated compendium found. Using packaged compendium.
[07:06:27] [Client thread/WARN] [ArsMagica2]: Unable to update the compendium!
[07:06:27] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.lang.ArrayIndexOutOfBoundsException: 1
[07:06:27] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at am2.lore.ArcaneCompendium.updateCompendium(ArcaneCompendium.java:229)
[07:06:27] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at am2.lore.ArcaneCompendium.init(ArcaneCompendium.java:196)
[07:06:27] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at am2.proxy.ClientProxy.postinit(ClientProxy.java:101)
[07:06:27] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at am2.AMCore.postInit(AMCore.java:120)
[07:06:27] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[07:06:27] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[07:06:27] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[07:06:27] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[07:06:27] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
[07:06:27] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
[07:06:27] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[07:06:27] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[07:06:27] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[07:06:27] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[07:06:27] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[07:06:27] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[07:06:27] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[07:06:27] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
[07:06:27] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
[07:06:27] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[07:06:27] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[07:06:27] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[07:06:27] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[07:06:27] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[07:06:27] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[07:06:27] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[07:06:27] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[07:06:27] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[07:06:27] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
[07:06:27] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.Loader.initializeMods(Loader.java:742)
[07:06:27] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
[07:06:27] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
[07:06:27] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
[07:06:27] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.main.Main.main(SourceFile:148)
[07:06:27] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[07:06:27] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[07:06:27] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[07:06:27] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[07:06:27] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[07:06:27] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[07:06:27] [Client thread/INFO] [ArsMagica2]: Initializing Thaumcraft Compatibility
[07:06:27] [Client thread/INFO] [AE2:C]: Post Initialization ( started )
[07:06:27] [Client thread/INFO] [AE2:C]: Layer: appeng/parts/layers/LayerISidedInventory_TileCableBus loaded successfully - 5284 bytes
[07:06:27] [Client thread/INFO] [AE2:C]: Layer: appeng/parts/layers/LayerIFluidHandler_TileCableBus loaded successfully - 2442 bytes
[07:06:27] [Client thread/INFO] [AE2:C]: Layer: appeng/parts/layers/LayerITileStorageMonitorable_TileCableBus loaded successfully - 1070 bytes
[07:06:27] [Client thread/INFO] [AE2:C]: Layer: appeng/parts/layers/LayerIEnergySink_TileCableBus loaded successfully - 4289 bytes
[07:06:27] [Client thread/INFO] [AE2:C]: Layer: appeng/parts/layers/LayerIEnergySource_TileCableBus loaded successfully - 4184 bytes
[07:06:27] [Client thread/INFO] [AE2:C]: Layer: appeng/parts/layers/LayerIPipeConnection_TileCableBus loaded successfully - 1351 bytes
[07:06:27] [Client thread/INFO] [AE2:C]: Layer: appeng/parts/layers/LayerIEnergyHandler_TileCableBus loaded successfully - 1803 bytes
[07:06:27] [Client thread/INFO] [AE2:C]: Layer: appeng/parts/layers/LayerISidedInventory_TileCableBusTESR loaded successfully - 5296 bytes
[07:06:27] [Client thread/INFO] [AE2:C]: Layer: appeng/parts/layers/LayerIFluidHandler_TileCableBusTESR loaded successfully - 2454 bytes
[07:06:27] [Client thread/INFO] [AE2:C]: Layer: appeng/parts/layers/LayerITileStorageMonitorable_TileCableBusTESR loaded successfully - 1082 bytes
[07:06:27] [Client thread/INFO] [AE2:C]: Layer: appeng/parts/layers/LayerIEnergySink_TileCableBusTESR loaded successfully - 4301 bytes
[07:06:27] [Client thread/INFO] [AE2:C]: Layer: appeng/parts/layers/LayerIEnergySource_TileCableBusTESR loaded successfully - 4196 bytes
[07:06:27] [Client thread/INFO] [AE2:C]: Layer: appeng/parts/layers/LayerIPipeConnection_TileCableBusTESR loaded successfully - 1363 bytes
[07:06:27] [Client thread/INFO] [AE2:C]: Layer: appeng/parts/layers/LayerIEnergyHandler_TileCableBusTESR loaded successfully - 1815 bytes
[07:06:27] [Client thread/INFO] [AE2:C]: Industrial Craft 2 - Integration Enable
[07:06:27] [Client thread/INFO] [AE2:C]: Rotary Craft - Integration Disabled
[07:06:27] [Client thread/INFO] [AE2:C]: Railcraft - Integration Enable
[07:06:27] [Client thread/INFO] [AE2:C]: BuildCraft Core - Integration Enable
[07:06:27] [Client thread/INFO] [AE2:C]: BuildCraft Transport - Integration Enable
[07:06:27] [Client thread/INFO] [AE2:C]: BuildCraft Builders - Integration Enable
[07:06:27] [Client thread/INFO] [AE2:C]: RedstoneFlux Power - Tiles - Integration Enable
[07:06:27] [Client thread/INFO] [AE2:C]: RedstoneFlux Power - Items - Integration Enable
[07:06:27] [Client thread/INFO] [AE2:C]: Mine Factory Reloaded - Integration Enable
[07:06:27] [Client thread/INFO] [AE2:C]: Deep Storage Unit - Integration Enable
[07:06:27] [Client thread/INFO] [AE2:C]: Factorization - Integration Disabled
[07:06:27] [Client thread/INFO] [AE2:C]: Forge MultiPart - Integration Disabled
[07:06:27] [Client thread/INFO] [AE2:C]: Rotatable Blocks - Integration Disabled
[07:06:27] [Client thread/INFO] [AE2:C]: Colored Lights Core - Integration Disabled
[07:06:27] [Client thread/INFO] [AE2:C]: Waila - Integration Enable
[07:06:27] [Client thread/INFO] [AE2:C]: Inventory Tweaks - Integration Enable
[07:06:27] [Client thread/INFO] [AE2:C]: Not Enough Items - Integration Enable
[07:06:27] [Client thread/INFO] [AE2:C]: Craft Guide - Integration Disabled
[07:06:27] [Client thread/INFO] [AE2:C]: Mekanism - Integration Disabled
[07:06:27] [Client thread/INFO] [AE2:C]: ImmibisMicroblocks - Integration Disabled
[07:06:27] [Client thread/INFO] [AE2:C]: BetterStorage - Integration Disabled
[07:06:27] [Client thread/INFO] [AE2:C]: OpenComputers - Integration Disabled
[07:06:27] [Client thread/INFO] [AE2:C]: PneumaticCraft - Integration Disabled
[07:06:27] [Client thread/INFO] [AE2:C]: Post Initialization ( ended after 213ms )
[07:06:27] [Client thread/INFO] [Mantle]: Entering postinitialization phase.
[07:06:27] [Client thread/INFO] [Mantle]: Loading Manual XML from: /assets/mantle/manuals/test.xml
[07:06:27] [Client thread/INFO] [BloodMagic]: Loaded Harvestcraft Handlers!
[07:06:27] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.extrautils:[email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.extrautils:[email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.extrautils:[email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.extrautils:[email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.extrautils:[email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.extrautils:[email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.extrautils:[email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.extrautils:[email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.extrautils:[email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.extrautils:[email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.extrautils:[email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.extrautils:[email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.extrautils:[email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.extrautils:[email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.extrautils:[email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.extrautils:[email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.extrautils:[email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.arsmagica2:[email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.arsmagica2:[email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.arsmagica2:[email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.arsmagica2:[email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.arsmagica2:[email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[07:06:28] [Client thread/INFO] [BloodMagic]: Total number of compression recipes: 160
[07:06:28] [Client thread/INFO] [THAUMCRAFT]: Found potion array with a size of 260
[07:06:28] [Client thread/INFO] [THAUMCRAFT]: Initializing PotionFluxTaint with id 62
[07:06:28] [Client thread/INFO] [THAUMCRAFT]: Initializing PotionVisExhaust with id 63
[07:06:28] [Client thread/INFO] [THAUMCRAFT]: Initializing PotionInfectiousVisExhaust with id 64
[07:06:28] [Client thread/INFO] [THAUMCRAFT]: Initializing PotionUnnaturalHunger with id 65
[07:06:28] [Client thread/INFO] [THAUMCRAFT]: Initializing PotionWarpWard with id 66
[07:06:28] [Client thread/INFO] [THAUMCRAFT]: Initializing PotionDeathGaze with id 67
[07:06:28] [Client thread/INFO] [THAUMCRAFT]: Initializing PotionBlurredVision with id 68
[07:06:28] [Client thread/INFO] [THAUMCRAFT]: Initializing PotionSunScorned with id 69
[07:06:28] [Client thread/INFO] [THAUMCRAFT]: Initializing PotionThaumarhia with id 70
[07:06:28] [Client thread/INFO] [THAUMCRAFT]: Adding entities to MFR safari net blacklist.
[07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Artichoke Crop] [07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Asparagus Crop] [07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Bamboo Crop] [07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Barley Crop] [07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Bean Crop] [07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Beet Crop] [07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Bell Pepper Crop] [07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Blackberry Crop] [07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Blueberry Crop] [07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Broccoli Crop] [07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Brussel Sprout Crop] [07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Cabbage Crop] [07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Cactus Fruit Crop] [07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Candleberry Crop] [07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Cantaloupe Crop] [07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Cauliflower Crop] [07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Celery Crop] [07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Chili Pepper Crop] [07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Coffee Bean Crop] [07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Corn Crop] [07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Cotton Crop] [07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Cranberry Crop] [07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Cucumber Crop] [07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Eggplant Crop] [07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Garlic Crop] [07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Ginger Crop] [07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Grape Crop] [07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Leek Crop] [07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Lettuce Crop] [07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Mustard Seeds Crop] [07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Oats Crop] [07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Okra Crop] [07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Onion Crop] [07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Parsnip Crop] [07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Peanut Crop] [07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Peas Crop] [07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Pineapple Crop] [07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Radish Crop] [07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Raspberry Crop] [07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Rhubarb Crop] [07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Rice Crop] [07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Rutabaga Crop] [07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Rye Crop] [07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Scallion Crop] [07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Seaweed Crop] [07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Soybean Crop] [07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Spice Leaf Crop] [07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Spinach Crop] [07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Strawberry Crop] [07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Sweet Potato Crop] [07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Tea Leaf Crop] [07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Tomato Crop] [07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Turnip Crop] [07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [White Mushroom Crop] [07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Winter Squash Crop] [07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Zucchini Crop] [07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Curry Leaf Crop] [07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Sesame Seeds Crop] [07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Water Chestnut Crop] [07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Apple]
[07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Almond]
[07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Apricot]
[07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Avocado]
[07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Banana]
[07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Cashew]
[07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Cherry]
[07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Chestnut]
[07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Cinnamon Wood]
[07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Coconut]
[07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Date]
[07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Dragonfruit]
[07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Durian]
[07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Fig]
[07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Grapefruit]
[07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Lemon]
[07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Lime]
[07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Mango]
[07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Maple Wood]
[07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Nutmeg]
[07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Olive]
[07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Orange]
[07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Papaya]
[07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Paperbark Wood]
[07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Peach]
[07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Pear]
[07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Pecan]
[07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Peppercorn]
[07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Persimmon]
[07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Pistachio]
[07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Plum]
[07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Pomegranate]
[07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Starfruit]
[07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Vanilla Bean]
[07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Walnut]
[07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Goosberry]
[07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding clickable crop support for [Raspberry Bush]
[07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding clickable crop support for [Blueberry Bush]
[07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding clickable crop support for [Blackberry Bush]
[07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding clickable crop support for [Maloberry Bush]
[07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding clickable crop support for [Blightberry Bush]
[07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding clickable crop support for [Duskberry Bush]
[07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding clickable crop support for [Skyberry Bush]
[07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding clickable crop support for [Stingberry Bush]
[07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding clickable crop support for [Crops]
[07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Crops]
[07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Tomato Crop] [07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Lettuce Crop] [07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding clickable crop support for [Strawberry Bush]
[07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding clickable crop support for [Peanut Bush]
[07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding clickable crop support for [Iron Oreberry Bush]
[07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding clickable crop support for [Gold Oreberry Bush]
[07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding clickable crop support for [Copper Oreberry Bush]
[07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding clickable crop support for [Tin Oreberry Bush]
[07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding clickable crop support for [Aluminum Oreberry Bush]
[07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding clickable crop support for [Essence Berry Bush]
[07:06:28] [Client thread/WARN] [THAUMCRAFT]: Blacklisting dimension [-34] to only spawn TC content at level [2]
[07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding [Native Nickel Cluster] to special result list for [Ferrous Ore]
[07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding [Native Nickel Cluster] to special result list for [Nickel Ore]
[07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding [Native Platinum Cluster] to special result list for [Shiny Ore]
[07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding [Native Mithril Cluster] to special result list for [Mana Infused Ore]
[07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding [Native Cobalt Cluster] to special result list for [Cobalt Ore]
[07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding [Native Cobalt Cluster] to special result list for [Cobalt Gravel Ore]
[07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding [Native Ardite Cluster] to special result list for [Ardite Ore]
[07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding [Native Aluminium Cluster] to special result list for [Aluminum Ore]
[07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding [Native Aluminium Cluster] to special result list for [Aluminum Gravel Ore]
[07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding [Native Rutile Cluster] to special result list for [Rutile Ore]
[07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding clickable crop support for [Berry Bush]
[07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Apple]
[07:06:28] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Persimmon]
[07:06:28] [Client thread/WARN] [THAUMCRAFT]: Whitelisting [Zombie] to spawn champion mobs at level [0]
[07:06:28] [Client thread/WARN] [THAUMCRAFT]: Whitelisting [Spider] to spawn champion mobs at level [0]
[07:06:28] [Client thread/WARN] [THAUMCRAFT]: Whitelisting [Blaze] to spawn champion mobs at level [0]
[07:06:28] [Client thread/WARN] [THAUMCRAFT]: Whitelisting [Enderman] to spawn champion mobs at level [0]
[07:06:28] [Client thread/WARN] [THAUMCRAFT]: Whitelisting [Skeleton] to spawn champion mobs at level [0]
[07:06:28] [Client thread/WARN] [THAUMCRAFT]: Whitelisting [Witch] to spawn champion mobs at level [1]
[07:06:28] [Client thread/WARN] [THAUMCRAFT]: Whitelisting [Thaumcraft.EldritchCrab] to spawn champion mobs at level [0]
[07:06:28] [Client thread/WARN] [THAUMCRAFT]: Whitelisting [Thaumcraft.Taintacle] to spawn champion mobs at level [2]
[07:06:28] [Client thread/WARN] [THAUMCRAFT]: Whitelisting [Thaumcraft.Wisp] to spawn champion mobs at level [1]
[07:06:28] [Client thread/WARN] [THAUMCRAFT]: Whitelisting [Thaumcraft.InhabitedZombie] to spawn champion mobs at level [3]
[07:06:28] [Client thread/INFO] [FML]: [Botania] The Lexica Botania has 26825 words.
[07:06:28] [Client thread/INFO] [BuildCraft]: BuildCraft's fake player: UUID = 77456a1f-b9f9-3f84-8863-ddef5b8e2209, name = '[BuildCraft]'!
[07:06:29] [Client thread/ERROR] [FML]: IndustrialCraft 2 Error
The IC2 config file contains an invalid entry for balance/recyclerBlacklist.
Invalid value at line 63 (recyclerBlacklist = minecraft:glass_pane, minecraft:stick, minecraft:snowball, minecraft:snow_layer, minecraft:snow, IC2:scaffold).
There is no item matching IC2:scaffold.
[07:06:29] [Client thread/FATAL] [IC2.General]: Exception caught while showing an error.
java.lang.IllegalStateException: From thread Thread[Client thread,5,main]: Thread[Thread-7,5,main] already has the context current
at org.lwjgl.opengl.ContextGL.checkAccess(ContextGL.java:184) ~[lwjgl-2.9.1.jar:?]
at org.lwjgl.opengl.ContextGL.forceDestroy(ContextGL.java:241) ~[lwjgl-2.9.1.jar:?]
at org.lwjgl.opengl.DrawableGL.destroy(DrawableGL.java:130) ~[lwjgl-2.9.1.jar:?]
at org.lwjgl.opengl.Display$5.destroy(Display.java:834) ~[lwjgl-2.9.1.jar:?]
at org.lwjgl.opengl.Display.destroy(Display.java:1095) ~[lwjgl-2.9.1.jar:?]
at ic2.core.PlatformClient.displayError(PlatformClient.java:112) [PlatformClient.class:?]
at ic2.core.util.ConfigUtil.displayError(ConfigUtil.java:330) [ConfigUtil.class:?]
at ic2.core.util.ConfigUtil.asRecipeInputList(ConfigUtil.java:44) [ConfigUtil.class:?]
at ic2.core.block.machine.tileentity.TileEntityRecycler.initLate(TileEntityRecycler.java:51) [TileEntityRecycler.class:?]
at ic2.core.IC2.modsLoaded(IC2.java:572) [IC2.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532) [FMLModContainer.class:?]
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?]
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212) [LoadController.class:?]
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190) [LoadController.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?]
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119) [LoadController.class:?]
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:742) [Loader.class:?]
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552) [bao.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878) [bao.class:?]
at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
The IC2 config file contains an invalid entry for balance/recyclerBlacklist.
Invalid value at line 63 (recyclerBlacklist = minecraft:glass_pane, minecraft:stick, minecraft:snowball, minecraft:snow_layer, minecraft:snow, IC2:scaffold).
There is no item matching IC2:scaffold.
I believe the IC2 item id is IC2:blockScaffold. I think this is something you've put in the config of IC2, but I can't tell entirely. This entry needs to be fixed inthe IC2 config
So, I opened up my IC2.ini, found "IC2:scaffold", which was at line 55, not 63 as mentioned above. Not sure if that's significant. Anyway, the config file came like this as I hadn't edited it at all before now, but I changed it to "IC2:blockscaffold". Here is the text from that config file, in case that's helpful in any way:
; ic2 general config
; created Nov 30, 2016 6:08:55 PM
;---
[worldgen]
; Enable generation of rubber trees in the world.
rubberTree = true
; Enable generation of copper in the world.
copperOre = true
; Enable generation of tin in the world.
tinOre = true
; Enable generation of uranium in the world.
uraniumOre = true
; Enable generation of Lead in the world.
leadOre = true
; Factor scaling the IC2 ore generation quantity.
oreDensityFactor = 1.0
; Factor scaling the IC2 tree generation quantity.
treeDensityFactor = 1.0
; Maximum amount of chunks to check for retrogen viability each tick.
; Retrogen is the retroactive generation of terrain features, e.g. ores and trees.
; Set it to 0 to disable retrogen.
; When enabling this the recommended value is 16
retrogenCheckLimit = 0
; Maximum amount of chunks to process for retrogen each tick.
; Values exceeding retrogenCheckLimit are being truncated.
retrogenUpdateLimit = 2
[protection]
; Enable logging of players when they remove a machine using a wrench.
wrenchLogging = true
; Maximum Explosion power of a nuke, where TNT is 4.
nukeExplosionPowerLimit = 60
; Maximum explosion power of a nuclear reactor, where TNT is 4.
reactorExplosionPowerLimit = 45
; Enable the nuke
enableNuke = true
[balance]
; Maximum battery tier usable by the miner.
; 1 = batteries, 2 = lead batteries, 3 = energy crystals, 4 = lapotron crystals
minerDischargeTier = 1
; Increase the energy use by the player's inventory weight when going through a teleporter.
teleporterUseInventoryWeight = true
; Ratio of energy retained inside energy storage block Items when wrenched.
; 0 (nothing) ... 1 (100%), default 0.8 (80 %)
energyRetainedInStorageBlockDrops = 0.8
; Factor to scale the UU-Matter production energy requirement.
uuEnergyFactor = 1.0
; Disable the vanilla ender chest, removing existing ones from the world as well.
disableEnderChest = false
; Comma separated list of blocks and items which should not be turned into scrap by the recycler.
; Format: <name>[@metadata], metadata * matches any.
; Ore dictionary entries can be specified with OreDict:<ore dict name> as the name.
recyclerBlacklist = minecraft:glass_pane, minecraft:stick, minecraft:snowball, minecraft:snow_layer, minecraft:snow, IC2:blockscaffold
; Whitelist for blocks/items allowed to be recycled.
; The whitelist will be used instead of the blacklist approach if it's non-empty, disallowing everything else.
; The format is the same as the blacklist.
recyclerWhitelist =
; Allow to pick blocks up using just a pickaxe instead of needing a wrench.
ignoreWrenchRequirement = false
; Allow the water slot of water mills to be automated.
watermillAutomation = false
; Base energy generation factors - increase for higher energy yield.
[balance / energy / generator]
generator = 1.0
geothermal = 1.0
; Deprecated, because of Kinetic Watermill
water = 1.0
solar = 1.0
; Deprecated, because of Kinetic Windmill
wind = 1.0
nuclear = 1.0
semiFluidOil = 1.0
semiFluidFuel = 1.0
semiFluidBiomass = 1.0
semiFluidBioethanol = 1.0
semiFluidBiogas = 1.0
Stirling = 1.0
Kinetic = 1.0
radioisotope = 1.0
; Base heat generation factors - increase for higher heat yield.
[balance / energy / heatgenerator]
semiFluidOil = 1.0
semiFluidFuel = 1.0
semiFluidBiomass = 1.0
semiFluidBioethanol = 1.0
semiFluidBiogas = 1.0
solid = 1.0
radioisotope = 1.0
electric = 1.0
; Base kinetic generation factors - increase for higher kinetic energy yield.
[balance / energy / kineticgenerator]
water = 1.0
wind = 1.0
manual = 1.0
steam = 1.0
electric = 1.0
; Basically the amount of hU the conversion of one mB of Liquid takes/gives
[balance / energy / fluidconversion]
; Lava -> PahoehoeLava
heatExchangerLava = 1.0
; Hot Coolant <-> Cold Coolant
heatExchangerHotCoolant = 1.0
; Hot Water <- Water
heatExchangerWater = 1.0
; Base Coolant conversion rate for FluidReactors.
[balance / energy / FluidReactor]
outputModifier = 1.0
; Balace Value for Turbine Livetime in sec. Default 86400sec = 24h
[balance / SteamKineticGenerator]
rotorlivetime = 86400
; Balace Values for calcification default 100.000mB Water -> to failure
[balance / steamgenerator / calcification]
maxcalcification = 100000
; Balance Values for Fermenter
[balance / fermenter]
need_amount_biomass_per_run = 10
output_amount_biogas_per_run = 200
hU_per_run = 8000
biomass_per_fertilizier = 500
; Additional initial uu values, a value of 1 equals cobblestone.
; Recipes may cause the final value be lower than the one specified here.
; Format: <name>[@metadata] = <value>
[balance / uu-values / predefined]
IC2:itemOreIridium = 12000
IC2:misc_resource#iridium_ore = 12000
IC2:misc_resource#iridium_shard = 1333
[recipes]
; To modify recipes or add custom recipes, copy the corresponding .ini file to
; "minecraft/config/ic2" and modify it.
;
; Disable IC2 crafting recipes with the specified output, comma separated list.
; Recipes in the additional section below aren't affected.
; Format: <name>[@metadata], e.g. minecraft:bucket to disable IC2's bucket recipe from tin.
disable =
; Purge crafting recipes with the specified output, including vanilla and mod ones, comma separated list.
; Recipes in the additional section below aren't affected.
; Format: <name>[@metadata], e.g. minecraft:tnt to disable crafting tnt.
purge =
; Enable crafting of IC2 coins, otherwise they have to be spawned in and are thus limited.
allowCoinCrafting = true
; Allow only IC2 circuits to be used in IC2's recipes.
requireIc2Circuits = false
; Adjust smelting recipes to always output IC2 items if available.
smeltToIc2Items = false
; Ignore invalid recipes.
ignoreInvalidRecipes = false
[misc]
; Enable IC2's custom sound system.
enableIc2Audio = true
; Maximum number of active audio sources, only change it if you know what you're doing.
maxAudioSourceCount = 32
; Enable hiding of secret recipes in CraftGuide/NEI.
hideSecretRecipes = true
; Enable activation of the quantum leggings' speed boost when sprinting instead of holding the boost key.
quantumSpeedOnSprint = true
; Enable burning of scrap in a generator.
allowBurningScrap = true
; Comma separated list with ores the miner should harvest.
; Format: <name>[@metadata], e.g. minecraft:torch, minecraft:chest
; The metadata * will match any, e.g. minecraft:[email protected]*.
; Ore dictionary entries can be specified with OreDict:<ore dict name> as the name.
additionalValuableOres =
; Use the new highly experimental current + voltage energy net model with energy loss.
; Only set this to true if you know what you are doing.
useLinearTransferModel = false
; Potion ID of radiation potion.
; Do not change this after you created a world...
radiationPotionID = 24
After making this change, initialization still failed once again. Not necessarily because of this, though. I'll post that log file next, as it's, again, rather long...
Here's part 1 of that log file:
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:297)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.Loader.initializeMods(Loader.java:740)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.main.Main.main(SourceFile:148)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: Caused by: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 1
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.gson.stream.JsonReader.beginObject(JsonReader.java:374)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:165)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: ... 43 more
[18:09:17] [Client thread/INFO] [Enchiridion]: Successfully loaded in the book with the unique identifier: mariculture_magic for the language: en_US
[18:09:17] [Client thread/INFO] [Enchiridion]: Successfully loaded in the book with the unique identifier: mariculture_fish_breeding for the language: en_US
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 1
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:176)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.gson.Gson.fromJson(Gson.java:803)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.gson.Gson.fromJson(Gson.java:768)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.gson.Gson.fromJson(Gson.java:717)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.gson.Gson.fromJson(Gson.java:689)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at joshie.enchiridion.designer.BookRegistry.registerModInJar(BookRegistry.java:157)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at joshie.enchiridion.EAPIHandler.registerModBooks(EAPIHandler.java:50)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at joshie.enchiridion.Enchiridion.handleIMCMessages(Enchiridion.java:90)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:297)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.Loader.initializeMods(Loader.java:740)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.main.Main.main(SourceFile:148)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: Caused by: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 1
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.gson.stream.JsonReader.beginObject(JsonReader.java:374)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:165)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: ... 43 more
[18:09:17] [Client thread/INFO] [Enchiridion]: Successfully loaded in the book with the unique identifier: mariculture_factory2 for the language: en_US
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 1
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:176)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.gson.Gson.fromJson(Gson.java:803)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.gson.Gson.fromJson(Gson.java:768)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.gson.Gson.fromJson(Gson.java:717)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.gson.Gson.fromJson(Gson.java:689)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at joshie.enchiridion.designer.BookRegistry.registerModInJar(BookRegistry.java:157)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at joshie.enchiridion.EAPIHandler.registerModBooks(EAPIHandler.java:50)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at joshie.enchiridion.Enchiridion.handleIMCMessages(Enchiridion.java:90)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:297)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.Loader.initializeMods(Loader.java:740)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.main.Main.main(SourceFile:148)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: Caused by: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 1
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.gson.stream.JsonReader.beginObject(JsonReader.java:374)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:165)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: ... 43 more
[18:09:17] [Client thread/INFO] [Enchiridion]: Successfully loaded in the book with the unique identifier: mariculture_processing for the language: en_US
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 1
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:176)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.gson.Gson.fromJson(Gson.java:803)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.gson.Gson.fromJson(Gson.java:768)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.gson.Gson.fromJson(Gson.java:717)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.gson.Gson.fromJson(Gson.java:689)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at joshie.enchiridion.designer.BookRegistry.registerModInJar(BookRegistry.java:157)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at joshie.enchiridion.EAPIHandler.registerModBooks(EAPIHandler.java:50)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at joshie.enchiridion.Enchiridion.handleIMCMessages(Enchiridion.java:90)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:297)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.Loader.initializeMods(Loader.java:740)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.main.Main.main(SourceFile:148)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: Caused by: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 1
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.gson.stream.JsonReader.beginObject(JsonReader.java:374)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:165)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: ... 43 more
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 1
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:176)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.gson.Gson.fromJson(Gson.java:803)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.gson.Gson.fromJson(Gson.java:768)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.gson.Gson.fromJson(Gson.java:717)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.gson.Gson.fromJson(Gson.java:689)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at joshie.enchiridion.designer.BookRegistry.registerModInJar(BookRegistry.java:157)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at joshie.enchiridion.EAPIHandler.registerModBooks(EAPIHandler.java:50)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at joshie.enchiridion.Enchiridion.handleIMCMessages(Enchiridion.java:90)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:297)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.Loader.initializeMods(Loader.java:740)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.main.Main.main(SourceFile:148)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: Caused by: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 1
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.gson.stream.JsonReader.beginObject(JsonReader.java:374)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:165)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: ... 43 more
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 1
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:176)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.gson.Gson.fromJson(Gson.java:803)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.gson.Gson.fromJson(Gson.java:768)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.gson.Gson.fromJson(Gson.java:717)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.gson.Gson.fromJson(Gson.java:689)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at joshie.enchiridion.designer.BookRegistry.registerModInJar(BookRegistry.java:157)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at joshie.enchiridion.EAPIHandler.registerModBooks(EAPIHandler.java:50)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at joshie.enchiridion.Enchiridion.handleIMCMessages(Enchiridion.java:90)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:297)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.Loader.initializeMods(Loader.java:740)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.main.Main.main(SourceFile:148)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: Caused by: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 1
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.gson.stream.JsonReader.beginObject(JsonReader.java:374)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:165)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: ... 43 more
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 1
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:176)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.gson.Gson.fromJson(Gson.java:803)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.gson.Gson.fromJson(Gson.java:768)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.gson.Gson.fromJson(Gson.java:717)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.gson.Gson.fromJson(Gson.java:689)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at joshie.enchiridion.designer.BookRegistry.registerModInJar(BookRegistry.java:157)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at joshie.enchiridion.EAPIHandler.registerModBooks(EAPIHandler.java:50)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at joshie.enchiridion.Enchiridion.handleIMCMessages(Enchiridion.java:90)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:297)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.Loader.initializeMods(Loader.java:740)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.main.Main.main(SourceFile:148)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: Caused by: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 1
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.gson.stream.JsonReader.beginObject(JsonReader.java:374)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:165)
[18:09:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: ... 43 more
[18:09:17] [Client thread/INFO] [Enchiridion]: Successfully loaded in the book with the unique identifier: mariculture_diving2 for the language: en_US
[18:09:17] [Client thread/WARN] [Enchiridion]: Successfully registered Basic Materials & Processing as a book that will open the identifier mariculture_processing
[18:09:17] [Client thread/WARN] [Enchiridion]: Successfully registered Advanced Fish Breeding as a book that will open the identifier mariculture_fish_breeding
[18:09:17] [Client thread/WARN] [Enchiridion]: Successfully registered How to Dive (Breathing Underwater) as a book that will open the identifier mariculture_diving2
[18:09:17] [Client thread/WARN] [Enchiridion]: Successfully registered Bloody Bass as a book that will open the identifier mariculture_blood_magic
[18:09:17] [Client thread/WARN] [Enchiridion]: Successfully registered Floral Fish as a book that will open the identifier mariculture_botania
[18:09:17] [Client thread/INFO] [Waila]: Receiving registration request from [ ElecCore ] for method elec332.core.compat.handlers.WailaCompatHandler.register
[18:09:17] [Client thread/INFO] [Waila]: Receiving registration request from [ deepresonance ] for method mcjty.lib.compat.waila.WailaCompatibility.load
[18:09:17] [Client thread/INFO] [Waila]: Receiving registration request from [ EnderIO ] for method crazypants.enderio.waila.WailaCompat.load
[18:09:17] [Client thread/INFO] [Waila]: Receiving registration request from [ ThaumicTinkerer ] for method thaumic.tinkerer.common.compat.TTinkererProvider.callbackRegister
[18:09:17] [Client thread/INFO] [Waila]: Receiving registration request from [ arsmagica2 ] for method am2.interop.WailaSupport.callbackRegister
[18:09:17] [Client thread/INFO] [Waila]: Receiving registration request from [ appliedenergistics2 ] for method appeng.integration.modules.Waila.register
[18:09:17] [Client thread/INFO] [Waila]: Receiving registration request from [ Natura ] for method mods.natura.plugins.waila.WailaRegistrar.wailaCallback
[18:09:17] [Client thread/INFO] [Waila]: Receiving registration request from [ BuildCraft|Compat ] for method buildcraft.compat.waila.WailaCallback.callback
[18:09:17] [Client thread/INFO] [Waila]: Receiving registration request from [ chisel ] for method team.chisel.compat.WailaCompat.register
[18:09:17] [Client thread/INFO] [Waila]: Receiving registration request from [ ExtraFood ] for method dmf444.ExtraFood.Core.Crossmod.Waila.WailaConfig.callbackRegister
[18:09:17] [Client thread/INFO] [Waila]: Receiving registration request from [ ImmersiveEngineering ] for method blusunrize.immersiveengineering.common.util.compat.waila.IEWailaDataProvider.callbackRegister
[18:09:17] [Client thread/INFO] [Waila]: Receiving registration request from [ TConstruct ] for method tconstruct.plugins.waila.WailaRegistrar.wailaCallback
[18:09:17] [Client thread/INFO] [Waila]: Receiving registration request from [ gendustry ] for method net.bdew.gendustry.waila.WailaHandler.loadCallback
[18:09:17] [Client thread/INFO] [Waila]: Receiving registration request from [ IC2NuclearControl ] for method shedar.mods.ic2.nuclearcontrol.crossmod.waila.CrossWaila.callbackRegister
[18:09:17] [Client thread/INFO] [Waila]: Receiving registration request from [ immersiveintegration ] for method unwrittenfun.minecraft.immersiveintegration.waila.WailaHandler.init
[18:09:17] [Client thread/INFO] [Waila]: Receiving registration request from [ JABBA ] for method mcp.mobius.betterbarrels.BBWailaProvider.callbackRegister
[18:09:17] [Client thread/INFO] [Waila]: Receiving registration request from [ Mariculture ] for method mariculture.plugins.waila.WailaRegistrar.register
[18:09:17] [Client thread/INFO] [Waila]: Receiving registration request from [ StorageDrawers ] for method com.jaquadro.minecraft.storagedrawers.integration.Waila.registerProvider
[18:09:17] [Client thread/INFO] [Waila]: Receiving registration request from [ thaumicenergistics ] for method thaumicenergistics.common.integration.ModuleWaila.callbackRegister
[18:09:17] [Client thread/INFO] [Waila]: Receiving registration request from [ WailaHarvestability ] for method squeek.wailaharvestability.WailaHandler.callbackRegister
[18:09:17] [Client thread/WARN] [EnderIO]: RecipeParser: Root element not specified before element recipeGroup.
[18:09:17] [Client thread/INFO] [EnderIO]: Found 1 valid SAG Mill recipes in config.
[18:09:17] [Client thread/INFO] [EnderIO]: Finished processing SAG Mill recipes. 1 recipes avaliable.
[18:09:17] [Client thread/WARN] [EnderIO]: RecipeParser: Root element not specified before element recipeGroup.
[18:09:17] [Client thread/INFO] [EnderIO]: Found 1 valid SAG Mill recipes in config.
[18:09:17] [Client thread/INFO] [EnderIO]: Finished processing SAG Mill recipes. 2 recipes avaliable.
[18:09:17] [Client thread/WARN] [EnderIO]: RecipeParser: Root element not specified before element recipeGroup.
[18:09:17] [Client thread/INFO] [EnderIO]: Found 1 valid SAG Mill recipes in config.
[18:09:17] [Client thread/INFO] [EnderIO]: Finished processing SAG Mill recipes. 3 recipes avaliable.
[18:09:17] [Client thread/WARN] [EnderIO]: RecipeParser: Root element not specified before element recipeGroup.
[18:09:17] [Client thread/INFO] [EnderIO]: Found 1 valid SAG Mill recipes in config.
[18:09:17] [Client thread/INFO] [EnderIO]: Finished processing SAG Mill recipes. 4 recipes avaliable.
[18:09:17] [Client thread/WARN] [EnderIO]: RecipeParser: Root element not specified before element recipeGroup.
[18:09:17] [Client thread/INFO] [EnderIO]: Found 1 valid SAG Mill recipes in config.
[18:09:17] [Client thread/INFO] [EnderIO]: Finished processing SAG Mill recipes. 5 recipes avaliable.
[18:09:17] [Client thread/WARN] [EnderIO]: RecipeParser: Root element not specified before element recipeGroup.
[18:09:17] [Client thread/INFO] [EnderIO]: Found 1 valid SAG Mill recipes in config.
[18:09:17] [Client thread/INFO] [EnderIO]: Finished processing SAG Mill recipes. 6 recipes avaliable.
[18:09:17] [Client thread/WARN] [EnderIO]: RecipeParser: Root element not specified before element recipeGroup.
[18:09:17] [Client thread/INFO] [EnderIO]: Found 1 valid SAG Mill recipes in config.
[18:09:17] [Client thread/INFO] [EnderIO]: Finished processing SAG Mill recipes. 7 recipes avaliable.
[18:09:17] [Client thread/WARN] [EnderIO]: RecipeParser: Root element not specified before element recipeGroup.
[18:09:17] [Client thread/INFO] [EnderIO]: Found 1 valid SAG Mill recipes in config.
[18:09:17] [Client thread/INFO] [EnderIO]: Finished processing SAG Mill recipes. 8 recipes avaliable.
[18:09:17] [Client thread/WARN] [EnderIO]: RecipeParser: Root element not specified before element recipeGroup.
[18:09:17] [Client thread/INFO] [EnderIO]: Found 1 valid SAG Mill recipes in config.
[18:09:17] [Client thread/INFO] [EnderIO]: Finished processing SAG Mill recipes. 9 recipes avaliable.
[18:09:17] [Client thread/WARN] [EnderIO]: RecipeParser: Root element not specified before element recipeGroup.
[18:09:17] [Client thread/INFO] [EnderIO]: Found 1 valid SAG Mill recipes in config.
[18:09:17] [Client thread/INFO] [EnderIO]: Finished processing SAG Mill recipes. 10 recipes avaliable.
[18:09:17] [Client thread/WARN] [EnderIO]: RecipeParser: Root element not specified before element recipeGroup.
[18:09:17] [Client thread/INFO] [EnderIO]: Found 1 valid SAG Mill recipes in config.
[18:09:17] [Client thread/INFO] [EnderIO]: Finished processing SAG Mill recipes. 11 recipes avaliable.
[18:09:17] [Client thread/INFO] [Mystcraft]: Receiving fluid symbol blacklist request from [TConstruct] for fluid gold.molten
[18:09:17] [Client thread/INFO] [Mystcraft]: Fluid blacklist request successful.
[18:09:17] [Client thread/INFO] [Mystcraft]: Receiving fluid symbol blacklist request from [TConstruct] for fluid steel.molten
[18:09:17] [Client thread/INFO] [Mystcraft]: Fluid blacklist request successful.
[18:09:17] [Client thread/INFO] [Mystcraft]: Receiving fluid symbol blacklist request from [TConstruct] for fluid emerald.liquid
[18:09:17] [Client thread/INFO] [Mystcraft]: Fluid blacklist request successful.
[18:09:17] [Client thread/INFO] [Mystcraft]: Receiving fluid symbol blacklist request from [TConstruct] for fluid ardite.molten
[18:09:17] [Client thread/INFO] [Mystcraft]: Fluid blacklist request successful.
[18:09:17] [Client thread/INFO] [Mystcraft]: Receiving fluid symbol blacklist request from [TConstruct] for fluid cobalt.molten
[18:09:17] [Client thread/INFO] [Mystcraft]: Fluid blacklist request successful.
[18:09:17] [Client thread/INFO] [Mystcraft]: Receiving fluid symbol blacklist request from [TConstruct] for fluid pigiron.molten
[18:09:17] [Client thread/INFO] [Mystcraft]: Fluid blacklist request successful.
[18:09:17] [Client thread/INFO] [Mystcraft]: Receiving fluid symbol blacklist request from [TConstruct] for fluid bronze.molten
[18:09:17] [Client thread/INFO] [Mystcraft]: Fluid blacklist request successful.
[18:09:17] [Client thread/INFO] [Mystcraft]: Receiving fluid symbol blacklist request from [TConstruct] for fluid alumite.molten
[18:09:17] [Client thread/INFO] [Mystcraft]: Fluid blacklist request successful.
[18:09:17] [Client thread/INFO] [Mystcraft]: Receiving fluid symbol blacklist request from [TConstruct] for fluid aluminumbrass.molten
[18:09:17] [Client thread/INFO] [Mystcraft]: Fluid blacklist request successful.
[18:09:17] [Client thread/INFO] [Mystcraft]: Receiving fluid symbol blacklist request from [TConstruct] for fluid manyullyn.molten
[18:09:17] [Client thread/INFO] [Mystcraft]: Fluid blacklist request successful.
[18:09:17] [Client thread/INFO] [Mystcraft]: Receiving fluid symbol blacklist request from [TConstruct] for fluid ender
[18:09:17] [Client thread/INFO] [Mystcraft]: Fluid blacklist request successful.
[18:09:17] [Client thread/INFO] [Mystcraft]: Receiving fluid symbol blacklist request from [TConstruct] for fluid silver.molten
[18:09:17] [Client thread/INFO] [Mystcraft]: Fluid blacklist request successful.
[18:09:17] [Client thread/INFO] [Mystcraft]: Receiving fluid symbol blacklist request from [TConstruct] for fluid invar.molten
[18:09:17] [Client thread/INFO] [Mystcraft]: Fluid blacklist request successful.
[18:09:17] [Client thread/INFO] [Mystcraft]: Receiving fluid symbol blacklist request from [TConstruct] for fluid electrum.molten
[18:09:17] [Client thread/INFO] [Mystcraft]: Fluid blacklist request successful.
[18:09:17] [Client thread/INFO] [Mystcraft]: Receiving fluid symbol blacklist request from [TConstruct] for fluid platinum.molten
[18:09:17] [Client thread/INFO] [Mystcraft]: Fluid blacklist request successful.
[18:09:17] [Client thread/INFO] [Mystcraft]: Receiving fluid symbol blacklist request from [TConstruct] for fluid signalum.molten
[18:09:17] [Client thread/INFO] [Mystcraft]: Fluid blacklist request successful.
[18:09:17] [Client thread/INFO] [Mystcraft]: Receiving fluid symbol blacklist request from [TConstruct] for fluid lumium.molten
[18:09:17] [Client thread/INFO] [Mystcraft]: Fluid blacklist request successful.
[18:09:17] [Client thread/INFO] [Mystcraft]: Receiving fluid symbol blacklist request from [TConstruct] for fluid mithril.molten
[18:09:17] [Client thread/INFO] [Mystcraft]: Fluid blacklist request successful.
[18:09:17] [Client thread/INFO] [Mystcraft]: Receiving fluid symbol blacklist request from [TConstruct] for fluid enderium.molten
[18:09:17] [Client thread/INFO] [Mystcraft]: Fluid blacklist request successful.
And part 2:
[18:09:17] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Material.tile.oreResonating' to 30000,6000,400,5
[18:09:17] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Blacklisted dimlet with key: 'Liquid.pigiron.molten'
[18:09:17] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Liquid.pigiron.molten' to 999999,999999,999999,6
[18:09:17] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.pigiron.molten' from being generated randomly in dimensions.
[18:09:17] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.pigiron.molten' from being generated randomly in loot/chests.
[18:09:17] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Blacklisted dimlet with key: 'Liquid.bronze.molten'
[18:09:17] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Liquid.bronze.molten' to 999999,999999,999999,6
[18:09:17] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.bronze.molten' from being generated randomly in dimensions.
[18:09:17] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.bronze.molten' from being generated randomly in loot/chests.
[18:09:17] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Blacklisted dimlet with key: 'Liquid.alumite.molten'
[18:09:17] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Liquid.alumite.molten' to 999999,999999,999999,6
[18:09:17] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.alumite.molten' from being generated randomly in dimensions.
[18:09:17] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.alumite.molten' from being generated randomly in loot/chests.
[18:09:17] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Blacklisted dimlet with key: 'Liquid.aluminumbrass.molten'
[18:09:17] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Liquid.aluminumbrass.molten' to 999999,999999,999999,6
[18:09:17] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.aluminumbrass.molten' from being generated randomly in dimensions.
[18:09:17] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.aluminumbrass.molten' from being generated randomly in loot/chests.
[18:09:17] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Blacklisted dimlet with key: 'Liquid.manyullyn.molten'
[18:09:17] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Liquid.manyullyn.molten' to 999999,999999,999999,6
[18:09:17] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.manyullyn.molten' from being generated randomly in dimensions.
[18:09:17] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.manyullyn.molten' from being generated randomly in loot/chests.
[18:09:17] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Blacklisted dimlet with key: 'Liquid.invar.molten'
[18:09:17] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Liquid.invar.molten' to 999999,999999,999999,6
[18:09:17] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.invar.molten' from being generated randomly in dimensions.
[18:09:17] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.invar.molten' from being generated randomly in loot/chests.
[18:09:17] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Blacklisted dimlet with key: 'Liquid.electrum.molten'
[18:09:17] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Liquid.electrum.molten' to 999999,999999,999999,6
[18:09:17] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.electrum.molten' from being generated randomly in dimensions.
[18:09:17] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.electrum.molten' from being generated randomly in loot/chests.
[18:09:17] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Blacklisted dimlet with key: 'Liquid.signalum.molten'
[18:09:17] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Liquid.signalum.molten' to 999999,999999,999999,6
[18:09:17] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.signalum.molten' from being generated randomly in dimensions.
[18:09:17] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.signalum.molten' from being generated randomly in loot/chests.
[18:09:17] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Blacklisted dimlet with key: 'Liquid.lumium.molten'
[18:09:17] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Liquid.lumium.molten' to 999999,999999,999999,6
[18:09:17] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.lumium.molten' from being generated randomly in dimensions.
[18:09:17] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.lumium.molten' from being generated randomly in loot/chests.
[18:09:17] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Blacklisted dimlet with key: 'Liquid.mithril.molten'
[18:09:17] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Liquid.mithril.molten' to 999999,999999,999999,6
[18:09:17] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.mithril.molten' from being generated randomly in dimensions.
[18:09:17] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.mithril.molten' from being generated randomly in loot/chests.
[18:09:17] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Blacklisted dimlet with key: 'Liquid.enderium.molten'
[18:09:17] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Liquid.enderium.molten' to 999999,999999,999999,6
[18:09:17] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.enderium.molten' from being generated randomly in dimensions.
[18:09:17] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.enderium.molten' from being generated randomly in loot/chests.
[18:09:17] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Blacklisted dimlet with key: 'Liquid.platinum.molten'
[18:09:17] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Liquid.platinum.molten' to 999999,999999,999999,6
[18:09:17] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.platinum.molten' from being generated randomly in dimensions.
[18:09:17] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.platinum.molten' from being generated randomly in loot/chests.
[18:09:17] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Material.tile.ore.berries.one' to 123456,123456,123456,6
[18:09:17] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Material.tile.ore.berries.one1' to 123456,123456,123456,6
[18:09:17] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Material.tile.ore.berries.one2' to 123456,123456,123456,6
[18:09:17] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Material.tile.ore.berries.one3' to 123456,123456,123456,6
[18:09:17] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Blacklisted dimlet with key: 'Material.tile.ore.berries.one'
[18:09:17] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Blacklisted dimlet with key: 'Material.tile.ore.berries.one1'
[18:09:17] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Blacklisted dimlet with key: 'Material.tile.ore.berries.one2'
[18:09:17] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Blacklisted dimlet with key: 'Material.tile.ore.berries.one3'
[18:09:17] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Material.tile.ore.berries.one' from being generated randomly in dimensions.
[18:09:17] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Material.tile.ore.berries.one1' from being generated randomly in dimensions.
[18:09:17] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Material.tile.ore.berries.one2' from being generated randomly in dimensions.
[18:09:17] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Material.tile.ore.berries.one3' from being generated randomly in dimensions.
[18:09:17] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Material.tile.ore.berries.one' from being generated randomly in loot/chests.
[18:09:17] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Material.tile.ore.berries.one1' from being generated randomly in loot/chests.
[18:09:17] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Material.tile.ore.berries.one2' from being generated randomly in loot/chests.
[18:09:17] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Material.tile.ore.berries.one3' from being generated randomly in loot/chests.
[18:09:17] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Material.tile.ore.berries.two' to 123456,123456,123456,6
[18:09:17] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Material.tile.ore.berries.two1' to 123456,123456,123456,6
[18:09:17] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Blacklisted dimlet with key: 'Material.tile.ore.berries.two'
[18:09:17] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Blacklisted dimlet with key: 'Material.tile.ore.berries.two1'
[18:09:17] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Material.tile.ore.berries.two' from being generated randomly in dimensions.
[18:09:17] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Material.tile.ore.berries.two1' from being generated randomly in dimensions.
[18:09:17] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Material.tile.ore.berries.two' from being generated randomly in loot/chests.
[18:09:17] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Material.tile.ore.berries.two1' from being generated randomly in loot/chests.
[18:09:17] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Liquid.obsidian.molten' to 3000,2500,400,3
[18:09:17] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Liquid.glass.molten' to 2000,2000,250,3
[18:09:17] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Liquid.copper.molten' to 7500,5000,500,4
[18:09:17] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Liquid.aluminum.molten' to 8500,6000,600,4
[18:09:17] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Liquid.tin.molten' to 9000,6000,500,4
[18:09:17] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Liquid.iron.molten' to 10000,7500,1000,5
[18:09:17] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Liquid.steel.molten' to 25000,12500,2000,6
[18:09:17] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Liquid.gold.molten' to 50000,15000,2500,6
[18:09:17] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Liquid.ender' to 300000,40000,7000,6
[18:09:17] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Liquid.ardite.molten' to 400000,45000,8000,6
[18:09:17] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Liquid.cobalt.molten' to 500000,50000,10000,6
[18:09:17] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Liquid.emerald.liquid' to 350000,40000,5000,6
[18:09:17] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Liquid.lead.molten' to 15000,1000,800,5
[18:09:17] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Liquid.nickel.molten' to 17000,1027,900,5
[18:09:17] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Liquid.silver.molten' to 45678,14321,1234,6
[18:09:17] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.steel.molten' from being generated randomly in loot/chests.
[18:09:17] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.gold.molten' from being generated randomly in loot/chests.
[18:09:17] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.ender' from being generated randomly in loot/chests.
[18:09:17] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.ardite.molten' from being generated randomly in loot/chests.
[18:09:17] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.cobalt.molten' from being generated randomly in loot/chests.
[18:09:17] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.silver.molten' from being generated randomly in loot/chests.
[18:09:17] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.emerald.liquid' from being generated randomly in loot/chests.
[18:09:17] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.cobalt.molten' from being generated randomly in dimensions.
[18:09:17] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.ardite.molten' from being generated randomly in dimensions.
[18:09:17] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.steel.molten' from being generated randomly in dimensions.
[18:09:17] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.gold.molten' from being generated randomly in dimensions.
[18:09:17] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.emerald.liquid' from being generated randomly in dimensions.
[18:09:17] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.iron.molten' from being generated randomly in dimensions.
[18:09:17] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Material.tile.tconstruct.stoneore1' to 500000,25000,15000,5
[18:09:17] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Material.tile.tconstruct.stoneore1' from being generated randomly in loot/chests.
[18:09:17] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Material.tile.tconstruct.stoneore2' to 400000,20000,10000,5
[18:09:17] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Material.tile.tconstruct.stoneore2' from being generated randomly in loot/chests.
[18:09:17] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Material.tile.tconstruct.stoneore3' to 10000,3000,1000,3
[18:09:17] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Material.tile.tconstruct.stoneore4' to 12000,3333,5000,3
[18:09:17] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Material.tile.tconstruct.stoneore5' to 10000,2800,500,3
[18:09:17] [Client thread/INFO] [FML]: Injecting itemstacks
[18:09:17] [Client thread/INFO] [FML]: Itemstack injection complete
[18:09:17] [Client thread/WARN] [ArsMagica2]: My potion, Water Breathing, at index 24 has been over-written by another potion, ic2.potion.radiation. You have a conflict in your configuration files.
[18:09:17] [Client thread/INFO] [ArsMagica2]: Checking Version. MC Version: 1.7.10-Forge10.13.4.1614-1.7.10
[18:09:17] [Client thread/INFO] [ArsMagica2]: No updated compendium found. Using packaged compendium.
[18:09:18] [Client thread/WARN] [ArsMagica2]: Unable to update the compendium!
[18:09:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.lang.ArrayIndexOutOfBoundsException: 1
[18:09:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at am2.lore.ArcaneCompendium.updateCompendium(ArcaneCompendium.java:229)
[18:09:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at am2.lore.ArcaneCompendium.init(ArcaneCompendium.java:196)
[18:09:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at am2.proxy.ClientProxy.postinit(ClientProxy.java:101)
[18:09:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at am2.AMCore.postInit(AMCore.java:120)
[18:09:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[18:09:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[18:09:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[18:09:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[18:09:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
[18:09:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
[18:09:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[18:09:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[18:09:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[18:09:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[18:09:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[18:09:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[18:09:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[18:09:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
[18:09:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
[18:09:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[18:09:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[18:09:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[18:09:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[18:09:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[18:09:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[18:09:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[18:09:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[18:09:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[18:09:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
[18:09:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.Loader.initializeMods(Loader.java:742)
[18:09:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
[18:09:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
[18:09:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
[18:09:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.main.Main.main(SourceFile:148)
[18:09:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[18:09:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[18:09:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[18:09:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[18:09:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[18:09:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[18:09:18] [Client thread/INFO] [ArsMagica2]: Initializing Thaumcraft Compatibility
[18:09:18] [Client thread/INFO] [AE2:C]: Post Initialization ( started )
[18:09:18] [Client thread/INFO] [AE2:C]: Layer: appeng/parts/layers/LayerISidedInventory_TileCableBus loaded successfully - 5284 bytes
[18:09:18] [Client thread/INFO] [AE2:C]: Layer: appeng/parts/layers/LayerIFluidHandler_TileCableBus loaded successfully - 2442 bytes
[18:09:18] [Client thread/INFO] [AE2:C]: Layer: appeng/parts/layers/LayerITileStorageMonitorable_TileCableBus loaded successfully - 1070 bytes
[18:09:18] [Client thread/INFO] [AE2:C]: Layer: appeng/parts/layers/LayerIEnergySink_TileCableBus loaded successfully - 4289 bytes
[18:09:18] [Client thread/INFO] [AE2:C]: Layer: appeng/parts/layers/LayerIEnergySource_TileCableBus loaded successfully - 4184 bytes
[18:09:18] [Client thread/INFO] [AE2:C]: Layer: appeng/parts/layers/LayerIPipeConnection_TileCableBus loaded successfully - 1351 bytes
[18:09:18] [Client thread/INFO] [AE2:C]: Layer: appeng/parts/layers/LayerIEnergyHandler_TileCableBus loaded successfully - 1803 bytes
[18:09:18] [Client thread/INFO] [AE2:C]: Layer: appeng/parts/layers/LayerISidedInventory_TileCableBusTESR loaded successfully - 5296 bytes
[18:09:18] [Client thread/INFO] [AE2:C]: Layer: appeng/parts/layers/LayerIFluidHandler_TileCableBusTESR loaded successfully - 2454 bytes
[18:09:18] [Client thread/INFO] [AE2:C]: Layer: appeng/parts/layers/LayerITileStorageMonitorable_TileCableBusTESR loaded successfully - 1082 bytes
[18:09:18] [Client thread/INFO] [AE2:C]: Layer: appeng/parts/layers/LayerIEnergySink_TileCableBusTESR loaded successfully - 4301 bytes
[18:09:18] [Client thread/INFO] [AE2:C]: Layer: appeng/parts/layers/LayerIEnergySource_TileCableBusTESR loaded successfully - 4196 bytes
[18:09:18] [Client thread/INFO] [AE2:C]: Layer: appeng/parts/layers/LayerIPipeConnection_TileCableBusTESR loaded successfully - 1363 bytes
[18:09:18] [Client thread/INFO] [AE2:C]: Layer: appeng/parts/layers/LayerIEnergyHandler_TileCableBusTESR loaded successfully - 1815 bytes
[18:09:18] [Client thread/INFO] [AE2:C]: Industrial Craft 2 - Integration Enable
[18:09:18] [Client thread/INFO] [AE2:C]: Rotary Craft - Integration Disabled
[18:09:18] [Client thread/INFO] [AE2:C]: Railcraft - Integration Enable
[18:09:18] [Client thread/INFO] [AE2:C]: BuildCraft Core - Integration Enable
[18:09:18] [Client thread/INFO] [AE2:C]: BuildCraft Transport - Integration Enable
[18:09:18] [Client thread/INFO] [AE2:C]: BuildCraft Builders - Integration Enable
[18:09:18] [Client thread/INFO] [AE2:C]: RedstoneFlux Power - Tiles - Integration Enable
[18:09:18] [Client thread/INFO] [AE2:C]: RedstoneFlux Power - Items - Integration Enable
[18:09:18] [Client thread/INFO] [AE2:C]: Mine Factory Reloaded - Integration Enable
[18:09:18] [Client thread/INFO] [AE2:C]: Deep Storage Unit - Integration Enable
[18:09:18] [Client thread/INFO] [AE2:C]: Factorization - Integration Disabled
[18:09:18] [Client thread/INFO] [AE2:C]: Forge MultiPart - Integration Disabled
[18:09:18] [Client thread/INFO] [AE2:C]: Rotatable Blocks - Integration Disabled
[18:09:18] [Client thread/INFO] [AE2:C]: Colored Lights Core - Integration Disabled
[18:09:18] [Client thread/INFO] [AE2:C]: Waila - Integration Enable
[18:09:18] [Client thread/INFO] [AE2:C]: Inventory Tweaks - Integration Enable
[18:09:18] [Client thread/INFO] [AE2:C]: Not Enough Items - Integration Enable
[18:09:18] [Client thread/INFO] [AE2:C]: Craft Guide - Integration Disabled
[18:09:18] [Client thread/INFO] [AE2:C]: Mekanism - Integration Disabled
[18:09:18] [Client thread/INFO] [AE2:C]: ImmibisMicroblocks - Integration Disabled
[18:09:18] [Client thread/INFO] [AE2:C]: BetterStorage - Integration Disabled
[18:09:18] [Client thread/INFO] [AE2:C]: OpenComputers - Integration Disabled
[18:09:18] [Client thread/INFO] [AE2:C]: PneumaticCraft - Integration Disabled
[18:09:18] [Client thread/INFO] [AE2:C]: Post Initialization ( ended after 237ms )
[18:09:18] [Client thread/INFO] [Mantle]: Entering postinitialization phase.
[18:09:18] [Client thread/INFO] [Mantle]: Loading Manual XML from: /assets/mantle/manuals/test.xml
[18:09:18] [Client thread/INFO] [BloodMagic]: Loaded Harvestcraft Handlers!
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.extrautils:[email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.extrautils:[email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.extrautils:[email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.extrautils:[email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.extrautils:[email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.extrautils:[email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.extrautils:[email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.extrautils:[email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.extrautils:[email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.extrautils:[email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.extrautils:[email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.extrautils:[email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.extrautils:[email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.extrautils:[email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.extrautils:[email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.extrautils:[email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.extrautils:[email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.arsmagica2:[email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.arsmagica2:[email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.arsmagica2:[email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.arsmagica2:[email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.arsmagica2:[email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: [email protected]
[18:09:18] [Client thread/INFO] [BloodMagic]: Total number of compression recipes: 160
[18:09:18] [Client thread/INFO] [THAUMCRAFT]: Found potion array with a size of 260
[18:09:18] [Client thread/INFO] [THAUMCRAFT]: Initializing PotionFluxTaint with id 62
[18:09:18] [Client thread/INFO] [THAUMCRAFT]: Initializing PotionVisExhaust with id 63
[18:09:18] [Client thread/INFO] [THAUMCRAFT]: Initializing PotionInfectiousVisExhaust with id 64
[18:09:18] [Client thread/INFO] [THAUMCRAFT]: Initializing PotionUnnaturalHunger with id 65
[18:09:18] [Client thread/INFO] [THAUMCRAFT]: Initializing PotionWarpWard with id 66
[18:09:18] [Client thread/INFO] [THAUMCRAFT]: Initializing PotionDeathGaze with id 67
[18:09:18] [Client thread/INFO] [THAUMCRAFT]: Initializing PotionBlurredVision with id 68
[18:09:18] [Client thread/INFO] [THAUMCRAFT]: Initializing PotionSunScorned with id 69
[18:09:18] [Client thread/INFO] [THAUMCRAFT]: Initializing PotionThaumarhia with id 70
[18:09:18] [Client thread/INFO] [THAUMCRAFT]: Adding entities to MFR safari net blacklist.
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Artichoke Crop]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Asparagus Crop]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Bamboo Crop]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Barley Crop]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Bean Crop]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Beet Crop]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Bell Pepper Crop]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Blackberry Crop]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Blueberry Crop]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Broccoli Crop]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Brussel Sprout Crop]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Cabbage Crop]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Cactus Fruit Crop]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Candleberry Crop]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Cantaloupe Crop]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Cauliflower Crop]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Celery Crop]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Chili Pepper Crop]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Coffee Bean Crop]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Corn Crop]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Cotton Crop]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Cranberry Crop]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Cucumber Crop]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Eggplant Crop]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Garlic Crop]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Ginger Crop]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Grape Crop]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Leek Crop]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Lettuce Crop]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Mustard Seeds Crop]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Oats Crop]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Okra Crop]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Onion Crop]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Parsnip Crop]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Peanut Crop]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Peas Crop]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Pineapple Crop]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Radish Crop]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Raspberry Crop]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Rhubarb Crop]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Rice Crop]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Rutabaga Crop]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Rye Crop]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Scallion Crop]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Seaweed Crop]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Soybean Crop]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Spice Leaf Crop]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Spinach Crop]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Strawberry Crop]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Sweet Potato Crop]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Tea Leaf Crop]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Tomato Crop]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Turnip Crop]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [White Mushroom Crop]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Winter Squash Crop]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Zucchini Crop]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Curry Leaf Crop]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Sesame Seeds Crop]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Water Chestnut Crop]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Apple]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Almond]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Apricot]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Avocado]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Banana]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Cashew]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Cherry]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Chestnut]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Cinnamon Wood]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Coconut]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Date]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Dragonfruit]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Durian]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Fig]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Grapefruit]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Lemon]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Lime]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Mango]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Maple Wood]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Nutmeg]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Olive]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Orange]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Papaya]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Paperbark Wood]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Peach]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Pear]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Pecan]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Peppercorn]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Persimmon]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Pistachio]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Plum]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Pomegranate]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Starfruit]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Vanilla Bean]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Walnut]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Goosberry]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding clickable crop support for [Raspberry Bush]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding clickable crop support for [Blueberry Bush]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding clickable crop support for [Blackberry Bush]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding clickable crop support for [Maloberry Bush]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding clickable crop support for [Blightberry Bush]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding clickable crop support for [Duskberry Bush]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding clickable crop support for [Skyberry Bush]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding clickable crop support for [Stingberry Bush]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding clickable crop support for [Crops]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Crops]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Tomato Crop]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Lettuce Crop]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding clickable crop support for [Strawberry Bush]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding clickable crop support for [Peanut Bush]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding clickable crop support for [Iron Oreberry Bush]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding clickable crop support for [Gold Oreberry Bush]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding clickable crop support for [Copper Oreberry Bush]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding clickable crop support for [Tin Oreberry Bush]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding clickable crop support for [Aluminum Oreberry Bush]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding clickable crop support for [Essence Berry Bush]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Blacklisting dimension [-34] to only spawn TC content at level [2]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding [Native Nickel Cluster] to special result list for [Ferrous Ore]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding [Native Nickel Cluster] to special result list for [Nickel Ore]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding [Native Platinum Cluster] to special result list for [Shiny Ore]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding [Native Mithril Cluster] to special result list for [Mana Infused Ore]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding [Native Cobalt Cluster] to special result list for [Cobalt Ore]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding [Native Cobalt Cluster] to special result list for [Cobalt Gravel Ore]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding [Native Ardite Cluster] to special result list for [Ardite Ore]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding [Native Aluminium Cluster] to special result list for [Aluminum Ore]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding [Native Aluminium Cluster] to special result list for [Aluminum Gravel Ore]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding [Native Rutile Cluster] to special result list for [Rutile Ore]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding clickable crop support for [Berry Bush]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Apple]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Persimmon]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Whitelisting [Zombie] to spawn champion mobs at level [0]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Whitelisting [Spider] to spawn champion mobs at level [0]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Whitelisting [Blaze] to spawn champion mobs at level [0]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Whitelisting [Enderman] to spawn champion mobs at level [0]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Whitelisting [Skeleton] to spawn champion mobs at level [0]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Whitelisting [Witch] to spawn champion mobs at level [1]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Whitelisting [Thaumcraft.EldritchCrab] to spawn champion mobs at level [0]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Whitelisting [Thaumcraft.Taintacle] to spawn champion mobs at level [2]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Whitelisting [Thaumcraft.Wisp] to spawn champion mobs at level [1]
[18:09:19] [Client thread/WARN] [THAUMCRAFT]: Whitelisting [Thaumcraft.InhabitedZombie] to spawn champion mobs at level [3]
[18:09:19] [Client thread/INFO] [FML]: [Botania] The Lexica Botania has 26825 words.
[18:09:20] [Client thread/INFO] [BuildCraft]: BuildCraft's fake player: UUID = 77456a1f-b9f9-3f84-8863-ddef5b8e2209, name = '[BuildCraft]'!
[18:09:20] [Client thread/ERROR] [FML]: IndustrialCraft 2 Error
The IC2 config file contains an invalid entry for balance/recyclerBlacklist.
Invalid value at line 63 (recyclerBlacklist = minecraft:glass_pane, minecraft:stick, minecraft:snowball, minecraft:snow_layer, minecraft:snow, IC2:blockscaffold).
There is no item matching IC2:blockscaffold.
[18:09:20] [Client thread/FATAL] [IC2.General]: Exception caught while showing an error.
java.lang.IllegalStateException: From thread Thread[Client thread,5,main]: Thread[Thread-7,5,main] already has the context current
at org.lwjgl.opengl.ContextGL.checkAccess(ContextGL.java:184) ~[lwjgl-2.9.1.jar:?]
at org.lwjgl.opengl.ContextGL.forceDestroy(ContextGL.java:241) ~[lwjgl-2.9.1.jar:?]
at org.lwjgl.opengl.DrawableGL.destroy(DrawableGL.java:130) ~[lwjgl-2.9.1.jar:?]
at org.lwjgl.opengl.Display$5.destroy(Display.java:834) ~[lwjgl-2.9.1.jar:?]
at org.lwjgl.opengl.Display.destroy(Display.java:1095) ~[lwjgl-2.9.1.jar:?]
at ic2.core.PlatformClient.displayError(PlatformClient.java:112) [PlatformClient.class:?]
at ic2.core.util.ConfigUtil.displayError(ConfigUtil.java:330) [ConfigUtil.class:?]
at ic2.core.util.ConfigUtil.asRecipeInputList(ConfigUtil.java:44) [ConfigUtil.class:?]
at ic2.core.block.machine.tileentity.TileEntityRecycler.initLate(TileEntityRecycler.java:51) [TileEntityRecycler.class:?]
at ic2.core.IC2.modsLoaded(IC2.java:572) [IC2.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532) [FMLModContainer.class:?]
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?]
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212) [LoadController.class:?]
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190) [LoadController.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?]
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119) [LoadController.class:?]
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:742) [Loader.class:?]
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552) [bao.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878) [bao.class:?]
at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
Okay, I feel really stupid, and this is something I should have mentioned earlier...I'd started out playing modded 1.10.2, but downgraded to 1.7.10 because there are more mods available. I correctly downloaded the right version of Forge, and even considered that it would be using the same "mods" folder in my .minecraft directory, so I switched out my 1.10.2 mods, but didn't think about it also using the same "configs" folder.
So, any mods I'd already been using when playing 1.10.2 already had config files there, and I'm assuming the 1.7.10 versions saw those config files and just said "great, I'll use those", instead of generating their own new ones. Probably a few changes in those config files between 1.7.10 and 1.10.2. Anyway, I backed the 1.10.2 config files up to another folder, emptied the config folder, started MC so the 1.7.10 mods could generate their own, and, voila, it works fine.
Minecraft: 1.7.10
Forge: 10.13.4.1614
Java: 1.8.0_111
I'm trying to run a modded 1.7.10 version of MC via Forge, and it crashes during the initialization stage, giving the following error log:
---- Minecraft Crash Report ---- // You should try our sister game, Minceraft! Time: 11/29/16 7:21 PM Description: Initializing game java.lang.IllegalArgumentException: Duplicate enchantment id! class mrcomputerghost.runicdungeons.ench.EnchantmentPoisonThorns and class mariculture.magic.enchantments.EnchantmentHealth Enchantment ID:80 at net.minecraft.enchantment.Enchantment.<init>(Enchantment.java:53) at mrcomputerghost.runicdungeons.ench.EnchantmentPoisonThorns.<init>(EnchantmentPoisonThorns.java:18) at mrcomputerghost.runicdungeons.ench.EnchantHandler.initEnchants(EnchantHandler.java:26) at mrcomputerghost.runicdungeons.RunicDungeons.preInit(RunicDungeons.java:124) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:483) at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532) at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:483) at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) at com.google.common.eventbus.EventBus.post(EventBus.java:275) at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212) at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:483) at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) at com.google.common.eventbus.EventBus.post(EventBus.java:275) at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119) at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556) at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878) at net.minecraft.client.main.Main.main(SourceFile:148) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:483) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28) A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Stacktrace: at net.minecraft.enchantment.Enchantment.<init>(Enchantment.java:53) at mrcomputerghost.runicdungeons.ench.EnchantmentPoisonThorns.<init>(EnchantmentPoisonThorns.java:18) at mrcomputerghost.runicdungeons.ench.EnchantHandler.initEnchants(EnchantHandler.java:26) at mrcomputerghost.runicdungeons.RunicDungeons.preInit(RunicDungeons.java:124) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:483) at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532) at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:483) at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) at com.google.common.eventbus.EventBus.post(EventBus.java:275) at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212) at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:483) at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) at com.google.common.eventbus.EventBus.post(EventBus.java:275) at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119) at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556) at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480) -- Initialization -- Details: Stacktrace: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878) at net.minecraft.client.main.Main.main(SourceFile:148) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:483) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28) -- System Details -- Details: Minecraft Version: 1.7.10 Operating System: Windows 8.1 (amd64) version 6.3 Java Version: 1.8.0_25, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 1031363432 bytes (983 MB) / 1854406656 bytes (1768 MB) up to 3817865216 bytes (3641 MB) JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4096M AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 136 mods loaded, 130 mods active States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored UCH mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) UCH FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1614-1.7.10.jar) UCH Forge{10.13.4.1614} [Minecraft Forge] (forge-1.7.10-10.13.4.1614-1.7.10.jar) UCH AM2-Preloader{0.0.3} [AMCore] (minecraft.jar) UCH appliedenergistics2-core{rv3-beta-6} [Applied Energistics 2 Core] (minecraft.jar) UCH CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar) UCH MCVanillaTweaks{1.0} [Mariculture - Vanilla Tweaks] (minecraft.jar) UCH NotEnoughItems{1.0.5.120} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.120-universal.jar) UCH ThE-core{1.0.0.1} [Thaumic Energistics Core] (minecraft.jar) UCH ThaumicTinkerer-preloader{0.1} [Thaumic Tinkerer Core] (minecraft.jar) UCH <CoFH ASM>{000} [CoFH ASM] (minecraft.jar) UCH battlegear2{1.7.10} [Mine & Blade Battlegear 2 - Bullseye] (1.7.10-MB_Battlegear2-Bullseye-1.0.8.3.jar) UCH AnimationAPI{1.2.4} [AnimationAPI] (AnimationAPI-1.7.10-1.2.4.jar) UCH arsmagica2{1.4.0.009} [Ars Magica 2] (1.7.10_AM2-1.4.0.009.jar) UCH appliedenergistics2{rv3-beta-6} [Applied Energistics 2] (appliedenergistics2-rv3-beta-6.jar) UCH bdlib{1.9.4.109} [BD Lib] (bdlib-1.9.4.109-mc1.7.10.jar) UCH BiblioCraft{1.11.5} [BiblioCraft] (BiblioCraft[v1.11.5][MC1.7.10].jar) UCH Mantle{1.7.10-0.3.2.jenkins191} [Mantle] (Mantle-1.7.10-0.3.2b.jar) UCH Natura{2.2.0} [Natura] (natura-1.7.10-2.2.0.1.jar) UCH BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.1889-universal.jar) UCH BiblioWoodsBoP{1.9} [BiblioWoods Biomes O'Plenty Edition] (BiblioWoods[BiomesOPlenty][v1.9].jar) UCH IC2{2.2.823-experimental} [IndustrialCraft 2] (industrialcraft-2-2.2.823-experimental.jar) UCH CoFHCore{1.7.10R3.1.3} [CoFH Core] (CoFHCore-[1.7.10]3.1.3-327.jar) UCH Forestry{4.2.16.64} [Forestry for Minecraft] (forestry_1.7.10-4.2.16.64 (1).jar) UCH BinnieCore{2.0-pre14} [Binnie Core] (binnie-mods-2.0-pre14.jar) UCH Botany{2.0-pre14} [Botany] (binnie-mods-2.0-pre14.jar) UCH ExtraBees{2.0-pre14} [Extra Bees] (binnie-mods-2.0-pre14.jar) UCH ExtraTrees{2.0-pre14} [Extra Trees] (binnie-mods-2.0-pre14.jar) UCH Genetics{2.0-pre14} [Genetics] (binnie-mods-2.0-pre14.jar) UCH AWWayofTime{v1.3.3} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.7.10-1.3.3-17.jar) UCH Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar) UCH Thaumcraft{4.2.3.5} [Thaumcraft] (Thaumcraft-1.7.10-4.2.3.5.jar) UCH Botania{r1.8-249} [Botania] (Botania r1.8-249.jar) UCH BuildCraft|Core{7.1.18} [BuildCraft] (buildcraft-7.1.18.jar) UCH BuildCraft|Transport{7.1.18} [BC Transport] (buildcraft-7.1.18.jar) UCH BuildCraft|Silicon{7.1.18} [BC Silicon] (buildcraft-7.1.18.jar) UCH BuildCraft|Energy{7.1.18} [BC Energy] (buildcraft-7.1.18.jar) UCH BuildCraft|Factory{7.1.18} [BC Factory] (buildcraft-7.1.18.jar) UCH BuildCraft|Builders{7.1.18} [BC Builders] (buildcraft-7.1.18.jar) UCH BuildCraft|Robotics{7.1.18} [BC Robotics] (buildcraft-7.1.18.jar) UCH ThermalFoundation{1.7.10R1.2.5} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.2.5-115.jar) UCH ThermalExpansion{1.7.10R4.1.4} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.1.4-247.jar) UCH BuildCraft|Compat{7.1.5} [BuildCraft Compat] (buildcraft-compat-7.1.5.jar) UCH Railcraft{9.12.2.0} [Railcraft] (Railcraft_1.7.10-9.12.2.0.jar) UCH TwilightForest{2.3.7} [The Twilight Forest] (twilightforest-1.7.10-2.3.7.jar) UCH chisel{2.9.5.11} [Chisel] (Chisel-2.9.5.11.jar) UCH CarpentersBlocks{3.3.8.1} [Carpenter's Blocks] (Carpenter's Blocks v3.3.8.1 - MC 1.7.10.jar) UCH ComputerCraft{1.75} [ComputerCraft] (ComputerCraft1.75.jar) UCH cookingbook{1.0.140} [Cooking for Blockheads] (cookingbook-mc1.7.10-1.0.140.jar) UCH ElecCore{1.4.294} [ElecCore] (ElecCore-1.7.10-1.4.294.jar) UCH deepresonance{1.1.4} [DeepResonance] (deepresonance-1.1.4.jar) UCH dldungeonsjdg{1.8.10} [Doomlike Dungeons] (DoomlikeDungeons-1.8.10-MC1.7.10.jar) UCH EMT{1.2.6.2} [Electro-Magic Tools] (ElectroMagicTools-1.2.6.2[1.7.10].jar) UCH Enchiridion{1.3} [Enchiridion] (Enchiridion 2-1.7.10-2.0.2a.jar) UCH Enchiridion2{2.0.2a} [Enchiridion 2] (Enchiridion 2-1.7.10-2.0.2a.jar) UCH endercore{1.7.10-0.2.0.39_beta} [EnderCore] (EnderCore-1.7.10-0.2.0.39_beta.jar) UCH MineFactoryReloaded{1.7.10R2.8.1} [MineFactory Reloaded] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar) UCH Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar) UCH EnderIO{1.7.10-2.3.0.429_beta} [Ender IO] (EnderIO-1.7.10-2.3.0.429_beta.jar) UCH EnderStorage{1.4.7.37} [EnderStorage] (EnderStorage-1.7.10-1.4.7.37-universal.jar) UCH ExtraFood{0.7.46} [Extra Food] (ExtraFood-1.7.10-0.7.46.jar) UCH ExtraUtilities{1.2.12} [Extra Utilities] (extrautilities-1.2.12.jar) UCH harvestcraft{1.7.10j} [Pam's HarvestCraft] (Pam's HarvestCraft 1.7.10Lb.jar) UCH progressiveautomation{1.6.35} [Progressive Automation] (ProgressiveAutomation-1.7.10-1.6.35.jar) UCH ImmersiveEngineering{0.7.7} [Immersive Engineering] (ImmersiveEngineering-0.7.7.jar) UCH TConstruct{1.7.10-1.8.8.build988} [Tinkers' Construct] (TConstruct-1.7.10-1.8.8.jar) UCH ExtraTiC{1.4.6} [ExtraTiC] (ExtraTiC-1.7.10-1.4.6.jar) UCH FoodExpansion{1.0} [Food Expansion] (FoodExpansion1.1.1-mc1.7.10.jar) UCH RedstoneArsenal{1.7.10R1.1.2} [Redstone Arsenal] (RedstoneArsenal-[1.7.10]1.1.2-92.jar) UCH ThaumicTinkerer{unspecified} [Thaumic Tinkerer] (ThaumicTinkerer-2.5-1.7.10-164.jar) UCH MagicBees{2.4.3} [Magic Bees] (magicbees-1.7.10-2.4.3.jar) UCH gendustry{1.6.3.132} [GenDustry] (gendustry-1.6.3.132-mc1.7.10.jar) UCH IC2NuclearControl{2.4.2a} [Nuclear Control 2] (IC2NuclearControl-2.4.2a.jar) UCH immersiveintegration{0.6.8} [Immersive Integration] (immersiveintegration-0.6.8.jar) UCH inventorytweaks{1.59-dev-152-cf6e263} [Inventory Tweaks] (InventoryTweaks-1.59-dev-152.jar) UCH JABBA{1.2.2} [JABBA] (Jabba-1.2.2_1.7.10.jar) UCH journeymap{5.1.4p1} [JourneyMap] (journeymap-1.7.10-5.1.4p1-unlimited.jar) UCH LavaMonsters{2.2.1} [Lava Monsters] (LavaMonsters-1.7.10-2.2.1.jar) UCH lycanitesmobs{1.13.0.5 - MC 1.7.10} [Lycanites Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar) UCH arcticmobs{1.13.0.5 - MC 1.7.10} [Lycanites Arctic Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar) UCH demonmobs{1.13.0.5 - MC 1.7.10} [Lycanites Demon Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar) UCH desertmobs{1.13.0.5 - MC 1.7.10} [Lycanites Desert Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar) UCH forestmobs{1.13.0.5 - MC 1.7.10} [Lycanites Forest Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar) UCH freshwatermobs{1.13.0.5 - MC 1.7.10} [Lycanites Freshwater Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar) UCH infernomobs{1.13.0.5 - MC 1.7.10} [Lycanites Inferno Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar) UCH junglemobs{1.13.0.5 - MC 1.7.10} [Lycanites Jungle Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar) UCH mountainmobs{1.13.0.5 - MC 1.7.10} [Lycanites Mountain Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar) UCH plainsmobs{1.13.0.5 - MC 1.7.10} [Lycanites Plains Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar) UCH saltwatermobs{1.13.0.5 - MC 1.7.10} [Lycanites Saltwater Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar) UCH shadowmobs{1.13.0.5 - MC 1.7.10} [Lycanites Shadow Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar) UCH swampmobs{1.13.0.5 - MC 1.7.10} [Lycanites Swamp Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar) UCH Mariculture{1.7.10-1.3.0-6} [Mariculture] (Mariculture-Deluxe-1.7.10-1.3.0-6.jar) UCH MariTech{1.0} [Marine Technlogy] (Mariculture-Deluxe-1.7.10-1.3.0-6.jar) UCH MineFactoryReloaded|CompatAppliedEnergistics{1.7.10R2.8.1} [MFR Compat: Applied Energistics] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar) UCH MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.1} [MFR Compat: BuildCraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar) UCH MineFactoryReloaded|CompatForestry{1.7.10R2.8.1} [MFR Compat: Forestry] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar) UCH MineFactoryReloaded|CompatForgeMicroblock{1.7.10R2.8.1} [MFR Compat: ForgeMicroblock] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar) UCH MineFactoryReloaded|CompatIC2{1.7.10R2.8.1} [MFR Compat: IC2] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar) UCH MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.1} [MFR Compat: Railcraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar) UCH MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.1} [MFR Compat: Thaumcraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar) UCH MineFactoryReloaded|CompatThermalExpansion{1.7.10R2.8.1} [MFR Compat: Thermal Expansion] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar) UCH MineFactoryReloaded|CompatTConstruct{1.7.10R2.8.1} [MFR Compat: Tinkers' Construct] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar) UCH MineFactoryReloaded|CompatTwilightForest{1.7.10R2.8.1} [MFR Compat: TwilightForest] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar) UCH MineFactoryReloaded|CompatVanilla{1.7.10R2.8.1} [MFR Compat: Vanilla] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar) UCH MutantCreatures{1.4.9} [Mutant Creatures] (MutantCreatures-1.7.10-1.4.9.jar) UCH Mystcraft{0.12.3.03} [Mystcraft] (mystcraft-1.7.10-0.12.3.03.jar) UCH NEIAddons{1.12.14.40} [NEI Addons] (neiaddons-1.12.14.40-mc1.7.10.jar) UCH NEIAddons|Developer{1.12.14.40} [NEI Addons: Developer Tools] (neiaddons-1.12.14.40-mc1.7.10.jar) UCH NEIAddons|AppEng{1.12.14.40} [NEI Addons: Applied Energistics 2] (neiaddons-1.12.14.40-mc1.7.10.jar) UCH NEIAddons|Botany{1.12.14.40} [NEI Addons: Botany] (neiaddons-1.12.14.40-mc1.7.10.jar) UCH NEIAddons|Forestry{1.12.14.40} [NEI Addons: Forestry] (neiaddons-1.12.14.40-mc1.7.10.jar) UCH NEIAddons|CraftingTables{1.12.14.40} [NEI Addons: Crafting Tables] (neiaddons-1.12.14.40-mc1.7.10.jar) UCH NEIAddons|ExNihilo{1.12.14.40} [NEI Addons: Ex Nihilo] (neiaddons-1.12.14.40-mc1.7.10.jar) UCH rftools{4.23} [RFTools] (rftools-4.23.jar) UCH Roguelike{1.5.0} [Roguelike Dungeons] (roguelike-1.7.10-1.5.0b.jar) UCE runicdungeons{1.1.7b} [Runic Dungeons] (RunicDungeons-1.1.7b.jar) UCH simplyjetpacks{1.5.3} [Simply Jetpacks] (SimplyJetpacks-MC1.7.10-1.5.3.jar) UCH SpecialMobs{3.2.2} [Special Mobs] (SpecialMobs-1.7.10-3.2.2.jar) UCH StorageDrawers{1.7.10-1.10.7} [Storage Drawers] (StorageDrawers-1.7.10-1.10.7.jar) UCH StorageDrawersBop{1.7.10-1.1.1} [Storage Drawers: Biomes O' Plenty Pack] (StorageDrawers-BiomesOPlenty-1.7.10-1.1.1.jar) UCH StorageDrawersForestry{1.7.10-1.1.2} [Storage Drawers: Forestry Pack] (StorageDrawers-Forestry-1.7.10-1.1.2.jar) UCH StorageDrawersMisc{1.7.10-1.1.2} [Storage Drawers: Misc Pack] (StorageDrawers-Misc-1.7.10-1.1.2.jar) UCH StorageDrawersNatura{1.7.10-1.1.1} [Storage Drawers: Natura Pack] (StorageDrawers-Natura-1.7.10-1.1.1.jar) UCH thaumcraftneiplugin{@[email protected]} [Thaumcraft NEI Plugin] (thaumcraftneiplugin-1.7.10-1.7a.jar) UCH thaumicenergistics{1.0.0.5} [Thaumic Energistics] (thaumicenergistics-1.0.0.5.jar) UCH ThermalDynamics{1.7.10R1.2.0} [Thermal Dynamics] (ThermalDynamics-[1.7.10]1.2.0-171.jar) UCH TiCTooltips{1.2.5} [TiC Tooltips] (TiCTooltips-mc1.7.10-1.2.5.jar) UCH TMechworks{0.2.15.106} [Tinkers' Mechworks] (TMechworks-1.7.10-0.2.15.106.jar) UCH WailaHarvestability{1.1.6} [Waila Harvestability] (WailaHarvestability-mc1.7.10-1.1.6.jar) UCH aobd{2.9.2} [Another One Bites The Dust] (AOBD-2.9.2.jar) UD MineFactoryReloaded|CompatAtum{1.7.10R2.8.1} [MFR Compat: Atum] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar) UD MineFactoryReloaded|CompatBackTools{1.7.10R2.8.1} [MFR Compat: BackTools] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar) UD MineFactoryReloaded|CompatChococraft{1.7.10R2.8.1} [MFR Compat: Chococraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar) UD MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.1} [MFR Compat: ExtraBiomes] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar) UD MineFactoryReloaded|CompatProjRed{1.7.10R2.8.1} [MFR Compat ProjectRed] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar) UD MineFactoryReloaded|CompatSufficientBiomes{1.7.10R2.8.1} [MFR Compat: Sufficient Biomes] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar) GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 372.90' Renderer: 'GeForce GTX 780 Ti/PCIe/SSE2' AE2 Version: beta rv3-beta-6 for Forge 10.13.4.1448 Mantle Environment: Environment healthy. CoFHCore: -[1.7.10]3.1.3-327 ThermalFoundation: -[1.7.10]1.2.5-115 ThermalExpansion: -[1.7.10]4.1.4-247 MineFactoryReloaded: -[1.7.10]2.8.1-174 TConstruct Environment: Environment healthy. RedstoneArsenal: -[1.7.10]1.1.2-92 ThermalDynamics: -[1.7.10]1.2.0-171 List of loaded APIs: * appliedenergistics2|API (rv3) from appliedenergistics2-rv3-beta-6.jar * BattlePlayer (0.1) from 1.7.10-MB_Battlegear2-Bullseye-1.0.8.3.jar * Baubles|API (1.0.1.10) from Baubles-1.7.10-1.0.1.10.jar * BiomesOPlentyAPI (1.0.0) from BiomesOPlenty-1.7.10-2.1.0.1889-universal.jar * BloodMagicAPI (1.3.3-13) from BloodMagic-1.7.10-1.3.3-17.jar * BotaniaAPI (76) from Botania r1.8-249.jar * BuildCraftAPI|blocks (1.0) from Railcraft_1.7.10-9.12.2.0.jar * BuildCraftAPI|blueprints (1.5) from buildcraft-7.1.18.jar * BuildCraftAPI|boards (2.0) from buildcraft-7.1.18.jar * BuildCraftAPI|core (1.0) from buildcraft-7.1.18.jar * BuildCraftAPI|crops (1.1) from Railcraft_1.7.10-9.12.2.0.jar * BuildCraftAPI|events (2.0) from buildcraft-7.1.18.jar * BuildCraftAPI|facades (1.1) from buildcraft-7.1.18.jar * BuildCraftAPI|filler (4.0) from buildcraft-7.1.18.jar * BuildCraftAPI|fuels (2.0) from buildcraft-7.1.18.jar * BuildCraftAPI|gates (4.1) from buildcraft-7.1.18.jar * BuildCraftAPI|items (1.1) from Railcraft_1.7.10-9.12.2.0.jar * BuildCraftAPI|library (2.0) from buildcraft-7.1.18.jar * BuildCraftAPI|lists (1.0) from buildcraft-7.1.18.jar * BuildCraftAPI|power (1.3) from buildcraft-7.1.18.jar * BuildCraftAPI|recipes (3.0) from buildcraft-7.1.18.jar * BuildCraftAPI|robotics (3.0) from buildcraft-7.1.18.jar * BuildCraftAPI|statements (1.1) from buildcraft-7.1.18.jar * BuildCraftAPI|tablet (1.0) from buildcraft-7.1.18.jar * BuildCraftAPI|tiles (1.2) from Railcraft_1.7.10-9.12.2.0.jar * BuildCraftAPI|tools (1.0) from extrautilities-1.2.12.jar * BuildCraftAPI|transport (4.1) from buildcraft-7.1.18.jar * CarpentersBlocks|API (3.3.7) from Carpenter's Blocks v3.3.8.1 - MC 1.7.10.jar * ChiselAPI (0.1.1) from Chisel-2.9.5.11.jar * ChiselAPI|Carving (0.1.1) from Chisel-2.9.5.11.jar * ChiselAPI|Rendering (0.1.1) from Chisel-2.9.5.11.jar * CoFHAPI (1.7.10R1.0.2) from forestry_1.7.10-4.2.16.64 (1).jar * CoFHAPI|block (1.7.10R1.1.0) from ProgressiveAutomation-1.7.10-1.6.35.jar * CoFHAPI|core (1.7.10R1.3.1) from CoFHCore-[1.7.10]3.1.3-327.jar * CoFHAPI|energy (1.7.10R1.0.2) from buildcraft-7.1.18.jar * CoFHAPI|fluid (1.7.10R1.3.1) from CoFHCore-[1.7.10]3.1.3-327.jar * CoFHAPI|inventory (1.7.10R1.0.1) from buildcraft-compat-7.1.5.jar * CoFHAPI|item (1.7.10R1.3.1) from CoFHCore-[1.7.10]3.1.3-327.jar * CoFHAPI|modhelpers (1.7.10R1.3.1) from CoFHCore-[1.7.10]3.1.3-327.jar * CoFHAPI|tileentity (1.7.10R1.0.13) from EnderIO-1.7.10-2.3.0.429_beta.jar * CoFHAPI|transport (1.7.10R1.0.1) from buildcraft-compat-7.1.5.jar * CoFHAPI|world (1.7.10R1.3.1) from CoFHCore-[1.7.10]3.1.3-327.jar * CoFHLib (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar * CoFHLib|audio (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar * CoFHLib|gui (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar * CoFHLib|gui|container (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar * CoFHLib|gui|element (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar * CoFHLib|gui|element|listbox (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar * CoFHLib|gui|slot (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar * CoFHLib|inventory (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar * CoFHLib|render (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar * CoFHLib|render|particle (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar * CoFHLib|util (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar * CoFHLib|util|helpers (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar * CoFHLib|util|position (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar * CoFHLib|world (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar * CoFHLib|world|feature (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar * ComputerCraft|API (1.75) from ComputerCraft1.75.jar * ComputerCraft|API|FileSystem (1.75) from ComputerCraft1.75.jar * ComputerCraft|API|Lua (1.75) from ComputerCraft1.75.jar * ComputerCraft|API|Media (1.75) from ComputerCraft1.75.jar * ComputerCraft|API|Peripheral (1.75) from ComputerCraft1.75.jar * ComputerCraft|API|Permissions (1.75) from ComputerCraft1.75.jar * ComputerCraft|API|Redstone (1.75) from ComputerCraft1.75.jar * ComputerCraft|API|Turtle (1.75) from ComputerCraft1.75.jar * DLDungeonsAPI (1.4) from DoomlikeDungeons-1.8.10-MC1.7.10.jar * DR-API (1.0.4-Beta) from deepresonance-1.1.4.jar * DualWield (0.1) from 1.7.10-MB_Battlegear2-Bullseye-1.0.8.3.jar * ElecCore|Abilities (#API_VER#) from ElecCore-1.7.10-1.4.294.jar * EnderIOAPI (0.0.2) from EnderIO-1.7.10-2.3.0.429_beta.jar * EnderIOAPI|Redstone (0.0.2) from EnderIO-1.7.10-2.3.0.429_beta.jar * EnderIOAPI|Teleport (0.0.2) from EnderIO-1.7.10-2.3.0.429_beta.jar * EnderIOAPI|Tools (0.0.2) from EnderIO-1.7.10-2.3.0.429_beta.jar * ForestryAPI|apiculture (2.0) from ExtraFood-1.7.10-0.7.46.jar * ForestryAPI|arboriculture (2.1.0) from ExtraFood-1.7.10-0.7.46.jar * ForestryAPI|circuits (3.1.0) from forestry_1.7.10-4.2.16.64 (1).jar * ForestryAPI|core (1.0) from ExtraFood-1.7.10-0.7.46.jar * ForestryAPI|farming (2.1.0) from forestry_1.7.10-4.2.16.64 (1).jar * ForestryAPI|food (1.0) from ExtraFood-1.7.10-0.7.46.jar * ForestryAPI|fuels (2.0.1) from forestry_1.7.10-4.2.16.64 (1).jar * ForestryAPI|genetics (4.7.1) from forestry_1.7.10-4.2.16.64 (1).jar * ForestryAPI|hives (4.1.0) from forestry_1.7.10-4.2.16.64 (1).jar * ForestryAPI|lepidopterology (1.3.0) from forestry_1.7.10-4.2.16.64 (1).jar * ForestryAPI|mail (2.0.0) from ExtraFood-1.7.10-0.7.46.jar * ForestryAPI|multiblock (3.0.0) from forestry_1.7.10-4.2.16.64 (1).jar * ForestryAPI|recipes (5.4.0) from forestry_1.7.10-4.2.16.64 (1).jar * ForestryAPI|storage (3.0.0) from forestry_1.7.10-4.2.16.64 (1).jar * ForestryAPI|world (1.0) from ExtraFood-1.7.10-0.7.46.jar * gendustryAPI (2.3.0) from gendustry-1.6.3.132-mc1.7.10.jar * Heraldry (alpha) from 1.7.10-MB_Battlegear2-Bullseye-1.0.8.3.jar * IC2API (1.0) from Railcraft_1.7.10-9.12.2.0.jar * ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.7.7.jar * McJtyLib (1.8.1) from mcjtylib-1.8.1.jar * Mystcraft|API (0.1) from mystcraft-1.7.10-0.12.3.03.jar * NuclearControlAPI (v1.0.5) from IC2NuclearControl-2.4.2a.jar * Quiver (0.2) from 1.7.10-MB_Battlegear2-Bullseye-1.0.8.3.jar * RailcraftAPI|bore (1.0.0) from Railcraft_1.7.10-9.12.2.0.jar * RailcraftAPI|carts (1.6.0) from Railcraft_1.7.10-9.12.2.0.jar * RailcraftAPI|core (1.5.0) from Railcraft_1.7.10-9.12.2.0.jar * RailcraftAPI|crafting (1.0.0) from Railcraft_1.7.10-9.12.2.0.jar * RailcraftAPI|electricity (2.0.0) from Railcraft_1.7.10-9.12.2.0.jar * RailcraftAPI|events (1.0.0) from Railcraft_1.7.10-9.12.2.0.jar * RailcraftAPI|fuel (1.0.0) from Railcraft_1.7.10-9.12.2.0.jar * RailcraftAPI|helpers (1.1.0) from Railcraft_1.7.10-9.12.2.0.jar * RailcraftAPI|items (1.0.0) from Railcraft_1.7.10-9.12.2.0.jar * RailcraftAPI|locomotive (1.1.0) from Railcraft_1.7.10-9.12.2.0.jar * RailcraftAPI|signals (2.3.0) from Railcraft_1.7.10-9.12.2.0.jar * RailcraftAPI|tracks (2.3.0) from Railcraft_1.7.10-9.12.2.0.jar * Shield (0.1) from 1.7.10-MB_Battlegear2-Bullseye-1.0.8.3.jar * StarvationAhoyAPI (1.0.0) from ExtraFood-1.7.10-0.7.46.jar * StorageDrawersAPI (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.7.jar * StorageDrawersAPI|config (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.7.jar * StorageDrawersAPI|event (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.7.jar * StorageDrawersAPI|inventory (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.7.jar * StorageDrawersAPI|pack (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.7.jar * StorageDrawersAPI|registry (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.7.jar * StorageDrawersAPI|render (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.7.jar * StorageDrawersAPI|storage (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.7.jar * StorageDrawersAPI|storage-attribute (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.7.jar * Thaumcraft|API (4.2.2.0) from Railcraft_1.7.10-9.12.2.0.jar * thaumicenergistics|API (1.1) from thaumicenergistics-1.0.0.5.jar * WailaAPI (1.2) from Waila-1.5.10_1.7.10.jar * Weapons (0.1) from 1.7.10-MB_Battlegear2-Bullseye-1.0.8.3.jar Chisel: Errors like "[FML]: Unable to lookup ..." are NOT the cause of this crash. You can safely ignore these errors. And update forge while you're at it. EnderIO: Found the following problem(s) with your installation: * An unknown AE2 API is installed (rv3 from appliedenergistics2-rv3-beta-6.jar). Ender IO was build against API version rv2 and may or may not work with a newer version. * The RF API that is being used (1.7.10R1.3.1 from <unknown>) differes from that that is reported as being loaded (1.7.10R1.0.2 from buildcraft-7.1.18.jar). It is a supported version, but that difference may lead to problems. This may have caused the error. Try reproducing the crash WITHOUT this/these mod(s) before reporting it. Launched Version: 1.7.10-Forge10.13.4.1614-1.7.10 LWJGL: 2.9.1 OpenGL: GeForce GTX 780 Ti/PCIe/SSE2 GL version 4.5.0 NVIDIA 372.90, NVIDIA Corporation GL Caps: Using GL 1.3 multitexturing. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported. Anisotropic filtering is supported and maximum anisotropy is 16. Shaders are available because OpenGL 2.1 is supported. Is Modded: Definitely; Client brand changed to 'fml,forge' Type: Client (map_client.txt) Resource Packs: [] Current Language: English (US) Profiler Position: N/A (disabled) Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used Anisotropic Filtering: Off (1)Please help me figure out how to fix this.
Thanks
Based on this part of the error log:
EnderIO: Found the following problem(s) with your installation:
* An unknown AE2 API is installed (rv3 from appliedenergistics2-rv3-beta-6.jar).
Ender IO was build against API version rv2 and may or may not work with a newer version.
I removed Ender IO altogether to see what would happen and then got this error log:
Forgot my mods list. Attached.
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumThis is the problem:
"We live on a placid island of ignorance in the midst of black seas of infinity, and it was not meant that we should voyage far."
Thanks, majesty, I changed this ID in Mariculture to 90, then had the same conflict for 81, so I changed it to 91, and few more in sequence, so I changed them to 92, 93, etc.
Then, that error seemed to go away, and I got this crash log instead:
---- Minecraft Crash Report ---- // Oops. Time: 11/30/16 6:51 AM Description: There was a severe problem during mod loading that has caused the game to fail cpw.mods.fml.common.LoaderException: java.lang.NoSuchMethodError: forestry.api.apiculture.IAlleleBeeSpecies.getProducts()Ljava/util/Map; at cpw.mods.fml.common.LoadController.transition(LoadController.java:163) at cpw.mods.fml.common.Loader.initializeMods(Loader.java:739) at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878) at net.minecraft.client.main.Main.main(SourceFile:148) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:483) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28) Caused by: java.lang.NoSuchMethodError: forestry.api.apiculture.IAlleleBeeSpecies.getProducts()Ljava/util/Map; at binnie.extrabees.genetics.ExtraBeesSpecies.doInit(ExtraBeesSpecies.java:993) at binnie.extrabees.genetics.ModuleGenetics.init(ModuleGenetics.java:40) at binnie.core.AbstractMod.init(AbstractMod.java:137) at binnie.extrabees.ExtraBees.init(ExtraBees.java:53) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:483) at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532) at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:483) at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) at com.google.common.eventbus.EventBus.post(EventBus.java:275) at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212) at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:483) at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) at com.google.common.eventbus.EventBus.post(EventBus.java:275) at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119) at cpw.mods.fml.common.Loader.initializeMods(Loader.java:737) ... 10 more A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- System Details -- Details: Minecraft Version: 1.7.10 Operating System: Windows 8.1 (amd64) version 6.3 Java Version: 1.8.0_25, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 729912136 bytes (696 MB) / 2098200576 bytes (2001 MB) up to 3817865216 bytes (3641 MB) JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4096M AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 136 mods loaded, 130 mods active States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored UCHI mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) UCHI FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1614-1.7.10.jar) UCHI Forge{10.13.4.1614} [Minecraft Forge] (forge-1.7.10-10.13.4.1614-1.7.10.jar) UCHI AM2-Preloader{0.0.3} [AMCore] (minecraft.jar) UCHI appliedenergistics2-core{rv3-beta-6} [Applied Energistics 2 Core] (minecraft.jar) UCHI CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar) UCHI MCVanillaTweaks{1.0} [Mariculture - Vanilla Tweaks] (minecraft.jar) UCHI NotEnoughItems{1.0.5.120} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.120-universal.jar) UCHI ThE-core{1.0.0.1} [Thaumic Energistics Core] (minecraft.jar) UCHI ThaumicTinkerer-preloader{0.1} [Thaumic Tinkerer Core] (minecraft.jar) UCHI <CoFH ASM>{000} [CoFH ASM] (minecraft.jar) UCHI battlegear2{1.7.10} [Mine & Blade Battlegear 2 - Bullseye] (1.7.10-MB_Battlegear2-Bullseye-1.0.8.3.jar) UCHI AnimationAPI{1.2.4} [AnimationAPI] (AnimationAPI-1.7.10-1.2.4.jar) UCHI arsmagica2{1.4.0.009} [Ars Magica 2] (1.7.10_AM2-1.4.0.009.jar) UCHI appliedenergistics2{rv3-beta-6} [Applied Energistics 2] (appliedenergistics2-rv3-beta-6.jar) UCHI bdlib{1.9.4.109} [BD Lib] (bdlib-1.9.4.109-mc1.7.10.jar) UCHI BiblioCraft{1.11.5} [BiblioCraft] (BiblioCraft[v1.11.5][MC1.7.10].jar) UCHI Mantle{1.7.10-0.3.2.jenkins191} [Mantle] (Mantle-1.7.10-0.3.2b.jar) UCHI Natura{2.2.0} [Natura] (natura-1.7.10-2.2.0.1.jar) UCHI BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.1889-universal.jar) UCHI BiblioWoodsBoP{1.9} [BiblioWoods Biomes O'Plenty Edition] (BiblioWoods[BiomesOPlenty][v1.9].jar) UCHI IC2{2.2.823-experimental} [IndustrialCraft 2] (industrialcraft-2-2.2.823-experimental.jar) UCHI CoFHCore{1.7.10R3.1.3} [CoFH Core] (CoFHCore-[1.7.10]3.1.3-327.jar) UCHI Forestry{4.2.16.64} [Forestry for Minecraft] (forestry_1.7.10-4.2.16.64 (1).jar) UCHI BinnieCore{2.0-pre14} [Binnie Core] (binnie-mods-2.0-pre14.jar) UCHE Botany{2.0-pre14} [Botany] (binnie-mods-2.0-pre14.jar) UCHE ExtraBees{2.0-pre14} [Extra Bees] (binnie-mods-2.0-pre14.jar) UCHI ExtraTrees{2.0-pre14} [Extra Trees] (binnie-mods-2.0-pre14.jar) UCHI Genetics{2.0-pre14} [Genetics] (binnie-mods-2.0-pre14.jar) UCHI AWWayofTime{v1.3.3} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.7.10-1.3.3-17.jar) UCHI Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar) UCHI Thaumcraft{4.2.3.5} [Thaumcraft] (Thaumcraft-1.7.10-4.2.3.5.jar) UCHI Botania{r1.8-249} [Botania] (Botania r1.8-249.jar) UCHI BuildCraft|Core{7.1.18} [BuildCraft] (buildcraft-7.1.18.jar) UCHI BuildCraft|Transport{7.1.18} [BC Transport] (buildcraft-7.1.18.jar) UCHI BuildCraft|Silicon{7.1.18} [BC Silicon] (buildcraft-7.1.18.jar) UCHI BuildCraft|Energy{7.1.18} [BC Energy] (buildcraft-7.1.18.jar) UCHI BuildCraft|Factory{7.1.18} [BC Factory] (buildcraft-7.1.18.jar) UCHI BuildCraft|Builders{7.1.18} [BC Builders] (buildcraft-7.1.18.jar) UCHI BuildCraft|Robotics{7.1.18} [BC Robotics] (buildcraft-7.1.18.jar) UCHI ThermalFoundation{1.7.10R1.2.5} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.2.5-115.jar) UCHI ThermalExpansion{1.7.10R4.1.4} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.1.4-247.jar) UCHI BuildCraft|Compat{7.1.5} [BuildCraft Compat] (buildcraft-compat-7.1.5.jar) UCHI Railcraft{9.12.2.0} [Railcraft] (Railcraft_1.7.10-9.12.2.0.jar) UCHI TwilightForest{2.3.7} [The Twilight Forest] (twilightforest-1.7.10-2.3.7.jar) UCHI chisel{2.9.5.11} [Chisel] (Chisel-2.9.5.11.jar) UCHI CarpentersBlocks{3.3.8.1} [Carpenter's Blocks] (Carpenter's Blocks v3.3.8.1 - MC 1.7.10.jar) UCHI ComputerCraft{1.75} [ComputerCraft] (ComputerCraft1.75.jar) UCHI cookingbook{1.0.140} [Cooking for Blockheads] (cookingbook-mc1.7.10-1.0.140.jar) UCHI ElecCore{1.4.294} [ElecCore] (ElecCore-1.7.10-1.4.294.jar) UCHI deepresonance{1.1.4} [DeepResonance] (deepresonance-1.1.4.jar) UCHI dldungeonsjdg{1.8.10} [Doomlike Dungeons] (DoomlikeDungeons-1.8.10-MC1.7.10.jar) UCHI EMT{1.2.6.2} [Electro-Magic Tools] (ElectroMagicTools-1.2.6.2[1.7.10].jar) UCHI Enchiridion{1.3} [Enchiridion] (Enchiridion 2-1.7.10-2.0.2a.jar) UCHI Enchiridion2{2.0.2a} [Enchiridion 2] (Enchiridion 2-1.7.10-2.0.2a.jar) UCHI endercore{1.7.10-0.2.0.39_beta} [EnderCore] (EnderCore-1.7.10-0.2.0.39_beta.jar) UCHI MineFactoryReloaded{1.7.10R2.8.1} [MineFactory Reloaded] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar) UCHI Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar) UCHI EnderIO{1.7.10-2.3.0.429_beta} [Ender IO] (EnderIO-1.7.10-2.3.0.429_beta.jar) UCHI EnderStorage{1.4.7.37} [EnderStorage] (EnderStorage-1.7.10-1.4.7.37-universal.jar) UCHI ExtraFood{0.7.46} [Extra Food] (ExtraFood-1.7.10-0.7.46.jar) UCHI ExtraUtilities{1.2.12} [Extra Utilities] (extrautilities-1.2.12.jar) UCHI harvestcraft{1.7.10j} [Pam's HarvestCraft] (Pam's HarvestCraft 1.7.10Lb.jar) UCHI progressiveautomation{1.6.35} [Progressive Automation] (ProgressiveAutomation-1.7.10-1.6.35.jar) UCHI ImmersiveEngineering{0.7.7} [Immersive Engineering] (ImmersiveEngineering-0.7.7.jar) UCHI TConstruct{1.7.10-1.8.8.build988} [Tinkers' Construct] (TConstruct-1.7.10-1.8.8.jar) UCHI ExtraTiC{1.4.6} [ExtraTiC] (ExtraTiC-1.7.10-1.4.6.jar) UCHI FoodExpansion{1.0} [Food Expansion] (FoodExpansion1.1.1-mc1.7.10.jar) UCHI RedstoneArsenal{1.7.10R1.1.2} [Redstone Arsenal] (RedstoneArsenal-[1.7.10]1.1.2-92.jar) UCHI ThaumicTinkerer{unspecified} [Thaumic Tinkerer] (ThaumicTinkerer-2.5-1.7.10-164.jar) UCHI MagicBees{2.4.3} [Magic Bees] (magicbees-1.7.10-2.4.3.jar) UCHI gendustry{1.6.3.132} [GenDustry] (gendustry-1.6.3.132-mc1.7.10.jar) UCHI IC2NuclearControl{2.4.2a} [Nuclear Control 2] (IC2NuclearControl-2.4.2a.jar) UCHI immersiveintegration{0.6.8} [Immersive Integration] (immersiveintegration-0.6.8.jar) UCHI inventorytweaks{1.59-dev-152-cf6e263} [Inventory Tweaks] (InventoryTweaks-1.59-dev-152.jar) UCHI JABBA{1.2.2} [JABBA] (Jabba-1.2.2_1.7.10.jar) UCHI journeymap{5.1.4p1} [JourneyMap] (journeymap-1.7.10-5.1.4p1-unlimited.jar) UCHI LavaMonsters{2.2.1} [Lava Monsters] (LavaMonsters-1.7.10-2.2.1.jar) UCHI lycanitesmobs{1.13.0.5 - MC 1.7.10} [Lycanites Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar) UCHI arcticmobs{1.13.0.5 - MC 1.7.10} [Lycanites Arctic Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar) UCHI demonmobs{1.13.0.5 - MC 1.7.10} [Lycanites Demon Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar) UCHI desertmobs{1.13.0.5 - MC 1.7.10} [Lycanites Desert Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar) UCHI forestmobs{1.13.0.5 - MC 1.7.10} [Lycanites Forest Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar) UCHI freshwatermobs{1.13.0.5 - MC 1.7.10} [Lycanites Freshwater Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar) UCHI infernomobs{1.13.0.5 - MC 1.7.10} [Lycanites Inferno Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar) UCHI junglemobs{1.13.0.5 - MC 1.7.10} [Lycanites Jungle Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar) UCHI mountainmobs{1.13.0.5 - MC 1.7.10} [Lycanites Mountain Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar) UCHI plainsmobs{1.13.0.5 - MC 1.7.10} [Lycanites Plains Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar) UCHI saltwatermobs{1.13.0.5 - MC 1.7.10} [Lycanites Saltwater Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar) UCHI shadowmobs{1.13.0.5 - MC 1.7.10} [Lycanites Shadow Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar) UCHI swampmobs{1.13.0.5 - MC 1.7.10} [Lycanites Swamp Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar) UCHI Mariculture{1.7.10-1.3.0-6} [Mariculture] (Mariculture-Deluxe-1.7.10-1.3.0-6.jar) UCHI MariTech{1.0} [Marine Technlogy] (Mariculture-Deluxe-1.7.10-1.3.0-6.jar) UCHI MineFactoryReloaded|CompatAppliedEnergistics{1.7.10R2.8.1} [MFR Compat: Applied Energistics] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar) UCHI MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.1} [MFR Compat: BuildCraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar) UCHI MineFactoryReloaded|CompatForestry{1.7.10R2.8.1} [MFR Compat: Forestry] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar) UCHI MineFactoryReloaded|CompatForgeMicroblock{1.7.10R2.8.1} [MFR Compat: ForgeMicroblock] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar) UCHI MineFactoryReloaded|CompatIC2{1.7.10R2.8.1} [MFR Compat: IC2] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar) UCHI MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.1} [MFR Compat: Railcraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar) UCHI MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.1} [MFR Compat: Thaumcraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar) UCHI MineFactoryReloaded|CompatThermalExpansion{1.7.10R2.8.1} [MFR Compat: Thermal Expansion] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar) UCHI MineFactoryReloaded|CompatTConstruct{1.7.10R2.8.1} [MFR Compat: Tinkers' Construct] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar) UCHI MineFactoryReloaded|CompatTwilightForest{1.7.10R2.8.1} [MFR Compat: TwilightForest] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar) UCHI MineFactoryReloaded|CompatVanilla{1.7.10R2.8.1} [MFR Compat: Vanilla] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar) UCHI MutantCreatures{1.4.9} [Mutant Creatures] (MutantCreatures-1.7.10-1.4.9.jar) UCHI Mystcraft{0.12.3.03} [Mystcraft] (mystcraft-1.7.10-0.12.3.03.jar) UCHI NEIAddons{1.12.14.40} [NEI Addons] (neiaddons-1.12.14.40-mc1.7.10.jar) UCHI NEIAddons|Developer{1.12.14.40} [NEI Addons: Developer Tools] (neiaddons-1.12.14.40-mc1.7.10.jar) UCHI NEIAddons|AppEng{1.12.14.40} [NEI Addons: Applied Energistics 2] (neiaddons-1.12.14.40-mc1.7.10.jar) UCHI NEIAddons|Botany{1.12.14.40} [NEI Addons: Botany] (neiaddons-1.12.14.40-mc1.7.10.jar) UCHI NEIAddons|Forestry{1.12.14.40} [NEI Addons: Forestry] (neiaddons-1.12.14.40-mc1.7.10.jar) UCHI NEIAddons|CraftingTables{1.12.14.40} [NEI Addons: Crafting Tables] (neiaddons-1.12.14.40-mc1.7.10.jar) UCHI NEIAddons|ExNihilo{1.12.14.40} [NEI Addons: Ex Nihilo] (neiaddons-1.12.14.40-mc1.7.10.jar) UCHI rftools{4.23} [RFTools] (rftools-4.23.jar) UCHI Roguelike{1.5.0} [Roguelike Dungeons] (roguelike-1.7.10-1.5.0b.jar) UCHI runicdungeons{1.1.7b} [Runic Dungeons] (RunicDungeons-1.1.7b.jar) UCHI simplyjetpacks{1.5.3} [Simply Jetpacks] (SimplyJetpacks-MC1.7.10-1.5.3.jar) UCHI SpecialMobs{3.2.2} [Special Mobs] (SpecialMobs-1.7.10-3.2.2.jar) UCHI StorageDrawers{1.7.10-1.10.7} [Storage Drawers] (StorageDrawers-1.7.10-1.10.7.jar) UCHI StorageDrawersBop{1.7.10-1.1.1} [Storage Drawers: Biomes O' Plenty Pack] (StorageDrawers-BiomesOPlenty-1.7.10-1.1.1.jar) UCHI StorageDrawersForestry{1.7.10-1.1.2} [Storage Drawers: Forestry Pack] (StorageDrawers-Forestry-1.7.10-1.1.2.jar) UCHI StorageDrawersMisc{1.7.10-1.1.2} [Storage Drawers: Misc Pack] (StorageDrawers-Misc-1.7.10-1.1.2.jar) UCHI StorageDrawersNatura{1.7.10-1.1.1} [Storage Drawers: Natura Pack] (StorageDrawers-Natura-1.7.10-1.1.1.jar) UCHI thaumcraftneiplugin{@[email protected]} [Thaumcraft NEI Plugin] (thaumcraftneiplugin-1.7.10-1.7a.jar) UCHI thaumicenergistics{1.0.0.5} [Thaumic Energistics] (thaumicenergistics-1.0.0.5.jar) UCHI ThermalDynamics{1.7.10R1.2.0} [Thermal Dynamics] (ThermalDynamics-[1.7.10]1.2.0-171.jar) UCHI TiCTooltips{1.2.5} [TiC Tooltips] (TiCTooltips-mc1.7.10-1.2.5.jar) UCHI TMechworks{0.2.15.106} [Tinkers' Mechworks] (TMechworks-1.7.10-0.2.15.106.jar) UCHI WailaHarvestability{1.1.6} [Waila Harvestability] (WailaHarvestability-mc1.7.10-1.1.6.jar) UCHI aobd{2.9.2} [Another One Bites The Dust] (AOBD-2.9.2.jar) UD MineFactoryReloaded|CompatAtum{1.7.10R2.8.1} [MFR Compat: Atum] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar) UD MineFactoryReloaded|CompatBackTools{1.7.10R2.8.1} [MFR Compat: BackTools] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar) UD MineFactoryReloaded|CompatChococraft{1.7.10R2.8.1} [MFR Compat: Chococraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar) UD MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.1} [MFR Compat: ExtraBiomes] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar) UD MineFactoryReloaded|CompatProjRed{1.7.10R2.8.1} [MFR Compat ProjectRed] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar) UD MineFactoryReloaded|CompatSufficientBiomes{1.7.10R2.8.1} [MFR Compat: Sufficient Biomes] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar) GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 372.90' Renderer: 'GeForce GTX 780 Ti/PCIe/SSE2' AE2 Version: beta rv3-beta-6 for Forge 10.13.4.1448 Mantle Environment: Environment healthy. CoFHCore: -[1.7.10]3.1.3-327 ThermalFoundation: -[1.7.10]1.2.5-115 ThermalExpansion: -[1.7.10]4.1.4-247 MineFactoryReloaded: -[1.7.10]2.8.1-174 TConstruct Environment: Environment healthy. RedstoneArsenal: -[1.7.10]1.1.2-92 ThermalDynamics: -[1.7.10]1.2.0-171 List of loaded APIs: * appliedenergistics2|API (rv3) from appliedenergistics2-rv3-beta-6.jar * BattlePlayer (0.1) from 1.7.10-MB_Battlegear2-Bullseye-1.0.8.3.jar * Baubles|API (1.0.1.10) from Baubles-1.7.10-1.0.1.10.jar * BiomesOPlentyAPI (1.0.0) from BiomesOPlenty-1.7.10-2.1.0.1889-universal.jar * BloodMagicAPI (1.3.3-13) from BloodMagic-1.7.10-1.3.3-17.jar * BotaniaAPI (76) from Botania r1.8-249.jar * BuildCraftAPI|blocks (1.0) from Railcraft_1.7.10-9.12.2.0.jar * BuildCraftAPI|blueprints (1.5) from buildcraft-7.1.18.jar * BuildCraftAPI|boards (2.0) from buildcraft-7.1.18.jar * BuildCraftAPI|core (1.0) from buildcraft-7.1.18.jar * BuildCraftAPI|crops (1.1) from Railcraft_1.7.10-9.12.2.0.jar * BuildCraftAPI|events (2.0) from buildcraft-7.1.18.jar * BuildCraftAPI|facades (1.1) from buildcraft-7.1.18.jar * BuildCraftAPI|filler (4.0) from buildcraft-7.1.18.jar * BuildCraftAPI|fuels (2.0) from buildcraft-7.1.18.jar * BuildCraftAPI|gates (4.1) from buildcraft-7.1.18.jar * BuildCraftAPI|items (1.1) from Railcraft_1.7.10-9.12.2.0.jar * BuildCraftAPI|library (2.0) from buildcraft-7.1.18.jar * BuildCraftAPI|lists (1.0) from buildcraft-7.1.18.jar * BuildCraftAPI|power (1.3) from buildcraft-7.1.18.jar * BuildCraftAPI|recipes (3.0) from buildcraft-7.1.18.jar * BuildCraftAPI|robotics (3.0) from buildcraft-7.1.18.jar * BuildCraftAPI|statements (1.1) from buildcraft-7.1.18.jar * BuildCraftAPI|tablet (1.0) from buildcraft-7.1.18.jar * BuildCraftAPI|tiles (1.2) from Railcraft_1.7.10-9.12.2.0.jar * BuildCraftAPI|tools (1.0) from extrautilities-1.2.12.jar * BuildCraftAPI|transport (4.1) from buildcraft-7.1.18.jar * CarpentersBlocks|API (3.3.7) from Carpenter's Blocks v3.3.8.1 - MC 1.7.10.jar * ChiselAPI (0.1.1) from Chisel-2.9.5.11.jar * ChiselAPI|Carving (0.1.1) from Chisel-2.9.5.11.jar * ChiselAPI|Rendering (0.1.1) from Chisel-2.9.5.11.jar * CoFHAPI (1.7.10R1.0.2) from forestry_1.7.10-4.2.16.64 (1).jar * CoFHAPI|block (1.7.10R1.1.0) from ProgressiveAutomation-1.7.10-1.6.35.jar * CoFHAPI|core (1.7.10R1.3.1) from CoFHCore-[1.7.10]3.1.3-327.jar * CoFHAPI|energy (1.7.10R1.0.2) from buildcraft-7.1.18.jar * CoFHAPI|fluid (1.7.10R1.3.1) from CoFHCore-[1.7.10]3.1.3-327.jar * CoFHAPI|inventory (1.7.10R1.0.1) from buildcraft-compat-7.1.5.jar * CoFHAPI|item (1.7.10R1.3.1) from CoFHCore-[1.7.10]3.1.3-327.jar * CoFHAPI|modhelpers (1.7.10R1.3.1) from CoFHCore-[1.7.10]3.1.3-327.jar * CoFHAPI|tileentity (1.7.10R1.0.13) from EnderIO-1.7.10-2.3.0.429_beta.jar * CoFHAPI|transport (1.7.10R1.0.1) from buildcraft-compat-7.1.5.jar * CoFHAPI|world (1.7.10R1.3.1) from CoFHCore-[1.7.10]3.1.3-327.jar * CoFHLib (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar * CoFHLib|audio (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar * CoFHLib|gui (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar * CoFHLib|gui|container (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar * CoFHLib|gui|element (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar * CoFHLib|gui|element|listbox (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar * CoFHLib|gui|slot (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar * CoFHLib|inventory (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar * CoFHLib|render (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar * CoFHLib|render|particle (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar * CoFHLib|util (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar * CoFHLib|util|helpers (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar * CoFHLib|util|position (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar * CoFHLib|world (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar * CoFHLib|world|feature (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar * ComputerCraft|API (1.75) from ComputerCraft1.75.jar * ComputerCraft|API|FileSystem (1.75) from ComputerCraft1.75.jar * ComputerCraft|API|Lua (1.75) from ComputerCraft1.75.jar * ComputerCraft|API|Media (1.75) from ComputerCraft1.75.jar * ComputerCraft|API|Peripheral (1.75) from ComputerCraft1.75.jar * ComputerCraft|API|Permissions (1.75) from ComputerCraft1.75.jar * ComputerCraft|API|Redstone (1.75) from ComputerCraft1.75.jar * ComputerCraft|API|Turtle (1.75) from ComputerCraft1.75.jar * DLDungeonsAPI (1.4) from DoomlikeDungeons-1.8.10-MC1.7.10.jar * DR-API (1.0.4-Beta) from deepresonance-1.1.4.jar * DualWield (0.1) from 1.7.10-MB_Battlegear2-Bullseye-1.0.8.3.jar * ElecCore|Abilities (#API_VER#) from ElecCore-1.7.10-1.4.294.jar * EnderIOAPI (0.0.2) from EnderIO-1.7.10-2.3.0.429_beta.jar * EnderIOAPI|Redstone (0.0.2) from EnderIO-1.7.10-2.3.0.429_beta.jar * EnderIOAPI|Teleport (0.0.2) from EnderIO-1.7.10-2.3.0.429_beta.jar * EnderIOAPI|Tools (0.0.2) from EnderIO-1.7.10-2.3.0.429_beta.jar * ForestryAPI|apiculture (2.0) from ExtraFood-1.7.10-0.7.46.jar * ForestryAPI|arboriculture (2.1.0) from ExtraFood-1.7.10-0.7.46.jar * ForestryAPI|circuits (3.1.0) from forestry_1.7.10-4.2.16.64 (1).jar * ForestryAPI|core (1.0) from ExtraFood-1.7.10-0.7.46.jar * ForestryAPI|farming (2.1.0) from forestry_1.7.10-4.2.16.64 (1).jar * ForestryAPI|food (1.0) from ExtraFood-1.7.10-0.7.46.jar * ForestryAPI|fuels (2.0.1) from forestry_1.7.10-4.2.16.64 (1).jar * ForestryAPI|genetics (4.7.1) from forestry_1.7.10-4.2.16.64 (1).jar * ForestryAPI|hives (4.1.0) from forestry_1.7.10-4.2.16.64 (1).jar * ForestryAPI|lepidopterology (1.3.0) from forestry_1.7.10-4.2.16.64 (1).jar * ForestryAPI|mail (2.0.0) from ExtraFood-1.7.10-0.7.46.jar * ForestryAPI|multiblock (3.0.0) from forestry_1.7.10-4.2.16.64 (1).jar * ForestryAPI|recipes (5.4.0) from forestry_1.7.10-4.2.16.64 (1).jar * ForestryAPI|storage (3.0.0) from forestry_1.7.10-4.2.16.64 (1).jar * ForestryAPI|world (1.0) from ExtraFood-1.7.10-0.7.46.jar * gendustryAPI (2.3.0) from gendustry-1.6.3.132-mc1.7.10.jar * Heraldry (alpha) from 1.7.10-MB_Battlegear2-Bullseye-1.0.8.3.jar * IC2API (1.0) from Railcraft_1.7.10-9.12.2.0.jar * ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.7.7.jar * McJtyLib (1.8.1) from mcjtylib-1.8.1.jar * Mystcraft|API (0.1) from mystcraft-1.7.10-0.12.3.03.jar * NuclearControlAPI (v1.0.5) from IC2NuclearControl-2.4.2a.jar * Quiver (0.2) from 1.7.10-MB_Battlegear2-Bullseye-1.0.8.3.jar * RailcraftAPI|bore (1.0.0) from Railcraft_1.7.10-9.12.2.0.jar * RailcraftAPI|carts (1.6.0) from Railcraft_1.7.10-9.12.2.0.jar * RailcraftAPI|core (1.5.0) from Railcraft_1.7.10-9.12.2.0.jar * RailcraftAPI|crafting (1.0.0) from Railcraft_1.7.10-9.12.2.0.jar * RailcraftAPI|electricity (2.0.0) from Railcraft_1.7.10-9.12.2.0.jar * RailcraftAPI|events (1.0.0) from Railcraft_1.7.10-9.12.2.0.jar * RailcraftAPI|fuel (1.0.0) from Railcraft_1.7.10-9.12.2.0.jar * RailcraftAPI|helpers (1.1.0) from Railcraft_1.7.10-9.12.2.0.jar * RailcraftAPI|items (1.0.0) from Railcraft_1.7.10-9.12.2.0.jar * RailcraftAPI|locomotive (1.1.0) from Railcraft_1.7.10-9.12.2.0.jar * RailcraftAPI|signals (2.3.0) from Railcraft_1.7.10-9.12.2.0.jar * RailcraftAPI|tracks (2.3.0) from Railcraft_1.7.10-9.12.2.0.jar * Shield (0.1) from 1.7.10-MB_Battlegear2-Bullseye-1.0.8.3.jar * StarvationAhoyAPI (1.0.0) from ExtraFood-1.7.10-0.7.46.jar * StorageDrawersAPI (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.7.jar * StorageDrawersAPI|config (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.7.jar * StorageDrawersAPI|event (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.7.jar * StorageDrawersAPI|inventory (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.7.jar * StorageDrawersAPI|pack (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.7.jar * StorageDrawersAPI|registry (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.7.jar * StorageDrawersAPI|render (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.7.jar * StorageDrawersAPI|storage (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.7.jar * StorageDrawersAPI|storage-attribute (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.7.jar * Thaumcraft|API (4.2.2.0) from Railcraft_1.7.10-9.12.2.0.jar * thaumicenergistics|API (1.1) from thaumicenergistics-1.0.0.5.jar * WailaAPI (1.2) from Waila-1.5.10_1.7.10.jar * Weapons (0.1) from 1.7.10-MB_Battlegear2-Bullseye-1.0.8.3.jar Chisel: Errors like "[FML]: Unable to lookup ..." are NOT the cause of this crash. You can safely ignore these errors. And update forge while you're at it. EnderIO: Found the following problem(s) with your installation: * An unknown AE2 API is installed (rv3 from appliedenergistics2-rv3-beta-6.jar). Ender IO was build against API version rv2 and may or may not work with a newer version. * The RF API that is being used (1.7.10R1.3.1 from <unknown>) differes from that that is reported as being loaded (1.7.10R1.0.2 from buildcraft-7.1.18.jar). It is a supported version, but that difference may lead to problems. This may have caused the error. Try reproducing the crash WITHOUT this/these mod(s) before reporting it.Thanks in advance for any help.
Right, so, following majesty's advice about looking in the first paragraph, I googled for "minecraft java.lang.NoSuchMethodError: forestry.api.apiculture.IAlleleBeeSpecies.getProducts()Ljava/util/Map", and found a couple sources talking about Binnie's Mods not being compatible with Forestry 4 and to downgrade to Forestry 3.6, but then I got some dependent errors, so went back to 4 and removed Binnie's altogether and got this:
Part 1 of 2 because it's a really long log, over the 120,000 character limit:
I'm stuck because this log didn't give the option to open up the xml log file or whatever like the previous logs did, and isn't in the same format.
2nd part of log:
From your crash report:
Want to see the world's most gullible person? Click Here!
So, I opened up my IC2.ini, found "IC2:scaffold", which was at line 55, not 63 as mentioned above. Not sure if that's significant. Anyway, the config file came like this as I hadn't edited it at all before now, but I changed it to "IC2:blockscaffold". Here is the text from that config file, in case that's helpful in any way:
After making this change, initialization still failed once again. Not necessarily because of this, though. I'll post that log file next, as it's, again, rather long...
Here's part 1 of that log file:
And part 2:
Okay, I feel really stupid, and this is something I should have mentioned earlier...I'd started out playing modded 1.10.2, but downgraded to 1.7.10 because there are more mods available. I correctly downloaded the right version of Forge, and even considered that it would be using the same "mods" folder in my .minecraft directory, so I switched out my 1.10.2 mods, but didn't think about it also using the same "configs" folder.
So, any mods I'd already been using when playing 1.10.2 already had config files there, and I'm assuming the 1.7.10 versions saw those config files and just said "great, I'll use those", instead of generating their own new ones. Probably a few changes in those config files between 1.7.10 and 1.10.2. Anyway, I backed the 1.10.2 config files up to another folder, emptied the config folder, started MC so the 1.7.10 mods could generate their own, and, voila, it works fine.
Thanks for your help, all.
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumTo piggy-back, always create a new Profile (and Game Directory folders) when playing different versions of MC, to avoid the problems the OP had.
"We live on a placid island of ignorance in the midst of black seas of infinity, and it was not meant that we should voyage far."