• 1

    posted a message on (WIP) Adventure Backpack Mod - Beta 0.8c - UPDATED November 22nd 2015
    Quote from Drusvak»

    But i want that backpack doesn't drop at all. Just keep equiped all the time.


    I think the only way to do that is
    /gamerule keepInventory true
    Posted in: WIP Mods
  • 2

    posted a message on Inventory Pets: Animated creatures that live in your inventory and give you amazing special abilities

    I DID IT! I spawned an Illuminati Pet with an Illuminati Pet! It also gave me a nether star and a beacon for some reason. Achievement get! I can't believe this managed to happen even with how many other mods I have.

    Posted in: Minecraft Mods
  • 0

    posted a message on Inventory Pets: Animated creatures that live in your inventory and give you amazing special abilities
    Quote from Crafty_Angyl»

    Question about the Anvil's auto-repair. Will the repairing remove enchantments like when you use a regular anvil or crafting table to repair equipment or will it leave your enchantments intact?


    In my experience enchantments remain.
    Posted in: Minecraft Mods
  • 0

    posted a message on The Spice of Life (encouraging dietary variety through diminishing returns)
    Quote from exelsisxax»

    Turn off the food journal and don't open it then.


    Why do you have the mod if you turn off its feature though?


    I just want the saturation meter -- which I have since learned is added by the AppleCore mod, so I can remove SpiceOfLife. =P
    Posted in: Minecraft Mods
  • 0

    posted a message on Inventory Pets: Animated creatures that live in your inventory and give you amazing special abilities
    Quote from BlossomGaming»

    Is the cloud pet supposed to let you fly? because it doesn't let me


    Sorry for the n00b question, but it is in your hotbar, right?
    Posted in: Minecraft Mods
  • 0

    posted a message on Inventory Pets: Animated creatures that live in your inventory and give you amazing special abilities
    Quote from Dinoramsey»

    is there a ender dragon pet?


    If there were, what do you think it should do? Purplicious_Cow is open to suggestions.
    Posted in: Minecraft Mods
  • 0

    posted a message on Weeping Angels Mod

    I'm playing with WA v1.7.10_4.0.2.113 and Origin v1.7.10_8.0.3, and angels don't seem to be spawning in my world. Even the actual spawner in the plinth dungeons seems to have no effect. The only way to get them is to use the spawn eggs.

    Posted in: Minecraft Mods
  • 0

    posted a message on Inventory Pets: Animated creatures that live in your inventory and give you amazing special abilities

    And yes, that option for only vanilla/IP items sounds good~

    Posted in: Minecraft Mods
  • 0

    posted a message on Inventory Pets: Animated creatures that live in your inventory and give you amazing special abilities

    Yeah, that achievement will be hard with so many mods installed. I could add a config to restrict it to just Vanilla items.... but next update is not until December.

    Also, I put some additional error checking in place around that piece of code. But that comes in the update. If you 'really' want to, you can enable legendary recipes in the config....

    December isn't really that far away! And yeah, I considered enabling those recipes, but haven't really decided yet. I've found dozens of those treasure chests around, but they only had pets I already crafted. DX
    Posted in: Minecraft Mods
  • 0

    posted a message on Inventory Pets: Animated creatures that live in your inventory and give you amazing special abilities

    Yeah, I ain't gonna find that one. Did it by chance tell you the itemname in the Chat before you crashed?

    No, it was just *click*, *ten-second freeze*, *crash*. Also, it just happened again.

    Yeah, the question is, how to implement.

    I could do it a few different ways:

    1. Block specific items via a JSON file (mod + itemname) - time consuming
    2. Block an entire mod (natura) - not ideal
    3. Block any item or block that contains keywords ('fancy lamp' for example) - good, but not perfect

    I think the best is #3, easiest to input and easy to code.

    What do you think?

    Funny you used Fancy Lamps as an example; I'm getting a lot of those too. XD Also a variety of colored-glass pipes from Buildcraft. Seeing as you know how to code mods better than I do, I'm going to assume your choice would be best. XD I'd be ok with any item made of wood to be blacklisted, since those are easiest enough to craft anyway. That "Spawn an Illuminati pet with an Illuminati pet" achievement is looking to be very distant with the number of mods I have installed, lol. I'm having a hard enough time tracking down the legendaries.
    Posted in: Minecraft Mods
  • 0

    posted a message on Inventory Pets: Animated creatures that live in your inventory and give you amazing special abilities
    Oh, I got a crash when I clicked on my Illuminati pet.
    ---- Minecraft Crash Report ----
    // Would you like a cupcake? Time: 11/12/16 9:22 AM
    Description: Ticking memory connection java.lang.NullPointerException: Ticking memory connection
    at com.inventorypets.petIlluminati.func_77659_a(petIlluminati.java:693)
    at net.minecraft.item.ItemStack.func_77957_a(ItemStack.java:146)
    at net.minecraft.server.management.ItemInWorldManager.func_73085_a(ItemInWorldManager.java:316)
    at net.minecraft.network.NetHandlerPlayServer.func_147346_a(NetHandlerPlayServer.java:539)
    at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.func_148833_a(SourceFile:60)
    at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.func_148833_a(SourceFile:9)
    at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
    at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165)
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
    at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:186)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
    at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) A detailed walkthrough of the error, its code path and all known details is as follows:
    --------------------------------------------------------------------------------------- -- Head --
    Stacktrace:
    at com.inventorypets.petIlluminati.func_77659_a(petIlluminati.java:693)
    at net.minecraft.item.ItemStack.func_77957_a(ItemStack.java:146)
    at net.minecraft.server.management.ItemInWorldManager.func_73085_a(ItemInWorldManager.java:316)
    at net.minecraft.network.NetHandlerPlayServer.func_147346_a(NetHandlerPlayServer.java:539)
    at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.func_148833_a(SourceFile:60)
    at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.func_148833_a(SourceFile:9)
    at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212) -- Ticking connection --
    Details:
    Connection: net.minecraft.network.NetworkManager@602d4558
    Stacktrace:
    at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165)
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
    at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:186)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
    at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) -- System Details --
    Details:
    Minecraft Version: 1.7.10
    Operating System: Windows 7 (amd64) version 6.1
    Java Version: 1.8.0_101, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 5900889976 bytes (5627 MB) / 9961472000 bytes (9500 MB) up to 10737418240 bytes (10240 MB)
    Mod Pack: Unknown / None
    LiteLoader Mods: 3 loaded mod(s)
    - Macro / Keybind Mod version 0.10.12
    - WorldEditCUI version 1.7.10_00
    - VoxelMap version 1.6.15
    LaunchWrapper: 58 active transformer(s)
    - Transformer: logisticspipes.asm.LogisticsPipesClassInjector
    - Transformer: cpw.mods.fml.common.asm.transformers.PatchingTransformer
    - Transformer: optifine.OptiFineClassTransformer
    - Transformer: cpw.mods.fml.common.asm.transformers.MarkerTransformer
    - Transformer: cpw.mods.fml.common.asm.transformers.SideTransformer
    - Transformer: cpw.mods.fml.common.asm.transformers.EventSubscriptionTransformer
    - Transformer: net.minecraftforge.classloading.FluidIdTransformer
    - Transformer: appeng.transformer.asm.ASMIntegration
    - Transformer: codechicken.lib.asm.ClassHeirachyManager
    - Transformer: codechicken.core.asm.InterfaceDependancyTransformer
    - Transformer: codechicken.core.asm.TweakTransformer
    - Transformer: codechicken.core.asm.DelegatedTransformer
    - Transformer: codechicken.core.asm.DefaultImplementationTransformer
    - Transformer: mrtjp.relocation.asm.Transformer
    - Transformer: invtweaks.forge.asm.ContainerTransformer
    - Transformer: logisticspipes.asm.LogisticsClassTransformer
    - Transformer: micdoodle8.mods.miccore.MicdoodleTransformer
    - Transformer: mcp.mobius.mobiuscore.asm.CoreTransformer
    - Transformer: codechicken.nei.asm.NEITransformer
    - Transformer: openeye.asm.MultiTransformer
    - Transformer: redgear.core.asm.GlassAndIceTransformer
    - Transformer: redgear.core.asm.FiniteWaterTransformer
    - Transformer: redgear.core.asm.SafeCactusTransformer
    - Transformer: com.mumfrey.liteloader.transformers.event.EventProxyTransformer
    - Transformer: com.mumfrey.liteloader.launch.LiteLoaderTransformer
    - Transformer: com.mumfrey.liteloader.client.transformers.CrashReportTransformer
    - Transformer: openmods.core.OpenModsClassTransformer
    - Transformer: openblocks.asm.OpenBlocksClassTransformer
    - Transformer: cpw.mods.fml.common.asm.transformers.DeobfuscationTransformer
    - Transformer: cpw.mods.fml.common.asm.transformers.AccessTransformer
    - Transformer: net.minecraftforge.transformers.ForgeAccessTransformer
    - Transformer: appeng.transformer.asm.ASMTweaker
    - Transformer: codechicken.core.asm.CodeChickenAccessTransformer
    - Transformer: cofh.asm.CoFHAccessTransformer
    - Transformer: invtweaks.forge.asm.ITAccessTransformer
    - Transformer: logisticspipes.asm.LogisticsAccessTransformer
    - Transformer: net.malisis.core.asm.MalisisCoreAccessTransformer
    - Transformer: micdoodle8.mods.miccore.MicdoodleAccessTransformer
    - Transformer: mcp.mobius.mobiuscore.asm.CoreAccessTransformer
    - Transformer: cpw.mods.fml.common.asm.transformers.ModAccessTransformer
    - Transformer: cpw.mods.fml.common.asm.transformers.ItemStackTransformer
    - Transformer: cofh.asm.CoFHClassTransformer
    - Transformer: net.malisis.core.util.chunkcollision.ChunkCollisionTransformer
    - Transformer: net.malisis.core.util.chunkblock.ChunkBlockTransformer
    - Transformer: lumien.randomthings.Transformer.RTClassTransformer
    - Transformer: squeek.applecore.asm.TransformerModuleHandler
    - Transformer: mods.immibis.core.impl.MultiInterfaceClassTransformer
    - Transformer: mods.immibis.core.impl.TraitTransformer
    - Transformer: mods.immibis.core.multipart.MultipartCoreHookTransformer
    - Transformer: chocohead.patcher.BinniePatcher
    - Transformer: cpw.mods.fml.common.asm.transformers.TerminalTransformer
    - Transformer: com.mumfrey.liteloader.client.transformers.LiteLoaderEventInjectionTransformer
    - Transformer: com.mumfrey.liteloader.client.transformers.MinecraftOverlayTransformer
    - Transformer: com.mumfrey.liteloader.common.transformers.LiteLoaderPacketTransformer
    - Transformer: com.thevoxelbox.voxelmap.litemod.VoxelMapTransformer
    - Transformer: net.eq2online.macros.transformers.MacrosTransformer
    - Transformer: net.eq2online.macros.transformers.CollectionPacketTransformer
    - Transformer: cpw.mods.fml.common.asm.transformers.ModAPITransformer
    JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx12G -Xmn6G -XX:PermSize=256M
    AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    IntCache: cache: 0, tcache: 0, allocated: 11, tallocated: 61
    FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 Optifine OptiFine_1.7.10_HD_D1 174 mods loaded, 170 mods active
    States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
    UCHIJAAAA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
    UCHIJAAAA FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
    UCHIJAAAA Forge{10.13.4.1614} [Minecraft Forge] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
    UCHIJAAAA appliedenergistics2-core{rv2-stable-10} [AppliedEnergistics2 Core] (minecraft.jar)
    UCHIJAAAA CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
    UCHIJAAAA Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar)
    UCHIJAAAA MobiusCore{1.2.5} [MobiusCore] (minecraft.jar)
    UCHIJAAAA NotEnoughItems{1.0.5.120} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.120-universal.jar)
    UCHIJAAAA OpenEye{0.6} [OpenEye] (OpenEye-0.6-1.7.10.jar)
    UCHIJAAAA OpenModsCore{0.9.1} [OpenModsCore] (minecraft.jar)
    UCHIJAAAA <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
    UCHIJAAAA BinniePatcher{1.8.2} [Binnie Patcher] (minecraft.jar)
    UCHIJAAAA DamageIndicatorsMod{3.2.3} [Damage Indicators] ([1.7.10]DamageIndicatorsMod-3.2.3.jar)
    UCHIJAAAA CoFHCore{1.7.10R3.1.3} [CoFH Core] (CoFHCore-[1.7.10]3.1.3-327.jar)
    UCHIJAAAA BuildCraft|Core{7.1.18} [BuildCraft] (buildcraft-7.1.18.jar)
    UCHIJAAAA BuildCraft|Transport{7.1.18} [BC Transport] (buildcraft-7.1.18.jar)
    UCHIJAAAA BuildCraft|Silicon{7.1.18} [BC Silicon] (buildcraft-7.1.18.jar)
    UCHIJAAAA BuildCraft|Factory{7.1.18} [BC Factory] (buildcraft-7.1.18.jar)
    UCHIJAAAA BuildCraft|Robotics{7.1.18} [BC Robotics] (buildcraft-7.1.18.jar)
    UCHIJAAAA ComputerCraft{1.75} [ComputerCraft] (ComputerCraft1.75.jar)
    UCHIJAAAA ExtrabiomesXL{3.16.3} [ExtrabiomesXL] (extrabiomesxl_1.7.10-3.16.3.jar)
    UCHIJAAAA IC2{2.2.825-experimental} [IndustrialCraft 2] (industrialcraft-2-2.2.825-experimental.jar)
    UCHIJAAAA Mantle{1.7.10-0.3.2.jenkins191} [Mantle] (Mantle-1.7.10-0.3.2b.jar)
    UCHIJAAAA Natura{2.2.0} [Natura] (natura-1.7.10-98.6a6cca1.jar)
    UCHIJAAAA Forestry{4.2.12.60} [Forestry for Minecraft] (forestry_1.7.10-4.2.12.60.jar)
    UCHIJAAAA ThermalFoundation{1.7.10R1.2.5} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.2.5-115.jar)
    UCHIJAAAA ThermalExpansion{1.7.10R4.1.4} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.1.4-247.jar)
    UCHIJAAAA LogisticsPipes{0.9.3.128} [Logistics Pipes] (logisticspipes-0.9.3.128.jar)
    UCHIJAAAA additionalpipes{4.7.0} [Additional Pipes] (additionalpipes-4.7.2.jar)
    UCHIJAAAA act{0.0.2a_1.7.10} [AdminCommandsToolbox] (AdminCommandsToolbox-0.0.2a_1.7.10.jar)
    UCHIJAAAA adventurebackpack{1.7.10-0.8e} [Adventure Backpack] (adventurebackpack-1.7.10-0.8ebeta25.jar)
    UCHIJAAAA AgriCraft{1.7.10-1.5.0} [AgriCraft] (AgriCraft-1.7.10-1.5.0.jar)
    UCHIJAAAA AppleCore{1.3.2} [AppleCore] (AppleCore-mc1.7.10-1.3.2.jar)
    UCHIJAAAA appliedenergistics2{rv2-stable-10} [Applied Energistics 2] (appliedenergistics2-rv2-stable-10.jar)
    UCHIJAAAA autopackager{1.5.2} [AutoPackager] (autopackager-1.5.3.jar)
    UCHIJAAAA Backpack{2.0.1} [Backpack] (backpack-2.0.1-1.7.x.jar)
    UCHIJAAAA BiblioCraft{1.9.2} [BiblioCraft] (BiblioCraft[v1.9.2][MC1.7.10].jar)
    UCHIJAAAA BinnieCore{2.0-pre14} [Binnie Core] (binnie-mods-2.0-pre14.jar)
    UCHIJAAAA Botany{2.0-pre14} [Botany] (binnie-mods-2.0-pre14.jar)
    UCHIJAAAA ExtraBees{2.0-pre14} [Extra Bees] (binnie-mods-2.0-pre14.jar)
    UCHIJAAAA ExtraTrees{2.0-pre14} [Extra Trees] (binnie-mods-2.0-pre14.jar)
    UCHIJAAAA Genetics{2.0-pre14} [Genetics] (binnie-mods-2.0-pre14.jar)
    UCHIJAAAA BuildCraft|Energy{7.1.18} [BC Energy] (buildcraft-7.1.18.jar)
    UCHIJAAAA BuildCraft|Builders{7.1.18} [BC Builders] (buildcraft-7.1.18.jar)
    UCHIJAAAA BuildCraft|Compat{7.1.5} [BuildCraft Compat] (buildcraft-compat-7.1.5.jar)
    UCHIJAAAA CarpentersBlocks{3.3.5} [Carpenter's Blocks] (Carpenter's Blocks v3.3.5 - MC 1.7.10.jar)
    UCHIJAAAA ChickenChunks{1.3.4.19} [ChickenChunks] (ChickenChunks-1.7.10-1.3.4.19-universal.jar)
    UCHIJAAAA Railcraft{9.8.0.0} [Railcraft] (Railcraft_1.7.10-9.8.0.0.jar)
    UCHIJAAAA TwilightForest{2.3.4} [The Twilight Forest] (twilightforest-1.7.10-2.3.4.jar)
    UCHIJAAAA ForgeMultipart{1.2.0.345} [Forge Multipart] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
    UCHIJAAAA chisel{2.5.1.44} [Chisel 2] (Chisel2-2.5.1.44.jar)
    UCHIJAAAA ChiselFacades{1.7.10-2.10-cricket} [Chisel Facades] (ChiselFacades-1.7.10-2.10-cricket.jar)
    UCHIJAAAA chococraft{4.1.5} [Clienthax's ChocoCraft] (ChocoCraft-4.1.5.jar)
    UCHIJAAAA darkcore{0.3} [Dark Core] (darkcore-0.3-86.jar)
    UCHIJAAAA DeathCounter{4.0.0} [DeathCounter] (DeathCounter-4.0.0.jar)
    UCHIJAAAA EnderStorage{1.4.7.38} [EnderStorage] (EnderStorage-1.7.10-1.4.7.38-universal.jar)
    UCHIJAAAA EnderTech{1.7.10-0.3.2.405} [EnderTech] (EnderTech-1.7.10-0.3.2.405.jar)
    UCHIJAAAA enhancedportals{3.0.12} [EnhancedPortals] (EnhancedPortals_1.7.10-universal-3.0.12.jar)
    UCHIJAAAA Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar)
    UCHIJAAAA extracells{2.3.3} [Extra Cells 2] (ExtraCells-1.7.10-2.3.3b162.jar)
    UCHIJAAAA ExtraUtilities{1.2.12} [Extra Utilities] (extrautilities-1.2.12.jar)
    UCHIJAAAA FlatSigns{2.1.0.19} [Flat Signs] (FlatSigns-1.7.10-universal-2.1.0.19.jar)
    UCHIJAAAA guilib{1.0.7.2} [GUI Library] (Forge_GuiLib-1.0.7.2_1.7.10.jar)
    UCHIJAAAA PaintingSelGui{1.7.2.0} [PaintingSelectionGui] (Forge_PaintingSelectionGuiv1.7.2.0.zip)
    UCHIJAAAA foxlib{1.7.10-0.7.0} [FoxLib] (FoxLib-1.7.10-0.7.0.jar)
    UCHIJAAAA funkylocomotion{1.0} [Funky Locomotion] (funky-locomotion-1.7.10-beta-7.jar)
    UCHIJAAAA GalacticraftCore{3.0.12} [Galacticraft Core] (GalacticraftCore-1.7-3.0.12.463.jar)
    UCHIJAAAA GalacticraftMars{3.0.12} [Galacticraft Planets] (Galacticraft-Planets-1.7-3.0.12.463.jar)
    UCHIJAAAA GraviSuite{1.7.10-2.0.3} [Graviation Suite] (GraviSuite-1.7.10-2.0.3.jar)
    UCHIJAAAA Growthcraft{2.1.0a} [Growthcraft] (growthcraft-core-1.7.10-2.1.0a.jar)
    UCHIJAAAA Growthcraft|Cellar{2.1.0a} [Growthcraft Cellar] (growthcraft-cellar-1.7.10-2.1.0a.jar)
    UCHIJAAAA Growthcraft|Apples{2.1.0} [Growthcraft Apples] (growthcraft-apples-1.7.10-2.1.0.jar)
    UCHIJAAAA Growthcraft|Bamboo{2.1.0} [Growthcraft Bamboo] (growthcraft-bamboo-1.7.10-2.1.0.jar)
    UCHIJAAAA Growthcraft|Bees{2.1.0} [Growthcraft Bees] (growthcraft-bees-1.7.10-2.1.0.jar)
    UCHIJAAAA Growthcraft|Grapes{2.1.0} [Growthcraft Grapes] (growthcraft-grapes-1.7.10-2.1.0.jar)
    UCHIJAAAA Growthcraft|Hops{2.1.0} [Growthcraft Hops] (growthcraft-hops-1.7.10-2.1.0.jar)
    UCHIJAAAA Growthcraft|Rice{2.1.0a} [Growthcraft Rice] (growthcraft-rice-1.7.10-2.1.0a.jar)
    UCHIJAAAA iChunUtil{4.2.3} [iChunUtil] (iChunUtil-4.2.3.jar)
    UCHIJAAAA Hats{4.0.1} [Hats] (Hats-4.0.1.jar)
    UCHIJAAAA HatStand{4.0.0} [HatStand] (HatStand-4.0.0.jar)
    UCHIJAAAA IC2NuclearControl{2.2.1a-Yolo} [Nuclear Control 2] (IC2NuclearControl-2.2.1a-Yolo.jar)
    UCHIJAAAA IGWMod{1.1.11-32} [In-Game wiki Mod] (IGW-Mod-1.7.10-1.1.11-32-universal.jar)
    UCHIJAAAA ImmibisCore{59.1.2} [Immibis Core] (immibis-core-59.1.2.jar)
    UCHIJAAAA InventoryPets{1.4.8.1} [Inventory Pets] (inventorypets-1.7.10-1.4.8.1-universal.jar)
    UCHIJAAAA inventorytweaks{1.58-147-645ca10} [Inventory Tweaks] (InventoryTweaks-1.58-147.jar)
    UCHIJAAAA IronChest{6.0.62.742} [Iron Chest] (ironchest-1.7.10-6.0.62.742-universal.jar)
    UCHIJAAAA JABBA{1.2.0b} [JABBA] (Jabba-1.2.1_1.7.10.jar)
    UCHIJAAAA malisiscore{1.7.10-0.14.0} [MalisisCore] (malisiscore-1.7.10-0.14.0.jar)
    UCHIJAAAA malisisdoors{1.7.10-1.13.0} [Malisis' Doors] (malisisdoors-1.7.10-1.13.0.jar)
    UCHIJAAAA Mimicry{1.7.x_1286_1.0.5} [Mimicry] (Mimicry-1.7.10_1286_1.0.5.jar)
    UCHIJAAAA minechem{5.0.5.399} [Minechem] (Minechem-1.7.10-5.0.5.399.jar)
    UCHIJAAAA MineFactoryReloaded{1.7.10R2.8.1} [MineFactory Reloaded] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
    UCHIJAAAA MineFactoryReloaded|CompatAppliedEnergistics{1.7.10R2.8.1} [MFR Compat: Applied Energistics] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
    UCHIJAAAA MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.1} [MFR Compat: BuildCraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
    UCHIJAAAA MineFactoryReloaded|CompatChococraft{1.7.10R2.8.1} [MFR Compat: Chococraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
    UCHIJAAAA MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.1} [MFR Compat: ExtraBiomes] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
    UCHIJAAAA MineFactoryReloaded|CompatForestry{1.7.10R2.8.1} [MFR Compat: Forestry] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
    UCHIJAAAA MineFactoryReloaded|CompatForgeMicroblock{1.7.10R2.8.1} [MFR Compat: ForgeMicroblock] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
    UCHIJAAAA MineFactoryReloaded|CompatIC2{1.7.10R2.8.1} [MFR Compat: IC2] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
    UCHIJAAAA MrTJPCoreMod{1.1.0.33} [MrTJPCore] (MrTJPCore-1.1.0.33-universal.jar)
    UCHIJAAAA ProjRed|Core{4.7.0pre12.95} [ProjectRed Core] (ProjectRed-1.7.10-4.7.0pre12.95-Base.jar)
    UCHIJAAAA ProjRed|Exploration{4.7.0pre12.95} [ProjectRed Exploration] (ProjectRed-1.7.10-4.7.0pre12.95-World.jar)
    UCHIJAAAA MineFactoryReloaded|CompatProjRed{1.7.10R2.8.1} [MFR Compat ProjectRed] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
    UCHIJAAAA MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.1} [MFR Compat: Railcraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
    UCHIJAAAA MineFactoryReloaded|CompatThermalExpansion{1.7.10R2.8.1} [MFR Compat: Thermal Expansion] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
    UCHIJAAAA TConstruct{1.7.10-1.8.8.build988} [Tinkers' Construct] (TConstruct-1.7.10-1.8.8.jar)
    UCHIJAAAA MineFactoryReloaded|CompatTConstruct{1.7.10R2.8.1} [MFR Compat: Tinkers' Construct] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
    UCHIJAAAA MineFactoryReloaded|CompatTwilightForest{1.7.10R2.8.1} [MFR Compat: TwilightForest] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
    UCHIJAAAA MineFactoryReloaded|CompatVanilla{1.7.10R2.8.1} [MFR Compat: Vanilla] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
    UCHIJAAAA MineTweaker3{3.0.9B} [MineTweaker 3] (MineTweaker3-1.7.10-3.0.9C.jar)
    UCHIJAAAA MoarPeripherals{1.7.10-1.7-1.53} [MoarPeripherals] (MoarPeripherals-1.7.10-1.7-1.53.jar)
    UCHIJAAAA morechisels{@VERSION@} [More Chisels] (MoreChisels-1.7.10-1.0-19.jar)
    UCHIJAAAA Morph{0.9.3} [Morph] (Morph-Beta-0.9.3.jar)
    UCHIJAAAA cfm{3.4.7} [§9MrCrayfish's Furniture Mod] (MrCrayfishFurnitureModv3.4.7(1.7.10).jar)
    UCHIJAAAA NEIAddons{1.12.13.38} [NEI Addons] (neiaddons-1.12.13.38-mc1.7.10.jar)
    UCHIJAAAA NEIAddons|Developer{1.12.13.38} [NEI Addons: Developer Tools] (neiaddons-1.12.13.38-mc1.7.10.jar)
    UCHIJAAAA NEIAddons|AppEng{1.12.13.38} [NEI Addons: Applied Energistics 2] (neiaddons-1.12.13.38-mc1.7.10.jar)
    UCHIJAAAA NEIAddons|Botany{1.12.13.38} [NEI Addons: Botany] (neiaddons-1.12.13.38-mc1.7.10.jar)
    UCHIJAAAA NEIAddons|Forestry{1.12.13.38} [NEI Addons: Forestry] (neiaddons-1.12.13.38-mc1.7.10.jar)
    UCHIJAAAA NEIAddons|CraftingTables{1.12.13.38} [NEI Addons: Crafting Tables] (neiaddons-1.12.13.38-mc1.7.10.jar)
    UCHIJAAAA NEIAddons|ExNihilo{1.12.13.38} [NEI Addons: Ex Nihilo] (neiaddons-1.12.13.38-mc1.7.10.jar)
    UCHIJAAAA neiintegration{1.0.13} [NEI Integration] (NEIIntegration-MC1.7.10-1.0.13.jar)
    UCHIJAAAA ObsidiPlates{3.0.0.18} [ObsidiPlates] (ObsidiPlates-1.7.10-universal-3.0.0.18.jar)
    UCHIJAAAA OpenMods{0.9.1} [OpenMods] (OpenModsLib-1.7.10-0.9.1.jar)
    UCHIJAAAA OpenBlocks{1.5.1} [OpenBlocks] (OpenBlocks-1.7.10-1.5.1.jar)
    UCHIJAAAA OpenPeripheralCore{1.3} [OpenPeripheralCore] (OpenPeripheral-1.7.10-AIO-7.jar)
    UCHIJAAAA OpenPeripheral{0.5.1} [OpenPeripheralAddons] (OpenPeripheral-1.7.10-AIO-7.jar)
    UCHIJAAAA OpenPeripheralIntegration{0.5} [OpenPeripheralIntegration] (OpenPeripheral-1.7.10-AIO-7.jar)
    UCHIJAAAA MapWriter{2.1.2} [MapWriter] (Opis-1.2.5_1.7.10.jar)
    UCHIJAAAA Opis{1.2.5} [Opis] (Opis-1.2.5_1.7.10.jar)
    UCHIJAAAA PaintingsMod{1.7.2} [Paintings++] (Paintings++-1.7.2_1.3.jar)
    UCHIJAAAA pchan3{0.7} [PChan3 mods] (Pchan3_SteamShip-Mod-1.7.10.jar)
    UCHIJAAAA PetBat{1.3.8} [Pet Bat] (PetBat-1.7.10.jar)
    UCHIJAAAA PneumaticCraft{1.12.2-145} [PneumaticCraft] (PneumaticCraft-1.7.10-1.12.2-145-universal.jar)
    UCHIJAAAA PortalGun{4.0.0-beta-6} [PortalGun] (PortalGun-4.0.0-beta-6.jar)
    UCHIJAAAA PowerConverters{1.7.10_3.3.0-jenkins.76} [Power Converters] (PowerConverters-1.7.10_3.3.0-jenkins.76.jar)
    UCHIJAAAA ProjRed|Transmission{4.7.0pre12.95} [ProjectRed Transmission] (ProjectRed-1.7.10-4.7.0pre12.95-Integration.jar)
    UCHIJAAAA ProjRed|Transportation{4.7.0pre12.95} [ProjectRed Transportation] (ProjectRed-1.7.10-4.7.0pre12.95-Mechanical.jar)
    UCHIJAAAA ProjRed|Compatibility{4.7.0pre12.95} [ProjectRed Compatibility] (ProjectRed-1.7.10-4.7.0pre12.95-Compat.jar)
    UCHIJAAAA ProjRed|Integration{4.7.0pre12.95} [ProjectRed Integration] (ProjectRed-1.7.10-4.7.0pre12.95-Integration.jar)
    UCHIJAAAA ProjRed|Fabrication{4.7.0pre12.95} [ProjectRed Fabrication] (ProjectRed-1.7.10-4.7.0pre12.95-Fabrication.jar)
    UCHIJAAAA ProjRed|Illumination{4.7.0pre12.95} [ProjectRed Illumination] (ProjectRed-1.7.10-4.7.0pre12.95-Lighting.jar)
    UCHIJAAAA ProjRed|Expansion{4.7.0pre12.95} [ProjectRed Expansion] (ProjectRed-1.7.10-4.7.0pre12.95-Mechanical.jar)
    UCHIJAAAA RandomThings{2.2.4} [Random Things] (RandomThings-2.2.4.jar)
    UCHIJAAAA rftools{4.23} [RFTools] (rftools-4.23.jar)
    UCHIJAAAA StevesCarts{2.0.0.b18} [Steve's Carts 2] (StevesCarts2.0.0.b18.jar)
    UCHIJAAAA Tails{1.7.10-1.3.1} [Tails] (Tails-1.7.10-1.3.1.jar)
    UCHIJAAAA TardisMod{0.994} [Tardis Mod] (tardismod-1.7.10-0.994-124-DS.jar)
    UCHIJAAAA FWG{1.0.3} [Fun World Gen] (Terrain_FWG-1.0.3.jar)
    UCHIJAAAA OWG{1.0.3} [Old World Gen] (Terrain_OWG-1.0.3-1.7.10.jar)
    UCHIJAAAA RTG{0.7.0} [Realistic Terrain Generation] (Terrain_RTG-1.7.10-0.7.0.jar)
    UCHIJAAAA ThermalDynamics{1.7.10R1.2.0} [Thermal Dynamics] (ThermalDynamics-[1.7.10]1.2.0-171.jar)
    UCHIJAAAA TMechworks{0.2.13.96} [Tinkers' Mechworks] (TMechworks-1.7.10-0.2.13.96.jar)
    UCHIJAAAA Torched{4.0.0} [Torched] (Torched-4.0.0.jar)
    UCHIJAAAA TrailMix{4.0.0} [TrailMix] (TrailMix-4.0.0.jar)
    UCHIJAAAA Translocator{1.1.2.16} [Translocator] (Translocator-1.7.10-1.1.2.16-universal.jar)
    UCHIJAAAA Tubestuff{59.0.4} [Tubestuff] (tubestuff-59.0.4.jar)
    UCHIJAAAA VeinMiner{0.34.1_1.7.10-4d066f1} [Vein Miner] (VeinMiner-0.34.1-1.7.10r473+4d066f1.jar)
    UCHIJAAAA VeinMinerModSupport{0.34.1_1.7.10-4d066f1} [Mod Support] (VeinMiner-0.34.1-1.7.10r473+4d066f1.jar)
    UCHIJAAAA worldedit{6.0-beta-01} [WorldEdit] (worldedit-forge-mc1.7.10-6.0-beta-01.jar)
    UCHIJAAAA WR-CBE|Core{1.4.1.11} [WR-CBE Core] (WR-CBE-1.7.10-1.4.1.11-universal.jar)
    UCHIJAAAA WR-CBE|Addons{1.4.1.11} [WR-CBE Addons] (WR-CBE-1.7.10-1.4.1.11-universal.jar)
    UCHIJAAAA WR-CBE|Logic{1.4.1.11} [WR-CBE Logic] (WR-CBE-1.7.10-1.4.1.11-universal.jar)
    UCHIJAAAA YAFM{1.0.3} [Yet Another Food Mod] (yafm-1.0.3.jar)
    UCHIJAAAA McMultipart{1.2.0.345} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
    UCHIJAAAA ForgeRelocation{0.0.1.4} [ForgeRelocation] (ForgeRelocation-1.7.10-0.0.1.4-universal.jar)
    UCHIJAAAA MCFrames{1.0} [MCFrames] (ForgeRelocation-1.7.10-0.0.1.4-universal.jar)
    UCHIJAAAA RelocationFMP{0.0.1.2} [RelocationFMP] (ForgeRelocationFMP-1.7.10-0.0.1.2-universal.jar)
    UCHIJAAAA redgear_core{2.1.3} [Red Gear Core] (RedGearCore-1.7.10-2.1.3.jar)
    UCHIJAAAA ForgeMicroblock{1.2.0.345} [Forge Microblocks] (ForgeMultipart-1.7.10-1.2.0.345-universal.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|CompatSufficientBiomes{1.7.10R2.8.1} [MFR Compat: Sufficient Biomes] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
    UD MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.1} [MFR Compat: Thaumcraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
    GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
    OpenModsLib class transformers: [stencil_patches:FINISHED],[movement_callback:FINISHED],[map_gen_fix:FINISHED],[gl_capabilities_hook:FINISHED],[player_render_hook:FINISHED]
    Class transformer null safety: all safe
    CoFHCore: -[1.7.10]3.1.3-327
    Mantle Environment: DO NOT REPORT THIS CRASH! Unsupported mods in environment: optifine
    ThermalFoundation: -[1.7.10]1.2.5-115
    ThermalExpansion: -[1.7.10]4.1.4-247
    AE2 Version: stable rv2-stable-10 for Forge 10.13.2.1291
    MineFactoryReloaded: -[1.7.10]2.8.1-174
    TConstruct Environment: Environment healthy.
    ThermalDynamics: -[1.7.10]1.2.0-171
    Stencil buffer state: Function set: GL30, pool: forge, bits: 8
    Forestry : Warning: You have mods that change the behavior of Minecraft, ForgeModLoader, and/or Minecraft Forge to your client:
    Optifine
    These may have caused this error, and may not be supported. Try reproducing the crash WITHOUT these mods, and report it then.
    AE2 Integration: IC2:ON, RotaryCraft:OFF, RC:ON, BC:ON, RF:ON, RFItem:ON, MFR:ON, DSU:ON, FZ:OFF, FMP:ON, RB:OFF, CLApi:OFF, Waila:ON, InvTweaks:ON, NEI:ON, CraftGuide:OFF, Mekanism:OFF, ImmibisMicroblocks:OFF, BetterStorage:OFF
    Profiler Position: N/A (disabled)
    Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    Player Count: 1 / 8; [GCEntityPlayerMP['Flexico'/2815, l='TARDIS Base 2016-07-22', x=-26272.33, y=76.00, z=-1732.67]]
    Type: Integrated Server (map_client.txt)
    Is Modded: Definitely; Client brand changed to 'fml,forge'
    OptiFine Version: OptiFine_1.7.10_HD_D1
    Render Distance Chunks: 24
    Mipmaps: 0
    Anisotropic Filtering: 1
    Antialiasing: 0
    Multitexture: false
    OpenGlVersion: 4.5.0 NVIDIA 368.81
    OpenGlRenderer: GeForce GTX 760/PCIe/SSE2
    OpenGlVendor: NVIDIA Corporation
    CpuCount: 8
    I haven't been able to reproduce it; it probably has to do with whatever item it tried to spawn. But just an FYI for ya.
    Posted in: Minecraft Mods
  • 1

    posted a message on Inventory Pets: Animated creatures that live in your inventory and give you amazing special abilities

    Is there a way to blacklist items from being spawned by the Illuminati pet? The spawns I get from mine are dominated by random wooden items because I have Forestry, Natura and ExtraBiomes, which add hundreds of variations for dozens of kinds of wood.

    Posted in: Minecraft Mods
  • 0

    posted a message on [1.7.2][Forge] Painting Selection Gui - Hassle free paintings!
    Quote from senpaisubaraki»

    Can't quote you on that. but for my mods, the rule 'please visibly credit me and provide a visible link to either this forum, or my curseforge profile' apply

    https://minecraft.curseforge.com/members/Subaraki/projects

    Ah, thanks!
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.7.2][Forge] Painting Selection Gui - Hassle free paintings!

    I'm unable to find any info on modpack permissions for Painting Selection GUI or the required Forge GUI Lib. Am I blind? XD

    Posted in: Minecraft Mods
  • 0

    posted a message on The Spice of Life (encouraging dietary variety through diminishing returns)
    If I disable the diminishing returns with the config file, I still get the book, and if I click on it, the game crashes.
    ---- Minecraft Crash Report ----
    // I just don't know what went wrong :( Time: 11/6/16 1:21 AM
    Description: Unexpected error java.lang.IndexOutOfBoundsException: Index: 6, Size: 0
    at java.util.ArrayList.rangeCheck(Unknown Source)
    at java.util.ArrayList.get(Unknown Source)
    at net.minecraft.inventory.Container.func_75139_a(SourceFile:104)
    at net.minecraft.inventory.Container.func_75141_a(SourceFile:385)
    at net.minecraft.client.network.NetHandlerPlayClient.func_147266_a(NetHandlerPlayClient.java:1027)
    at net.minecraft.network.play.server.S2FPacketSetSlot.func_148833_a(SourceFile:27)
    at net.minecraft.network.play.server.S2FPacketSetSlot.func_148833_a(SourceFile:10)
    at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
    at net.minecraft.client.multiplayer.PlayerControllerMP.func_78765_e(PlayerControllerMP.java:273)
    at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1602)
    at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:973)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898)
    at net.minecraft.client.main.Main.main(SourceFile:148)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java: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 java.util.ArrayList.rangeCheck(Unknown Source)
    at java.util.ArrayList.get(Unknown Source)
    at net.minecraft.inventory.Container.func_75139_a(SourceFile:104)
    at net.minecraft.inventory.Container.func_75141_a(SourceFile:385)
    at net.minecraft.client.network.NetHandlerPlayClient.func_147266_a(NetHandlerPlayClient.java:1027)
    at net.minecraft.network.play.server.S2FPacketSetSlot.func_148833_a(SourceFile:27)
    at net.minecraft.network.play.server.S2FPacketSetSlot.func_148833_a(SourceFile:10)
    at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
    at net.minecraft.client.multiplayer.PlayerControllerMP.func_78765_e(PlayerControllerMP.java:273) -- Affected level --
    Details:
    Level name: MpServer
    All players: 1 total; [GCEntityClientPlayerMP['Flexico'/2871, l='MpServer', x=-614.43, y=65.62, z=756.98]]
    Chunk stats: MultiplayerChunkCache: 2307, 2316
    Level seed: 0
    Level generator: ID 00 - default, ver 1. Features enabled: false
    Level generator options:
    Level spawn location: World: (211,64,274), Chunk: (at 3,4,2 in 13,17; contains blocks 208,0,272 to 223,255,287), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Level time: 14092 game time, 14092 day time
    Level dimension: 0
    Level storage version: 0x00000 - Unknown?
    Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
    Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
    Forced entities: 201 total; [EntityHat['unknown'/4608, l='MpServer', x=-628.50, y=45.00, z=727.16], EntityCartChest['entity.MinecartChest.name'/3073, l='MpServer', x=-700.50, y=30.50, z=859.50], EntityHat['unknown'/4609, l='MpServer', x=-588.13, y=15.00, z=725.47], EntityHat['unknown'/4611, l='MpServer', x=-585.50, y=16.00, z=724.50], EntityHat['unknown'/4613, l='MpServer', x=-556.50, y=27.00, z=744.50], EntityHat['unknown'/4614, l='MpServer', x=-571.50, y=21.00, z=807.50], EntityHat['unknown'/4615, l='MpServer', x=-651.50, y=68.00, z=811.50], EntityHat['unknown'/4616, l='MpServer', x=-658.75, y=64.00, z=813.41], EntityHat['unknown'/4617, l='MpServer', x=-651.81, y=67.00, z=816.88], EntityHat['unknown'/4618, l='MpServer', x=-650.50, y=68.00, z=809.50], EntityHat['unknown'/4619, l='MpServer', x=-654.50, y=65.00, z=755.50], EntityHat['unknown'/4620, l='MpServer', x=-651.50, y=65.00, z=759.50], EntityHat['unknown'/4621, l='MpServer', x=-639.84, y=36.00, z=733.88], EntityHat['unknown'/4622, l='MpServer', x=-643.50, y=35.00, z=734.09], EntityHat['unknown'/4623, l='MpServer', x=-578.53, y=18.00, z=713.75], EntityHat['unknown'/4624, l='MpServer', x=-584.63, y=42.10, z=712.88], EntityHat['unknown'/4625, l='MpServer', x=-585.93, y=41.01, z=715.88], EntityCreeper['Creeper'/3090, l='MpServer', x=-673.50, y=42.00, z=702.50], EntityBat['Bat'/3091, l='MpServer', x=-679.59, y=42.00, z=708.91], EntityItem['item.tile.extrabiomes.cattail'/3093, l='MpServer', x=-675.72, y=63.13, z=760.22], EntityItem['item.tile.extrabiomes.cattail'/3094, l='MpServer', x=-674.19, y=62.13, z=759.44], EntityHat['unknown'/4631, l='MpServer', x=-669.50, y=67.00, z=828.50], EntityItem['item.tile.extrabiomes.cattail'/3095, l='MpServer', x=-676.22, y=63.13, z=760.53], EntityCreeper['Creeper'/3096, l='MpServer', x=-673.50, y=29.00, z=783.50], EntityHat['unknown'/4632, l='MpServer', x=-667.50, y=65.00, z=825.50], EntityHat['unknown'/4633, l='MpServer', x=-665.47, y=64.00, z=825.56], EntityHat['unknown'/4634, l='MpServer', x=-669.50, y=66.00, z=825.50], EntityZombie['Zombie'/3099, l='MpServer', x=-679.50, y=27.00, z=813.50], EntityZombie['Zombie'/3100, l='MpServer', x=-679.50, y=27.00, z=812.50], EntityHat['unknown'/4636, l='MpServer', x=-658.78, y=29.00, z=788.97], EntityZombie['Zombie'/3101, l='MpServer', x=-679.50, y=27.00, z=814.50], EntityHat['unknown'/4637, l='MpServer', x=-668.78, y=30.00, z=797.34], EntityHat['unknown'/4638, l='MpServer', x=-662.22, y=29.00, z=789.69], EntityHat['unknown'/4639, l='MpServer', x=-667.59, y=29.00, z=780.00], EntityHat['unknown'/4641, l='MpServer', x=-666.63, y=28.00, z=780.50], EntityHat['unknown'/4642, l='MpServer', x=-671.69, y=29.00, z=780.34], EntityHat['unknown'/4643, l='MpServer', x=-656.50, y=63.00, z=774.50], EntityHat['unknown'/4644, l='MpServer', x=-660.50, y=63.00, z=758.97], EntityHat['unknown'/4645, l='MpServer', x=-658.50, y=64.00, z=757.50], EntityHat['unknown'/4646, l='MpServer', x=-671.22, y=40.00, z=706.59], EntityHat['unknown'/4647, l='MpServer', x=-672.34, y=40.00, z=707.50], EntityHat['unknown'/4648, l='MpServer', x=-661.06, y=33.00, z=722.53], EntityHat['unknown'/4649, l='MpServer', x=-659.50, y=23.00, z=699.50], EntityHat['unknown'/4650, l='MpServer', x=-661.50, y=23.00, z=698.50], EntityHat['unknown'/4651, l='MpServer', x=-671.38, y=35.00, z=698.47], EntityHat['unknown'/4653, l='MpServer', x=-665.34, y=43.00, z=692.03], EntityHat['unknown'/4654, l='MpServer', x=-657.03, y=32.00, z=692.75], EntityHat['unknown'/4655, l='MpServer', x=-660.75, y=33.00, z=703.91], EntityHat['unknown'/4656, l='MpServer', x=-655.25, y=32.00, z=695.84], EntityHat['unknown'/4657, l='MpServer', x=-648.50, y=32.00, z=690.50], EntityHat['unknown'/4658, l='MpServer', x=-632.69, y=31.00, z=703.47], EntityHat['unknown'/4659, l='MpServer', x=-623.56, y=31.00, z=700.47], EntitySkeleton['Skeleton'/3124, l='MpServer', x=-663.50, y=44.00, z=687.50], EntityHat['unknown'/4661, l='MpServer', x=-631.03, y=33.00, z=706.47], EntityCreeper['Creeper'/3126, l='MpServer', x=-659.50, y=23.00, z=699.50], EntityHat['unknown'/4662, l='MpServer', x=-620.34, y=30.00, z=696.34], EntityCreeper['Creeper'/3127, l='MpServer', x=-661.50, y=23.00, z=698.50], EntityHat['unknown'/4663, l='MpServer', x=-622.69, y=30.00, z=700.66], EntityBat['Bat'/3128, l='MpServer', x=-671.38, y=35.00, z=698.47], EntityHat['unknown'/4664, l='MpServer', x=-620.44, y=30.00, z=699.41], EntityHat['unknown'/4665, l='MpServer', x=-600.50, y=6.00, z=694.50], EntitySkeleton['Skeleton'/3130, l='MpServer', x=-665.34, y=43.00, z=692.03], EntitySpider['Spider'/3131, l='MpServer', x=-657.03, y=32.00, z=692.75], EntitySpider['Spider'/3132, l='MpServer', x=-660.75, y=33.00, z=703.91], EntityBat['Bat'/3133, l='MpServer', x=-671.22, y=40.00, z=706.59], EntityBat['Bat'/3134, l='MpServer', x=-655.25, y=32.00, z=695.84], EntityBat['Bat'/3135, l='MpServer', x=-672.34, y=40.00, z=707.50], EntitySkeleton['Skeleton'/3136, l='MpServer', x=-661.06, y=33.00, z=722.53], EntityItem['item.item.agricraft:seedCarrot'/3137, l='MpServer', x=-662.88, y=63.13, z=726.25], EntityPig['Pig'/3138, l='MpServer', x=-660.50, y=63.00, z=758.97], EntityPig['Pig'/3139, l='MpServer', x=-658.50, y=64.00, z=757.50], EntityCreeper['Creeper'/3140, l='MpServer', x=-667.59, y=29.00, z=780.00], EntityHat['unknown'/4676, l='MpServer', x=-679.50, y=27.00, z=813.50], EntityHat['unknown'/4677, l='MpServer', x=-679.50, y=27.00, z=812.50], EntityZombie['Zombie'/3142, l='MpServer', x=-666.63, y=28.00, z=780.50], EntityHat['unknown'/4678, l='MpServer', x=-679.50, y=27.00, z=814.50], EntityZombie['Zombie'/3143, l='MpServer', x=-671.69, y=29.00, z=780.34], EntityHat['unknown'/4679, l='MpServer', x=-673.50, y=29.00, z=783.50], EntitySkeleton['Skeleton'/3144, l='MpServer', x=-656.50, y=63.00, z=774.50], EntityHat['unknown'/4680, l='MpServer', x=-679.59, y=42.00, z=708.91], EntityCreeper['Creeper'/3146, l='MpServer', x=-658.78, y=29.00, z=788.97], EntityHat['unknown'/4682, l='MpServer', x=-673.50, y=42.00, z=702.50], EntityCreeper['Creeper'/3147, l='MpServer', x=-668.78, y=30.00, z=797.34], EntityZombie['Zombie'/3148, l='MpServer', x=-662.22, y=29.00, z=789.69], EntityItem['item.tile.extrabiomes.waterplant.eelgrass'/3151, l='MpServer', x=-663.06, y=59.13, z=817.44], EntityChicken['Chicken'/3152, l='MpServer', x=-669.50, y=67.00, z=828.50], EntityChicken['Chicken'/3153, l='MpServer', x=-667.50, y=65.00, z=825.50], EntityChicken['Chicken'/3154, l='MpServer', x=-665.47, y=64.00, z=825.56], EntityChicken['Chicken'/3155, l='MpServer', x=-669.50, y=66.00, z=825.50], EntityCreeper['Creeper'/3166, l='MpServer', x=-648.50, y=32.00, z=690.50], EntityItem['item.tile.extrabiomes.waterplant.eelgrass'/3167, l='MpServer', x=-652.56, y=61.13, z=701.59], EntitySpider['Spider'/3168, l='MpServer', x=-643.50, y=35.00, z=734.09], EntityItem['item.tile.extrabiomes.waterplant.eelgrass'/3169, l='MpServer', x=-652.25, y=59.00, z=720.94], EntityItem['item.tile.extrabiomes.waterplant.eelgrass'/3170, l='MpServer', x=-651.19, y=59.00, z=720.13], EntityItem['item.tile.extrabiomes.waterplant.eelgrass'/3171, l='MpServer', x=-649.44, y=59.13, z=720.53], EntityCreeper['Creeper'/3172, l='MpServer', x=-639.84, y=36.00, z=733.88], EntityPig['Pig'/3173, l='MpServer', x=-654.50, y=65.00, z=755.50], EntityPig['Pig'/3174, l='MpServer', x=-651.50, y=65.00, z=759.50], EntityItem['item.item.seeds'/3175, l='MpServer', x=-642.69, y=68.13, z=811.72], EntitySheep['Sheep'/3176, l='MpServer', x=-651.50, y=68.00, z=811.50], EntitySheep['Sheep'/3177, l='MpServer', x=-658.75, y=64.00, z=813.41], EntitySheep['Sheep'/3178, l='MpServer', x=-651.81, y=67.00, z=816.88], EntitySheep['Sheep'/3179, l='MpServer', x=-650.50, y=68.00, z=809.50], EntityCreeper['Creeper'/3212, l='MpServer', x=-627.44, y=11.00, z=678.91], EntityCreeper['Creeper'/3214, l='MpServer', x=-632.69, y=31.00, z=703.47], EntityItem['item.tile.extrabiomes.waterplant.eelgrass'/3215, l='MpServer', x=-628.38, y=61.13, z=717.16], EntityItem['item.tile.extrabiomes.waterplant.eelgrass'/3216, l='MpServer', x=-634.41, y=59.13, z=713.63], EntitySkeleton['Skeleton'/3217, l='MpServer', x=-628.50, y=45.00, z=727.16], EntitySkeleton['Skeleton'/3218, l='MpServer', x=-624.50, y=40.00, z=745.50], EntitySkeleton['Skeleton'/3219, l='MpServer', x=-629.97, y=40.00, z=744.31], EntitySkeleton['Skeleton'/3220, l='MpServer', x=-626.50, y=40.00, z=747.50], EntitySkeleton['Skeleton'/3221, l='MpServer', x=-631.50, y=40.00, z=742.50], EntitySkeleton['Skeleton'/3222, l='MpServer', x=-631.06, y=40.00, z=744.66], EntityZombie['Zombie'/3244, l='MpServer', x=-623.56, y=31.00, z=700.47], EntityZombie['Zombie'/3246, l='MpServer', x=-631.03, y=33.00, z=706.47], EntityWitch['Witch'/3247, l='MpServer', x=-620.69, y=30.00, z=702.69], EntityZombie['Zombie'/3248, l='MpServer', x=-620.34, y=30.00, z=696.34], EntityZombie['Zombie'/3249, l='MpServer', x=-622.69, y=30.00, z=700.66], EntityZombie['Zombie'/3250, l='MpServer', x=-620.44, y=30.00, z=699.41], EntityPig['Pig'/3251, l='MpServer', x=-614.26, y=66.00, z=778.45], EntityPig['Pig'/3252, l='MpServer', x=-627.94, y=66.00, z=773.97], EntityPig['Pig'/3253, l='MpServer', x=-616.88, y=66.00, z=797.03], EntityPig['Pig'/3254, l='MpServer', x=-618.19, y=66.00, z=792.22], EntitySkeleton['Skeleton'/3263, l='MpServer', x=-600.50, y=6.00, z=694.50], EntityCreeper['Creeper'/3264, l='MpServer', x=-605.72, y=42.00, z=744.88], EntityCreeper['Creeper'/3265, l='MpServer', x=-601.50, y=45.00, z=750.50], EntityZombie['Zombie'/3266, l='MpServer', x=-598.97, y=46.00, z=749.59], EntityItem['item.tile.extrabiomes.waterplant.eelgrass'/3284, l='MpServer', x=-580.78, y=60.13, z=696.59], EntityBat['Bat'/3285, l='MpServer', x=-578.53, y=18.00, z=713.75], EntityBat['Bat'/3286, l='MpServer', x=-584.63, y=42.10, z=712.88], EntityBat['Bat'/3287, l='MpServer', x=-585.93, y=41.01, z=715.88], EntityZombie['Zombie'/3288, l='MpServer', x=-588.13, y=15.00, z=725.47], EntityZombie['Zombie'/3290, l='MpServer', x=-585.50, y=16.00, z=724.50], EntityZombie['Zombi
    e'/3291, l='MpServer', x=-590.66, y=49.00, z=753.04], EntityItem['item.item.agricraft:seedPotato'/3305, l='MpServer', x=-566.44, y=64.13, z=791.84], EntitySkeleton['Skeleton'/3306, l='MpServer', x=-571.50, y=21.00, z=807.50], EntityWitch['Witch'/3307, l='MpServer', x=-571.50, y=21.00, z=806.50], EntityZombie['Zombie'/3336, l='MpServer', x=-548.53, y=26.25, z=748.50], EntitySkeleton['Skeleton'/3337, l='MpServer', x=-556.50, y=27.00, z=744.50], EntityHat['unknown'/4877, l='MpServer', x=-663.50, y=44.00, z=687.50], EntitySkeleton['Skeleton'/4889, l='MpServer', x=-582.50, y=64.00, z=815.50], EntityCreeper['Creeper'/3369, l='MpServer', x=-543.00, y=14.00, z=696.50], EntityCreeper['Creeper'/3370, l='MpServer', x=-536.58, y=63.00, z=691.47], EntitySkeleton['Skeleton'/3373, l='MpServer', x=-537.50, y=63.00, z=705.50], EntityPig['Pig'/3378, l='MpServer', x=-544.94, y=63.00, z=803.06], EntityPig['Pig'/3379, l='MpServer', x=-535.03, y=63.00, z=794.13], EntityBat['Bat'/2872, l='MpServer', x=-604.34, y=45.03, z=740.35], EntityBat['Bat'/2873, l='MpServer', x=-605.47, y=44.97, z=741.56], GCEntityClientPlayerMP['Flexico'/2871, l='MpServer', x=-614.43, y=65.62, z=756.98], EntityHat['unknown'/4924, l='MpServer', x=-693.53, y=36.00, z=715.91], EntityHat['unknown'/4925, l='MpServer', x=-694.50, y=37.00, z=721.50], EntityHat['unknown'/4932, l='MpServer', x=-694.50, y=62.00, z=798.50], EntityZombie['Zombie'/4937, l='MpServer', x=-598.50, y=69.00, z=814.50], EntitySkeleton['Skeleton'/4939, l='MpServer', x=-580.50, y=64.00, z=820.50], EntitySkeleton['Skeleton'/4940, l='MpServer', x=-630.03, y=68.00, z=735.16], EntityHat['unknown'/4945, l='MpServer', x=-598.50, y=69.00, z=814.50], EntityHat['unknown'/4946, l='MpServer', x=-582.50, y=64.00, z=815.50], EntityHat['unknown'/4947, l='MpServer', x=-580.50, y=64.00, z=820.50], EntitySkeleton['Skeleton'/4948, l='MpServer', x=-627.50, y=68.00, z=736.50], EntitySkeleton['Skeleton'/4949, l='MpServer', x=-634.50, y=66.00, z=726.08], EntitySkeleton['Skeleton'/4950, l='MpServer', x=-629.50, y=68.00, z=733.50], EntityHat['unknown'/4959, l='MpServer', x=-630.03, y=68.00, z=735.16], EntityHat['unknown'/4960, l='MpServer', x=-627.50, y=68.00, z=736.50], EntityHat['unknown'/4961, l='MpServer', x=-634.50, y=66.00, z=726.08], EntityHat['unknown'/4962, l='MpServer', x=-629.50, y=68.00, z=733.50], EntityHat['unknown'/4967, l='MpServer', x=-548.53, y=26.25, z=748.50], EntityHat['unknown'/5008, l='MpServer', x=-543.00, y=14.00, z=696.50], EntityHat['unknown'/5009, l='MpServer', x=-544.94, y=63.00, z=803.06], EntityHat['unknown'/5012, l='MpServer', x=-627.44, y=11.00, z=678.91], EntityItem['item.item.agricraft:seedPotato'/4052, l='MpServer', x=-556.66, y=63.13, z=704.06], EntityEnderman['Enderman'/5076, l='MpServer', x=-629.50, y=63.00, z=706.50], EntityCreeper['Creeper'/5077, l='MpServer', x=-645.50, y=69.00, z=816.50], EntitySpider['Spider'/5078, l='MpServer', x=-618.50, y=67.00, z=802.50], EntityHat['unknown'/5081, l='MpServer', x=-618.50, y=67.00, z=802.50], EntityHat['unknown'/5091, l='MpServer', x=-536.58, y=63.00, z=691.47], EntityHat['unknown'/5092, l='MpServer', x=-537.50, y=63.00, z=705.50], EntityHat['unknown'/5093, l='MpServer', x=-535.03, y=63.00, z=794.13], EntityItem['item.tile.extrabiomes.cattail'/4070, l='MpServer', x=-647.16, y=67.13, z=804.50], EntityWitch['Witch'/5094, l='MpServer', x=-602.50, y=6.00, z=689.50], EntityTrail['unknown'/4584, l='MpServer', x=-614.43, y=65.62, z=756.98], EntityHat['unknown'/5098, l='MpServer', x=-629.50, y=63.00, z=706.50], EntityHat['unknown'/4591, l='MpServer', x=-614.43, y=65.62, z=756.98], EntityHat['unknown'/4592, l='MpServer', x=-604.34, y=45.03, z=740.35], EntityHat['unknown'/4593, l='MpServer', x=-605.47, y=44.97, z=741.56], EntityHat['unknown'/4594, l='MpServer', x=-614.26, y=66.00, z=778.45], EntityHat['unknown'/4595, l='MpServer', x=-627.94, y=66.00, z=773.97], EntityBat['Bat'/3059, l='MpServer', x=-693.53, y=36.00, z=715.91], EntityHat['unknown'/4596, l='MpServer', x=-605.72, y=42.00, z=744.88], EntityZombie['Zombie'/3060, l='MpServer', x=-694.50, y=37.00, z=721.50], EntityHat['unknown'/4597, l='MpServer', x=-601.50, y=45.00, z=750.50], EntityHat['unknown'/4598, l='MpServer', x=-598.97, y=46.00, z=749.59], EntityHat['unknown'/4599, l='MpServer', x=-590.66, y=49.00, z=753.04], EntityHat['unknown'/4601, l='MpServer', x=-616.88, y=66.00, z=797.03], EntityHat['unknown'/4602, l='MpServer', x=-618.19, y=66.00, z=792.22], EntityHat['unknown'/4603, l='MpServer', x=-624.50, y=40.00, z=745.50], EntityHat['unknown'/4604, l='MpServer', x=-629.97, y=40.00, z=744.31], EntityCreeper['Creeper'/3068, l='MpServer', x=-694.50, y=62.00, z=798.50], EntityHat['unknown'/5116, l='MpServer', x=-645.50, y=69.00, z=816.50], EntityHat['unknown'/4605, l='MpServer', x=-626.50, y=40.00, z=747.50], EntityHat['unknown'/4606, l='MpServer', x=-631.50, y=40.00, z=742.50], EntityHat['unknown'/4607, l='MpServer', x=-631.06, y=40.00, z=744.66]]
    Retry entities: 0 total; []
    Server brand: fml,forge
    Server type: Integrated singleplayer server
    Stacktrace:
    at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:373)
    at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2444)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:927)
    at net.minecraft.client.main.Main.main(SourceFile:148)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28) -- System Details --
    Details:
    Minecraft Version: 1.7.10
    Operating System: Windows 7 (amd64) version 6.1
    Java Version: 1.8.0_101, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 3397422200 bytes (3240 MB) / 6546259968 bytes (6243 MB) up to 10737418240 bytes (10240 MB)
    Mod Pack: Unknown / None
    LiteLoader Mods: 3 loaded mod(s)
    - Macro / Keybind Mod version 0.10.12
    - WorldEditCUI version 1.7.10_00
    - VoxelMap version 1.6.15
    LaunchWrapper: 58 active transformer(s)
    - Transformer: logisticspipes.asm.LogisticsPipesClassInjector
    - Transformer: cpw.mods.fml.common.asm.transformers.PatchingTransformer
    - Transformer: optifine.OptiFineClassTransformer
    - Transformer: cpw.mods.fml.common.asm.transformers.MarkerTransformer
    - Transformer: cpw.mods.fml.common.asm.transformers.SideTransformer
    - Transformer: cpw.mods.fml.common.asm.transformers.EventSubscriptionTransformer
    - Transformer: net.minecraftforge.classloading.FluidIdTransformer
    - Transformer: appeng.transformer.asm.ASMIntegration
    - Transformer: codechicken.lib.asm.ClassHeirachyManager
    - Transformer: codechicken.core.asm.InterfaceDependancyTransformer
    - Transformer: codechicken.core.asm.TweakTransformer
    - Transformer: codechicken.core.asm.DelegatedTransformer
    - Transformer: codechicken.core.asm.DefaultImplementationTransformer
    - Transformer: mrtjp.relocation.asm.Transformer
    - Transformer: invtweaks.forge.asm.ContainerTransformer
    - Transformer: logisticspipes.asm.LogisticsClassTransformer
    - Transformer: micdoodle8.mods.miccore.MicdoodleTransformer
    - Transformer: mcp.mobius.mobiuscore.asm.CoreTransformer
    - Transformer: codechicken.nei.asm.NEITransformer
    - Transformer: openeye.asm.MultiTransformer
    - Transformer: redgear.core.asm.GlassAndIceTransformer
    - Transformer: redgear.core.asm.FiniteWaterTransformer
    - Transformer: redgear.core.asm.SafeCactusTransformer
    - Transformer: com.mumfrey.liteloader.transformers.event.EventProxyTransformer
    - Transformer: com.mumfrey.liteloader.launch.LiteLoaderTransformer
    - Transformer: com.mumfrey.liteloader.client.transformers.CrashReportTransformer
    - Transformer: openmods.core.OpenModsClassTransformer
    - Transformer: openblocks.asm.OpenBlocksClassTransformer
    - Transformer: cpw.mods.fml.common.asm.transformers.DeobfuscationTransformer
    - Transformer: cpw.mods.fml.common.asm.transformers.AccessTransformer
    - Transformer: net.minecraftforge.transformers.ForgeAccessTransformer
    - Transformer: appeng.transformer.asm.ASMTweaker
    - Transformer: codechicken.core.asm.CodeChickenAccessTransformer
    - Transformer: cofh.asm.CoFHAccessTransformer
    - Transformer: invtweaks.forge.asm.ITAccessTransformer
    - Transformer: logisticspipes.asm.LogisticsAccessTransformer
    - Transformer: net.malisis.core.asm.MalisisCoreAccessTransformer
    - Transformer: micdoodle8.mods.miccore.MicdoodleAccessTransformer
    - Transformer: mcp.mobius.mobiuscore.asm.CoreAccessTransformer
    - Transformer: cpw.mods.fml.common.asm.transformers.ModAccessTransformer
    - Transformer: cpw.mods.fml.common.asm.transformers.ItemStackTransformer
    - Transformer: cofh.asm.CoFHClassTransformer
    - Transformer: net.malisis.core.util.chunkcollision.ChunkCollisionTransformer
    - Transformer: net.malisis.core.util.chunkblock.ChunkBlockTransformer
    - Transformer: lumien.randomthings.Transformer.RTClassTransformer
    - Transformer: squeek.applecore.asm.TransformerModuleHandler
    - Transformer: mods.immibis.core.impl.MultiInterfaceClassTransformer
    - Transformer: mods.immibis.core.impl.TraitTransformer
    - Transformer: mods.immibis.core.multipart.MultipartCoreHookTransformer
    - Transformer: chocohead.patcher.BinniePatcher
    - Transformer: cpw.mods.fml.common.asm.transformers.TerminalTransformer
    - Transformer: com.mumfrey.liteloader.client.transformers.LiteLoaderEventInjectionTransformer
    - Transformer: com.mumfrey.liteloader.client.transformers.MinecraftOverlayTransformer
    - Transformer: com.mumfrey.liteloader.common.transformers.LiteLoaderPacketTransformer
    - Transformer: com.thevoxelbox.voxelmap.litemod.VoxelMapTransformer
    - Transformer: net.eq2online.macros.transformers.MacrosTransformer
    - Transformer: net.eq2online.macros.transformers.CollectionPacketTransformer
    - Transformer: cpw.mods.fml.common.asm.transformers.ModAPITransformer
    JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx12G -Xmn6G -XX:PermSize=256M
    AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    IntCache: cache: 0, tcache: 44, allocated: 0, tallocated: 0
    FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 Optifine OptiFine_1.7.10_HD_D1 164 mods loaded, 160 mods active
    States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
    UCHIJAAAA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
    UCHIJAAAA FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
    UCHIJAAAA Forge{10.13.4.1614} [Minecraft Forge] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
    UCHIJAAAA appliedenergistics2-core{rv2-stable-10} [AppliedEnergistics2 Core] (minecraft.jar)
    UCHIJAAAA CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
    UCHIJAAAA Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar)
    UCHIJAAAA MobiusCore{1.2.5} [MobiusCore] (minecraft.jar)
    UCHIJAAAA NotEnoughItems{1.0.5.120} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.120-universal.jar)
    UCHIJAAAA OpenEye{0.6} [OpenEye] (OpenEye-0.6-1.7.10.jar)
    UCHIJAAAA OpenModsCore{0.9.1} [OpenModsCore] (minecraft.jar)
    UCHIJAAAA <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
    UCHIJAAAA BinniePatcher{1.8.2} [Binnie Patcher] (minecraft.jar)
    UCHIJAAAA DamageIndicatorsMod{3.2.3} [Damage Indicators] ([1.7.10]DamageIndicatorsMod-3.2.3.jar)
    UCHIJAAAA CoFHCore{1.7.10R3.1.3} [CoFH Core] (CoFHCore-[1.7.10]3.1.3-327.jar)
    UCHIJAAAA BuildCraft|Core{7.1.18} [BuildCraft] (buildcraft-7.1.18.jar)
    UCHIJAAAA BuildCraft|Transport{7.1.18} [BC Transport] (buildcraft-7.1.18.jar)
    UCHIJAAAA BuildCraft|Silicon{7.1.18} [BC Silicon] (buildcraft-7.1.18.jar)
    UCHIJAAAA BuildCraft|Factory{7.1.18} [BC Factory] (buildcraft-7.1.18.jar)
    UCHIJAAAA BuildCraft|Robotics{7.1.18} [BC Robotics] (buildcraft-7.1.18.jar)
    UCHIJAAAA ComputerCraft{1.75} [ComputerCraft] (ComputerCraft1.75.jar)
    UCHIJAAAA ExtrabiomesXL{3.16.3} [ExtrabiomesXL] (extrabiomesxl_1.7.10-3.16.3.jar)
    UCHIJAAAA IC2{2.2.825-experimental} [IndustrialCraft 2] (industrialcraft-2-2.2.825-experimental.jar)
    UCHIJAAAA Mantle{1.7.10-0.3.2.jenkins191} [Mantle] (Mantle-1.7.10-0.3.2b.jar)
    UCHIJAAAA Natura{2.2.0} [Natura] (natura-1.7.10-98.6a6cca1.jar)
    UCHIJAAAA Forestry{4.2.12.60} [Forestry for Minecraft] (forestry_1.7.10-4.2.12.60.jar)
    UCHIJAAAA ThermalFoundation{1.7.10R1.2.5} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.2.5-115.jar)
    UCHIJAAAA ThermalExpansion{1.7.10R4.1.4} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.1.4-247.jar)
    UCHIJAAAA LogisticsPipes{0.9.3.128} [Logistics Pipes] (logisticspipes-0.9.3.128.jar)
    UCHIJAAAA additionalpipes{4.7.0} [Additional Pipes] (additionalpipes-4.7.2.jar)
    UCHIJAAAA act{0.0.2a_1.7.10} [AdminCommandsToolbox] (AdminCommandsToolbox-0.0.2a_1.7.10.jar)
    UCHIJAAAA adventurebackpack{1.7.10-0.8e} [Adventure Backpack] (adventurebackpack-1.7.10-0.8ebeta25.jar)
    UCHIJAAAA AgriCraft{1.7.10-1.5.0} [AgriCraft] (AgriCraft-1.7.10-1.5.0.jar)
    UCHIJAAAA AppleCore{1.3.2} [AppleCore] (AppleCore-mc1.7.10-1.3.2.jar)
    UCHIJAAAA appliedenergistics2{rv2-stable-10} [Applied Energistics 2] (appliedenergistics2-rv2-stable-10.jar)
    UCHIJAAAA autopackager{1.5.2} [AutoPackager] (autopackager-1.5.3.jar)
    UCHIJAAAA Backpack{2.0.1} [Backpack] (backpack-2.0.1-1.7.x.jar)
    UCHIJAAAA BinnieCore{2.0-pre14} [Binnie Core] (binnie-mods-2.0-pre14.jar)
    UCHIJAAAA Botany{2.0-pre14} [Botany] (binnie-mods-2.0-pre14.jar)
    UCHIJAAAA ExtraBees{2.0-pre14} [Extra Bees] (binnie-mods-2.0-pre14.jar)
    UCHIJAAAA ExtraTrees{2.0-pre14} [Extra Trees] (binnie-mods-2.0-pre14.jar)
    UCHIJAAAA Genetics{2.0-pre14} [Genetics] (binnie-mods-2.0-pre14.jar)
    UCHIJAAAA BuildCraft|Energy{7.1.18} [BC Energy] (buildcraft-7.1.18.jar)
    UCHIJAAAA BuildCraft|Builders{7.1.18} [BC Builders] (buildcraft-7.1.18.jar)
    UCHIJAAAA BuildCraft|Compat{7.1.5} [BuildCraft Compat] (buildcraft-compat-7.1.5.jar)
    UCHIJAAAA CarpentersBlocks{3.3.5} [Carpenter's Blocks] (Carpenter's Blocks v3.3.5 - MC 1.7.10.jar)
    UCHIJAAAA ChickenChunks{1.3.4.19} [ChickenChunks] (ChickenChunks-1.7.10-1.3.4.19-universal.jar)
    UCHIJAAAA chococraft{4.1.5} [Clienthax's ChocoCraft] (ChocoCraft-4.1.5.jar)
    UCHIJAAAA darkcore{0.3} [Dark Core] (darkcore-0.3-86.jar)
    UCHIJAAAA DeathCounter{4.0.0} [DeathCounter] (DeathCounter-4.0.0.jar)
    UCHIJAAAA EnderStorage{1.4.7.38} [EnderStorage] (EnderStorage-1.7.10-1.4.7.38-universal.jar)
    UCHIJAAAA EnderTech{1.7.10-0.3.2.405} [EnderTech] (EnderTech-1.7.10-0.3.2.405.jar)
    UCHIJAAAA Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar)
    UCHIJAAAA extracells{2.3.3} [Extra Cells 2] (ExtraCells-1.7.10-2.3.3b162.jar)
    UCHIJAAAA ForgeMultipart{1.2.0.345} [Forge Multipart] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
    UCHIJAAAA ExtraUtilities{1.2.12} [Extra Utilities] (extrautilities-1.2.12.jar)
    UCHIJAAAA FlatSigns{2.1.0.19} [Flat Signs] (FlatSigns-1.7.10-universal-2.1.0.19.jar)
    UCHIJAAAA guilib{1.0.7.2} [GUI Library] (Forge_GuiLib-1.0.7.2_1.7.10.jar)
    UCHIJAAAA PaintingSelGui{1.7.2.0} [PaintingSelectionGui] (Forge_PaintingSelectionGuiv1.7.2.0.zip)
    UCHIJAAAA foxlib{1.7.10-0.7.0} [FoxLib] (FoxLib-1.7.10-0.7.0.jar)
    UCHIJAAAA funkylocomotion{1.0} [Funky Locomotion] (funky-locomotion-1.7.10-beta-7.jar)
    UCHIJAAAA GalacticraftCore{3.0.12} [Galacticraft Core] (GalacticraftCore-1.7-3.0.12.463.jar)
    UCHIJAAAA GalacticraftMars{3.0.12} [Galacticraft Planets] (Galacticraft-Planets-1.7-3.0.12.463.jar)
    UCHIJAAAA GraviSuite{1.7.10-2.0.3} [Graviation Suite] (GraviSuite-1.7.10-2.0.3.jar)
    UCHIJAAAA iChunUtil{4.2.3} [iChunUtil] (iChunUtil-4.2.3.jar)
    UCHIJAAAA Hats{4.0.1} [Hats] (Hats-4.0.1.jar)
    UCHIJAAAA HatStand{4.0.0} [HatStand] (HatStand-4.0.0.jar)
    UCHIJAAAA IC2NuclearControl{2.2.1a-Yolo} [Nuclear Control 2] (IC2NuclearControl-2.2.1a-Yolo.jar)
    UCHIJAAAA IGWMod{1.1.11-32} [In-Game wiki Mod] (IGW-Mod-1.7.10-1.1.11-32-universal.jar)
    UCHIJAAAA ImmibisCore{59.1.2} [Immibis Core] (immibis-core-59.1.2.jar)
    UCHIJAAAA InventoryPets{1.4.8.1} [Inventory Pets] (inventorypets-1.7.10-1.4.8.1-universal.jar)
    UCHIJAAAA inventorytweaks{1.58-147-645ca10} [Inventory Tweaks] (InventoryTweaks-1.58-147.jar)
    UCHIJAAAA IronChest{6.0.62.742} [Iron Chest] (ironchest-1.7.10-6.0.62.742-universal.jar)
    UCHIJAAAA JABBA{1.2.0b} [JABBA] (Jabba-1.2.1_1.7.10.jar)
    UCHIJAAAA malisiscore{1.7.10-0.14.0} [MalisisCore] (malisiscore-1.7.10-0.14.0.jar)
    UCHIJAAAA malisisdoors{1.7.10-1.13.0} [Malisis' Doors] (malisisdoors-1.7.10-1.13.0.jar)
    UCHIJAAAA Mimicry{1.7.x_1286_1.0.5} [Mimicry] (Mimicry-1.7.10_1286_1.0.5.jar)
    UCHIJAAAA MineFactoryReloaded{1.7.10R2.8.1} [MineFactory Reloaded] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
    UCHIJAAAA MineFactoryReloaded|CompatAppliedEnergistics{1.7.10R2.8.1} [MFR Compat: Applied Energistics] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
    UCHIJAAAA MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.1} [MFR Compat: BuildCraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
    UCHIJAAAA MineFactoryReloaded|CompatChococraft{1.7.10R2.8.1} [MFR Compat: Chococraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
    UCHIJAAAA MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.1} [MFR Compat: ExtraBiomes] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
    UCHIJAAAA MineFactoryReloaded|CompatForestry{1.7.10R2.8.1} [MFR Compat: Forestry] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
    UCHIJAAAA MineFactoryReloaded|CompatForgeMicroblock{1.7.10R2.8.1} [MFR Compat: ForgeMicroblock] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
    UCHIJAAAA MineFactoryReloaded|CompatIC2{1.7.10R2.8.1} [MFR Compat: IC2] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
    UCHIJAAAA MrTJPCoreMod{1.1.0.31} [MrTJPCore] (MrTJPCore-1.7.10-1.1.0.31-universal.jar)
    UCHIJAAAA ProjRed|Core{4.7.0pre9.92} [ProjectRed Core] (ProjectRed-1.7.10-4.7.0pre9.92-Base.jar)
    UCHIJAAAA ProjRed|Exploration{4.7.0pre9.92} [ProjectRed Exploration] (ProjectRed-1.7.10-4.7.0pre9.92-World.jar)
    UCHIJAAAA MineFactoryReloaded|CompatProjRed{1.7.10R2.8.1} [MFR Compat ProjectRed] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
    UCHIJAAAA Railcraft{9.8.0.0} [Railcraft] (Railcraft_1.7.10-9.8.0.0.jar)
    UCHIJAAAA MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.1} [MFR Compat: Railcraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
    UCHIJAAAA MineFactoryReloaded|CompatThermalExpansion{1.7.10R2.8.1} [MFR Compat: Thermal Expansion] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
    UCHIJAAAA TConstruct{1.7.10-1.8.8.build988} [Tinkers' Construct] (TConstruct-1.7.10-1.8.8.jar)
    UCHIJAAAA MineFactoryReloaded|CompatTConstruct{1.7.10R2.8.1} [MFR Compat: Tinkers' Construct] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
    UCHIJAAAA TwilightForest{2.3.4} [The Twilight Forest] (twilightforest-1.7.10-2.3.4.jar)
    UCHIJAAAA MineFactoryReloaded|CompatTwilightForest{1.7.10R2.8.1} [MFR Compat: TwilightForest] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
    UCHIJAAAA MineFactoryReloaded|CompatVanilla{1.7.10R2.8.1} [MFR Compat: Vanilla] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
    UCHIJAAAA MineTweaker3{3.0.9B} [MineTweaker 3] (MineTweaker3-1.7.10-3.0.9C.jar)
    UCHIJAAAA MoarPeripherals{1.7.10-1.7-1.53} [MoarPeripherals] (MoarPeripherals-1.7.10-1.7-1.53.jar)
    UCHIJAAAA redgear_core{2.1.3} [Red Gear Core] (RedGearCore-1.7.10-2.1.3.jar)
    UCHIJAAAA redgear_morebackpacks{2.2.2} [More Backpacks] (More Backpacks-1.7.10-2.2.2.jar)
    UCHIJAAAA Morph{0.9.3} [Morph] (Morph-Beta-0.9.3.jar)
    UCHIJAAAA cfm{3.4.7} [§9MrCrayfish's Furniture Mod] (MrCrayfishFurnitureModv3.4.7(1.7.10).jar)
    UCHIJAAAA Mystcraft{0.12.3.03} [Mystcraft] (mystcraft-1.7.10-0.12.3.03.jar)
    UCHIJAAAA NEIAddons{1.12.13.38} [NEI Addons] (neiaddons-1.12.13.38-mc1.7.10.jar)
    UCHIJAAAA NEIAddons|Developer{1.12.13.38} [NEI Addons: Developer Tools] (neiaddons-1.12.13.38-mc1.7.10.jar)
    UCHIJAAAA NEIAddons|AppEng{1.12.13.38} [NEI Addons: Applied Energistics 2] (neiaddons-1.12.13.38-mc1.7.10.jar)
    UCHIJAAAA NEIAddons|Botany{1.12.13.38} [NEI Addons: Botany] (neiaddons-1.12.13.38-mc1.7.10.jar)
    UCHIJAAAA NEIAddons|Forestry{1.12.13.38} [NEI Addons: Forestry] (neiaddons-1.12.13.38-mc1.7.10.jar)
    UCHIJAAAA NEIAddons|CraftingTables{1.12.13.38} [NEI Addons: Crafting Tables] (neiaddons-1.12.13.38-mc1.7.10.jar)
    UCHIJAAAA NEIAddons|ExNihilo{1.12.13.38} [NEI Addons: Ex Nihilo] (neiaddons-1.12.13.38-mc1.7.10.jar)
    UCHIJAAAA neiintegration{1.0.13} [NEI Integration] (NEIIntegration-MC1.7.10-1.0.13.jar)
    UCHIJAAAA ObsidiPlates{3.0.0.18} [ObsidiPlates] (ObsidiPlates-1.7.10-universal-3.0.0.18.jar)
    UCHIJAAAA OpenMods{0.9.1} [OpenMods] (OpenModsLib-1.7.10-0.9.1.jar)
    UCHIJAAAA OpenBlocks{1.5.1} [OpenBlocks] (OpenBlocks-1.7.10-1.5.1.jar)
    UCHIJAAAA OpenPeripheralCore{1.3} [OpenPeripheralCore] (OpenPeripheral-1.7.10-AIO-7.jar)
    UCHIJAAAA OpenPeripheral{0.5.1} [OpenPeripheralAddons] (OpenPeripheral-1.7.10-AIO-7.jar)
    UCHIJAAAA OpenPeripheralIntegration{0.5} [OpenPeripheralIntegration] (OpenPeripheral-1.7.10-AIO-7.jar)
    UCHIJAAAA MapWriter{2.1.2} [MapWriter] (Opis-1.2.5_1.7.10.jar)
    UCHIJAAAA Opis{1.2.5} [Opis] (Opis-1.2.5_1.7.10.jar)
    UCHIJAAAA PaintingsMod{1.7.2} [Paintings++] (Paintings++-1.7.2_1.3.jar)
    UCHIJAAAA pchan3{0.7} [PChan3 mods] (Pchan3_SteamShip-Mod-1.7.10.jar)
    UCHIJAAAA PetBat{1.3.8} [Pet Bat] (PetBat-1.7.10.jar)
    UCHIJAAAA PneumaticCraft{1.12.2-145} [PneumaticCraft] (PneumaticCraft-1.7.10-1.12.2-145-universal.jar)
    UCHIJAAAA PortalGun{4.0.0-beta-6} [PortalGun] (PortalGun-4.0.0-beta-6.jar)
    UCHIJAAAA PowerConverters{1.7.10_3.3.0-jenkins.76} [Power Converters] (PowerConverters-1.7.10_3.3.0-jenkins.76.jar)
    UCHIJAAAA ProjRed|Transmission{4.7.0pre9.92} [ProjectRed Transmission] (ProjectRed-1.7.10-4.7.0pre9.92-Integration.jar)
    UCHIJAAAA ProjRed|Transportation{4.7.0pre9.92} [ProjectRed Transportation] (ProjectRed-1.7.10-4.7.0pre9.92-Mechanical.jar)
    UCHIJAAAA ProjRed|Compatibility{4.7.0pre9.92} [ProjectRed Compatibility] (ProjectRed-1.7.10-4.7.0pre9.92-Compat.jar)
    UCHIJAAAA ProjRed|Integration{4.7.0pre9.92} [ProjectRed Integration] (ProjectRed-1.7.10-4.7.0pre9.92-Integration.jar)
    UCHIJAAAA ProjRed|Fabrication{4.7.0pre9.92} [ProjectRed Fabrication] (ProjectRed-1.7.10-4.7.0pre9.92-Fabrication.jar)
    UCHIJAAAA ProjRed|Illumination{4.7.0pre9.92} [ProjectRed Illumination] (ProjectRed-1.7.10-4.7.0pre9.92-Lighting.jar)
    UCHIJAAAA ProjRed|Expansion{4.7.0pre9.92} [ProjectRed Expansion] (ProjectRed-1.7.10-4.7.0pre9.92-Mechanical.jar)
    UCHIJAAAA RandomThings{2.2.4} [Random Things] (RandomThings-2.2.4.jar)
    UCHIJAAAA rftools{4.23} [RFTools] (rftools-4.23.jar)
    UCHIJAAAA SpiceOfLife{1.3.6} [The Spice of Life] (SpiceOfLife-mc1.7.10-1.3.6.jar)
    UCHIJAAAA StevesCarts{2.0.0.b18} [Steve's Carts 2] (StevesCarts2.0.0.b18.jar)
    UCHIJAAAA Tails{1.7.10-1.3.1} [Tails] (Tails-1.7.10-1.3.1.jar)
    UCHIJAAAA TardisMod{0.994} [Tardis Mod] (tardismod-1.7.10-0.994-124-DS.jar)
    UCHIJAAAA FWG{1.0.3} [Fun World Gen] (Terrain_FWG-1.0.3.jar)
    UCHIJAAAA OWG{1.0.3} [Old World Gen] (Terrain_OWG-1.0.3-1.7.10.jar)
    UCHIJAAAA RTG{0.7.0} [Realistic Terrain Generation] (Terrain_RTG-1.7.10-0.7.0.jar)
    UCHIJAAAA ThermalDynamics{1.7.10R1.2.0} [Thermal Dynamics] (ThermalDynamics-[1.7.10]1.2.0-171.jar)
    UCHIJAAAA TMechworks{0.2.13.96} [Tinkers' Mechworks] (TMechworks-1.7.10-0.2.13.96.jar)
    UCHIJAAAA Torched{4.0.0} [Torched] (Torched-4.0.0.jar)
    UCHIJAAAA ctrades{1.3.2} [Custom Trades Mod] (Trades-mc1.7.10-1.3.2.jar)
    UCHIJAAAA TrailMix{4.0.0} [TrailMix] (TrailMix-4.0.0.jar)
    UCHIJAAAA Translocator{1.1.2.16} [Translocator] (Translocator-1.7.10-1.1.2.16-universal.jar)
    UCHIJAAAA Tubestuff{59.0.4} [Tubestuff] (tubestuff-59.0.4.jar)
    UCHIJAAAA VeinMiner{0.34.1_1.7.10-4d066f1} [Vein Miner] (VeinMiner-0.34.1-1.7.10r473+4d066f1.jar)
    UCHIJAAAA VeinMinerModSupport{0.34.1_1.7.10-4d066f1} [Mod Support] (VeinMiner-0.34.1-1.7.10r473+4d066f1.jar)
    UCHIJAAAA worldedit{6.0-beta-01} [WorldEdit] (worldedit-forge-mc1.7.10-6.0-beta-01.jar)
    UCHIJAAAA WR-CBE|Core{1.4.1.11} [WR-CBE Core] (WR-CBE-1.7.10-1.4.1.11-universal.jar)
    UCHIJAAAA WR-CBE|Addons{1.4.1.11} [WR-CBE Addons] (WR-CBE-1.7.10-1.4.1.11-universal.jar)
    UCHIJAAAA WR-CBE|Logic{1.4.1.11} [WR-CBE Logic] (WR-CBE-1.7.10-1.4.1.11-universal.jar)
    UCHIJAAAA YAFM{1.0.3} [Yet Another Food Mod] (yafm-1.0.3.jar)
    UCHIJAAAA McMultipart{1.2.0.345} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
    UCHIJAAAA ForgeRelocation{0.0.1.4} [ForgeRelocation] (ForgeRelocation-1.7.10-0.0.1.4-universal.jar)
    UCHIJAAAA MCFrames{1.0} [MCFrames] (ForgeRelocation-1.7.10-0.0.1.4-universal.jar)
    UCHIJAAAA RelocationFMP{0.0.1.2} [RelocationFMP] (ForgeRelocationFMP-1.7.10-0.0.1.2-universal.jar)
    UCHIJAAAA ForgeMicroblock{1.2.0.345} [Forge Microblocks] (ForgeMultipart-1.7.10-1.2.0.345-universal.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|CompatSufficientBiomes{1.7.10R2.8.1} [MFR Compat: Sufficient Biomes] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
    UD MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.1} [MFR Compat: Thaumcraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
    GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 368.81' Renderer: 'GeForce GTX 760/PCIe/SSE2'
    OpenModsLib class transformers: [stencil_patches:FINISHED],[movement_callback:FINISHED],[map_gen_fix:FINISHED],[gl_capabilities_hook:FINISHED],[player_render_hook:FINISHED]
    Class transformer null safety: all safe
    CoFHCore: -[1.7.10]3.1.3-327
    Mantle Environment: DO NOT REPORT THIS CRASH! Unsupported mods in environment: optifine
    ThermalFoundation: -[1.7.10]1.2.5-115
    ThermalExpansion: -[1.7.10]4.1.4-247
    AE2 Version: stable rv2-stable-10 for Forge 10.13.2.1291
    MineFactoryReloaded: -[1.7.10]2.8.1-174
    TConstruct Environment: Environment healthy.
    ThermalDynamics: -[1.7.10]1.2.0-171
    Stencil buffer state: Function set: GL30, pool: forge, bits: 8
    Forestry : Warning: You have mods that change the behavior of Minecraft, ForgeModLoader, and/or Minecraft Forge to your client:
    Optifine
    These may have caused this error, and may not be supported. Try reproducing the crash WITHOUT these mods, and report it then.
    AE2 Integration: IC2:ON, RotaryCraft:OFF, RC:ON, BC:ON, RF:ON, RFItem:ON, MFR:ON, DSU:ON, FZ:OFF, FMP:ON, RB:OFF, CLApi:OFF, Waila:ON, InvTweaks:ON, NEI:ON, CraftGuide:OFF, Mekanism:OFF, ImmibisMicroblocks:OFF, BetterStorage:OFF
    Launched Version: 1.7.10-Forge10.13.4.1614-1.7.10
    LWJGL: 2.9.1
    OpenGL: GeForce GTX 760/PCIe/SSE2 GL version 4.5.0 NVIDIA 368.81, 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: [Lithos-Core 1.4 for 1.7x.zip, Lithos-Luminous 12 for 1.7x.zip, _Lithos_HD_Font_Add-on.zip, Retro Sounds.zip, Portal Gun Colors.zip, Sphax Ghast.zip, Name Tweaks.zip, Flexico's Pic Collection.zip]
    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)
    OptiFine Version: OptiFine_1.7.10_HD_D1
    Render Distance Chunks: 24
    Mipmaps: 0
    Anisotropic Filtering: 1
    Antialiasing: 0
    Multitexture: false
    OpenGlVersion: 4.5.0 NVIDIA 368.81
    OpenGlRenderer: GeForce GTX 760/PCIe/SSE2
    OpenGlVendor: NVIDIA Corporation
    CpuCount: 8
    Posted in: Minecraft Mods
  • To post a comment, please .