• 0

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

    Hi, I'm trying to figure out what is this Potioncollisiontracker from the crash report, the ID for the Freeze potion is 4000.

    This is after I installed the v20 for DragonAPI, Rotarycraft, electricraft and reactorcraft, and changed the Freeze potion ID, it was conflicting with something else before. (Overwriting already-registered Potion am2.buffs.ArsMagicaPotion@1bbfb865 @ 35)


    ---- Minecraft Crash Report ----
    // Surprise! Haha. Well, this is awkward.

    Time: 4/10/14 10:36 AM
    Description: Initializing game

    java.lang.ArrayIndexOutOfBoundsException: 4000
    at Reika.DragonAPI.Auxiliary.PotionCollisionTracker.addPotionID(PotionCollisionTracker.java:56)
    at Reika.RotaryCraft.RotaryCraft.preload(RotaryCraft.java:281)
    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 Reika.DragonAPI.Auxiliary.PotionCollisionTracker.addPotionID(PotionCollisionTracker.java:56)
    at Reika.RotaryCraft.RotaryCraft.preload(RotaryCraft.java:281)
    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 8 (amd64) version 6.2
    Java Version: 1.7.0_45, Oracle Corporation
    Java VM Version: Java HotSpot™ 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 1259216592 bytes (1200 MB) / 1796734976 bytes (1713 MB) up to 4056416256 bytes (3868 MB)
    JVM Flags: 4 total; -Xms256M -Xmx4352M -XX:PermSize=256m -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 176 mods loaded, 176 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.9} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
    denLib{3.2.6} [denLib] (minecraft.jar) Unloaded->Constructed->Pre-initialized
    Evoc{1.0.0} [Evoc] (minecraft.jar) Unloaded->Constructed->Pre-initialized
    ImmibisMicroblocks{57.6.3} [Immibis's Microblocks] (Immibis-microblocks-57.6.3.jar) Unloaded->Constructed->Pre-initialized
    InfiniBows{1.2.0 build 14} [Infinity Bow Fix] (minecraft.jar) Unloaded->Constructed->Pre-initialized
    MobiusCore{1.0.4} [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
    TConstruct-Preloader{0.0.1} [Tinkers Corestruct] (minecraft.jar) Unloaded->Constructed->Pre-initialized
    DenEvents{1.0} [DenEvents] (DenEvents.jar) Unloaded->Constructed->Pre-initialized
    advancedgenetics{v1.4.1} [Advanced Genetics] (AdvancedGenetics_v1.4.1.jar) Unloaded->Constructed->Pre-initialized
    arsmagica2{1.1.2b} [Ars Magica 2] (AM2_1.1.2b.zip) Unloaded->Constructed->Pre-initialized
    AppliedEnergistics{rv14.finale3} [Applied Energistics] (Appeng-rv14-finale3-mc16x.jar) Unloaded->Constructed->Pre-initialized
    bspkrsCore{v5.3(1.6.4)} [bspkrsCore] (BspkrsCorev5.3.zip) Unloaded->Constructed->Pre-initialized
    ArmorStatusHUD{v1.15(1.6.4)} [ArmorStatusHUD] (ArmorStatusHUDv1.15.zip) Unloaded->Constructed->Pre-initialized
    Autoutils{1.0.1} [Autoutils] (Autoutils-1.6.4-1.0.1.jar) Unloaded->Constructed->Pre-initialized
    bdlib{1.1.0.21} [BD Lib] (Bdlib-mc164-1.1.0.21.jar) Unloaded->Constructed->Pre-initialized
    BiblioCraft{1.5.5} [BiblioCraft] (BiblioCraft[v1.5.5].zip) Unloaded->Constructed->Pre-initialized
    Natura{2.1.14} [Natura] (Natura_mc1.6.X_2.1.14.jar) Unloaded->Constructed->Pre-initialized
    BiomesOPlenty{1.2.1} [Biomes O' Plenty] (BiomesOPlenty-universal-1.6.4-1.2.1.416.jar) Unloaded->Constructed->Pre-initialized
    BiblioWoodsBoP{1.3} [BiblioWoods Biomes O'Plenty Edition] (BiblioWoods[BiomesOPlenty][v1.3].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.1} [Nether Ores] (NetherOres-2.2.1-14.jar) Unloaded->Constructed->Pre-initialized
    BuildCraft|Core{4.2.2} [BuildCraft] (Buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized
    UniversalElectricity{3.1.0} [Universal Electricity] (Universal-Electricity-3.1.0.74-core.jar) Unloaded->Constructed->Pre-initialized
    ForgeMultipart{1.0.0.250} [Forge Multipart] (ForgeMultipart-universal-1.6.4-1.0.0.250.jar) Unloaded->Constructed->Pre-initialized
    ThermalExpansion{3.0.0.2} [Thermal Expansion] (ThermalExpansion-3.0.0.2.jar) Unloaded->Constructed->Pre-initialized
    IC2{2.0.397-experimental} [IndustrialCraft 2] (Industrialcraft-2_2.0.397-experimental.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|Energy{4.2.2} [BC Energy] (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.6} [MineFactory Reloaded] (MineFactoryReloaded-2.7.6-448.jar) Unloaded->Constructed->Pre-initialized
    MineFactoryReloaded|CompatForestryPre{1.6.4R2.7.6} [MFR Compat: Forestry (part 2)] (MineFactoryReloaded-2.7.6-448.jar) Unloaded->Constructed->Pre-initialized
    Forestry{2.3.1.1} [Forestry for Minecraft] (Forestry-A-2.3.1.1.jar) Unloaded->Constructed->Pre-initialized
    BiblioWoodsForestry{1.3} [BiblioWoods Forestry Edition] (BiblioWoods[Forestry][v1.3].zip) Unloaded->Constructed->Pre-initialized
    BiblioWoodsNatura{1.1} [BiblioWoods Natura Edition] (BiblioWoods[Natura][v1.1].zip) Unloaded->Constructed->Pre-initialized
    ComputerCraft{1.58} [ComputerCraft] (ComputerCraft1.58.zip) Unloaded->Constructed->Pre-initialized
    Mekanism{6.0.4} [Mekanism] (Mekanism-6.0.4.32.jar) Unloaded->Constructed->Pre-initialized
    BigReactors{0.3.0A} [Big Reactors] (BigReactors-0.3.0A.jar) 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.0} [Blood Magic: Alchemical Wizardry] (Blood Magic v1.0.0.zip) Unloaded->Constructed->Pre-initialized
    Botania{beta-16} [Botania] (Botania beta-16.jar) Unloaded->Constructed->Pre-initialized
    BuildCraft|Silicon{4.2.2} [BC Silicon] (Buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized
    Additional-Buildcraft-Objects{1.0.7.558} [Additional Buildcraft Objects] (Buildcraft-Z-additional-buildcraft-objects-1.0.7.558.jar) Unloaded->Constructed->Pre-initialized
    Thaumcraft{4.1.0g} [Thaumcraft] (Thaumcraft4.1.0g.zip) Unloaded->Constructed->Pre-initialized
    Railcraft{8.4.0.0} [Railcraft] (Railcraft_1.6.4-8.4.0.0.jar) Unloaded->Constructed->Pre-initialized
    buildcraftAddon{1.6.4_v0.3.3} [BuildCraftAddon] (BuildcraftAddon-1.6.4_0.3.4.jar) Unloaded->Constructed->Pre-initialized
    CalclaviaCore{1.2.0} [Calclavia] (Calclavia-Core-1.2.0.312-main.jar) Unloaded->Constructed->Pre-initialized
    CarpentersBlocks{2.0.8} [Carpenter's Blocks] (Carpenter's Blocks v2.0.8 - MC 1.6+.zip) Unloaded->Constructed->Pre-initialized
    Chisel{1.5.1} [Chisel] (Chisel-1.5.1.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
    CCTurtle{1.58} [ComputerCraft Turtles] (ComputerCraft1.58.zip) Unloaded->Constructed->Pre-initialized
    DamageIndicatorsMod{2.9.2.3} [Damage Indicators] (DamageIndicatorsv2.9.2.3.zip) Unloaded->Constructed->Pre-initialized
    EnderStorage{1.4.3.6} [EnderStorage] (EnderStorage 1.4.3.6.jar) Unloaded->Constructed->Pre-initialized
    factorization{0.8.33} [Factorization] (Factorization-0.8.33.jar) Unloaded->Constructed->Pre-initialized
    gregtech_addon{MC162} [GregTech-Addon] (Gregtechmod 4.07o.zip) Unloaded->Constructed->Pre-initialized
    TwilightForest{1.20.3} [The Twilight Forest] (Twilightforest-1.20.3.jar) Unloaded->Constructed->Pre-initialized
    DartCraft{Beta 0.2.17} [DartCraft] (DartCraft Beta 0.2.17.jar) Unloaded->Constructed->Pre-initialized
    ImmibisCore{57.2.0} [Immibis Core] (Immibis-core-57.2.0.jar) Unloaded->Constructed->Pre-initialized
    DimensionalAnchors{57.1.95} [Dimensional Anchors] (Dimensional-anchor-57.1.95.jar) Unloaded->Constructed->Pre-initialized
    numina{0.1.2-55} [Numina] (Numina-1.6.2-0.1.2-55.jar) Unloaded->Constructed->Pre-initialized
    powersuits{0.10.0-92} [MachineMuse's Modular Powersuits] (ModularPowersuits-1.6.4-0.10.0-92.jar) Unloaded->Constructed->Pre-initialized
    Waila{1.5.1} [Waila] (Waila_1.5.1a.zip) Unloaded->Constructed->Pre-initialized
    DragonAPI{release} [DragonAPI] (DragonAPI 1.6 V20.zip) Unloaded->Constructed->Pre-initialized
    RotaryCraft{Gamma} [RotaryCraft] (RotaryCraft 1.6 V20c.zip) Unloaded->Constructed->Errored
    ElectriCraft{beta} [ElectriCraft] (ElectriCraft 1.6 V20.zip) Unloaded->Constructed->Errored
    Tombenpotter's Electro-Magic Tools{1.0.9} [Electro-Magic Tools] (ElectroMagicTools-1.0.9.jar) Unloaded->Constructed->Pre-initialized
    emashercore{1.2.3.4} [Emasher Resource] (EmasherResource-1.2.3.4.zip) Unloaded->Constructed->Pre-initialized
    EnderIO{0.11.3} [Ender IO] (EnderIO-1.6.4-0.11.3.331.jar) Unloaded->Constructed->Pre-initialized
    enderprospecting{1.0.1.6} [Ender Prospecting] (EnderProspecting1.0.1.6-1.6.4.zip) Unloaded->Constructed->Pre-initialized
    eng_toolbox{1.1.8.3} [Engineer's Toolbox] (EngineersToolbox-1.1.8.3.zip) Unloaded->Constructed->Pre-initialized
    EnhancedPortals3{1.6.4-3.0.0b5e} [EnhancedPortals] (EnhancedPortals-1.6.4-3.0.0b5e.jar) Unloaded->Constructed->Pre-initialized
    LogisticsPipes|Main{0.7.4.dev.96} [Logistics Pipes] (LogisticsPipes-MC1.6.4-0.7.4.dev.96.jar) Unloaded->Constructed->Pre-initialized
    extracells{1.6.7d} [ExtraCells] (ExtraCells-1.6.7d.jar) Unloaded->Constructed->Pre-initialized
    ExtraUtilities{1.0.3c} [Extra Utilities] (Extrautils-1.0.3c.zip) Unloaded->Constructed->Pre-initialized
    factorization.misc{0.8.33} [Factorization Miscellaneous Nonsense] (Factorization-0.8.33.jar) Unloaded->Constructed->Pre-initialized
    factorization.notify{0.8.33} [Factorization Notification System] (Factorization-0.8.33.jar) Unloaded->Constructed->Pre-initialized
    factorization.dimensionalSlice{0.8.33} [Factorization Dimensional Slices] (Factorization-0.8.33.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
    ThaumicTinkererKami{1.0} [Thaumic Tinkerer KAMI] (ThaumicTinkererKAMI_j6.jar) 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
    powersuitaddons{@VERSION@} [Andrew's Modular Powersuits Addons] (Powersuitaddons-1.6.4-884.jar) Unloaded->Constructed->Pre-initialized
    xreliquary{1.6.4} [Xeno's Reliquary] (Reliquary-1.6.4-1.1-TPPI.jar) Unloaded->Constructed->Pre-initialized
    StevesFactoryManager{A78} [Steve's Factory Manager] (StevesFactoryManagerA78.zip) Unloaded->Constructed->Pre-initialized
    TPPITweaks{1.0.0} [TPPI Tweaks] (TPPI-Tweaks-MC1.6.4-1.0.0-10.jar) Unloaded->Constructed->Pre-initialized
    ThaumicTinkerer{2.3-137} [Thaumic Tinkerer] (ThaumicTinkerer-2.3-137.jar) Unloaded->Constructed->Pre-initialized
    ForbiddenMagic{0.32} [Forbidden Magic] (ForbiddenMagic pr0.32.jar) Unloaded->Constructed->Pre-initialized
    gendustry{1.0.3.41} [GenDustry] (Gendustry-mc164-1.0.3.41.jar) Unloaded->Constructed->Pre-initialized
    HardcoreEnderExpansion{1.3.3} [Hardcore Ender Expansion] (HardcoreEnderExpansion.zip) Unloaded->Constructed->Pre-initialized
    IC2NuclearControl{1.6.2e} [Nuclear Control] (IC2NuclearControl-1.6.2e-ic2-experimental.zip) Unloaded->Constructed->Pre-initialized
    InfernalMobs{1.4.4} [Infernal Mobs] (InfernalMobs_1.6.4.zip) Unloaded->Constructed->Pre-initialized
    inventorytweaks{1.57-dev} [Inventory Tweaks] (InventoryTweaks-MC1.6.4-1.57-dev-b86.jar) Unloaded->Constructed->Pre-initialized
    IronChest{5.4.1.689} [Iron Chest] (Ironchest-universal-1.6.4-5.4.1.689.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
    TConstruct{1.6.X_1.5.4dev} [Tinkers' Construct] (TConstruct-1.6.4-DEV.10a19df.CUSTOM.jar) Unloaded->Constructed->Pre-initialized
    MagicBees{2.1.11} [Magic Bees] (Magicbees-2.1.11.jar) Unloaded->Constructed->Pre-initialized
    MekanismGenerators{6.0.4} [MekanismGenerators] (MekanismGenerators-6.0.4.32.jar) Unloaded->Constructed->Pre-initialized
    MFR Compat Forestry Trees{1.0} [MFR Compat Forestry Trees] (MineFactoryReloaded-2.7.6-448.jar) Unloaded->Constructed->Pre-initialized
    MFR Compat Extra Trees{1.0} [MFR Compat Extra Trees] (MineFactoryReloaded-2.7.6-448.jar) Unloaded->Constructed->Pre-initialized
    MineFactoryReloaded|CompatAppliedEnergistics{1.6.4R2.7.6} [MFR Compat: Applied Energistics] (MineFactoryReloaded-2.7.6-448.jar) Unloaded->Constructed->Pre-initialized
    MineFactoryReloaded|CompatAtum{1.6.4R2.7.6} [MFR Compat: Atum] (MineFactoryReloaded-2.7.6-448.jar) Unloaded->Constructed->Pre-initialized
    MineFactoryReloaded|CompatBackTools{1.6.4R2.7.6} [MFR Compat: BackTools] (MineFactoryReloaded-2.7.6-448.jar) Unloaded->Constructed->Pre-initialized
    MineFactoryReloaded|CompatBuildCraft{1.6.4R2.7.6} [MFR Compat: BuildCraft] (MineFactoryReloaded-2.7.6-448.jar) Unloaded->Constructed->Pre-initialized
    MineFactoryReloaded|CompatChococraft{1.6.4R2.7.6} [MFR Compat: Chococraft] (MineFactoryReloaded-2.7.6-448.jar) Unloaded->Constructed->Pre-initialized
    MineFactoryReloaded|CompatExtraBiomes{1.6.4R2.7.6} [MFR Compat: ExtraBiomes] (MineFactoryReloaded-2.7.6-448.jar) Unloaded->Constructed->Pre-initialized
    MineFactoryReloaded|CompatForestry{1.6.4R2.7.6} [MFR Compat: Forestry] (MineFactoryReloaded-2.7.6-448.jar) Unloaded->Constructed->Pre-initialized
    MineFactoryReloaded|CompatForgeMicroblock{1.6.4R2.7.6} [MFR Compat: ForgeMicroblock] (MineFactoryReloaded-2.7.6-448.jar) Unloaded->Constructed->Pre-initialized
    MineFactoryReloaded|CompatIC2{1.6.4R2.7.6} [MFR Compat: IC2] (MineFactoryReloaded-2.7.6-448.jar) Unloaded->Constructed->Pre-initialized
    Mystcraft{0.10.12.01} [Mystcraft] (Mystcraft-uni-1.6.4-0.10.12.01.zip) Unloaded->Constructed->Pre-initialized
    MineFactoryReloaded|CompatMystcraft{1.6.4R2.7.6} [MFR Compat: Mystcraft] (MineFactoryReloaded-2.7.6-448.jar) Unloaded->Constructed->Pre-initialized
    MineFactoryReloaded|CompatPams{1.6.4R2.7.6} [MFR Compat: Pam's Mods] (MineFactoryReloaded-2.7.6-448.jar) Unloaded->Constructed->Pre-initialized
    ProjRed|Core{4.3.5.30} [ProjectRed] (ProjectRedBase-1.6.4-4.3.5.30.jar) Unloaded->Constructed->Pre-initialized
    ProjRed|Exploration{4.3.5.30} [ProjectRed-Exploration] (ProjectRedWorld-1.6.4-4.3.5.30.jar) Unloaded->Constructed->Pre-initialized
    MineFactoryReloaded|CompatProjRed{1.6.4R2.7.6} [MFR Compat ProjectRed] (MineFactoryReloaded-2.7.6-448.jar) Unloaded->Constructed->Pre-initialized
    MineFactoryReloaded|CompatRailcraft{1.6.4R2.7.6} [MFR Compat: Railcraft] (MineFactoryReloaded-2.7.6-448.jar) Unloaded->Constructed->Pre-initialized
    MineFactoryReloaded|CompatRP2{1.6.4R2.7.6} [MFR Compat: RP2] (MineFactoryReloaded-2.7.6-448.jar) Unloaded->Constructed->Pre-initialized
    MineFactoryReloaded|CompatSufficientBiomes{1.6.4R2.7.6} [MFR Compat: Sufficient Biomes] (MineFactoryReloaded-2.7.6-448.jar) Unloaded->Constructed->Pre-initialized
    MineFactoryReloaded|CompatThaumcraft{1.6.4R2.7.6} [MFR Compat: Thaumcraft] (MineFactoryReloaded-2.7.6-448.jar) Unloaded->Constructed->Pre-initialized
    MineFactoryReloaded|CompatThermalExpansion{1.6.4R2.7.6} [MFR Compat: Thermal Expansion] (MineFactoryReloaded-2.7.6-448.jar) Unloaded->Constructed->Pre-initialized
    MineFactoryReloaded|CompatTwilightForest{1.6.4R2.7.6} [MFR Compat: TwilightForest] (MineFactoryReloaded-2.7.6-448.jar) Unloaded->Constructed->Pre-initialized
    MineFactoryReloaded|CompatVanilla{1.6.4R2.7.6} [MFR Compat: Vanilla] (MineFactoryReloaded-2.7.6-448.jar) Unloaded->Constructed->Pre-initialized
    MineFactoryReloaded|CompatXyCraft{1.6.4R2.7.6} [MFR Compat: XyCraft] (MineFactoryReloaded-2.7.6-448.jar) Unloaded->Constructed->Pre-initialized
    AdvancedSolarPanel{3.4.7} [Advanced Solar Panels] (Mod_AdvancedSolarPanels_3_4_7_IC_EXP.zip) Unloaded->Constructed->Pre-initialized
    GraviSuite{1.9.9a} [Gravitation Suite] (Mod_zGraviSuite_1_9_9a_MC_1_6_4_IC_EXP.zip) Unloaded->Constructed->Pre-initialized
    MFFS{3.6.2} [Modular Force Field System] (Modular-Force-Field-System-3.6.2.59-core.jar) Unloaded->Constructed->Pre-initialized
    Morph{0.7.0} [Morph] (Morph-Beta-0.7.0.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
    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
    ProjRed|Transmission{4.3.5.30} [ProjectRed-Transmission] (ProjectRedIntegration-1.6.4-4.3.5.30.jar) Unloaded->Constructed->Pre-initialized
    OpenPeripheralCore{0.3.3} [OpenPeripheralCore] (OpenPeripheralCore-0.3.3.jar) Unloaded->Constructed->Pre-initialized
    OpenPeripheral{0.1.3} [OpenPeripheralAddons] (OpenPeripheralAddons-0.1.3.jar) Unloaded->Constructed->Pre-initialized
    OpenBlocks{1.2.7} [OpenBlocks] (OpenBlocks-1.2.7.jar) Unloaded->Constructed->Pre-initialized
    ClaySpawn{1.5} [Pam's Clay Spawn] (Pam's Clay Spawn 1.6.4.zip) Unloaded->Constructed->Pre-initialized
    PluginsforForestry{3.2.30} [PluginsforForestry] (PluginsforForestry-1.6.4-3.2.30.jar) Unloaded->Constructed->Pre-initialized
    iChunUtil{2.4.0} [iChunUtil] (Util^iChunUtil2.4.0.zip) Unloaded->Constructed->Pre-initialized
    PortalGun{2.0.2} [PortalGun] (PortalGun2.0.2.zip) Unloaded->Constructed->Pre-initialized
    ProjRed|Compatibility{4.3.5.30} [ProjectRed-Compatibility] (ProjectRedCompat-1.6.4-4.3.5.30.jar) Unloaded->Constructed->Pre-initialized
    ProjRed|Integration{4.3.5.30} [ProjectRed-Integration] (ProjectRedIntegration-1.6.4-4.3.5.30.jar) Unloaded->Constructed->Pre-initialized
    ProjRed|Illumination{4.3.5.30} [ProjectRed-Illumination] (ProjectRedLighting-1.6.4-4.3.5.30.jar) Unloaded->Constructed->Pre-initialized
    QuarryPlus{1.0.0} [QuarryPlus] (QuarryPlus-1.6.4-1.0.3.jar) Unloaded->Constructed->Pre-initialized
    rcdusts{0.0.6d} [Rock Crusher Metal Dusts Add-On] (RcDusts-0.0.6d.zip) Unloaded->Constructed->Pre-initialized
    ReactorCraft{beta} [ReactorCraft] (ReactorCraft 1.6 V20.zip) Unloaded->Constructed->Errored
    Redstone Arsenal{1.0.0.0} [Redstone Arsenal] (RedstoneArsenal-1.0.0.0.jar) Unloaded->Constructed->Pre-initialized
    remoteIO{@MAJOR@.@MINOR@.@REVIS@.@BUILD@} [Remote IO] (RemoteIO-universal-1.6.4-1.9.3a.jar) Unloaded->Constructed->Pre-initialized
    ServerTools{1.6.4 (build 22)} [Server Tools] (Servertools-1.6.4-build22.jar) Unloaded->Constructed->Pre-initialized
    StevesCarts{2.0.0.b10} [Steve's Carts 2] (StevesCarts2.0.0.b10.zip) Unloaded->Constructed->Pre-initialized
    ThaumicReliquary{1.1.0} [Thaumic Reliquary] (Thaumic Reliquary 1.1.1.jar) Unloaded->Constructed->Pre-initialized
    TMechworks{19.d4b8fa0} [Tinkers' Mechworks] (TMechworks-1.6.4-19.jar) Unloaded->Constructed->Pre-initialized
    Translocator{1.1.0.15} [Translocator] (Translocator 1.1.0.15.jar) Unloaded->Constructed->Pre-initialized
    witchery{0.16.3} [Witchery] (Witchery_0-16-3_164.zip) Unloaded->Constructed->Pre-initialized
    WR-CBE|Core{1.4.0.7} [WR-CBE Core] (WR-CBE 1.4.0.7.jar) Unloaded->Constructed->Pre-initialized
    WR-CBE|Addons{1.4.0.7} [WR-CBE Addons] (WR-CBE 1.4.0.7.jar) Unloaded->Constructed->Pre-initialized
    WR-CBE|Logic{1.4.0.7} [WR-CBE Logic] (WR-CBE 1.4.0.7.jar) 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.250} [Minecraft Multipart Plugin] (ForgeMultipart-universal-1.6.4-1.0.0.250.jar) Unloaded->Constructed->Pre-initialized
    ForgeMicroblock{1.0.0.250} [Forge Microblocks] (ForgeMultipart-universal-1.6.4-1.0.0.250.jar) Unloaded->Constructed->Pre-initialized
    TConstruct Environment: Environment is NOT clean! THIS CRASH MUST NOT BE REPORTED TO A MOD AUTHOR; however, please report it to your modpack creator(s).
    Unsupported mods: gregtech_addon
    Launched Version: 1.6.4
    LWJGL: 2.9.0
    OpenGL: GeForce GTX 680M/PCIe/SSE2 GL version 4.4.0, NVIDIA Corporation
    Is Modded: Definitely; Client brand changed to 'fml,forge'
    Type: Client (map_client.txt)
    Resource Pack: Sphax PureBDcraft 128x MC16 (1).zip
    Current Language: English (US)
    Profiler Position: N/A (disabled)
    Vec3 Pool Size: ~~ERROR~~ NullPointerException: null


    Too high of an ID. Lower it.
    Posted in: Minecraft Mods
  • 0

    posted a message on Reika's Mods (Tech, WorldGen, Civilization, and more)
    Looks like there's an issue with an Ars Magica 2 potion. http://pastebin.com/DUVcjP9b

    Is there some sort of ID I need to change somewhere?
    Posted in: Minecraft Mods
  • 0

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

    Reika, the recipe for insulated wire only requires ingots, no wool, yet the UN-insulated wire DOES require wool; is this a recipe mismatch in ElectriCraft?


    Oh hey, I remember reporting this one a week ago. Did it not get fixed in v20?
    Posted in: Minecraft Mods
  • 0

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

    That is caused by the ID change. Search for a 492:12 and break it.


    Well they all disappeared when I re-enabled, since there was no mod loaded anymore using ID 492. I'm restarting anyways because I was trying to figure out how much energy the new tiers were in RF and managed to blow up my base and leave a sizeable crater. Ah well, I was only a couple hours in anyways.

    Quote from Reika

    Also, the new magnetostatic tiers:
    • 2kW (default)
    • 32kW (ethanol upgrade)
    • 131kW (magnetizer upgrade)
    • 1MW (pulse jet upgrade)
    • 8MW (tungsten upgrade)
    • 67MW (bedrock upgrade)
    The names of the upgrade refer to what goes into making it (as a result of my tiering and gating system), not its ingame name or function.
    Tungsten is going to be a special Extractor metal whose flakes can only be smelted in a vanilla furnace that is over 1800C. I may make more use of this later-game, in turbines and similar.


    I really like these. Do they all have an unchangeable torque that increases as the tiers go, or are you going to remove the static torque since there's the new tiers for limiting output? And for that furnace temperature, do we have to use one of the two heater blocks? Can't think of any other way to heat up a vanilla furnace that high.
    Posted in: Minecraft Mods
  • 0

    posted a message on Reika's Mods (Tech, WorldGen, Civilization, and more)
    Well I'll be damned. Decided to try removing the GalactiCraft API from DragonAPI and the null fluid crash on startup is gone. Might be because the pack I'm using is on version 2.0.8 and the most up to date version is 2.0.11. Looks like I can finally add RotaryCraft, ReactorCraft, and ElectriCraft to my GalactiCraft pack.

    EDIT: Got an ID conflict between RotaryCraft and GeoStrata (somehow).

    492: classReika.RotaryCraft.Blocks.BlockDMIMachine from RotaryCraft - SmoothRock from GeoStrata

    Changed the SmoothRock ID and now my console is spammed with:
    There was an error: ID 492 and metadata 12 are not a valid machine identification pair!

    It's also taking me down to 1 FPS.

    Disabled for now, FPS is back to normal.
    Posted in: Minecraft Mods
  • 0

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

    You have a null fluid. Can you determine which it is?


    I'm not really sure how to find that. What should I be looking for? Would it be obvious if I were to scroll through NEI and look for it, or would I have to place down fluids until I found one that isn't working right?
    Posted in: Minecraft Mods
  • 0

    posted a message on Reika's Mods (Tech, WorldGen, Civilization, and more)
    Could someone help me figure out why adding in RotaryCraft to this GalactiCraft pack gives me an error with RailCraft? I don't know why it's crashing on this, but I added in new mods one by one to make sure it would load fine and when I put in RotaryCraft, I get this error. http://pastebin.com/VCfKByZR

    I know none of your mods are mentioned, but it loads fine without them and crashes when I pop RotaryCraft in. GeoStrata and DyeTrees work fine however.
    Posted in: Minecraft Mods
  • 0

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

    The current power levels can be reached around tier 4 for the magnetostatic or tier 2 for the pneumatic. The maximum tier for each engine (5 for the magnetostatic and 3 for the pneumatic) has a much larger torque and power cap than the current version does. Thus, with sufficient RC progress, one will be able to use the conversion engines to generate large amounts of power, but it is no longer viable early game.


    That's actually a very good idea, and I'll definitely be looking forward to it. Currently using a Big Reactor to power my base, with 4 magnetostatics going off to the Boring Machine and two for my two Extractors. I'd switch over to Microturbines and Gas Turbines (one Gas Turbine is almost equal to the power gen of my reactor!), but I don't have a very good slime generation source to use for magma cream to make jet fuel. I did find out that with GregTech, I can compress rubber into glue, toss that into a TiCon smeltery and make glue balls, then run that through a Mariculture AutoDictionary to turn it into slimeballs, but I'll have to make enough compressors to keep up with production costs.
    Posted in: Minecraft Mods
  • 0

    posted a message on Reika's Mods (Tech, WorldGen, Civilization, and more)
    Oh look, a discussion involving you, somewhat negative. You may want to pop into there and offer your input. http://www.reddit.com/r/feedthebeast/comments/220mqq/looking_for_someone_to_take_over_minechem/cgi7unt

    Also, are you planning to skip 1.7? It seems like a lot of mod authors are opting for a jump to 1.8 rather than spending time on a 1.7 update.
    Posted in: Minecraft Mods
  • 0

    posted a message on Reika's Mods (Tech, WorldGen, Civilization, and more)
    Goodness. I think I know what it would feel like to use that jet mod of yours that can't work due to engine limitations. Wearing a light blue enchanced pendant, which is giving me Speed 4 since v20 isn't out yet with proper effect levels, and I used an Ars Magica 2 spell for Speed and Jump on the medium casting mode. Went down to the tunnel left by my boring machine, sprinted, and started hopping. I think I cleared a thousand blocks per second at max speed. The world couldn't even load existing chunks fast enough; I can't imagine how badly it would handle having to generate new chunks.
    Posted in: Minecraft Mods
  • 0

    posted a message on Mariculture 1.2.4.2 ~ Updated 21/04/2015
    Quote from Shurhaian

    Is there supposed to be a way to kill live fish? The autofisher throws a whole crapload of live cod at me, but I can't really DO much with them, not compared to what I could do with raw fish. Trying to craft them doesn't do anything, nor can I toss them at a fish feeder or into the crucible furnace. I thought I could craft them into raw fish in the past, but it's not working for me under 1.2.1e/MC 1.6.4.


    Toss them on the ground. This kills the fish.
    Posted in: Minecraft Mods
  • 0

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

    By the way, I thank you for replying to the reddit threads before I am aware of them.


    I'm on there all the time. I try to help people with their problems, and if there's an issue I don't know how to fix, I try referring them over here to ask their question. I'd like to see RotaryCraft/ReactorCraft become as popular as IC2, TE, BC, etc., although the power system probably puts people off from trying them out. I know I was a bit daunted at first when I saw that things were computed with actual physics, but once I got into it I found out that you really only have to worry about meeting required numbers and tweaking torque to speed ratios to obtain optimal operations.
    Posted in: Minecraft Mods
  • 0

    posted a message on Ars Magica 2 - Version 1.4.0.009 (Updated February 8, 2016)
    Had an unexpected crash and had to restore my level.dat from an older save. Lost my AM2 progress; is there a command to add levels, or am I just going to have to re-do that part?

    EDIT: Nevermind, went trawling through the files (/help is broken for me) and found all of the commands. Cheers!
    Posted in: Minecraft Mods
  • 0

    posted a message on Mariculture 1.2.4.2 ~ Updated 21/04/2015
    Oh, I completely forgot to report back on that fix. Natural Gas is now able to be properly broken by the Boring Machine, and it simply breaks it without obtaining a drop.
    Posted in: Minecraft Mods
  • 0

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


    Here is what the manual should say: "Will explode if it reaches 1000C."
    Anything not explicitly describing the risks is unacceptable.
    If you're going to play the "realism" card, I get to activate "OSHA".


    Guy was surprised when his Pulse Jet Furnace blew up at max temp. He assumed temperature altered operation speeds, since most mods that include a temperature bar use this logic, so hotter = faster. We had a bit of a banter back and forth, but this makes sense, doesn't it? You just say "keeping it cooled with water is a necessity", but never really mention that "it's gonna explode if you don't."
    Posted in: Minecraft Mods
  • To post a comment, please .