• 1

    posted a message on [1.6.4] Tinkers' Steelworks
    Everything worked before I updated from 0.0.3d4 to 0.0.3d5fix. Now I get the following error:

    ---- Minecraft Crash Report ----
    // This is a token for 1 free hug. Redeem at your nearest Mojangsta: [~~HUG~~]

    Time: 4/9/14 1:38 PM
    Description: Initializing game

    java.lang.ArrayIndexOutOfBoundsException: -1
    at tsteelworks.common.TSContent.registerFluids(TSContent.java:135)
    at tsteelworks.common.TSContent.<init>(TSContent.java:65)
    at tsteelworks.TSteelworks.preInit(TSteelworks.java:72)


    http://pastebin.com/1yMVwnDg
    ---- Minecraft Crash Report ----
    // This is a token for 1 free hug. Redeem at your nearest Mojangsta: [~~HUG~~]
    
    Time: 4/9/14 1:38 PM
    Description: Initializing game
    
    java.lang.ArrayIndexOutOfBoundsException: -1
    at tsteelworks.common.TSContent.registerFluids(TSContent.java:135)
    at tsteelworks.common.TSContent.<init>(TSContent.java:65)
    at tsteelworks.TSteelworks.preInit(TSteelworks.java:72)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
    at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent
    
    (SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent
    
    (SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
    at cpw.mods.fml.common.Loader.loadMods(Loader.java:522)
    at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading
    
    (FMLClientHandler.java:183)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:473)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
    at net.minecraft.client.main.Main.main(SourceFile:101)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
    
    
    A detailed walkthrough of the error, its code path and all known details is as follows:
    ---------------------------------------------------------------------------------------
    
    -- Head --
    Stacktrace:
    at tsteelworks.common.TSContent.registerFluids(TSContent.java:135)
    at tsteelworks.common.TSContent.<init>(TSContent.java:65)
    at tsteelworks.TSteelworks.preInit(TSteelworks.java:72)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
    at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent
    
    (SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent
    
    (SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
    at cpw.mods.fml.common.Loader.loadMods(Loader.java:522)
    at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading
    
    (FMLClientHandler.java:183)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:473)
    
    -- Initialization --
    Details:
    Stacktrace:
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
    at net.minecraft.client.main.Main.main(SourceFile:101)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
    
    -- System Details --
    Details:
    Minecraft Version: 1.6.4
    Operating System: Windows 7 (amd64) version 6.1
    Java Version: 1.7.0_45, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 253498592 bytes (241 MB) / 990904320 bytes (945 MB) up to 2147483648 bytes
    
    (2048 MB)
    JVM Flags: 3 total; -Xms256M -Xmx2304M -XX:PermSize=256m
    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 Feed The Beast Mod Pack 164
    
    mods loaded, 164 mods active
    mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-
    
    initialized
    FML{6.4.49.965} [Forge Mod Loader] (minecraftforge-9.11.1.965.jar) Unloaded-
    
    >Constructed->Pre-initialized
    Forge{9.11.1.965} [Minecraft Forge] (minecraftforge-9.11.1.965.jar) Unloaded-
    
    >Constructed->Pre-initialized
    AppliedEnergistics-Core{rv14.finale3} [AppliedEnergistics Core] (minecraft.jar)
    
    Unloaded->Constructed->Pre-initialized
    CodeChickenCore{0.9.0.8} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed-
    
    >Pre-initialized
    Evoc{1.0.0} [Evoc] (minecraft.jar) Unloaded->Constructed->Pre-initialized
    InfiniBows{1.2.0 build 14} [Infinity Bow Fix] (minecraft.jar) Unloaded->Constructed-
    
    >Pre-initialized
    MobiusCore{1.1.1} [MobiusCore] (minecraft.jar) Unloaded->Constructed->Pre-initialized
    NotEnoughItems{1.6.1.9} [Not Enough Items] (NotEnoughItems 1.6.1.9.jar) Unloaded-
    
    >Constructed->Pre-initialized
    OpenModsCore{0.4} [OpenModsCore] (minecraft.jar) Unloaded->Constructed->Pre-
    
    initialized
    PowerCrystalsCore{1.1.8} [PowerCrystals Core] (PowerCrystalsCore-1.1.8-9.jar)
    
    Unloaded->Constructed->Pre-initialized
    RB-Core{0.0.0.1} [RotatableBlocks Core] (minecraft.jar) Unloaded->Constructed->Pre-
    
    initialized
    TConstruct-Preloader{0.0.1} [Tinkers Corestruct] (minecraft.jar) Unloaded-
    
    >Constructed->Pre-initialized
    bspkrsCore{v5.2(1.6.4)} [bspkrsCore] ([1.6.4]bspkrsCorev5.2.zip) Unloaded-
    
    >Constructed->Pre-initialized
    ArmorStatusHUD{v1.15(1.6.4)} [ArmorStatusHUD] ([1.6.4]ArmorStatusHUDv1.15.zip)
    
    Unloaded->Constructed->Pre-initialized
    StatusEffectHUD{v1.19(1.6.4)} [StatusEffectHUD] ([1.6.4]StatusEffectHUDv1.19.zip)
    
    Unloaded->Constructed->Pre-initialized
    CoFHCore{2.0.0.2} [CoFH Core] (CoFHCore-2.0.0.2.jar) Unloaded->Constructed->Pre-
    
    initialized
    NetherOres{1.6.2R2.2.2} [Nether Ores] (NetherOres-2.2.2-55.jar) Unloaded-
    
    >Constructed->Pre-initialized
    ForgeMultipart{1.0.0.227} [Forge Multipart] (ForgeMultipart-universal-1.6.4-
    
    1.0.0.227.jar) Unloaded->Constructed->Pre-initialized
    BuildCraft|Core{4.2.2} [BuildCraft] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded-
    
    >Constructed->Pre-initialized
    ThermalExpansion{3.0.0.2} [Thermal Expansion] (ThermalExpansion-3.0.0.2.jar)
    
    Unloaded->Constructed->Pre-initialized
    advancedfluxtools{1.02} [Advanced Flux Tools] (Advanced_Flux_Tools_1.02.jar)
    
    Unloaded->Constructed->Pre-initialized
    BuildCraft|Energy{4.2.2} [BC Energy] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded-
    
    >Constructed->Pre-initialized
    BuildCraft|Builders{4.2.2} [BC Builders] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded-
    
    >Constructed->Pre-initialized
    BuildCraft|Factory{4.2.2} [BC Factory] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded-
    
    >Constructed->Pre-initialized
    BuildCraft|Transport{4.2.2} [BC Transport] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded-
    
    >Constructed->Pre-initialized
    MineFactoryReloaded{1.6.4R2.7.8} [MineFactory Reloaded] (MineFactoryReloaded-2.7.8-
    
    482.jar) Unloaded->Constructed->Pre-initialized
    MineFactoryReloaded|CompatForestryPre{1.6.4R2.7.8} [MFR Compat: Forestry (part 2)]
    
    (MineFactoryReloaded-2.7.8-482.jar) Unloaded->Constructed->Pre-initialized
    Forestry{2.3.1.1} [Forestry for Minecraft] (forestry-A-2.3.1.1.jar) Unloaded-
    
    >Constructed->Pre-initialized
    Thaumcraft{4.1.0g} [Thaumcraft] (Thaumcraft4.1.0g.zip) Unloaded->Constructed->Pre-
    
    initialized
    Waila{1.5.2} [Waila] (Waila_1.5.2.zip) Unloaded->Constructed->Pre-initialized
    AdvancedThaumaturgy{0.0.28} [Advanced Thaumaturgy] (AdvancedThaumaturgy-1.6.4-
    
    0.0.28.jar) Unloaded->Constructed->Pre-initialized
    AetherCraft{1.3.2.78} [AetherCraft] (AetherCraft-1.3.2.84.jar) Unloaded->Constructed-
    
    >Pre-initialized
    AppliedEnergistics{rv14.finale3} [Applied Energistics] (appeng-rv14-finale3-mc16x.jar)
    
    Unloaded->Constructed->Pre-initialized
    bdlib{1.2.0.38} [BD Lib] (bdlib-mc164-1.2.0.38.jar) Unloaded->Constructed->Pre-
    
    initialized
    BiblioCraft{1.5.5} [BiblioCraft] (BiblioCraft[v1.5.5].zip) Unloaded->Constructed-
    
    >Pre-initialized
    BiblioWoodsForestry{1.3} [BiblioWoods Forestry Edition] (BiblioWoods[Forestry]
    
    [v1.3].zip) Unloaded->Constructed->Pre-initialized
    Natura{2.1.14} [Natura] (Natura_mc1.6.X_2.1.14.jar) Unloaded->Constructed->Pre-
    
    initialized
    BiblioWoodsNatura{1.1} [BiblioWoods Natura Edition] (BiblioWoods[Natura][v1.1].zip)
    
    Unloaded->Constructed->Pre-initialized
    BinnieCore{1.8.0} [Binnie Core] (binnie-mods-1.8.0.jar) Unloaded->Constructed->Pre-
    
    initialized
    ExtraBees{1.8.0} [Extra Bees] (binnie-mods-1.8.0.jar) Unloaded->Constructed->Pre-
    
    initialized
    ExtraTrees{1.8.0} [Extra Trees] (binnie-mods-1.8.0.jar) Unloaded->Constructed->Pre-
    
    initialized
    AWWayofTime{v1.0.1} [Blood Magic: Alchemical Wizardry] (Blood Magic v1.0.1b.zip)
    
    Unloaded->Constructed->Pre-initialized
    BuildCraft|Silicon{4.2.2} [BC Silicon] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded-
    
    >Constructed->Pre-initialized
    ChickenChunks{1.3.3.4} [ChickenChunks] (ChickenChunks 1.3.3.4.jar) Unloaded-
    
    >Constructed->Pre-initialized
    CloudMaster{1.0} [CloudMaster] (CloudMaster_1.6.2-1.2.jar) Unloaded->Constructed-
    
    >Pre-initialized
    CoFHLoot{2.0.0.2} [CoFH Loot] (CoFHCore-2.0.0.2.jar) Unloaded->Constructed->Pre-
    
    initialized
    CoFHMasquerade{2.0.0.2} [CoFH Masquerade] (CoFHCore-2.0.0.2.jar) Unloaded-
    
    >Constructed->Pre-initialized
    CoFHSocial{2.0.0.2} [CoFH Social] (CoFHCore-2.0.0.2.jar) Unloaded->Constructed->Pre-
    
    initialized
    CoFHWorld{2.0.0.2} [CoFH World] (CoFHCore-2.0.0.2.jar) Unloaded->Constructed->Pre-
    
    initialized
    craftguide{1.5.2} [CraftGuide] (CraftGuide-1.6.7.4.zip) Unloaded->Constructed->Pre-
    
    initialized
    crowley.skyblock{1.26b} [Ex Nihilo] (crowley-skyblock-v1.28.jar) Unloaded-
    
    >Constructed->Pre-initialized
    deepcore{0.0.1.18} [Deep Core Mining] (deepcore-mc164-0.0.1.18.jar) Unloaded-
    
    >Constructed->Pre-initialized
    Enchiridion{1.1} [Enchiridion] (Enchiridion-1.6.4-1.1.jar) Unloaded->Constructed-
    
    >Pre-initialized
    EnderStorage{1.4.3.6} [EnderStorage] (EnderStorage 1.4.3.6.jar) Unloaded-
    
    >Constructed->Pre-initialized
    EnderTanks{1.7d} [Ender Tanks] (EnderTanks-1.7d.jar) Unloaded->Constructed->Pre-
    
    initialized
    TConstruct{1.6.X_1.5.4dev} [Tinkers' Construct] (TConstruct_mc1.6.4_1.5.4.jar)
    
    Unloaded->Constructed->Pre-initialized
    ExtraTiC{0.8.0} [ExtraTiC] (ExtraTiC-1.6.4-0.8.0.jar) Unloaded->Constructed->Pre-
    
    initialized
    Growthcraft{2.0.4} [Growthcraft] (growthcraft-core-1.6.4-2.0.4.zip) Unloaded-
    
    >Constructed->Pre-initialized
    Growthcraft|Cellar{2.0.5} [Growthcraft Cellar] (growthcraft-cellar-1.6.4-2.0.5.zip)
    
    Unloaded->Constructed->Pre-initialized
    Growthcraft|Apples{2.0.4} [Growthcraft Apples] (growthcraft-apples-1.6.4-2.0.4.zip)
    
    Unloaded->Constructed->Pre-initialized
    Growthcraft|Bamboo{2.0.4} [Growthcraft Bamboo] (growthcraft-bamboo-1.6.4-2.0.4.zip)
    
    Unloaded->Constructed->Pre-initialized
    Growthcraft|Bees{2.0.4} [Growthcraft Bees] (growthcraft-bees-1.6.4-2.0.4.zip)
    
    Unloaded->Constructed->Pre-initialized
    Growthcraft|Grapes{2.0.4} [Growthcraft Grapes] (growthcraft-grapes-1.6.4-2.0.4.zip)
    
    Unloaded->Constructed->Pre-initialized
    Growthcraft|Hops{2.0.4} [Growthcraft Hops] (growthcraft-hops-1.6.4-2.0.4.zip)
    
    Unloaded->Constructed->Pre-initialized
    Growthcraft|Rice{2.0.4} [Growthcraft Rice] (growthcraft-rice-1.6.4-2.0.4.zip)
    
    Unloaded->Constructed->Pre-initialized
    Mariculture{1.2.1e} [Mariculture] (Mariculture-1.6.4-1.2.1e (1).jar) Unloaded-
    
    >Constructed->Pre-initialized
    pamharvestcraft{1.0} [Pam's HarvestCraft Base] (Pam's HarvestCraft 1.6.4 v1.1.4.zip)
    
    Unloaded->Constructed->Pre-initialized
    exaliquo{0.10.4} [Ex Aliquo] (exaliquo_0.10.4.zip) Unloaded->Constructed->Pre-
    
    initialized
    extracells{1.6.8f} [ExtraCells] (ExtraCells-1.6.8f.jar) Unloaded->Constructed->Pre-
    
    initialized
    ExtraUtilities{1.0.3c} [Extra Utilities] (extrautils-1.0.3c.zip) Unloaded-
    
    >Constructed->Pre-initialized
    factorization{0.8.34} [Factorization] (Factorization-0.8.34.jar) Unloaded-
    
    >Constructed->Pre-initialized
    factorization.misc{0.8.34} [Factorization Miscellaneous Nonsense] (Factorization-
    
    0.8.34.jar) Unloaded->Constructed->Pre-initialized
    factorization.notify{0.8.34} [Factorization Notification System] (Factorization-
    
    0.8.34.jar) Unloaded->Constructed->Pre-initialized
    factorization.dimensionalSlice{0.8.34} [Factorization Dimensional Slices]
    
    (Factorization-0.8.34.jar) Unloaded->Constructed->Pre-initialized
    flatsigns{1.4.0} [Flat Signs] (Flatsigns-1.6.2-universal-1.4.0.15.jar) Unloaded-
    
    >Constructed->Pre-initialized
    ThaumicTinkerer{2.3-138} [Thaumic Tinkerer] (ThaumicTinkerer-2.3-138.jar) Unloaded-
    
    >Constructed->Pre-initialized
    ThaumicExploration{0.5.1} [Thaumic Exploration] (Thaumic Exploration 0.5.2.jar)
    
    Unloaded->Constructed->Pre-initialized
    ForbiddenMagic{0.33} [Forbidden Magic] (ForbiddenMagic pr0.333.jar) Unloaded-
    
    >Constructed->Pre-initialized
    ThaumcraftExtras{1.1.2} [Thaumcraft Extras] (ThaumcraftExtras-1.6.4-1.1.2.jar)
    
    Unloaded->Constructed->Pre-initialized
    ForestryExtras{1.2.2} [Forestry Extras] (ForestryExtras-2-1.2.3.jar) Unloaded-
    
    >Constructed->Pre-initialized
    gendustry{1.1.0.61} [GenDustry] (gendustry-mc164-1.1.0.61.jar) Unloaded->Constructed-
    
    >Pre-initialized
    Growthcraft|Fishtrap{2.0.4} [Growthcraft Fishtrap] (growthcraft-fishtrap-1.6.4-
    
    2.0.4.zip) Unloaded->Constructed->Pre-initialized
    Hats{2.1.5} [Hats] (Hats2.1.5.zip) Unloaded->Constructed->Pre-initialized
    HardcoreQuesting{Adventure Time (2.1.0)} [Hardcore Questing Mode] (HQM_-
    
    _Adventure_Time__2.1.0_.zip) Unloaded->Constructed->Pre-initialized
    HungerOverhaul{1.6.X-2l} [Hunger Overhaul] (hungeroverhaul-1.6.X-2l-build4.zip)
    
    Unloaded->Constructed->Pre-initialized
    HydCraft{1.0.4} [Hydraulicraft] (hydraulicraft-1.0.4-68.jar) Unloaded->Constructed-
    
    >Pre-initialized
    IDCheckerFML{1.6.2} [ID Checker] (IDChecker[1.6.2].zip) Unloaded->Constructed->Pre-
    
    initialized
    industrialization{@MAJOR@.@MINOR@.@REVIS@} [Industrialization] (Industrialization-
    
    universal-1.6.4-0.0.4-b7.jar) Unloaded->Constructed->Pre-initialized
    InfernalMobs{1.4.3} [Infernal Mobs] (InfernalMobs_1.6.4.zip) Unloaded->Constructed-
    
    >Pre-initialized
    inventorytweaks{1.56} [Inventory Tweaks] (InventoryTweaks-MC1.6.2-1.56-b77.jar)
    
    Unloaded->Constructed->Pre-initialized
    IronChest{5.4.1.702} [Iron Chest] (ironchest-universal-1.6.4-5.4.1.702.zip) Unloaded-
    
    >Constructed->Pre-initialized
    JABBA{1.1.2b} [JABBA] (JABBA_1.1.2c.zip) Unloaded->Constructed->Pre-initialized
    jadedspawn{1.0} [JadedSpawn] (jadedspawn-1.0.jar) Unloaded->Constructed->Pre-
    
    initialized
    LightBridgesAndDoors{0.1.7} [kris91268's Light Bridges and Doors] (Light bridges and
    
    doors V1.7.zip) Unloaded->Constructed->Pre-initialized
    magicalcrops{3.2.1} [Magical Crops] (magical_crops_1.6.4_3.2.0_BETA_15a.zip)
    
    Unloaded->Constructed->Pre-initialized
    standardcrops{1.1.0} [Magical Crops - Crops & Food]
    
    (magical_crops_1.6.4_3.2.0_BETA_15a.zip) Unloaded->Constructed->Pre-initialized
    th{1.1-02} [Thaumic History] (Thaumic History-1.1-02.jar) Unloaded->Constructed->Pre-
    
    initialized
    MagicBees{2.1.12} [Magic Bees] (magicbees-2.1.12.jar) Unloaded->Constructed->Pre-
    
    initialized
    Mekanism{6.0.4} [Mekanism] (Mekanism-6.0.4.31.jar) Unloaded->Constructed->Pre-
    
    initialized
    MekanismGenerators{6.0.4} [MekanismGenerators] (MekanismGenerators-6.0.4.31.jar)
    
    Unloaded->Constructed->Pre-initialized
    MekanismTools{6.0.4} [MekanismTools] (MekanismTools-6.0.4.31.jar) Unloaded-
    
    >Constructed->Pre-initialized
    MFR Compat Forestry Trees{1.0} [MFR Compat Forestry Trees] (MineFactoryReloaded-2.7.8
    
    -482.jar) Unloaded->Constructed->Pre-initialized
    MFR Compat Extra Trees{1.0} [MFR Compat Extra Trees] (MineFactoryReloaded-2.7.8-
    
    482.jar) Unloaded->Constructed->Pre-initialized
    MineFactoryReloaded|CompatAppliedEnergistics{1.6.4R2.7.8} [MFR Compat: Applied
    
    Energistics] (MineFactoryReloaded-2.7.8-482.jar) Unloaded->Constructed->Pre-initialized
    MineFactoryReloaded|CompatAtum{1.6.4R2.7.8} [MFR Compat: Atum] (MineFactoryReloaded-
    
    2.7.8-482.jar) Unloaded->Constructed->Pre-initialized
    MineFactoryReloaded|CompatBackTools{1.6.4R2.7.8} [MFR Compat: BackTools]
    
    (MineFactoryReloaded-2.7.8-482.jar) Unloaded->Constructed->Pre-initialized
    MineFactoryReloaded|CompatBuildCraft{1.6.4R2.7.8} [MFR Compat: BuildCraft]
    
    (MineFactoryReloaded-2.7.8-482.jar) Unloaded->Constructed->Pre-initialized
    MineFactoryReloaded|CompatChococraft{1.6.4R2.7.8} [MFR Compat: Chococraft]
    
    (MineFactoryReloaded-2.7.8-482.jar) Unloaded->Constructed->Pre-initialized
    MineFactoryReloaded|CompatExtraBiomes{1.6.4R2.7.8} [MFR Compat: ExtraBiomes]
    
    (MineFactoryReloaded-2.7.8-482.jar) Unloaded->Constructed->Pre-initialized
    MineFactoryReloaded|CompatForestry{1.6.4R2.7.8} [MFR Compat: Forestry]
    
    (MineFactoryReloaded-2.7.8-482.jar) Unloaded->Constructed->Pre-initialized
    MineFactoryReloaded|CompatForgeMicroblock{1.6.4R2.7.8} [MFR Compat: ForgeMicroblock]
    
    (MineFactoryReloaded-2.7.8-482.jar) Unloaded->Constructed->Pre-initialized
    MineFactoryReloaded|CompatIC2{1.6.4R2.7.8} [MFR Compat: IC2] (MineFactoryReloaded-
    
    2.7.8-482.jar) Unloaded->Constructed->Pre-initialized
    MineFactoryReloaded|CompatMystcraft{1.6.4R2.7.8} [MFR Compat: Mystcraft]
    
    (MineFactoryReloaded-2.7.8-482.jar) Unloaded->Constructed->Pre-initialized
    MineFactoryReloaded|CompatPams{1.6.4R2.7.8} [MFR Compat: Pam's Mods]
    
    (MineFactoryReloaded-2.7.8-482.jar) Unloaded->Constructed->Pre-initialized
    MineFactoryReloaded|CompatProjRed{1.6.4R2.7.8} [MFR Compat ProjectRed]
    
    (MineFactoryReloaded-2.7.8-482.jar) Unloaded->Constructed->Pre-initialized
    MineFactoryReloaded|CompatRailcraft{1.6.4R2.7.8} [MFR Compat: Railcraft]
    
    (MineFactoryReloaded-2.7.8-482.jar) Unloaded->Constructed->Pre-initialized
    MineFactoryReloaded|CompatRP2{1.6.4R2.7.8} [MFR Compat: RP2] (MineFactoryReloaded-
    
    2.7.8-482.jar) Unloaded->Constructed->Pre-initialized
    MineFactoryReloaded|CompatSufficientBiomes{1.6.4R2.7.8} [MFR Compat: Sufficient
    
    Biomes] (MineFactoryReloaded-2.7.8-482.jar) Unloaded->Constructed->Pre-initialized
    MineFactoryReloaded|CompatThaumcraft{1.6.4R2.7.8} [MFR Compat: Thaumcraft]
    
    (MineFactoryReloaded-2.7.8-482.jar) Unloaded->Constructed->Pre-initialized
    MineFactoryReloaded|CompatThermalExpansion{1.6.4R2.7.8} [MFR Compat: Thermal
    
    Expansion] (MineFactoryReloaded-2.7.8-482.jar) Unloaded->Constructed->Pre-initialized
    MineFactoryReloaded|CompatTwilightForest{1.6.4R2.7.8} [MFR Compat: TwilightForest]
    
    (MineFactoryReloaded-2.7.8-482.jar) Unloaded->Constructed->Pre-initialized
    MineFactoryReloaded|CompatVanilla{1.6.4R2.7.8} [MFR Compat: Vanilla]
    
    (MineFactoryReloaded-2.7.8-482.jar) Unloaded->Constructed->Pre-initialized
    MineFactoryReloaded|CompatXyCraft{1.6.4R2.7.8} [MFR Compat: XyCraft]
    
    (MineFactoryReloaded-2.7.8-482.jar) Unloaded->Constructed->Pre-initialized
    Lanterns{1.0} [Mob Lanterns] (MobLanterns.zip) Unloaded->Constructed->Pre-initialized
    NEIAddons{1.10.4.64} [NEI Addons] (neiaddons-mc164-1.10.4.64.jar) Unloaded-
    
    >Constructed->Pre-initialized
    NEIAddons|AE{1.10.4.64} [NEI Addons: Applied Energistics] (neiaddons-mc164-
    
    1.10.4.64.jar) Unloaded->Constructed->Pre-initialized
    NEIAddons|MiscPeripherals{1.10.4.64} [NEI Addons: Misc Peripherals] (neiaddons-mc164-
    
    1.10.4.64.jar) Unloaded->Constructed->Pre-initialized
    NEIAddons|ExtraBees{1.10.4.64} [NEI Addons: Extra Bees] (neiaddons-mc164-
    
    1.10.4.64.jar) Unloaded->Constructed->Pre-initialized
    NEIAddons|Forestry{1.10.4.64} [NEI Addons: Forestry] (neiaddons-mc164-1.10.4.64.jar)
    
    Unloaded->Constructed->Pre-initialized
    NEIAddons|CraftingTables{1.10.4.64} [NEI Addons: Crafting Tables] (neiaddons-mc164-
    
    1.10.4.64.jar) Unloaded->Constructed->Pre-initialized
    NEIPlugins{1.1.0.6} [NEI Plugins] (NEIPlugins-1.1.0.6.jar) Unloaded->Constructed-
    
    >Pre-initialized
    recipemod{0.1} [NoMoreRecipeConflict] (NoMoreRecipeConflict_1.6.X.zip) Unloaded-
    
    >Constructed->Pre-initialized
    notenoughkeys{0.0.4} [Not Enough Keys] (NotEnoughKeys-1.6.4-0.0.4.jar) Unloaded-
    
    >Constructed->Pre-initialized
    ObsidiPlates{2.0.0} [Obsidian Pressure Plates] (obsidiplates-1.6.2-universal-
    
    2.0.0.15.jar) Unloaded->Constructed->Pre-initialized
    OpenMods{0.4} [OpenMods] (OpenModsLib-0.4b.jar) Unloaded->Constructed->Pre-initialized
    OpenBlocks{1.2.7} [OpenBlocks] (OpenBlocks-1.2.7.jar) Unloaded->Constructed->Pre-
    
    initialized
    Opis{1.2.1} [Opis] (Opis_1.2.1.zip) Unloaded->Constructed->Pre-initialized
    MapWriter{2.0.1} [MapWriter] (Opis_1.2.1.zip) Unloaded->Constructed->Pre-initialized
    OB{1.1.1} [Orbital Bombardment] (OrbitalBombardment_1.1.1-1.6.4.zip) Unloaded-
    
    >Constructed->Pre-initialized
    mod_Oredimensions{3.2} [mod_Oredimensions] (Ore Dimensions [1.6.4].jar) Unloaded-
    
    >Constructed->Pre-initialized
    fodc{1.4.3} [Ore Dictionary Converter] (OreDictionaryConverter-1.4.3.jar) Unloaded-
    
    >Constructed->Pre-initialized
    GetAllTheSeeds{1.6} [Pam's Get all the Seeds!] (Pam's Get all the Seeds 1.6.4.zip)
    
    Unloaded->Constructed->Pre-initialized
    PlayerBeacons{1.2.2} [Player Beacons] (PlayerBeacons-1.6.4-1.2.2.jar) Unloaded-
    
    >Constructed->Pre-initialized
    Redstone Arsenal{1.0.0.0} [Redstone Arsenal] (RedstoneArsenal-1.0.0.0.jar) Unloaded-
    
    >Constructed->Pre-initialized
    xreliquary{1.1.2} [Xeno's Reliquary] (Reliquary-1.1.2b.jar) Unloaded->Constructed-
    
    >Pre-initialized
    remoteIO{@MAJOR@.@MINOR@.@REVIS@.@BUILD@} [Remote IO] (RemoteIO-universal-1.6.4-
    
    1.11.jar) Unloaded->Constructed->Pre-initialized
    RotatableBlocks{0.0.0.1} [Rotatable Blocks] (rotateableblocks-164-build-3.jar)
    
    Unloaded->Constructed->Pre-initialized
    technom{0.0.1} [Technomancy] (Technomancy 0.3.2.zip) Unloaded->Constructed->Pre-
    
    initialized
    ThaumicReliquary{1.0.0} [Thaumic Reliquary] (Thaumic Reliquary 1.0.2.jar) Unloaded-
    
    >Constructed->Pre-initialized
    ThaumicCheatery{1.0} [Thaumic Cheatery] (ThaumicCheatery.jar) Unloaded->Constructed-
    
    >Pre-initialized
    ThaumicSlimeNerf{0.1} [Thaumic Slime Nerf] (ThaumicSlimeNerf.jar) Unloaded-
    
    >Constructed->Pre-initialized
    TSteelworks{1.6.4-0.0.3d5} [Tinkers' Steelworks] (TSteelworks-mc1.6.4_0.0.3d5fix.jar)
    
    Unloaded->Constructed->Errored
    TiCTooltips{1.1} [TiC Tooltips] (TiCTooltips-1.1.1.jar) Unloaded->Constructed->Pre-
    
    initialized
    TMechworks{19.d4b8fa0} [Tinkers' Mechworks] (TMechworks_mc1.6.4_0.1.4.2.jar)
    
    Unloaded->Constructed->Pre-initialized
    TWarden{0.6A1} [Thaumic Warden] (TWarden-0.6A1.jar) Unloaded->Constructed->Pre-
    
    initialized
    UtilityMobs{2.1} [Utility Mobs] (UtilityMobs 2.1 for MC 1.6.2.zip) Unloaded-
    
    >Constructed->Pre-initialized
    chunkbase_villageinfo{2.0-b3} [Village Info] (VillageInfo_Forge_1.6.4_2.0-b3.zip)
    
    Unloaded->Constructed->Pre-initialized
    mod_ZanMinimap{0.9.4} [Zan's Minimap] (ZansMinimap1.6.4.zip) Unloaded->Constructed-
    
    >Pre-initialized
    MineTweaker{1.6.4-2.1.2} [MineTweaker] (zMineTweaker-1.6.4-2.3.1.jar) Unloaded-
    
    >Constructed->Pre-initialized
    McMultipart{1.0.0.227} [Minecraft Multipart Plugin] (ForgeMultipart-universal-1.6.4-
    
    1.0.0.227.jar) Unloaded->Constructed->Pre-initialized
    IguanaTweaksTConstruct{1.6.X-1p} [Iguana Tweaks for Tinkers Construct] (IguanaTweaks-
    
    prog4.jar) Unloaded->Constructed->Pre-initialized
    ThaumcraftMobAspects{1.6.X-1d} [Thaumcraft Mob Aspects] (thaumcraftmobaspects-1.6.X-
    
    1e-build2.zip) Unloaded->Constructed->Pre-initialized
    ForgeMicroblock{1.0.0.227} [Forge Microblocks] (ForgeMultipart-universal-1.6.4-
    
    1.0.0.227.jar) Unloaded->Constructed->Pre-initialized
    TConstruct Environment: Sane and ready for action. Bugs may be reported.
    Launched Version: 1.6.4
    LWJGL: 2.9.0
    OpenGL: ATI Mobility Radeon HD 4200 Series GL version 3.3.11672 Compatibility Profile
    
    Context, ATI Technologies Inc.
    Is Modded: Definitely; Client brand changed to 'fml,forge'
    Type: Client (map_client.txt)
    Resource Pack: Default
    Current Language: English (US)
    Profiler Position: N/A (disabled)
    Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
    Posted in: WIP Mods
  • 2

    posted a message on EXO - Fully customizable armor!
    It looks like this mod is being incorporated into the mod Electrodynamics (http://www.electrodynamicsmod.com/).
    (Source: https://github.com/Asyncronous/EXO)

    EXO's current GitHub page: https://github.com/Electrodynamics/Exoskeleton
    EXO's current webpage: http://www.electrodynamicsmod.com/armor/4580048269
    Posted in: WIP Mods
  • 2

    posted a message on MrCrayfish's Construction Mod v1.1 - A.O.E. Inspired Construction! Huge Update Beta Release!
    I don't know if it could be done, but would it be possible for the mod somehow hook into the village creation and read village buildings that other mods add?

    A few examples: 'Forestry', 'Traincraft', 'Tinker's Construct', 'Booze' by rbdyck, 'Witchery'
    Posted in: Minecraft Mods
  • To post a comment, please .