• 0

    posted a message on 1.6 Modpack help

    Pluz help

    Posted in: Java Edition Support
  • 0

    posted a message on 1.6 Modpack help

    Please... I AM DESPERATE!

    Posted in: Java Edition Support
  • 0

    posted a message on 1.6 Modpack help
    Quote from PlayerX2000»

    Anyone think they can help?


    No one??... :(

    Posted in: Java Edition Support
  • 0

    posted a message on 1.6 Modpack help
    Quote from PlayerX2000»

    Well, I updated them, but that didn't really help either of my problems. And Tropicraft is causing the game to crash, I realize that, but I was asking for someone to help me figure out why it was crashing.


    If anyone has a similar issue, I solved the LomLib one. For some reason I had to put both versions of LomLib in the mods folder at once.


    If anyone knows how to solve my Tropicraft problem, I would appreicate it.


    Anyone think they can help?

    Posted in: Java Edition Support
  • 0

    posted a message on 1.6 Modpack help
    Quote from TheWoodGames»

    Update Nether Ores and MFR and try playing without Tropicraft.


    Well, I updated them, but that didn't really help either of my problems. And Tropicraft is causing the game to crash, I realize that, but I was asking for someone to help me figure out why it was crashing.


    If anyone has a similar issue, I solved the LomLib one. For some reason I had to put both versions of LomLib in the mods folder at once.


    If anyone knows how to solve my Tropicraft problem, I would appreicate it.

    Posted in: Java Edition Support
  • 0

    posted a message on 1.6 Modpack help

    No-one?

    Posted in: Java Edition Support
  • 0

    posted a message on 1.6 Modpack help
    Quote from PlayerX2000»

    Bumping, because I would really like help.


    Bump



    (Please help if you have any ideas.)

    Posted in: Java Edition Support
  • 0

    posted a message on Reika's Mods (Tech, WorldGen, Civilization, and more)

    This may be weird, but is there a version of Chromaticraft for 1.6.4?

    Posted in: Minecraft Mods
  • 0

    posted a message on [1.7.x][1.8] Elemental Creepers - Rebooted

    Which of these creepers are in 1.6, and which ones are newer, so not in that version?

    Posted in: Minecraft Mods
  • 0

    posted a message on 1.6 Modpack help

    Bumping, because I would really like help.

    Posted in: Java Edition Support
  • 0

    posted a message on 1.6 Modpack help
    Quote from webik150»

    This probably isn't really helpful, but have you checked that the class is there? Like.. by opening the mod's JAR/ZIP?


    I just checked, and the class is in fact there. So nothing on that front, but thanks anyway.

    Posted in: Java Edition Support
  • 0

    posted a message on 1.6 Modpack help

    So I am making a really big modpack, and it is in 1.6.4, as there are various reasons I can't and won't update. The problem is that there a few mods that are not working, and most mod authors are not helping with outdated versions, so I am making my own thread in the hopes that I will get help. There are 2 main problems I'm having.




    Issue #1:
    SOLVED



    The first problem I am having has to do with Lomeli's mods Elemental Creepers and Gels+


    I seem to have a problem with Elemental Creepers and Gels+ being sort of incompatible. I have Elemental Creepers 4.0.1 and Gels+ 1.2.0. I was told by Lomeli that there was a bug with Gels plus and LomLib 1.1.0, and that updating to 1.2.0 would fix it. Well, it did, but then there was a problem with Elemental Creepers, saying that the minimum version of LomLib required was 1.1.0. I have no idea why it wouldn't load, as it said minimum, and obviously 1.2.0 comes after 1.1.0, but Elemental creepers worked by itself when I downgraded to LomLib 1.1.0, but then of course, Gels+ wouldn't work. So I can't seem to have both mods at the same time, as they seem to only want to work with one version of LomLib, and each likes a different version.




    Issue #2



    The other problem has to do with Tropicraft. When I install it the game crashes on startup, something about a class not being found.

    Here is the crash report:



    </p> <p>---- Minecraft Crash Report ---- // Sorry  :( <p> </p>Time: 3/21/15 4:52 PM Description: There was a severe problem during mod loading that has caused the game to fail <p> </p>cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: tropicraft/entities/items/WallShell at cpw.mods.fml.common.LoadController.transition(LoadController.java:156) at cpw.mods.fml.common.Loader.initializeMods(Loader.java:700) at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:249) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:509) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808) at net.minecraft.client.main.Main.main(SourceFile:101) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at net.minecraft.launchwrapper.Launch.launch(Launch.java:131) at net.minecraft.launchwrapper.Launch.main(Launch.java:27) Caused by: java.lang.NoClassDefFoundError: tropicraft/entities/items/WallShell at tropicraft.items.TropicraftItems.init(TropicraftItems.java:146) at tropicraft.Tropicraft.load(Tropicraft.java:178) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545) at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74) at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296) at com.google.common.eventbus.EventBus.post(EventBus.java:267) at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201) at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74) at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296) at com.google.common.eventbus.EventBus.post(EventBus.java:267) at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112) at cpw.mods.fml.common.Loader.initializeMods(Loader.java:699) ... 10 more Caused by: java.lang.ClassNotFoundException: tropicraft.entities.items.WallShell at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:186) at java.lang.ClassLoader.loadClass(ClassLoader.java:425) at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ... 38 more Caused by: java.lang.NoClassDefFoundError: weather/system/wind/WindHandler at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:800) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:178) ... 40 more Caused by: java.lang.ClassNotFoundException: weather.system.wind.WindHandler at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:97) at java.lang.ClassLoader.loadClass(ClassLoader.java:425) at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ... 44 more <p> </p><p> </p>A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- <p> </p>-- System Details -- Details: Minecraft Version: 1.6.4 Operating System: Mac OS X (x86_64) version 10.7.5 Java Version: 1.7.0_65, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 639740440 bytes (610 MB) / 1418723328 bytes (1353 MB) up to 2386034688 bytes (2275 MB) JVM Flags: 3 total; -Xmx2560m -XX:PermSize=256m -XX:MaxPermSize=512m AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used Suspicious classes: FML and Forge are installed IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: MCP v8.11 FML v6.4.49.965 Minecraft Forge 9.11.1.965 330 mods loaded, 330 mods active mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized FML{6.4.49.965} [Forge Mod Loader] (minecraftforge-9.11.1.965.jar) Unloaded->Constructed->Pre-initialized->Initialized Forge{9.11.1.965} [Minecraft Forge] (minecraftforge-9.11.1.965.jar) Unloaded->Constructed->Pre-initialized->Initialized Aroma1997Core{1.0.1.5} [Aroma1997Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized CodeChickenCore{0.9.0.9} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized Evoc{1.0.0} [Evoc] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized LomLibCore{1.1.0} [LomLib:Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized MobSpliceCore{1.0.0} [MobSpliceCore] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized MobiusCore{1.0.4} [MobiusCore] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized NotEnoughItems{1.6.1.9} [Not Enough Items] (NotEnoughItems 1.6.1.9.jar) Unloaded->Constructed->Pre-initialized->Initialized PowerCrystalsCore{1.1.8} [PowerCrystals Core] (PowerCrystalsCore-1.1.8-10.jar) Unloaded->Constructed->Pre-initialized->Initialized TConstruct-Preloader{0.0.1} [Tinkers Corestruct] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized AppliedEnergistics-Core{rv14.finale2} [AppliedEnergistics Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized denLib{3.2.3} [denLib] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized gasesCore{1.4.4.3} [Glenn's Gases Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized gasesFrameworkCore{1.0.3.1} [Gases Framework Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized switches|pistontweak{1.3.0 build 25} [Switches|PistonTweak] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized OpenModsCore{@VERSION@} [OpenModsCore] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized DenEvents{1.0} [DenEvents] (DenEvents.jar) Unloaded->Constructed->Pre-initialized->Initialized DamageIndicatorsMod{2.9.2.2} [Damage Indicators] (1.6.4 DamageIndicatorsv2.9.2.2.zip) Unloaded->Constructed->Pre-initialized->Initialized BuildCraft|Core{4.2.2} [BuildCraft] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized->Initialized BuildCraft|Energy{4.2.2} [BC Energy] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized->Initialized Natura{2.1.14} [Natura] (Natura_mc1.6.X_2.1.14.jar) Unloaded->Constructed->Pre-initialized->Initialized BiomesOPlenty{1.2.1} [Biomes O' Plenty] (BiomesOPlenty-universal-1.6.4-1.2.1.416.jar) Unloaded->Constructed->Pre-initialized->Initialized CoFHCore{2.0.0.0} [CoFH Core] (CoFHCore-2.0.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized NetherOres{1.6.2R2.2.2B1} [Nether Ores] (NetherOres-2.2.2B1-16.jar) Unloaded->Constructed->Pre-initialized->Initialized UniversalElectricity{3.1.0} [Universal Electricity] (Universal-Electricity-3.1.0.97-core.jar) Unloaded->Constructed->Pre-initialized->Initialized ResonantEngine{@MAJOR@.@MINOR@.@REVIS@} [ResonantEngine] (Resonant-Engine-1.2.0.343-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized ForgeMultipart{1.0.0.250} [Forge Multipart] (ForgeMultipart-universal-1.6.4-1.0.0.250.jar) Unloaded->Constructed->Pre-initialized->Initialized ResonantInduction|Core{0.3.1} [Resonant Induction] (Resonant-Induction-0.3.1.362-Resonant-Induction Core.jar) Unloaded->Constructed->Pre-initialized->Initialized ResonantInduction|Archaic{0.3.1} [Resonant Induction Archaic] (Resonant-Induction-0.3.1.362-archaic.jar) Unloaded->Constructed->Pre-initialized->Initialized ResonantInduction|Mechanical{0.3.1} [Resonant Induction Mechanical] (Resonant-Induction-0.3.1.362-mechanical.jar) Unloaded->Constructed->Pre-initialized->Initialized ResonantInduction|Electrical{0.3.1} [Resonant Induction Electrical] (Resonant-Induction-0.3.1.362-electrical.jar) Unloaded->Constructed->Pre-initialized->Initialized ThermalExpansion{3.0.0.0} [Thermal Expansion] (ThermalExpansion-3.0.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized IC2{2.0.344-experimental} [IndustrialCraft 2] (industrialcraft-2_2.0.344-experimental.jar) Unloaded->Constructed->Pre-initialized->Initialized BuildCraft|Builders{4.2.2} [BC Builders] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized->Initialized BuildCraft|Factory{4.2.2} [BC Factory] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized->Initialized BuildCraft|Transport{4.2.2} [BC Transport] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized->Initialized MineFactoryReloaded{1.6.2R2.7.4} [MineFactory Reloaded] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized MineFactoryReloaded|CompatForestryPre{1.6.2R2.7.4} [MFR Compat: Forestry (part 2)] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized Forestry{2.3.1.1} [Forestry for Minecraft] (forestry-A-2.3.1.1.jar) Unloaded->Constructed->Pre-initialized->Initialized Thaumcraft{4.1.0g} [Thaumcraft] (Thaumcraft4.1.0g.zip) Unloaded->Constructed->Pre-initialized->Initialized betterstorage{0.7.3.38} [BetterStorage] (1.6.4.BetterStorage_0.7.3.38.zip) Unloaded->Constructed->Pre-initialized->Initialized DC1{2.4.0.12} [DukeCore] ([1.6.4] DukeCore v2.4.0.12.jar) Unloaded->Constructed->Pre-initialized->Initialized AS1{2.4.5.21} [Arcane Scrolls] ([1.6.4] ArcaneScrolls v2.4.5.21.jar) Unloaded->Constructed->Pre-initialized->Initialized DoggyTalents{v1.5.1a} [Doggy Talents] ([1.6.4] Doggy Talents - v1.5.1a.zip) Unloaded->Constructed->Pre-initialized->Initialized EnderBook{1.0.1.2} [Ender Book] ([1.6.4] EnderBook v1.0.1.2.jar) Unloaded->Constructed->Pre-initialized->Initialized IGML3{3.0.0.6} [In Game Mod List 3] ([1.6.4] IGML3 v3.0.0.6.jar) Unloaded->Constructed->Pre-initialized->Initialized DustModCore{v2.0} [Runic Dust Mod-Core] ([1.6.4] Runic Dust Mod Core v2.0.0a.zip) Unloaded->Constructed->Pre-initialized->Initialized DustDeco{v2.0} [Runic Dust Mod- Decorative Runes] ([1.6.4] Runic Dust Mod Decor Runes v2.0.zip) Unloaded->Constructed->Pre-initialized->Initialized DustDefaults{v2.0} [Runic Dust Mod- Default Runes] ([1.6.4] Runic Dust Mod Default Runes v2.0.zip) Unloaded->Constructed->Pre-initialized->Initialized DustThaum{v2.0} [Runic Dust Mod- Thaumcraft Addon] ([1.6.4] Runic Dust Mod ThaumRunes v2.0.zip) Unloaded->Constructed->Pre-initialized->Initialized bspkrsCore{v5.2(1.6.4)} [bspkrsCore] ([1.6.4]bspkrsCorev5.2.zip) Unloaded->Constructed->Pre-initialized->Initialized ArmorStatusHUD{v1.15(1.6.4)} [ArmorStatusHUD] ([1.6.4]ArmorStatusHUDv1.15.zip) Unloaded->Constructed->Pre-initialized->Initialized mod_ReiMinimap{v3.4_01 [1.6.2]} [mod_ReiMinimap] ([1.6.4]ReiMinimap_v3.4_01.zip) Unloaded->Constructed->Pre-initialized->Initialized StatusEffectHUD{v1.19(1.6.4)} [StatusEffectHUD] ([1.6.4]StatusEffectHUDv1.19.zip) Unloaded->Constructed->Pre-initialized->Initialized wildcaves3{0.4.3.5} [Wild Caves 3] ([1.6.x] WildCaves v0.4.3.4.zip) Unloaded->Constructed->Pre-initialized->Initialized advancedgenetics{v1.1} [Advanced Genetics] (advancedGenetics_v1.1.jar) Unloaded->Constructed->Pre-initialized->Initialized AdvancedMachines{5.2.3} [IC2 Advanced Machines Addon] (AdvancedMachines_1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized Waila{1.4.4} [Waila] (Waila_1.4.4b.zip) Unloaded->Constructed->Pre-initialized->Initialized AdvancedThaumaturgy{0.0.25} [Advanced Thaumaturgy] (AdvancedThaumaturgy-1.6.4-0.0.25.jar) Unloaded->Constructed->Pre-initialized->Initialized Agriculture{1.0.0} [Agriculture] (Agriculture-1.6.2-1.2.4.jar) Unloaded->Constructed->Pre-initialized->Initialized AlchemyPlusPlus{release 1.1} [Alchemy++] (AlchemyPlusPlus-1.2-29.jar) Unloaded->Constructed->Pre-initialized->Initialized arsmagica2{1.1.1c} [Ars Magica 2] (AM2_1.1.1c.zip) Unloaded->Constructed->Pre-initialized->Initialized Mekanism{5.7.0} [Mekanism] (Mekanism-v5.7.0.11.jar) Unloaded->Constructed->Pre-initialized->Initialized TConstruct{1.6.X_1.5.5.7} [Tinkers' Construct] (TConstruct_mc1.6.4_1.5.5.7.jar) Unloaded->Constructed->Pre-initialized->Initialized aobd{1.3.1} [Another One Bites The Dust] (AOBD v1.3.1.jar) Unloaded->Constructed->Pre-initialized->Initialized AppliedEnergistics{rv14.finale2} [Applied Energistics] (appeng-rv14-finale2-mc16x.jar) Unloaded->Constructed->Pre-initialized->Initialized KeithyUtils{1.3} [Keithy Utils] (KeithyUtils-1.6.4-1.3.30.jar) Unloaded->Constructed->Pre-initialized->Initialized Aquaculture{1.2.4} [Aquaculture] (Aquaculture_1.2.4.zip) Unloaded->Constructed->Pre-initialized->Initialized ArchimedesShipsMod{1.6.4 v1.4.5} [Archimedes' Ships] (ArchimedesShips.zip) Unloaded->Constructed->Pre-initialized->Initialized Aroma1997CoreHelper{1.0.1.5} [Aroma1997Core|Helper] (Aroma1997Core MC.1.6.4 v.1.0.1.5.jar) Unloaded->Constructed->Pre-initialized->Initialized Artifice{1.6.4R1.1.3} [Artifice] (Artifice-1.1.3-224.jar) Unloaded->Constructed->Pre-initialized->Initialized ArtificeCompat|EE3{1.6.4R1.1.3} [Artifice Compat: EE3] (Artifice-1.1.3-224.jar) Unloaded->Constructed->Pre-initialized->Initialized ArtificeCompat|Forestry{1.6.4R1.1.3} [Artifice Compat: Forestry] (Artifice-1.1.3-224.jar) Unloaded->Constructed->Pre-initialized->Initialized ArtificeCompat|Vanilla{1.6.4R1.1.3} [Artifice Compat: Vanilla] (Artifice-1.1.3-224.jar) Unloaded->Constructed->Pre-initialized->Initialized ATG{0.9.3} [Alternate Terrain Generation] (ATG-1.6.4-0.9.3.jar) Unloaded->Constructed->Pre-initialized->Initialized Atum{0.5.9B} [Atum] (Atum1.6.4-0.5.9b.jar) Unloaded->Constructed->Pre-initialized->Initialized Autoutils{1.0.1} [Autoutils] (autoutils-1.6.4-1.0.1.jar) Unloaded->Constructed->Pre-initialized->Initialized Backpack{1.22.25} [Backpack] (backpack-1.22.25-1.6.x.zip) Unloaded->Constructed->Pre-initialized->Initialized BattleTowers{1.4.2} [Battle Towers] (BattleTowers_1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized bdlib{0.9.4.12} [BD Lib] (bdlib-mc164-0.9.4.12.jar) Unloaded->Constructed->Pre-initialized->Initialized BetterChests{1.1.0.3} [BetterChests] (BetterChests MC.1.6.4 v.1.1.0.3.jar) Unloaded->Constructed->Pre-initialized->Initialized BiblioCraft{1.5.4} [BiblioCraft] (BiblioCraft[v1.5.4].zip) Unloaded->Constructed->Pre-initialized->Initialized BiblioWoodsBoP{1.3} [BiblioWoods Biomes O'Plenty Edition] (BiblioWoods[BiomesOPlenty][v1.3].zip) Unloaded->Constructed->Pre-initialized->Initialized BiblioWoodsForestry{1.3} [BiblioWoods Forestry Edition] (BiblioWoods[Forestry][v1.3].zip) Unloaded->Constructed->Pre-initialized->Initialized BiblioWoodsNatura{1.1} [BiblioWoods Natura Edition] (BiblioWoods[Natura][v1.1].zip) Unloaded->Constructed->Pre-initialized->Initialized ComputerCraft{1.63} [ComputerCraft] (ComputerCraft1.63.jar) Unloaded->Constructed->Pre-initialized->Initialized BigReactors{0.2.10A} [Big Reactors] (BigReactors-0.2.10A.jar) Unloaded->Constructed->Pre-initialized->Initialized Billund{1.01} [BILLUND] (BILLUND1.01.zip) Unloaded->Constructed->Pre-initialized->Initialized BinnieCore{1.8.0} [Binnie Core] (binnie-mods-1.8.0.jar) Unloaded->Constructed->Pre-initialized->Initialized ExtraBees{1.8.0} [Extra Bees] (binnie-mods-1.8.0.jar) Unloaded->Constructed->Pre-initialized->Initialized ExtraTrees{1.8.0} [Extra Trees] (binnie-mods-1.8.0.jar) Unloaded->Constructed->Pre-initialized->Initialized AWWayofTime{v0.7.0a} [Blood Magic: Alchemical Wizardry] (Blood Magic v0.7.0a.zip) Unloaded->Constructed->Pre-initialized->Initialized Botania{beta-11} [Botania] (Botania beta-11.jar) Unloaded->Constructed->Pre-initialized->Initialized BuildCraft|Silicon{4.2.2} [BC Silicon] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized->Initialized Additional-Buildcraft-Objects{1.0.7.557} [Additional Buildcraft Objects] (buildcraft-Z-additional-buildcraft-objects-1.0.7.557.jar) Unloaded->Constructed->Pre-initialized->Initialized CarpentersBlocks{v1.9.9} [Carpenter's Blocks] (Carpenter's Blocks v1.9.9 - MC 1.6+.zip) Unloaded->Constructed->Pre-initialized->Initialized ChickenChunks{1.3.3.4} [ChickenChunks] (ChickenChunks 1.3.3.4.jar) Unloaded->Constructed->Pre-initialized->Initialized Chisel{1.5.0} [Chisel] (chisel-1.6.4-1.5.0fix.jar) Unloaded->Constructed->Pre-initialized->Initialized CoFHLoot{2.0.0.0} [CoFH Loot] (CoFHCore-2.0.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized CoFHMasquerade{2.0.0.0} [CoFH Masquerade] (CoFHCore-2.0.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized CoFHSocial{2.0.0.0} [CoFH Social] (CoFHCore-2.0.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized CoFHWorld{2.0.0.0} [CoFH World] (CoFHCore-2.0.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized CompactSolars{4.4.19.226} [Compact Solar Arrays] (compactsolars-universal-1.6.4-4.4.19.226.zip) Unloaded->Constructed->Pre-initialized->Initialized CompactWindmills{1.0.2.3} [CompactWindmills] (CompactWindmills+MC.1.6.4+v.1.0.2.3.jar) Unloaded->Constructed->Pre-initialized->Initialized ConfigMod{v1.0} [Extended Mod Config] (ConfigMod for MC v1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized CB{1.0} [Controller Block] (controller_1.0(1.6.2).zip) Unloaded->Constructed->Pre-initialized->Initialized CoroAI{v1.0} [CoroAI] (CoroUtil for MC v1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized CraftHeraldry{1.0.3} [CraftHeraldry] (CraftHeraldry 1.0.3.zip) Unloaded->Constructed->Pre-initialized->Initialized craftingpillars{1.4.5} [Crafting Pillars Mod] (CraftingPillars-MC1.6.X-1.5.jar) Unloaded->Constructed->Pre-initialized->Initialized creeperspecies{1.6.2} [Creeper Species] (creeperspecies_1.6.2.zip) Unloaded->Constructed->Pre-initialized->Initialized CrossbowMod2{a0.1.6} [Crossbow Mod 2] (Crossbow-Mod-2-1.6.4-a0.1.6.33.jar) Unloaded->Constructed->Pre-initialized->Initialized EnderStorage{1.4.3.6} [EnderStorage] (EnderStorage 1.4.3.6.jar) Unloaded->Constructed->Pre-initialized->Initialized factorization{0.8.34} [Factorization] (Factorization-0.8.34.jar) Unloaded->Constructed->Pre-initialized->Initialized Railcraft{8.3.2.0} [Railcraft] (Railcraft_1.6.4-8.3.2.0.jar) Unloaded->Constructed->Pre-initialized->Initialized TwilightForest{1.20.2} [The Twilight Forest] (twilightforest-1.20.2.jar) Unloaded->Constructed->Pre-initialized->Initialized DartCraft{Beta 0.2.15} [DartCraft] (DartCraft Beta 0.2.15.jar) Unloaded->Constructed->Pre-initialized->Initialized DeadlyWorld{1.0.1} [Deadly World] (DeadlyWorld 1.0.1 for MC 1.6.2.zip) Unloaded->Constructed->Pre-initialized->Initialized DenPipes-Forestry{1.1.8} [DenPipes-Forestry] (DenPipes-Forestry-1.6.4-1.1.8.jar) Unloaded->Constructed->Pre-initialized->Initialized DenPipes-Emerald{1.1.6} [DenPipes-Emerald] (DenPipes-Emerald-1.6.4-1.1.6.jar) Unloaded->Constructed->Pre-initialized->Initialized xreliquary{1.6.4-1.1.1} [Reliquary] (Reliquary-1.6.4-1.1.1.jar) Unloaded->Constructed->Pre-initialized->Initialized DenPipes{2.1.18} [DenPipes] (DenPipes-1.6.4-2.1.18.jar) Unloaded->Constructed->Pre-initialized->Initialized dimdoors{$VERSION$} [Dimensional Doors] (DimensionalDoors-2.2.1RC1-292.jar) Unloaded->Constructed->Pre-initialized->Initialized DragonAPI{release} [DragonAPI] (DragonAPI 1.6 v14.zip) Unloaded->Constructed->Pre-initialized->Initialized DungeonCrawler{0.2.5} [Dungeon Crawler] (DungeonCrawler 0.2.5 for MC 1.6.2.zip) Unloaded->Constructed->Pre-initialized->Initialized DyeTrees{beta} [Dye Trees] (DyeTrees 1.6 v14.zip) Unloaded->Constructed->Pre-initialized->Initialized dynamictanks{1.0} [Dynamic Liquid Tanks 2] (DynamicTanks2_v0.0.4a.jar) Unloaded->Constructed->Pre-initialized->Initialized Tombenpotter's Electro-Magic Tools{1.0.9} [Electro-Magic Tools] (ElectroMagicTools-1.0.9d.jar) Unloaded->Constructed->Pre-initialized->Initialized ElementalCreepers{4.0.1} [Elemental Creepers] (Elemental_Creepers-universal-4.0.1.jar) Unloaded->Constructed->Pre-initialized->Initialized emashercore{1.2.1.8} [Emasher Resource] (EmasherResource-1.2.1.8.zip) Unloaded->Constructed->Pre-initialized->Initialized EnderIO{0.5.6} [Ender IO] (EnderIO-1.6.4-0.5.6.143a.jar) Unloaded->Constructed->Pre-initialized->Initialized eng_toolbox{1.1.6.6} [Engineer's Toolbox] (EngineersToolbox-1.1.6.6.zip) Unloaded->Constructed->Pre-initialized->Initialized EnhancedPortals3{3.0.0_Beta-2d} [EnhancedPortals] (EnhancedPortals_3.0.0_Beta-2d.jar) Unloaded->Constructed->Pre-initialized->Initialized ExpandedRedstone{Gamma} [ExpandedRedstone] (ExpandedRedstone 1.6 v14.zip) Unloaded->Constructed->Pre-initialized->Initialized ExtendedRenderer{v1.0} [Extended Renderer] (ExtendedRenderer for MC v1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized LogisticsPipes|Main{0.7.4.dev.106} [Logistics Pipes] (LogisticsPipes-MC1.6.4-0.7.4.dev.106.jar) Unloaded->Constructed->Pre-initialized->Initialized extracells{1.6.8f} [ExtraCells] (ExtraCells-1.6.8f.jar) Unloaded->Constructed->Pre-initialized->Initialized ExtradimensionalItemStorage{1.0.4} [Extradimensional Item Storage] (ExtradimensionalItemStorage.zip) Unloaded->Constructed->Pre-initialized->Initialized Metallurgy3Core{3.4.1} [Metallurgy 3 Core] (Metallurgy-1.6.4-3.4.1.32.jar) Unloaded->Constructed->Pre-initialized->Initialized Metallurgy3Base{3.4.1} [Metallurgy 3 Base] (Metallurgy-1.6.4-3.4.1.32.jar) Unloaded->Constructed->Pre-initialized->Initialized ExtraTiC{0.8.4} [ExtraTiC] (ExtraTiC-1.6.4-0.8.4.jar) Unloaded->Constructed->Pre-initialized->Initialized Mystcraft{0.10.11.00} [Mystcraft] (mystcraft-uni-1.6.4-0.10.11.00.zip) Unloaded->Constructed->Pre-initialized->Initialized OpenMods{0.5.1} [OpenMods] (OpenModsLib-0.5.1.jar) Unloaded->Constructed->Pre-initialized->Initialized ProjRed|Transmission{1.0} [ProjRed|Transmission] (ProjectRedIntegration-1.6.4-4.2.1.16.jar) Unloaded->Constructed->Pre-initialized->Initialized OpenPeripheralCore{0.4.1} [OpenPeripheralCore] (OpenPeripheralCore-0.4.1.jar) Unloaded->Constructed->Pre-initialized->Initialized ExtraUtilities{1.0.1} [Extra Utilities] (extrautils-1.0.2.zip) Unloaded->Constructed->Pre-initialized->Initialized factorization.misc{0.8.34} [Factorization Miscellaneous Nonsense] (Factorization-0.8.34.jar) Unloaded->Constructed->Pre-initialized->Initialized factorization.notify{0.8.34} [Factorization Notification System] (Factorization-0.8.34.jar) Unloaded->Constructed->Pre-initialized->Initialized factorization.dimensionalSlice{0.8.34} [Factorization Dimensional Slices] (Factorization-0.8.34.jar) Unloaded->Constructed->Pre-initialized->Initialized iChunUtil{2.4.0} [iChunUtil] (iChunUtil2.4.0.zip) Unloaded->Constructed->Pre-initialized->Initialized GraviGun{2.0.0} [GraviGun] (files^GravityGun2.0.0.zip) Unloaded->Constructed->Pre-initialized->Initialized TrailMix{2.0.0} [TrailMix] (files^TrailMix2.0.0.zip) Unloaded->Constructed->Pre-initialized->Initialized FinndusFillies{1.0.0} [Finndus Fillies] (FinndusFillies-1.6.2-universal-1.0.0.7.jar) Unloaded->Constructed->Pre-initialized->Initialized flatsigns{1.4.0} [Flat Signs] (flatsigns-1.6.2-universal-1.4.0.15.jar) Unloaded->Constructed->Pre-initialized->Initialized ThaumicTinkererKami{1.0} [Thaumic Tinkerer KAMI] (ThaumicTinkererKAMI_j6.jar) Unloaded->Constructed->Pre-initialized->Initialized ThaumicTinkerer{2.3-137} [Thaumic Tinkerer] (ThaumicTinkerer-2.3-137.jar) Unloaded->Constructed->Pre-initialized->Initialized ThaumicExploration{0.5.1} [Thaumic Exploration] (Thaumic Exploration 0.5.2.jar) Unloaded->Constructed->Pre-initialized->Initialized ForbiddenMagic{0.32} [Forbidden Magic] (ForbiddenMagic pr0.32.jar) Unloaded->Constructed->Pre-initialized->Initialized ICBM{1.4.2} [ICBM] (ICBM-Development-1.4.2.239.jar) Unloaded->Constructed->Pre-initialized->Initialized ICBM|Sentry{1.4.2} [ICBM Sentry] (ICBM-Development-1.4.2.239.jar) Unloaded->Constructed->Pre-initialized->Initialized ICBM|Explosion{1.4.2} [ICBM Explosion] (ICBM-Development-1.4.2.239.jar) Unloaded->Constructed->Pre-initialized->Initialized GalacticraftCore{2.0.13} [Galacticraft Core] (Galacticraft-1.6.4-2.0.13.1063.jar) Unloaded->Constructed->Pre-initialized->Initialized GalacticraftMars{2.0.13} [Galacticraft Mars] (Galacticraft-Planets-1.6.4-2.0.13.1063.jar) Unloaded->Constructed->Pre-initialized->Initialized mobsplice{0.0.2} [MobSplice] (MobSplice v0.0.2.jar) Unloaded->Constructed->Pre-initialized->Initialized ganysend{1.6.2} [Gany's End] (Ganys End v1.6.2.jar) Unloaded->Constructed->Pre-initialized->Initialized ganysnether{1.6.1} [Gany's Nether] (Ganys Nether v1.6.1.jar) Unloaded->Constructed->Pre-initialized->Initialized ganyssurface{1.6.2} [Gany's Surface] (Ganys Surface v1.6.2.jar) Unloaded->Constructed->Pre-initialized->Initialized gascraft{2.0.3.2} [GasCraft] (GasCraft-2.0.3.2.zip) Unloaded->Constructed->Pre-initialized->Initialized gasesFramework{1.0.3.1} [Gases Framework] (gasesFramework-1.0.3.1-1.6.4.jar) Unloaded->Constructed->Pre-initialized->Initialized gases{1.4.4.3} [Glenn's Gases] (gases-1.4.4.3-1.6.4.jar) Unloaded->Constructed->Pre-initialized->Initialized GateCopy{3.1.4} [GateCopy] (GateCopy-1.6.4-3.1.4.jar) Unloaded->Constructed->Pre-initialized->Initialized gearbox{0.1.0} [Gearbox Mod] (GearboxMod - 1.6.4 - 1.5.1.jar) Unloaded->Constructed->Pre-initialized->Initialized gendustry{0.9.6.27} [GenDustry] (gendustry-mc164-0.9.6.27.jar) Unloaded->Constructed->Pre-initialized->Initialized CARuins{0.1.4} [Cellular Automata Generator] (Generator_mods_0.1.4(1.6.X).zip) Unloaded->Constructed->Pre-initialized->Initialized GreatWallMod{0.1.4} [Great Wall Mod] (Generator_mods_0.1.4(1.6.X).zip) Unloaded->Constructed->Pre-initialized->Initialized WalledCityMod{0.1.4} [Walled City Generator] (Generator_mods_0.1.4(1.6.X).zip) Unloaded->Constructed->Pre-initialized->Initialized GeoStrata{Gamma} [GeoStrata] (GeoStrata 1.6 v14.zip) Unloaded->Constructed->Pre-initialized->Initialized GuffCore{1.0.0} [Guff's Core] (GuffCore-1.zip) Unloaded->Constructed->Pre-initialized->Initialized handheldpiston{0.1} [Handheld Piston Mod] (HandheldPower_0.1(1.6.X).zip) Unloaded->Constructed->Pre-initialized->Initialized HardcoreEnderExpansion{1.6.1} [Hardcore Ender Expansion] (HardcoreEnderExpansion.zip) Unloaded->Constructed->Pre-initialized->Initialized Hats{2.1.1} [Hats] (Hats2.1.1.zip) Unloaded->Constructed->Pre-initialized->Initialized HatStand{2.1.0} [HatStand] (HatStand2.1.0.zip) Unloaded->Constructed->Pre-initialized->Initialized HopperDuctMod{1.2.2} [Hopper Ducts] (HopperDuctsMod1.2.2.zip) Unloaded->Constructed->Pre-initialized->Initialized HostileWorlds{0.4.3} [Hostile Worlds] (Hostile Worlds v0.4.3 Alpha Mod for MC v1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized pamharvestcraft{1.0} [Pam's HarvestCraft Base] (Pam's HarvestCraft 1.6.4 v1.1.4.zip) Unloaded->Constructed->Pre-initialized->Initialized pamrandomplants{1.0} [Pam's RandomPlants] (Pam's Random Plants 1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized pamtemperateplants{1.0} [Pam's TemperatePlants] (Pam's Temperate Plants 1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized pamweeeflowers{1.1} [Pam's Weee! Flowers] (Pam's Weee Flowers 1.6.4 v1.04.zip) Unloaded->Constructed->Pre-initialized->Initialized HungerOverhaul{1.6.X-2l} [Hunger Overhaul] (hungeroverhaul-1.6.X-2l-build3.zip) Unloaded->Constructed->Pre-initialized->Initialized HydCraft{1.0.4} [Hydraulicraft] (hydraulicraft-1.0.4-67.jar) Unloaded->Constructed->Pre-initialized->Initialized IC2NuclearControl{1.6.2e} [Nuclear Control] (IC2NuclearControl-1.6.2e-ic2-experimental.zip) Unloaded->Constructed->Pre-initialized->Initialized INpureTools{1.1.27} [INpureTools] (INpureTools-1.6.2-1.1.27.jar) Unloaded->Constructed->Pre-initialized->Initialized JABBA{1.0.3} [JABBA] (JABBA_1.0.3.zip) Unloaded->Constructed->Pre-initialized->Initialized Java7Checker{1.0} [Java 7 Checker] (Java7Checker.zip) Unloaded->Constructed->Pre-initialized->Initialized LavaMonsters{2.2} [Lava Monsters] (LavaMonsters 2.2 for MC 1.6.2.zip) Unloaded->Constructed->Pre-initialized->Initialized levelup{0.3} [Level Up!] (LevelUp!-0.3(1.6.X).jar) Unloaded->Constructed->Pre-initialized->Initialized LostBooks{1.1} [Lost Books] (LostBooks 1.0 (bin) for MC 1.6.2.zip) Unloaded->Constructed->Pre-initialized->Initialized LycanitesMobs{1.3.0 - MC 1.6.4} [Lycanites Mobs] (LycanitesMobsComplete 1.3.0 [1.6.4].jar) Unloaded->Constructed->Pre-initialized->Initialized DemonMobs{1.3.0 - MC 1.6.4} [Demon Mobs] (LycanitesMobsComplete 1.3.0 [1.6.4].jar) Unloaded->Constructed->Pre-initialized->Initialized DesertMobs{1.3.0 - MC 1.6.4} [Desert Mobs] (LycanitesMobsComplete 1.3.0 [1.6.4].jar) Unloaded->Constructed->Pre-initialized->Initialized SwampMobs{1.3.0 - MC 1.6.4} [Swamp Mobs] (LycanitesMobsComplete 1.3.0 [1.6.4].jar) Unloaded->Constructed->Pre-initialized->Initialized madscience{1.00.98} [Mad Science] (MadScience-MC1.6.4-F9.11.1.964_v1.00.98-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized magicalcrops{3.1.4} [Magical Crops] (magical_crops_1.6.4_3.1.4.zip) Unloaded->Constructed->Pre-initialized->Initialized th{1.1-02} [Thaumic History] (Thaumic History-1.1-02.jar) Unloaded->Constructed->Pre-initialized->Initialized MagicBees{2.1.9} [Magic Bees] (magicbees-2.1.9.jar) Unloaded->Constructed->Pre-initialized->Initialized MagicYarn{1.0.9} [Magic Yarn] (MagicYarn_1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized Mariculture{1.1.4e} [Mariculture] (Mariculture-1.6.X-v1.1.4e.zip) Unloaded->Constructed->Pre-initialized->Initialized Roguelike{1.2.7} [Roguelike Dungeons Mod] (mc-roguelike-1.6.4-forge-v1.2.7.zip) Unloaded->Constructed->Pre-initialized->Initialized MekanismGenerators{5.7.0} [MekanismGenerators] (MekanismGenerators-v5.7.0.11.jar) Unloaded->Constructed->Pre-initialized->Initialized MekanismInduction{5.7.0} [MekanismInduction] (MekanismInduction-v5.7.0.11.jar) Unloaded->Constructed->Pre-initialized->Initialized MekanismTools{5.7.0} [MekanismTools] (MekanismTools-v5.7.0.11.jar) Unloaded->Constructed->Pre-initialized->Initialized Metallurgy3Vanilla{3.4.1} [Metallurgy 3 Vanilla] (Metallurgy-1.6.4-3.4.1.32.jar) Unloaded->Constructed->Pre-initialized->Initialized Metallurgy3Machines{3.4.1} [Metallurgy 3 Machines] (Metallurgy-1.6.4-3.4.1.32.jar) Unloaded->Constructed->Pre-initialized->Initialized MeteorCraft{beta} [MeteorCraft] (MeteorCraft 1.6 v14.zip) Unloaded->Constructed->Pre-initialized->Initialized MFFS{3.5.0} [Modular Force Field System] (MFFS_v3.5.0.255.jar) Unloaded->Constructed->Pre-initialized->Initialized Mimicry{1.3.1} [Mimicry] (Mimicry_1.3.1_forge 965_mc 1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized minechem{5.05.76} [MineChem] (MineChem-5.0.5.76.jar) Unloaded->Constructed->Pre-initialized->Initialized MineChess{1.3.6} [MineChess] (MineChess-1.3.6.zip) Unloaded->Constructed->Pre-initialized->Initialized MFR Compat Forestry Trees{1.0} [MFR Compat Forestry Trees] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized MFR Compat Extra Trees{1.0} [MFR Compat Extra Trees] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized MineFactoryReloaded|CompatAppliedEnergistics{1.6.2R2.7.4} [MFR Compat: Applied Energistics] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized MineFactoryReloaded|CompatAtum{1.6.2R2.7.4} [MFR Compat: Atum] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized MineFactoryReloaded|CompatBackTools{1.6.2R2.7.4} [MFR Compat: BackTools] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized MineFactoryReloaded|CompatBuildCraft{1.6.2R2.7.4} [MFR Compat: BuildCraft] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized MineFactoryReloaded|CompatChococraft{1.6.2R2.7.4} [MFR Compat: Chococraft] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized MineFactoryReloaded|CompatExtraBiomes{1.6.2R2.7.4} [MFR Compat: ExtraBiomes] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized MineFactoryReloaded|CompatForestry{1.6.2R2.7.4} [MFR Compat: Forestry] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized MineFactoryReloaded|CompatForgeMicroblock{1.6.2R2.7.4} [MFR Compat: ForgeMicroblock] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized MineFactoryReloaded|CompatIC2{1.6.2R2.7.4} [MFR Compat: IC2] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized MineFactoryReloaded|CompatMagicalCrops{1.6.2R2.7.4} [MFR Compat: Magical Crops] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized MineFactoryReloaded|CompatMystcraft{1.6.2R2.7.4} [MFR Compat: Mystcraft] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized MineFactoryReloaded|CompatPams{1.6.2R2.7.4} [MFR Compat: Pam's Mods] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized MineFactoryReloaded|CompatRailcraft{1.6.2R2.7.4} [MFR Compat: Railcraft] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized MineFactoryReloaded|CompatRP2{1.6.2R2.7.4} [MFR Compat: RP2] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized MineFactoryReloaded|CompatSufficientBiomes{1.6.2R2.7.4} [MFR Compat: Sufficient Biomes] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized MineFactoryReloaded|CompatThaumcraft{1.6.2R2.7.4} [MFR Compat: Thaumcraft] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized MineFactoryReloaded|CompatThermalExpansion{1.6.2R2.7.4} [MFR Compat: Thermal Expansion] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized MineFactoryReloaded|CompatTwilightForest{1.6.2R2.7.4} [MFR Compat: TwilightForest] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized MineFactoryReloaded|CompatVanilla{1.6.2R2.7.4} [MFR Compat: Vanilla] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized MineFactoryReloaded|CompatXyCraft{1.6.2R2.7.4} [MFR Compat: XyCraft] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized Minemaarten_Minesweeper Mod{1.4.5} [Minesweeper Mod] (Minesweeper-Mod-1.4.5.zip) Unloaded->Constructed->Pre-initialized->Initialized MinorAlchemy{0.7.4} [Minor Alchemy] (Minor_Alchemy_0.7.4__MC_1.6.4_.zip) Unloaded->Constructed->Pre-initialized->Initialized missioncontrol{0.2.0} [Mission Control] (MissionControl1-4.jar) Unloaded->Constructed->Pre-initialized->Initialized GraviSuite{1.9.8} [Gravitation Suite] (mod_zGraviSuite_1_9_8_MC_1_6_4_IC_EXP.zip) Unloaded->Constructed->Pre-initialized->Initialized BuildMod{v1.0} [Build Mod] (ModBuild for MC v1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized MythicDivergence{1.0pre1c} [Mythic Divergence] (modMythicDivergence_srg1.0pre1b_forge 965_mc 1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized MythicIC2{1.0} [MythicIC2] (modMythicDivergence_srg1.0pre1b_forge 965_mc 1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized MineTweaker{1.6.4-2.1.2} [MineTweaker] (zMineTweaker-1.6.4-2.3.0.zip) Unloaded->Constructed->Pre-initialized->Initialized ModTweaker{0.2b} [ModTweaker] (ModTweaker-1.6.4-0.2b.jar) Unloaded->Constructed->Pre-initialized->Initialized numina{0.1.1-53} [Numina] (Numina-1.6.2-0.1.1-53.jar) Unloaded->Constructed->Pre-initialized->Initialized powersuits{0.9.0-84} [MachineMuse's Modular Powersuits] (ModularPowersuits-1.6.2-0.9.0-84.jar) Unloaded->Constructed->Pre-initialized->Initialized NEIAddons{1.10.5.70} [NEI Addons] (neiaddons-mc164-1.10.5.70.jar) Unloaded->Constructed->Pre-initialized->Initialized NEIAddons|AE{1.10.5.70} [NEI Addons: Applied Energistics] (neiaddons-mc164-1.10.5.70.jar) Unloaded->Constructed->Pre-initialized->Initialized NEIAddons|MiscPeripherals{1.10.5.70} [NEI Addons: Misc Peripherals] (neiaddons-mc164-1.10.5.70.jar) Unloaded->Constructed->Pre-initialized->Initialized NEIAddons|ExtraBees{1.10.5.70} [NEI Addons: Extra Bees] (neiaddons-mc164-1.10.5.70.jar) Unloaded->Constructed->Pre-initialized->Initialized NEIAddons|Forestry{1.10.5.70} [NEI Addons: Forestry] (neiaddons-mc164-1.10.5.70.jar) Unloaded->Constructed->Pre-initialized->Initialized NEIAddons|CraftingTables{1.10.5.70} [NEI Addons: Crafting Tables] (neiaddons-mc164-1.10.5.70.jar) Unloaded->Constructed->Pre-initialized->Initialized NEIAddons|ExNihilo{1.10.5.70} [NEI Addons: Ex Nihilo] (neiaddons-mc164-1.10.5.70.jar) Unloaded->Constructed->Pre-initialized->Initialized NEIPlugins{1.1.0.6} [NEI Plugins] (NEIPlugins-1.1.0.6.jar) Unloaded->Constructed->Pre-initialized->Initialized newdungeons{1.6.4} [New Dungeons] (NewDungeons_1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized recipemod{0.1} [NoMoreRecipeConflict] (NoMoreRecipeConflict_1.6.X.zip) Unloaded->Constructed->Pre-initialized->Initialized notenoughkeys{0.0.4} [Not Enough Keys] (NotEnoughKeys-1.6.4-0.0.4.jar) Unloaded->Constructed->Pre-initialized->Initialized ObsidiPlates{2.0.0} [Obsidian Pressure Plates] (obsidiplates-1.6.2-universal-2.0.0.15.jar) Unloaded->Constructed->Pre-initialized->Initialized OpenPeripheral{0.1.5} [OpenPeripheralAddons] (OpenPeripheralAddons-0.1.5.jar) Unloaded->Constructed->Pre-initialized->Initialized OpenBlocks{1.2.9} [OpenBlocks] (OpenBlocks-1.2.9.jar) Unloaded->Constructed->Pre-initialized->Initialized pamdesertcraft{1.0} [Pam's DesertCraft] (Pam's DesertCraft 1.6.4 v1.01.zip) Unloaded->Constructed->Pre-initialized->Initialized pamextendedglass{1.0} [Pam's Extended Glass] (Pam's Extended Glass 1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized GetAllTheSeeds{1.6} [Pam's Get all the Seeds!] (Pam's Get all the Seeds 1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized paraknight{1.1} [Paraknight Mod Pack] (ParaKnight_mods_1.1(1.6.X).zip) Unloaded->Constructed->Pre-initialized->Initialized ParticleMan{v1.0} [Particle Man] (Particle Man v1.4 Mod for MC v1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized particlephysics{1.01.27} [Particle Physics] (ParticlePhysics-1.0.1.27.jar) Unloaded->Constructed->Pre-initialized->Initialized PlayerBeacons{1.2.2} [Player Beacons] (PlayerBeacons-1.6.4-1.2.2.jar) Unloaded->Constructed->Pre-initialized->Initialized PluginsforForestry{3.2.30} [PluginsforForestry] (PluginsforForestry-1.6.4-3.2.30.jar) Unloaded->Constructed->Pre-initialized->Initialized PlunderRummage{0.5.0} [Plunder Rummage] (Plunder_Rummage_0.5.1__MC_1.6.4_.zip) Unloaded->Constructed->Pre-initialized->Initialized PneumaticCraft{1.0.6} [PneumaticCraft] (PneumaticCraft-1.0.7.zip) Unloaded->Constructed->Pre-initialized->Initialized PortalGun{2.0.1} [PortalGun] (PortalGun2.0.1.zip) Unloaded->Constructed->Pre-initialized->Initialized powersuitaddons{@VERSION@} [Andrew's Modular Powersuits Addons] (powersuitaddons-1.6.4-884.jar) Unloaded->Constructed->Pre-initialized->Initialized ProjRed|Core{4.2.1.16} [ProjectRed] (ProjectRedBase-1.6.4-4.2.1.16.jar) Unloaded->Constructed->Pre-initialized->Initialized ProjRed|Compatibility{1.0} [ProjRed|Compatibility] (ProjectRedCompat-1.6.4-4.2.1.16.jar) Unloaded->Constructed->Pre-initialized->Initialized ProjRed|Integration{1.0} [ProjRed|Integration] (ProjectRedIntegration-1.6.4-4.2.1.16.jar) Unloaded->Constructed->Pre-initialized->Initialized ProjRed|Illumination{1.0} [ProjRed|Illumination] (ProjectRedLighting-1.6.4-4.2.1.16.jar) Unloaded->Constructed->Pre-initialized->Initialized ProjRed|Expansion{1.0} [ProjRed|Expansion] (ProjectRedMechanical-1.6.4-4.2.1.16.jar) Unloaded->Constructed->Pre-initialized->Initialized ProjRed|Transportation{1.0} [ProjRed|Transportation] (ProjectRedMechanical-1.6.4-4.2.1.16.jar) Unloaded->Constructed->Pre-initialized->Initialized ProjRed|Exploration{1.0} [ProjRed|Exploration] (ProjectRedWorld-1.6.4-4.2.1.16.jar) Unloaded->Constructed->Pre-initialized->Initialized QuantumCraft{1.1} [qCraft] (qCraft1.1.jar) Unloaded->Constructed->Pre-initialized->Initialized QuarryPlus{1.0.0} [QuarryPlus] (QuarryPlus-1.6.4-1.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized RandomThings{1.8.6} [Random Things] (Random Things v. 1.8.6 [MC 1.6.2].jar) Unloaded->Constructed->Pre-initialized->Initialized RotaryCraft{Gamma} [RotaryCraft] (RotaryCraft 1.6 v14b.zip) Unloaded->Constructed->Pre-initialized->Initialized ReactorCraft{beta} [ReactorCraft] (ReactorCraft 1.6 v14b.zip) Unloaded->Constructed->Pre-initialized->Initialized Redstone Arsenal{1.0.0.0} [Redstone Arsenal] (RedstoneArsenal-1.0.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized remoteIO{@MAJOR@.@MINOR@.@REVIS@.${env.BUILD_NUMBER}} [Remote IO] (RemoteIO-1.8.1.jar) Unloaded->Constructed->Pre-initialized->Initialized ResonantInduction|Atomic{0.3.1} [Resonant Induction Atomic] (Resonant-Induction-0.3.1.362-atomic.jar) Unloaded->Constructed->Pre-initialized->Initialized Revamp{1.2.2} [Rivvest's Enhancements to Villager and Mob Performance] (revamp-1.2.2.zip) Unloaded->Constructed->Pre-initialized->Initialized RopesPlus{1.5.3} [Ropes+] (RopePlus_1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized secretroomsmod{4.6.2} [The SecretRoomsMod] (SecretRoomsMod-universal-1.6.4-4.6.2.319.jar) Unloaded->Constructed->Pre-initialized->Initialized Shatter{2.0.2} [Shatter] (Shatter2.0.2.zip) Unloaded->Constructed->Pre-initialized->Initialized SS2{2 (build 2)} [Soul Shards 2] (SoulShards-2.0.15-universal-srg.jar) Unloaded->Constructed->Pre-initialized->Initialized SpecialMobs{2.6} [Special Mobs] (SpecialMobs 2.6 for MC 1.6.2.zip) Unloaded->Constructed->Pre-initialized->Initialized SpellRod{1.1.1} [Spell Rod] (SpellRod_1.1.1_forge 953_mc 1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized SpiceOfLife{1.1.1} [The Spice of Life] (SpiceOfLife-mc1.6.4-1.1.1.jar) Unloaded->Constructed->Pre-initialized->Initialized StevesCarts{2.0.0.b5} [Steve's Carts 2] (StevesCarts2.0.0.b5.zip) Unloaded->Constructed->Pre-initialized->Initialized SuperCraftingFrame{1.6.2.6} [Super Crafting Frame] (SuperCraftingFrame-1.6.2.6.jar) Unloaded->Constructed->Pre-initialized->Initialized switches{1.3.0} [Switches] (switches-1.6.4-universal-coremod-1.3.0.25.jar) Unloaded->Constructed->Pre-initialized->Initialized Sync{2.0.0} [Sync] (Sync2.0.0.zip) Unloaded->Constructed->Pre-initialized->Initialized technom{0.7.0} [Technomancy] (Technomancy 0.7.1.jar) Unloaded->Constructed->Pre-initialized->Initialized ThaumcraftExtras{1.1} [Thaumcraft Extras] (ThaumcraftExtras-1.6.4-1.1a.jar) Unloaded->Constructed->Pre-initialized->Initialized thaumcraftgates{1.2.0} [Thaumcraft Gates] (ThaumcraftGates v1.2.0.jar) Unloaded->Constructed->Pre-initialized->Initialized ThaumicReliquary{1.0.0} [Thaumic Reliquary] (Thaumic Reliquary 1.0.2.jar) Unloaded->Constructed->Pre-initialized->Initialized Erebus{v0.1.0} [Erebus] (The Erebus 0.1.1 [1.6.4].zip) Unloaded->Constructed->Pre-initialized->Initialized TMechworks{33.c001660} [Tinkers' Mechworks] (TMechworks_mc1.6.4_0.1.6.jar) Unloaded->Constructed->Pre-initialized->Initialized Translocator{1.1.0.15} [Translocator] (Translocator 1.1.0.15.jar) Unloaded->Constructed->Pre-initialized->Initialized tropicraftmod{v5.1.7 for MC 1.6.4} [Tropicraft] (Tropicraft v5.1.7 Mod for MC v1.6.4.jar) Unloaded->Constructed->Pre-initialized->Errored volleyballmod{v5.1.7 for MC 1.6.4} [Volleyball] (Tropicraft v5.1.7 Mod for MC v1.6.4.jar) Unloaded->Constructed->Pre-initialized->Initialized TrussMod{beta} [Truss Mod] (TrussMod-beta-1.6.4-32.jar) Unloaded->Constructed->Pre-initialized->Initialized TSteelworks{1.6.4-0.0.4.2-fix1} [Tinkers' Steelworks] (TSteelworks-mc1.6.4_0.0.4.2-fix1.jar) Unloaded->Constructed->Pre-initialized->Initialized AS_UpdateCheck{1.1.1} [AtomicStryker Update Check Mod] (UpdateCheckerMod_1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized UtilityMobs{2.1} [Utility Mobs] (UtilityMobs 2.1 for MC 1.6.2.zip) Unloaded->Constructed->Pre-initialized->Initialized weaponmod{1.6.2 v1.13.6} [Balkon's WeaponMod] (WeaponMod.zip) Unloaded->Constructed->Pre-initialized->Initialized weather2{v2.3.2} [weather2] (Weather v2.3.2 Mod for MC v1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized witchery{0.13.1} [Witchery] (Witchery_0-13-1_164.zip) Unloaded->Constructed->Pre-initialized->Initialized WR-CBE|Core{1.4.0.7} [WR-CBE Core] (WR-CBE 1.4.0.7.jar) Unloaded->Constructed->Pre-initialized->Initialized WR-CBE|Addons{1.4.0.7} [WR-CBE Addons] (WR-CBE 1.4.0.7.jar) Unloaded->Constructed->Pre-initialized->Initialized WR-CBE|Logic{1.4.0.7} [WR-CBE Logic] (WR-CBE 1.4.0.7.jar) Unloaded->Constructed->Pre-initialized->Initialized xact{0.4.3} [XACT Mod] (XACT v0.4.3.jar) Unloaded->Constructed->Pre-initialized->Initialized ZAMod{v1.9.3} [Zombie Awareness] (Zombie Awareness v1.9.3 Mod for MC v1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized McMultipart{1.0.0.250} [Minecraft Multipart Plugin] (ForgeMultipart-universal-1.6.4-1.0.0.250.jar) Unloaded->Constructed->Pre-initialized->Initialized ThaumcraftMobAspects{1.6.X-1d} [Thaumcraft Mob Aspects] (thaumcraftmobaspects-1.6.X-1e-build2.zip) Unloaded->Constructed->Pre-initialized->Initialized ForgeMicroblock{1.0.0.250} [Forge Microblocks] (ForgeMultipart-universal-1.6.4-1.0.0.250.jar) Unloaded->Constructed->Pre-initialized->Initialized TConstruct Environment: Sane and ready for action. Bugs may be reported.</p> <p>



    Posted in: Java Edition Support
  • 0

    posted a message on [1.7.x][1.8] Elemental Creepers - Rebooted
    Quote from Lomeli12»

    Sorry. no longer supporting 1.6.


    Ok. *sighs* That's what I was expecting. Thank you anyway.

    Posted in: Minecraft Mods
  • 0

    posted a message on [1.7.x][1.8] Elemental Creepers - Rebooted
    Quote from PlayerX2000»

    I highly doubt that you still support 1.6, but I can't update for various reasons, but I would really like some help. (Obviously, there's nothing saying you have to help but I can't think of anything to do if you don't)


    So I seem to have a problem with Elemental Creepers and your other mod, Gels+, being sort of incompatible. I have Elemental Creepers 4.0.1 and Gels+ 1.2.0. You probably don't remember, but a long time ago, when 1.6 was still a recent Minecraft version, you told me that there was a bug with Gels plus and LomLib 1.1.0, and that updating to 1.2.0 would fix it. Well, it did, but then there was a problem with Elemental Creepers, saying that the minimum version of LomLib required was 1.1.0. I have no idea why it wouldn't load, as it said minimum, and obviously 1.2.0 comes after 1.1.0, but Elemental creepers worked by itself when I downgraded to LomLib 1.1.0, but then of course, Gels+ wouldn't work. So I can't seem to have both mods at the same time, as they seem to only want to work with one version of LomLib, and each likes a different version.


    I would really appreciate it if you took some time to help me out, as I would love to have both mods installed at the same time on my 1.6 world. If you do help, Thank you in advance!


    If you don't want to help me, could you please tell me so that I at least have some closure.

    Posted in: Minecraft Mods
  • 0

    posted a message on [1.7.x][1.8] Elemental Creepers - Rebooted

    I highly doubt that you still support 1.6, but I can't update for various reasons, but I would really like some help. (Obviously, there's nothing saying you have to help but I can't think of anything to do if you don't)


    So I seem to have a problem with Elemental Creepers and your other mod, Gels+, being sort of incompatible. I have Elemental Creepers 4.0.1 and Gels+ 1.2.0. You probably don't remember, but a long time ago, when 1.6 was still a recent Minecraft version, you told me that there was a bug with Gels plus and LomLib 1.1.0, and that updating to 1.2.0 would fix it. Well, it did, but then there was a problem with Elemental Creepers, saying that the minimum version of LomLib required was 1.1.0. I have no idea why it wouldn't load, as it said minimum, and obviously 1.2.0 comes after 1.1.0, but Elemental creepers worked by itself when I downgraded to LomLib 1.1.0, but then of course, Gels+ wouldn't work. So I can't seem to have both mods at the same time, as they seem to only want to work with one version of LomLib, and each likes a different version.


    I would really appreciate it if you took some time to help me out, as I would love to have both mods installed at the same time on my 1.6 world. If you do help, Thank you in advance!

    Posted in: Minecraft Mods
  • To post a comment, please .