• 1

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

    Hey, Reika!


    Quick suggestion: Can you add a config option to disable biome ID conflict exceptions on startup in DragonAPI? I know your heart's in the right place, but sometimes I just want biome ID conflicts. Don't ask why.



    Thanks!

    Posted in: Minecraft Mods
  • 0

    posted a message on [1.7.10] Gizmos v3.3: Nether star flashlights and creative-only tools

    I didn't know you had a mod! I'll have to give it a whirl.

    Posted in: Minecraft Mods
  • 0

    posted a message on [1.5-1.11.2] Vein Miner - Quickly mine veins of ore
    I'm using 0.26.0 for MC 1.7.10. When I start up my MC, I get this crash:

    ---- Minecraft Crash Report ----
    // Why is it breaking :(
    Time: 3/10/15 2:32 PM
    Description: Initializing game
    java.lang.NullPointerException: Initializing game
    at java.lang.String.compareTo(String.java:1139)
    at java.lang.String.compareTo(String.java:108)
    at java.util.ComparableTimSort.countRunAndMakeAscending(ComparableTimSort.java:290)
    at java.util.ComparableTimSort.sort(ComparableTimSort.java:157)
    at java.util.ComparableTimSort.sort(ComparableTimSort.java:146)
    at java.util.Arrays.sort(Arrays.java:472)
    at java.util.Collections.sort(Collections.java:155)
    at portablejim.veinminer.configuration.ConfigurationSettings.getToolsAndBlocksJson(ConfigurationSettings.java:466)
    at portablejim.veinminer.configuration.ConfigurationSettings.saveConfigs(ConfigurationSettings.java:440)
    at portablejim.veinminer.VeinMiner.postInit(VeinMiner.java:195)
    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:513)
    at sun.reflect.GeneratedMethodAccessor4.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.EventSubscriber.handleEvent(EventSubscriber.java:74)
    at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
    at com.google.common.eventbus.EventBus.post(EventBus.java:275)
    at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
    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.EventSubscriber.handleEvent(EventSubscriber.java:74)
    at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
    at com.google.common.eventbus.EventBus.post(EventBus.java:275)
    at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
    at cpw.mods.fml.common.Loader.initializeMods(Loader.java:694)
    at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:288)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:541)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)
    at net.minecraft.client.main.Main.main(SourceFile:148)
    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:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

    A detailed walkthrough of the error, its code path and all known details is as follows:
    ---------------------------------------------------------------------------------------
    -- Head --
    Stacktrace:
    at java.lang.String.compareTo(String.java:1139)
    at java.lang.String.compareTo(String.java:108)
    at java.util.ComparableTimSort.countRunAndMakeAscending(ComparableTimSort.java:290)
    at java.util.ComparableTimSort.sort(ComparableTimSort.java:157)
    at java.util.ComparableTimSort.sort(ComparableTimSort.java:146)
    at java.util.Arrays.sort(Arrays.java:472)
    at java.util.Collections.sort(Collections.java:155)
    at portablejim.veinminer.configuration.ConfigurationSettings.getToolsAndBlocksJson(ConfigurationSettings.java:466)
    at portablejim.veinminer.configuration.ConfigurationSettings.saveConfigs(ConfigurationSettings.java:440)
    at portablejim.veinminer.VeinMiner.postInit(VeinMiner.java:195)
    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:513)
    at sun.reflect.GeneratedMethodAccessor4.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.EventSubscriber.handleEvent(EventSubscriber.java:74)
    at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
    at com.google.common.eventbus.EventBus.post(EventBus.java:275)
    at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
    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.EventSubscriber.handleEvent(EventSubscriber.java:74)
    at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
    at com.google.common.eventbus.EventBus.post(EventBus.java:275)
    at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
    at cpw.mods.fml.common.Loader.initializeMods(Loader.java:694)
    at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:288)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:541)
    -- Initialization --
    Details:
    Stacktrace:
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)
    at net.minecraft.client.main.Main.main(SourceFile:148)
    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:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
    -- System Details --
    Details:
    Minecraft Version: 1.7.10
    Operating System: Windows 7 (amd64) version 6.1
    Java Version: 1.7.0_75, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 413438528 bytes (394 MB) / 828956672 bytes (790 MB) up to 1563164672 bytes (1490 MB)
    JVM Flags: 5 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -XX:PermSize=5G
    AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: MCP v9.05 FML v7.10.85.1291 Minecraft Forge 10.13.2.1291 105 mods loaded, 105 mods active
    mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    FML{7.10.85.1291} [Forge Mod Loader] (forge-1.7.10-10.13.2.1291.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    Forge{10.13.2.1291} [Minecraft Forge] (forge-1.7.10-10.13.2.1291.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    appliedenergistics2-core{rv2-beta-8} [AppliedEnergistics2 Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    CodeChickenCore{1.0.4.35} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    {000} [CoFH ASM Data Initialization] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    MobiusCore{1.2.3} [MobiusCore] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    NotEnoughItems{1.0.4.90} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.4.90-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    OpenEye{0.6} [OpenEye] (OpenEye-0.6-1.7.10-snapshot-142.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    VeinMiner_coremod{0.26.0_build.unknown} [Core mod] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    OpenModsCore{0.6} [OpenModsCore] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    appliedenergistics2{rv2-beta-8} [Applied Energistics 2] (appliedenergistics2-rv2-beta-8.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    CoFHCore{1.7.10R3.0.0RC5} [CoFH Core] (CoFHCore-[1.7.10]3.0.0RC5-207.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    ThermalFoundation{1.7.10R1.0.0RC4} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.0.0RC4-58.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    ThermalExpansion{1.7.10R4.0.0RC6} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.0.0RC6-138.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    BigReactors{0.4.2A2} [Big Reactors] (BigReactors-0.4.2A2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    AWWayofTime{v1.3.1} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.7.10-1.3.1-7.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    Botania{r1.5-169} [Botania] (Botania r1.5-169.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    BuildCraft|Core{6.4.2} [BuildCraft] (buildcraft-6.4.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    BuildCraft|Transport{6.4.2} [BC Transport] (buildcraft-6.4.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    BuildCraft|Silicon{6.4.2} [BC Silicon] (buildcraft-6.4.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    BuildCraft|Builders{6.4.2} [BC Builders] (buildcraft-6.4.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    BuildCraft|Energy{6.4.2} [BC Energy] (buildcraft-6.4.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    BuildCraft|Factory{6.4.2} [BC Factory] (buildcraft-6.4.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    BuildCraft|Compat{6.4.0} [BuildCraft Compat] (buildcraft-compat-6.4.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    CandisPerUserDifficulty{0.3} [CandisPerUserDifficulty] (CandisPerUserDifficulty-0.5.9.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    CarpentersBlocks{3.3.5} [Carpenter's Blocks] (Carpenter's Blocks v3.3.5 - MC 1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    ChickenChunks{1.3.4.19} [ChickenChunks] (ChickenChunks-1.7.10-1.3.4.19-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    ForgeMultipart{1.1.0.309} [Forge Multipart] (ForgeMultipart-1.7.10-1.1.0.309-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    chisel{2.3.7.34} [Chisel 2] (Chisel2-2.3.7.34.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    ComputerCraft{1.73} [ComputerCraft] (ComputerCraft1.73.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    DraconicEvolution{1.0.1-snapshot_5} [Draconic Evolution] (Draconic-Evolution-1.7.10-v1.0.1-snapshot_5.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    MineFactoryReloaded{1.7.10R2.8.0RC8} [MineFactory Reloaded] (MineFactoryReloaded-[1.7.10]2.8.0RC8-86.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    EnderIO{1.7.10-2.2.8.349} [Ender IO] (EnderIO-1.7.10-2.2.8.349.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    EnderStorage{1.4.5.28} [EnderStorage] (EnderStorage-1.7.10-1.4.5.28-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    enhancedportals{3.0.10} [EnhancedPortals] (EnhancedPortals_1.7.10-universal-3.0.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    ExtrabiomesXL{3.16.0} [ExtrabiomesXL] (extrabiomesxl_1.7.10-3.16.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    Mantle{1.7.10-0.3.2.jenkins184} [Mantle] (Mantle-1.7.10-0.3.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    Natura{2.2.0} [Natura] (natura-1.7.10-2.2.0.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    Waila{1.5.8} [Waila] (Waila-1.5.9_1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    TConstruct{1.7.10-1.8.2.build858} [Tinkers' Construct] (TConstruct-1.7.10-1.8.2a.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    ExtraTiC{0.8.4} [ExtraTiC] (ExtraTiC-1.7.10-1.0.3.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    ExtraUtilities{1.2.2} [Extra Utilities] (extrautilities-1.2.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    FastCraft{1.19} [FastCraft] (fastcraft-1.19.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    foxlib{1.7.10-0.7.0} [FoxLib] (FoxLib-1.7.10-0.7.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    wuppy29_harderpeaceful{1.7.3} [Harder Peaceful] (Harder Peaceful 1.7.10-1.7.3.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    inpure|core{1.7.10R1.0.0B9} [INpureCore] (INpureCore-[1.7.10]1.0.0B9-54.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    IronChest{6.0.62.742} [Iron Chest] (ironchest-1.7.10-6.0.62.742-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    JABBA{1.2.1} [JABBA] (Jabba-1.2.1a_1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    journeymap{5.0.1} [JourneyMap] (JourneyMap5.0.1_Unlimited_MC1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    magicalcrops{1.7.2 - 0.1 ALPHA} [Magical Crops] (magicalcrops-1.7.10_0.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    MineFactoryReloaded|CompatAppliedEnergistics{1.7.10R2.8.0RC8} [MFR Compat: Applied Energistics] (MineFactoryReloaded-[1.7.10]2.8.0RC8-86.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    MineFactoryReloaded|CompatAtum{1.7.10R2.8.0RC8} [MFR Compat: Atum] (MineFactoryReloaded-[1.7.10]2.8.0RC8-86.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    MineFactoryReloaded|CompatBackTools{1.7.10R2.8.0RC8} [MFR Compat: BackTools] (MineFactoryReloaded-[1.7.10]2.8.0RC8-86.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.0RC8} [MFR Compat: BuildCraft] (MineFactoryReloaded-[1.7.10]2.8.0RC8-86.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    MineFactoryReloaded|CompatChococraft{1.7.10R2.8.0RC8} [MFR Compat: Chococraft] (MineFactoryReloaded-[1.7.10]2.8.0RC8-86.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.0RC8} [MFR Compat: ExtraBiomes] (MineFactoryReloaded-[1.7.10]2.8.0RC8-86.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    MineFactoryReloaded|CompatForestry{1.7.10R2.8.0RC8} [MFR Compat: Forestry] (MineFactoryReloaded-[1.7.10]2.8.0RC8-86.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    MineFactoryReloaded|CompatForgeMicroblock{1.7.10R2.8.0RC8} [MFR Compat: ForgeMicroblock] (MineFactoryReloaded-[1.7.10]2.8.0RC8-86.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    MineFactoryReloaded|CompatIC2{1.7.10R2.8.0RC8} [MFR Compat: IC2] (MineFactoryReloaded-[1.7.10]2.8.0RC8-86.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    MineFactoryReloaded|CompatMystcraft{1.7.10R2.8.0RC8} [MFR Compat: Mystcraft] (MineFactoryReloaded-[1.7.10]2.8.0RC8-86.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    MineFactoryReloaded|CompatProjRed{1.7.10R2.8.0RC8} [MFR Compat ProjectRed] (MineFactoryReloaded-[1.7.10]2.8.0RC8-86.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.0RC8} [MFR Compat: Railcraft] (MineFactoryReloaded-[1.7.10]2.8.0RC8-86.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    MineFactoryReloaded|CompatRP2{1.7.10R2.8.0RC8} [MFR Compat: RP2] (MineFactoryReloaded-[1.7.10]2.8.0RC8-86.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    MineFactoryReloaded|CompatSufficientBiomes{1.7.10R2.8.0RC8} [MFR Compat: Sufficient Biomes] (MineFactoryReloaded-[1.7.10]2.8.0RC8-86.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.0RC8} [MFR Compat: Thaumcraft] (MineFactoryReloaded-[1.7.10]2.8.0RC8-86.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    MineFactoryReloaded|CompatThermalExpansion{1.7.10R2.8.0RC8} [MFR Compat: Thermal Expansion] (MineFactoryReloaded-[1.7.10]2.8.0RC8-86.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    MineFactoryReloaded|CompatTConstruct{1.7.10R2.8.0RC8} [MFR Compat: Tinkers' Construct] (MineFactoryReloaded-[1.7.10]2.8.0RC8-86.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    MineFactoryReloaded|CompatTwilightForest{1.7.10R2.8.0RC8} [MFR Compat: TwilightForest] (MineFactoryReloaded-[1.7.10]2.8.0RC8-86.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    MineFactoryReloaded|CompatVanilla{1.7.10R2.8.0RC8} [MFR Compat: Vanilla] (MineFactoryReloaded-[1.7.10]2.8.0RC8-86.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    MineTweaker3{3.0.9B} [MineTweaker 3] (MineTweaker3-1.7.10-3.0.9C.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    MoreEnchants{1.3.0} [MoreEnchants] (MoreEnchants-MC1.7-1.3.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    Morpheus{1.7.10-1.5.26} [Morpheus] (Morpheus-1.7.10-1.5.26.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    oodmod{1.91} [Ood's Mod] (OodMod-1.91.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    OpenMods{0.6} [OpenMods] (OpenModsLib-1.7.10-0.6-snapshot-320.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    OpenBlocks{1.3} [OpenBlocks] (OpenBlocks-1.7.10-1.3-snapshot-569.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    OpenPeripheralCore{0.6.0} [OpenPeripheralCore] (OpenPeripheralCore-1.7.10-0.6.0-snapshot-207.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    OpenPeripheral{0.2.0} [OpenPeripheralAddons] (OpenPeripheralAddons-1.7.10-0.2.0-snapshot-178.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    OpenPeripheralIntegration{0.1.0} [OpenPeripheralIntegration] (OpenPeripheralIntegration-1.7.10-0.1.0-snapshot-48.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    harvestcraft{1.7.10g} [Pam's HarvestCraft] (Pam's HarvestCraft 1.7.10g.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    RedstoneArsenal{1.7.10R1.1.0RC4} [Redstone Arsenal] (RedstoneArsenal-[1.7.10]1.1.0RC4-54.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    RedstonePasteMod{1.6.2} [Redstone Paste] (RedstonePasteMod-1.7.10-1.6.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    rftools{2.55} [RFTools] (rftools-2.55.n164.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    runicdungeons{1.0.8b} [Runic Dungeons] (runicdungeons-1.0.8b.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    Sanguimancy{1.1.8} [Sanguimancy] (Sanguimancy-1.7.10-1.1.8-4.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    simplyjetpacks{1.4.1} [Simply Jetpacks] (SimplyJetpacks-MC1.7.10-1.4.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    StevesFactoryManager{A93} [Steve's Factory Manager] (StevesFactoryManagerA93.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    Tails{1.7.10-1.3.1} [Tails] (Tails-1.7.10-1.3.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    ThermalDynamics{1.7.10R1.0.0RC5} [Thermal Dynamics] (ThermalDynamics-[1.7.10]1.0.0RC5-94.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    ThermalSmeltery{1.7.10-1.1.1} [Thermal Smeltery] (ThermalSmeltery-1.7.10-1.1.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    TMechworks{1.7.10-86.e500b88} [Tinkers' Mechworks] (TMechworks-1.7.10-0.2.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    ttCore{MC1.7.10-0.1.0-67} [ttCore] (ttCore-MC1.7.10-0.1.0-67.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    VeinMiner{0.26.0_build.unknown} [Vein Miner] (VeinMiner-1.7.10_0.26.0.unknown.jar) Unloaded->Constructed->Pre-initialized->Initialized->Errored
    VeinMinerModSupport{0.26.0_build.unknown} [Mod Support] (VeinMiner-1.7.10_0.26.0.unknown.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    WailaHarvestability{1.1.0} [Waila Harvestability] (WailaHarvestability-mc1.7.x-1.1.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    wawla{1.0.8} [What Are We Looking At] (Wawla-1.0.8_1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    WirelessItemPassaging{1.1} [Wireless Item Passaging] (WirelessItemPassaging-1.1.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    WR-CBE|Core{1.4.1.9} [WR-CBE Core] (WR-CBE-1.7.10-1.4.1.9-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    WR-CBE|Addons{1.4.1.9} [WR-CBE Addons] (WR-CBE-1.7.10-1.4.1.9-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    WR-CBE|Logic{1.4.1.9} [WR-CBE Logic] (WR-CBE-1.7.10-1.4.1.9-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    McMultipart{1.1.0.309} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.1.0.309-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    aobd{2.4.0} [Another One Bites The Dust] (AOBD-2.4.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    IguanaTweaksTConstruct{1.7.10-2.1.2.101} [Iguana Tinker Tweaks] (IguanaTinkerTweaks-1.7.10-2.1.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    ForgeMicroblock{1.1.0.309} [Forge Microblocks] (ForgeMultipart-1.7.10-1.1.0.309-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    OpenModsLib crash transformers: [gl_capabilities_hook:FINISHED],[player_render_hook:FINISHED],[map_gen_fix:FINISHED],[movement_callback:FINISHED],[stencil_patches:FINISHED]
    AE2 Version: beta rv2-beta-8 for Forge 10.13.2.1230
    CoFHCore: -[1.7.10]3.0.0RC5-207
    ThermalFoundation: -[1.7.10]1.0.0RC4-58
    ThermalExpansion: -[1.7.10]4.0.0RC6-138
    MineFactoryReloaded: -[1.7.10]2.8.0RC8-86
    Mantle Environment: Environment healthy.
    TConstruct Environment: Environment healthy.
    RedstoneArsenal: -[1.7.10]1.1.0RC4-54
    ThermalDynamics: -[1.7.10]1.0.0RC5-94
    Stencil buffer state: Function set: GL30, pool: forge, bits: 8
    AE2 Integration: IC2:OFF, RotaryCraft:OFF, RC:OFF, BC:ON, MJ6:ON, MJ5:OFF, RF:ON, RFItem:ON, MFR:ON, DSU:ON, FZ:OFF, FMP:ON, RB:OFF, CLApi:OFF, Waila:ON, InvTweaks:OFF, NEI:ON, CraftGuide:OFF, Mekanism:OFF, ImmibisMicroblocks:OFF, BetterStorage:OFF
    Launched Version: 1.7.10-Forge10.13.2.1291
    LWJGL: 2.9.1
    OpenGL: Intel(R) HD Graphics 3000 GL version 3.1.0 - Build 9.17.10.3062, Intel
    GL Caps: Using GL 1.3 multitexturing.
    Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
    Anisotropic filtering is supported and maximum anisotropy is 16.
    Shaders are available because OpenGL 2.1 is supported.
    Is Modded: Definitely; Client brand changed to 'fml,forge'
    Type: Client (map_client.txt)
    Resource Packs: []
    Current Language: English (US)
    Profiler Position: N/A (disabled)
    Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    Anisotropic Filtering: Off (1)

    I think it might be due to an improperly formatted tools-and-blocks.json, so here is my config for the mod:

    {
    "tools": {
    "axe": {
    "name": "Axe",
    "icon": "minecraft:diamond_axe",
    "toollist": [
    "BiomesOPlenty:axeAmethyst",
    "BiomesOPlenty:axeMud",
    "appliedenergistics2:item.ToolCertusQuartzAxe",
    "appliedenergistics2:item.ToolNetherQuartzAxe",
    "minecraft:diamond_axe",
    "minecraft:golden_axe",
    "minecraft:iron_axe",
    "minecraft:stone_axe",
    "minecraft:wooden_axe",
    "TConstruct:hatchet",
    "TConstruct:lumberaxe"
    ],
    "blocklist": [
    "BiomesOPlenty:appleLeaves",
    "BiomesOPlenty:colorizedLeaves1",
    "BiomesOPlenty:colorizedLeaves2",
    "BiomesOPlenty:leaves1",
    "BiomesOPlenty:leaves2",
    "BiomesOPlenty:leaves3",
    "BiomesOPlenty:leaves4",
    "BiomesOPlenty:logs1/0",
    "BiomesOPlenty:logs1/1",
    "BiomesOPlenty:logs1/2",
    "BiomesOPlenty:logs1/3",
    "BiomesOPlenty:logs2/0",
    "BiomesOPlenty:logs2/1",
    "BiomesOPlenty:logs2/2",
    "BiomesOPlenty:logs2/3",
    "BiomesOPlenty:logs3/0",
    "BiomesOPlenty:logs3/1",
    "BiomesOPlenty:logs3/2",
    "BiomesOPlenty:logs3/3",
    "BiomesOPlenty:logs4/0",
    "BiomesOPlenty:logs4/1",
    "BiomesOPlenty:logs4/2",
    "BiomesOPlenty:persimmonLeaves",
    "ExtrabiomesXL:cornerlog_baldcypress",
    "ExtrabiomesXL:cornerlog_fir",
    "ExtrabiomesXL:cornerlog_oak",
    "ExtrabiomesXL:cornerlog_rainboweucalyptus",
    "ExtrabiomesXL:cornerlog_redwood",
    "ExtrabiomesXL:leaves_1",
    "ExtrabiomesXL:leaves_2",
    "ExtrabiomesXL:leaves_3",
    "ExtrabiomesXL:leaves_4",
    "ExtrabiomesXL:log1",
    "ExtrabiomesXL:log2",
    "ExtrabiomesXL:log_elbow_baldcypress",
    "ExtrabiomesXL:log_elbow_rainbow_eucalyptus",
    "ExtrabiomesXL:mini_log_1",
    "Natura:Dark Leaves",
    "Natura:Dark Tree/0",
    "Natura:Dark Tree/1",
    "Natura:Rare Leaves",
    "Natura:Rare Tree/0",
    "Natura:Rare Tree/1",
    "Natura:Rare Tree/2",
    "Natura:Rare Tree/3",
    "Natura:floraleaves",
    "Natura:floraleavesnocolor",
    "Natura:redwood/1",
    "Natura:tree/0",
    "Natura:tree/1",
    "Natura:tree/2",
    "Natura:tree/3",
    "Natura:willow/0",
    "Thaumcraft:blockMagicalLog/0",
    "Thaumcraft:blockMagicalLog/1",
    "minecraft:fence",
    "minecraft:leaves",
    "minecraft:leaves2",
    "minecraft:log",
    "minecraft:log2",
    "MineFactoryReloaded:rubberwood.leaves",
    "MineFactoryReloaded:rubberwood.log"
    ]
    },
    "hoe": {
    "name": "Hoe",
    "icon": "minecraft:diamond_hoe",
    "toollist": [
    "BiomesOPlenty:hoeAmethyst",
    "BiomesOPlenty:hoeMud",
    "appliedenergistics2:item.ToolCertusQuartzHoe",
    "appliedenergistics2:item.ToolNetherQuartzHoe",
    "minecraft:diamond_hoe",
    "minecraft:golden_hoe",
    "minecraft:iron_hoe",
    "minecraft:stone_hoe",
    "minecraft:wooden_hoe",
    "TConstruct:mattock"
    ],
    "blocklist": [
    "minecraft:carrots",
    "minecraft:melon_block",
    "minecraft:potatoes",
    "minecraft:pumpkin",
    "minecraft:wheat"
    ]
    },
    "pickaxe": {
    "name": "Pickaxe",
    "icon": "minecraft:diamond_pickaxe",
    "toollist": [
    "BiomesOPlenty:pickaxeAmethyst",
    "BiomesOPlenty:pickaxeMud",
    "TConstruct:pickaxe",
    "appliedenergistics2:item.ToolCertusQuartzPickaxe",
    "appliedenergistics2:item.ToolNetherQuartzPickaxe",
    "minecraft:diamond_pickaxe",
    "minecraft:golden_pickaxe",
    "minecraft:iron_pickaxe",
    "minecraft:stone_pickaxe",
    "minecraft:wooden_pickaxe",
    "TConstruct:hammer"
    ],
    "blocklist": [
    "BigReactors:YelloriteOre/0",
    "BiomesOPlenty:gemOre/2",
    "BiomesOPlenty:gemOre/4",
    "BiomesOPlenty:gemOre/6",
    "BiomesOPlenty:gemOre/8",
    "BiomesOPlenty:gemOre/10",
    "BiomesOPlenty:gemOre/12",
    "BiomesOPlenty:gemOre/14",
    "Railcraft:tile.railcraft.ore/0",
    "Railcraft:tile.railcraft.ore/1",
    "Railcraft:tile.railcraft.ore/2",
    "Railcraft:tile.railcraft.ore/3",
    "Railcraft:tile.railcraft.ore/4",
    "Railcraft:tile.railcraft.ore/5",
    "Railcraft:tile.railcraft.ore/7",
    "Railcraft:tile.railcraft.ore/8",
    "Railcraft:tile.railcraft.ore/9",
    "Railcraft:tile.railcraft.ore/10",
    "Railcraft:tile.railcraft.ore/11",
    "TConstruct:GravelOre/0",
    "TConstruct:GravelOre/1",
    "TConstruct:GravelOre/2",
    "TConstruct:GravelOre/3",
    "TConstruct:GravelOre/4",
    "TConstruct:GravelOre/5",
    "TConstruct:SearedBrick/1",
    "TConstruct:SearedBrick/2",
    "TConstruct:SearedBrick/3",
    "TConstruct:SearedBrick/4",
    "TConstruct:SearedBrick/5",
    "Thaumcraft:blockCustomOre/0",
    "Thaumcraft:blockCustomOre/1",
    "Thaumcraft:blockCustomOre/2",
    "Thaumcraft:blockCustomOre/3",
    "Thaumcraft:blockCustomOre/4",
    "Thaumcraft:blockCustomOre/5",
    "Thaumcraft:blockCustomOre/6",
    "Thaumcraft:blockCustomOre/7",
    "ThermalFoundation:Ore/0",
    "ThermalFoundation:Ore/1",
    "ThermalFoundation:Ore/2",
    "ThermalFoundation:Ore/3",
    "ThermalFoundation:Ore/4",
    "ThermalFoundation:Ore/5",
    "ThermalFoundation:Ore/6",
    "appliedenergistics2:tile.OreQuartz/0",
    "appliedenergistics2:tile.OreQuartzCharged/0",
    "harvestcraft:salt",
    "magicalcrops:magicalcrops_EssenceOre",
    "minecraft:coal_ore",
    "minecraft:cobblestone_wall",
    "minecraft:diamond_ore",
    "minecraft:emerald_ore",
    "minecraft:glowstone",
    "minecraft:gold_ore",
    "minecraft:iron_ore",
    "minecraft:lapis_ore",
    "minecraft:lit_redstone_ore",
    "minecraft:mossy_cobblestone",
    "minecraft:nether_brick_fence",
    "minecraft:obsidian",
    "minecraft:quartz_ore",
    "minecraft:redstone_ore",
    "oodmod:KroostylOre/0"
    ]
    },
    "shears": {
    "name": "Shears",
    "icon": "minecraft:shears",
    "toollist": [
    "BiomesOPlenty:scytheAmethyst",
    "BiomesOPlenty:scytheDiamond",
    "BiomesOPlenty:scytheGold",
    "BiomesOPlenty:scytheIron",
    "BiomesOPlenty:scytheMud",
    "BiomesOPlenty:scytheStone",
    "BiomesOPlenty:scytheWood",
    "minecraft:shears"
    ],
    "blocklist": [
    "BiomesOPlenty:appleLeaves",
    "BiomesOPlenty:colorizedLeaves1",
    "BiomesOPlenty:colorizedLeaves2",
    "BiomesOPlenty:leaves1",
    "BiomesOPlenty:leaves2",
    "BiomesOPlenty:leaves3",
    "BiomesOPlenty:leaves4",
    "BiomesOPlenty:persimmonLeaves",
    "ExtrabiomesXL:leaves_1",
    "ExtrabiomesXL:leaves_2",
    "ExtrabiomesXL:leaves_3",
    "ExtrabiomesXL:leaves_4",
    "Natura:Dark Leaves",
    "Natura:Rare Leaves",
    "Natura:floraleaves",
    "Natura:floraleavesnocolor",
    "minecraft:deadbush",
    "minecraft:leaves",
    "minecraft:leaves2",
    "minecraft:tallgrass",
    "minecraft:vine",
    "minecraft:web",
    "minecraft:wool",
    "MineFactoryReloaded:rubberwood.leaves"
    ]
    },
    "shovel": {
    "name": "Shovel",
    "icon": "minecraft:diamond_shovel",
    "toollist": [
    "BiomesOPlenty:shovelAmethyst",
    "BiomesOPlenty:shovelMud",
    "TConstruct:shovel",
    "appliedenergistics2:item.ToolCertusQuartzSpade",
    "appliedenergistics2:item.ToolNetherQuartzSpade",
    "minecraft:diamond_shovel",
    "minecraft:golden_shovel",
    "minecraft:iron_shovel",
    "minecraft:stone_shovel",
    "minecraft:wooden_shovel",
    "TConstruct:excavator",
    ],
    "blocklist": [
    "minecraft:clay",
    "minecraft:gravel"
    ]
    }
    }
    }

    EDIT: I found the error. Ignore me. Thank you.
    Posted in: Minecraft Mods
  • 1

    posted a message on AetherCraft 1.4.5 - Aetheral Alchemy! Turn matter into any other kind of matter!
    Quote from access_denied_»
    Dear iconmaster,

    Even if I don't want to persuade you to anything, I find this really sad... I can say: you did great job on Aeathercraft and I hope someone will continue it.

    I'm also not sure if you read this or not, it makes it more sad to leave with a broken Version, because the textures aren't working...

    anyway best wishes and maybe a come back,

    access_denied

    OKAY, I lied up there a little. I fixed textures in a hotfix. Sorry about that.
    Posted in: Minecraft Mods
  • 1

    posted a message on AetherCraft 1.4.5 - Aetheral Alchemy! Turn matter into any other kind of matter!
    I left you all hanging for so long. It's simply reprehensible of me to do so. So, I will give you all a final message.

    AetherCraft is over. No new updates. No new bugfixes.

    The final AetherCraft update, 1.5.0, adds new textures courtesy of Rodg88. Be sure to thank him for the effort I never put into this mod.

    However, there is light. First of all, AetherCraft is open source. If you want to continue the mod, just fork it! I'd appreciate it if you posted here about any new forks. Second of all, AetherCraft 2 is in the works. I'll post a link to it here when it i complete.

    Thank you for your support, and goodbye.
    Posted in: Minecraft Mods
  • 1

    posted a message on AetherCraft 1.4.5 - Aetheral Alchemy! Turn matter into any other kind of matter!
    Quote from Planetguy»
    You're probably OK - the mod is GPL, so you're free to make changes so long as you publish the modified source code. Also, it'd be nice if you could contribute your changes to the Github repository, so other people's changes can be combined with them.

    Agreed- I'll consider your changes once I get a pull request there.
    Posted in: Minecraft Mods
  • 0

    posted a message on AetherCraft 1.4.5 - Aetheral Alchemy! Turn matter into any other kind of matter!
    Quote from Pixelated»
    I dont believe thats the case, since, Im here asking this.

    I have like, three different versions of steel, and for some reason one is less than the others.

    Despite all being oredicted.

    You see this behaviour because AeC automatically selects the AV result with the least AV. In that steel ingot's case, it has a recipe that gives it a lower AV the n the oredict 'norm'.
    Posted in: Minecraft Mods
  • 0

    posted a message on AetherCraft 1.4.5 - Aetheral Alchemy! Turn matter into any other kind of matter!
    Quote from Planetguy»
    I'd be happy to fork and continue it if there's any task that people would like to have done on it.

    Then again, Iconmaster was fairly recently active on Github, so hopefully someone new won't need to step in.

    Uhh.

    Whoops, looks like I died again. I've been a bit busy with another project of mine, sadly.

    Source's been a bit of a task. Perhaps I should get around to merging those pull requests of Amethyst's, though.

    That reminds me of a few crash bugs I need to fix, too. Hmm, so many things to do...

    I haven't really been into the whole MC scene lately. I'll merge stuff, but I'm uncertain if I want to continue the mod. If anything else, I feel like I should entirely re-write the mod for 1.8 when it's stable. The code is kinda messy in parts.
    Posted in: Minecraft Mods
  • 1

    posted a message on AetherCraft 1.4.5 - Aetheral Alchemy! Turn matter into any other kind of matter!
    Quote from Pixelated»
    For the tick changing config, I wish there was an X per Y setting
    For ever 20 ticks (one second) is one item converted.


    That's a good idea. I must rememeber that.

    Quote from Pixelated»

    Also, is the green "liquid" that shows up in aether machines and what not hardcoded and doesn't use an Image? Trying to make GUIs and such fancy, but a part of the prettification is missing.

    Yes, the green rectangles are gradient rectangles and not textures. Changing that shouldn't be too difficult, I'd think; I'll look into that as well...
    Posted in: Minecraft Mods
  • 0

    posted a message on AetherCraft 1.4.5 - Aetheral Alchemy! Turn matter into any other kind of matter!
    Quote from ProHolmes»

    I've downloaded the mod, and it worked well, but today I have this error:

    [23/10/2014 14:09:15 PM] Starting up SoundSystem...
    [23/10/2014 14:09:16 PM] Initializing LWJGL OpenAL
    [23/10/2014 14:09:16 PM] (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
    [23/10/2014 14:09:16 PM] OpenAL initialized.
    [23/10/2014 14:09:16 PM]
    [23/10/2014 14:09:16 PM] [Sound Library Loader/INFO]: Sound engine started
    [23/10/2014 14:09:18 PM] [14:09:18] [pool-2-thread-1/ERROR]: Signature is missing from textures payload
    [23/10/2014 14:09:25 PM] [14:09:25] [Thread-9/WARN] [FML]: =============================================================
    [23/10/2014 14:09:25 PM] [14:09:25] [Thread-9/WARN] [FML]: MOD HAS DIRECT REFERENCE System.exit() THIS IS NOT ALLOWED REROUTING TO FMLCommonHandler!
    [23/10/2014 14:09:25 PM] [14:09:25] [Thread-9/WARN] [FML]: Offendor: com/jcraft/jogg/Buffer.report(Ljava/lang/String;)V
    [23/10/2014 14:09:25 PM] [14:09:25] [Thread-9/WARN] [FML]: =============================================================
    [23/10/2014 14:10:46 PM] [Server thread/INFO]: Starting integrated minecraft server version 1.7.10
    [23/10/2014 14:10:46 PM] [Server thread/INFO]: Generating keypair
    [23/10/2014 14:10:46 PM] [Server thread/INFO]: Converting map!
    [23/10/2014 14:10:46 PM] [Server thread/INFO]: Scanning folders...
    [23/10/2014 14:10:46 PM] [Server thread/INFO]: Total conversion count is 0
    [23/10/2014 14:10:47 PM] [Server thread/INFO] [FML]: Injecting existing block and item data into this server instance
    [23/10/2014 14:10:47 PM] [Server thread/INFO] [FML]: Applying holder lookups
    [23/10/2014 14:10:47 PM] [Server thread/INFO] [FML]: Holder lookups applied
    [23/10/2014 14:10:48 PM] [Server thread/INFO] [FML]: Loading dimension 0 (попытка) (net.minecraft.server.integrated.IntegratedServer@58e60d2a)
    [23/10/2014 14:10:49 PM] [Server thread/INFO] [FML]: Loading dimension 1 (попытка) (net.minecraft.server.integrated.IntegratedServer@58e60d2a)
    [23/10/2014 14:10:49 PM] [Server thread/INFO] [FML]: Loading dimension -1 (попытка) (net.minecraft.server.integrated.IntegratedServer@58e60d2a)
    [23/10/2014 14:10:49 PM] [Server thread/INFO]: Preparing start region for level 0
    [23/10/2014 14:10:50 PM] [Server thread/INFO]: Preparing spawn area: 3%
    [23/10/2014 14:10:51 PM] [Server thread/INFO]: Preparing spawn area: 5%
    [23/10/2014 14:10:52 PM] [Server thread/INFO]: Preparing spawn area: 6%
    [23/10/2014 14:10:53 PM] [Server thread/INFO]: Preparing spawn area: 8%
    [23/10/2014 14:10:54 PM] [Server thread/INFO]: Preparing spawn area: 9%
    [23/10/2014 14:10:55 PM] [Server thread/INFO]: Preparing spawn area: 14%
    [23/10/2014 14:10:56 PM] [Server thread/INFO]: Preparing spawn area: 21%
    [23/10/2014 14:10:57 PM] [Server thread/INFO]: Preparing spawn area: 26%
    [23/10/2014 14:10:58 PM] [Server thread/INFO]: Preparing spawn area: 32%
    [23/10/2014 14:10:59 PM] [Server thread/INFO]: Preparing spawn area: 38%
    [23/10/2014 14:11:00 PM] [Server thread/INFO]: Preparing spawn area: 45%
    [23/10/2014 14:11:01 PM] [Server thread/INFO]: Preparing spawn area: 52%
    [23/10/2014 14:11:02 PM] [Server thread/INFO]: Preparing spawn area: 58%
    [23/10/2014 14:11:03 PM] [Server thread/INFO]: Preparing spawn area: 64%
    [23/10/2014 14:11:04 PM] [Server thread/INFO]: Preparing spawn area: 70%
    [23/10/2014 14:11:05 PM] [Server thread/INFO]: Preparing spawn area: 75%
    [23/10/2014 14:11:06 PM] [Server thread/INFO]: Preparing spawn area: 79%
    [23/10/2014 14:11:07 PM] [Server thread/INFO]: Preparing spawn area: 84%
    [23/10/2014 14:11:08 PM] [Server thread/INFO]: Preparing spawn area: 89%
    [23/10/2014 14:11:09 PM] [Server thread/INFO]: Preparing spawn area: 95%
    [23/10/2014 14:11:10 PM] [Server thread/ERROR] [FML]: Fatal errors were detected during the transition from SERVER_ABOUT_TO_START to SERVER_STARTING. Loading cannot continue
    [23/10/2014 14:11:10 PM] [Server thread/ERROR] [FML]:
    [23/10/2014 14:11:10 PM] mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    [23/10/2014 14:11:10 PM] FML{7.10.25.1208} [Forge Mod Loader] (forge-1.7.10-10.13.0.1208-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    [23/10/2014 14:11:10 PM] Forge{10.13.0.1208} [Minecraft Forge] (forge-1.7.10-10.13.0.1208-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    [23/10/2014 14:11:10 PM] AetherCraft{1.4.5.68} [AetherCraft] (AetherCraft-1.7.10-1.4.5.68.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Errored
    [23/10/2014 14:11:10 PM] bspkrsCore{6.13} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.13.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    [23/10/2014 14:11:10 PM] ForgeMultipart{1.1.0.297} [Forge Multipart] (ForgeMultipart-1.7.10-1.1.0.297-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    [23/10/2014 14:11:10 PM] McMultipart{1.1.0.297} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.1.0.297-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    [23/10/2014 14:11:10 PM] libsandstone{1.0.0} [libsandstone] (LibSandstone-1.0.0-Release.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    [23/10/2014 14:11:10 PM] ForgeMicroblock{1.1.0.297} [Forge Microblocks] (ForgeMultipart-1.7.10-1.1.0.297-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    [23/10/2014 14:11:10 PM] [Server thread/ERROR] [FML]: The following problems were captured during this phase
    [23/10/2014 14:11:10 PM] [Server thread/ERROR] [FML]: Caught exception from AetherCraft
    [23/10/2014 14:11:10 PM] java.lang.NumberFormatException: For input string: "10AE2 addons.0"
    [23/10/2014 14:11:10 PM] at sun.misc.FloatingDecimal.readJavaFormatString(Unknown Source) ~[?:1.7.0_60]
    [23/10/2014 14:11:10 PM] at java.lang.Float.parseFloat(Unknown Source) ~[?:1.7.0_60]
    [23/10/2014 14:11:10 PM] at com.iconmaster.aec.config.AVConfig.loadValues(AVConfig.java:56) ~[AVConfig.class:?]
    [23/10/2014 14:11:10 PM] at com.iconmaster.aec.config.AVConfigHandler.loadAllConfigFiles(AVConfigHandler.java:27) ~[AVConfigHandler.class:?]
    [23/10/2014 14:11:10 PM] at com.iconmaster.aec.aether.AVRegistry.reloadAllValues(AVRegistry.java:178) ~[AVRegistry.class:?]
    [23/10/2014 14:11:10 PM] at com.iconmaster.aec.AetherCraft.serverStarting(AetherCraft.java:216) ~[AetherCraft.class:?]
    [23/10/2014 14:11:10 PM] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_60]
    [23/10/2014 14:11:10 PM] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_60]
    [23/10/2014 14:11:10 PM] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_60]
    [23/10/2014 14:11:10 PM] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_60]
    [23/10/2014 14:11:10 PM] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513) ~[forge-1.7.10-10.13.0.1208-universal.jar:?]
    [23/10/2014 14:11:10 PM] at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source) ~[?:?]
    [23/10/2014 14:11:10 PM] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_60]
    [23/10/2014 14:11:10 PM] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_60]
    [23/10/2014 14:11:10 PM] at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-16.0.jar:?]
    [23/10/2014 14:11:10 PM] at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[guava-16.0.jar:?]
    [23/10/2014 14:11:10 PM] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[guava-16.0.jar:?]
    [23/10/2014 14:11:10 PM] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[guava-16.0.jar:?]
    [23/10/2014 14:11:10 PM] at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[guava-16.0.jar:?]
    [23/10/2014 14:11:10 PM] at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208) ~[forge-1.7.10-10.13.0.1208-universal.jar:?]
    [23/10/2014 14:11:10 PM] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187) ~[forge-1.7.10-10.13.0.1208-universal.jar:?]
    [23/10/2014 14:11:10 PM] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_60]
    [23/10/2014 14:11:10 PM] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_60]
    [23/10/2014 14:11:10 PM] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_60]
    [23/10/2014 14:11:10 PM] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_60]
    [23/10/2014 14:11:10 PM] at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-16.0.jar:?]
    [23/10/2014 14:11:10 PM] at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[guava-16.0.jar:?]
    [23/10/2014 14:11:10 PM] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[guava-16.0.jar:?]
    [23/10/2014 14:11:10 PM] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[guava-16.0.jar:?]
    [23/10/2014 14:11:10 PM] at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[guava-16.0.jar:?]
    [23/10/2014 14:11:10 PM] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118) [LoadController.class:?]
    [23/10/2014 14:11:10 PM] at cpw.mods.fml.common.Loader.serverStarting(Loader.java:739) [Loader.class:?]
    [23/10/2014 14:11:10 PM] at cpw.mods.fml.common.FMLCommonHandler.handleServerStarting(FMLCommonHandler.java:278) [FMLCommonHandler.class:?]
    [23/10/2014 14:11:10 PM] at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:94) [bsx.class:?]
    [23/10/2014 14:11:10 PM] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387) [MinecraftServer.class:?]
    [23/10/2014 14:11:10 PM] at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [?:?]
    [23/10/2014 14:11:10 PM] [Server thread/ERROR] [FML]: A fatal exception occurred during the server starting event
    [23/10/2014 14:11:10 PM] java.lang.NumberFormatException: For input string: "10AE2 addons.0"
    [23/10/2014 14:11:10 PM] at sun.misc.FloatingDecimal.readJavaFormatString(Unknown Source) ~[?:1.7.0_60]
    [23/10/2014 14:11:10 PM] at java.lang.Float.parseFloat(Unknown Source) ~[?:1.7.0_60]
    [23/10/2014 14:11:10 PM] at com.iconmaster.aec.config.AVConfig.loadValues(AVConfig.java:56) ~[AVConfig.class:?]
    [23/10/2014 14:11:10 PM] at com.iconmaster.aec.config.AVConfigHandler.loadAllConfigFiles(AVConfigHandler.java:27) ~[AVConfigHandler.class:?]
    [23/10/2014 14:11:10 PM] at com.iconmaster.aec.aether.AVRegistry.reloadAllValues(AVRegistry.java:178) ~[AVRegistry.class:?]
    [23/10/2014 14:11:10 PM] at com.iconmaster.aec.AetherCraft.serverStarting(AetherCraft.java:216) ~[AetherCraft.class:?]
    [23/10/2014 14:11:10 PM] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_60]
    [23/10/2014 14:11:10 PM] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_60]
    [23/10/2014 14:11:10 PM] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_60]
    [23/10/2014 14:11:10 PM] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_60]
    [23/10/2014 14:11:10 PM] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513) ~[forge-1.7.10-10.13.0.1208-universal.jar:?]
    [23/10/2014 14:11:10 PM] at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source) ~[?:?]
    [23/10/2014 14:11:10 PM] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_60]
    [23/10/2014 14:11:10 PM] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_60]
    [23/10/2014 14:11:10 PM] at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-16.0.jar:?]
    [23/10/2014 14:11:10 PM] [Server thread/INFO] [FML]: Applying holder lookups
    [23/10/2014 14:11:10 PM] [Server thread/INFO] [FML]: Holder lookups applied
    [23/10/2014 14:11:10 PM] [Server thread/INFO] [FML]: The state engine was in incorrect state ERRORED and forced into state SERVER_STOPPED. Errors may have been discarded.
    [23/10/2014 14:11:10 PM] [Server thread/INFO] [FML]: The state engine was in incorrect state ERRORED and forced into state AVAILABLE. Errors may have been discarded.
    [23/10/2014 14:12:35 PM] Copied Log to clipboard


    I would assume you have an error with a config file. Check if all of your files in aec-values are correct.
    Posted in: Minecraft Mods
  • 1

    posted a message on AetherCraft 1.4.5 - Aetheral Alchemy! Turn matter into any other kind of matter!
    Quote from IANNOVA»
    That is certainly faster... I'll just stick to iron, though. AV is a bit too precious to waste, and having to choose between six AV per use or fourty and a speed boost that takes even more AV is easy. Speed just isn't worth it. Besides, by the time I get started on Aethercraft I usually have a diamond pickaxe as well. That thing's just as fast and both cheaper to make and to repair at fifteen AV per use.

    You can always change the configs to make the AV cost of super-speed less. On the other hand, I probably do need to buff the aether tools.
    Quote from Dreilander»
    Hi, my Minecraft keeps crashing, can someone help me?

    Crash Log:

    ---- Minecraft Crash Report ----
    // Hey, that tickles! Hehehe!

    Time: 9/21/14 5:11 PM
    Description: Initializing game

    java.lang.IllegalArgumentException: Duplicate id: gra.tileentityem
    at net.minecraft.tileentity.TileEntity.func_70306_a(TileEntity.java:56)
    at cpw.mods.fml.common.registry.GameRegistry.registerTileEntity(GameRegistry.java:265)
    at mods.gra.energymanipulator.common.CommonProxy.registerTiles(CommonProxy.java:29)
    at mods.gra.energymanipulator.common.EnergyManipulator.init(EnergyManipulator.java:95)
    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.initializeMods(Loader.java:699)
    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(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 net.minecraft.tileentity.TileEntity.func_70306_a(TileEntity.java:56)
    at cpw.mods.fml.common.registry.GameRegistry.registerTileEntity(GameRegistry.java:265)
    at mods.gra.energymanipulator.common.CommonProxy.registerTiles(CommonProxy.java:29)
    at mods.gra.energymanipulator.common.EnergyManipulator.init(EnergyManipulator.java:95)
    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.initializeMods(Loader.java:699)
    at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:249)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:509)

    -- 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_65, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 152215704 bytes (145 MB) / 974651392 bytes (929 MB) up to 1908932608 bytes (1820 MB)
    JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2048m -XX:MaxPermSize=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 110 mods loaded, 110 mods active
    mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
    FML{6.4.49.965} [Forge Mod Loader] (modpack.jar) Unloaded->Constructed->Pre-initialized->Initialized
    Forge{9.11.1.965} [Minecraft Forge] (modpack.jar) Unloaded->Constructed->Pre-initialized->Initialized
    AppliedEnergistics-Core{rv14.finale3} [AppliedEnergistics Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
    CodeChickenCore{0.9.0.7} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
    ImmibisMicroblocks{57.6.3} [Immibis's Microblocks] (immibis-microblocks-57.6.3.jar) Unloaded->Constructed->Pre-initialized->Initialized
    Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
    NotEnoughItems{1.6.1.8} [Not Enough Items] (notenoughitems 1.6.1.8.jar) Unloaded->Constructed->Pre-initialized->Initialized
    OpenModsCore{0.4} [OpenModsCore] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
    PowerCrystalsCore{1.1.8} [PowerCrystals Core] (powercrystalscore-1.1.8-9.jar) 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
    AetherCraft{1.3.3.0} [AetherCraft] (AetherCraft-1.3.3.94__fixed_.jar) Unloaded->Constructed->Pre-initialized->Initialized
    AppliedEnergistics{rv14.finale3} [Applied Energistics] (appeng-rv14-finale3-mc16x.jar) 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
    UniversalElectricity{3.1.0} [Universal Electricity] (universal-electricity-3.1.0.66-core.jar) Unloaded->Constructed->Pre-initialized->Initialized
    CalclaviaCore{1.2.0} [CalclaviaCore] (calclavia core-1.2.0.299-main.jar) Unloaded->Constructed->Pre-initialized->Initialized
    AtomicScience{1.2.0} [Atomic Science] (atomic-science-1.2.0.63-core.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.28.37} [Backpack] (backpack-1.28.37-1.6.x.jar) Unloaded->Constructed->Pre-initialized->Initialized
    ComputerCraft{1.58} [ComputerCraft] (ComputerCraft1.58.zip) 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|Energy{4.2.2} [BC Energy] (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.4R2.7.8} [MineFactory Reloaded] (minefactoryreloaded-2.7.8-482.jar) Unloaded->Constructed->Pre-initialized->Initialized
    CoFHCore{2.0.0.5} [CoFH Core] (cofhcore-2.0.0.5.jar) Unloaded->Constructed->Pre-initialized->Initialized
    NetherOres{1.6.2R2.2.2} [Nether Ores] (netherores-2.2.2-55.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
    ThermalExpansion{3.0.0.6} [Thermal Expansion] (thermalexpansion-3.0.0.6.jar) Unloaded->Constructed->Pre-initialized->Initialized
    BigReactors{0.3.0A} [Big Reactors] (bigreactors-0.3.0A.jar) Unloaded->Constructed->Pre-initialized->Initialized
    bspkrsCore{v5.3(1.6.4)} [bspkrsCore] (bspkrscorev5.3.zip) 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.560} [Additional Buildcraft Objects] (buildcraft-Z-additional-buildcraft-objects-1.0.7.560.jar) Unloaded->Constructed->Pre-initialized->Initialized
    CarpentersBlocks{2.0.8} [Carpenter's Blocks] (carpentersblocks v2.0.8 - MC 1.6+.zip) Unloaded->Constructed->Pre-initialized->Initialized
    ChickenChunks{1.3.3.3} [ChickenChunks] (ChickenChunks 1.3.3.3.jar) Unloaded->Constructed->Pre-initialized->Initialized
    CoFHLoot{2.0.0.5} [CoFH Loot] (cofhcore-2.0.0.5.jar) Unloaded->Constructed->Pre-initialized->Initialized
    CoFHMasquerade{2.0.0.5} [CoFH Masquerade] (cofhcore-2.0.0.5.jar) Unloaded->Constructed->Pre-initialized->Initialized
    CoFHSocial{2.0.0.5} [CoFH Social] (cofhcore-2.0.0.5.jar) Unloaded->Constructed->Pre-initialized->Initialized
    CoFHWorld{2.0.0.5} [CoFH World] (cofhcore-2.0.0.5.jar) Unloaded->Constructed->Pre-initialized->Initialized
    CCTurtle{1.58} [ComputerCraft Turtles] (ComputerCraft1.58.zip) Unloaded->Constructed->Pre-initialized->Initialized
    ImmibisCore{57.1.94} [Immibis Core] (immibis-core-57.1.94.jar) Unloaded->Constructed->Pre-initialized->Initialized
    DimensionalAnchors{57.1.95} [Dimensional Anchors] (dimensional-anchor-57.1.95.jar) Unloaded->Constructed->Pre-initialized->Initialized
    dimdoors{1.6.4-R2.2.3} [Dimensional Doors] (dimensionaldoors-2.2.3-336.jar) Unloaded->Constructed->Pre-initialized->Initialized
    EnergyManipulator{1.1.9} [Energy Manipulator] (EM1.6.4 1.1.9.zip) Unloaded->Constructed->Pre-initialized->Errored
    EnderStorage{1.4.3.5} [EnderStorage] (EnderStorage 1.4.3.5.jar) Unloaded->Constructed->Pre-initialized->Initialized
    LogisticsPipes|Main{0.7.4.dev.205} [Logistics Pipes] (logisticspipes-mc1.6.4-0.7.4.dev.205.jar) Unloaded->Constructed->Pre-initialized->Initialized
    Waila{1.5.2a} [Waila] (waila_1.5.2a.zip) Unloaded->Constructed->Pre-initialized->Initialized
    extracells{1.6.8f} [ExtraCells] (extracells-1.6.8f.jar) Unloaded->Constructed->Pre-initialized->Initialized
    Mystcraft{0.10.12.01} [Mystcraft] (mystcraft-uni-1.6.4-0.10.12.01.zip) Unloaded->Constructed->Pre-initialized->Initialized
    OpenMods{0.4} [OpenMods] (openmodslib-0.4b.jar) Unloaded->Constructed->Pre-initialized->Initialized
    ProjRed|Core{4.3.7.32} [ProjectRed] (projectredbase-1.6.4-4.3.7.32.jar) Unloaded->Constructed->Pre-initialized->Initialized
    ProjRed|Transmission{4.3.7.32} [ProjectRed-Transmission] (projectredintegration-1.6.4-4.3.7.32.jar) Unloaded->Constructed->Pre-initialized->Initialized
    OpenPeripheralCore{0.3.3} [OpenPeripheralCore] (openperipheralcore-0.3.3.jar) Unloaded->Constructed->Pre-initialized->Initialized
    ExtraUtilities{1.0.1} [Extra Utilities] (extrautils-1.0.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
    GalacticraftCore{2.0.12} [Galacticraft Core] (galacticraft-1.6.4-2.0.12.1026.jar) Unloaded->Constructed->Pre-initialized->Initialized
    GalacticraftMars{2.0.12} [Galacticraft Mars] (galacticraft-planets-1.6.4-2.0.12.1026.jar) Unloaded->Constructed->Pre-initialized->Initialized
    GregsLighting{1.9.1} [Greg's Lighting] (GregsLighting-1.9.1-mc1.6.4.jar) Unloaded->Constructed->Pre-initialized->Initialized
    inventorytweaks{1.56} [Inventory Tweaks] (InventoryTweaks-MC1.6.2-1.56-b77.jar) Unloaded->Constructed->Pre-initialized->Initialized
    IronChest{5.4.1.697} [Iron Chest] (ironchest-universal-1.6.4-5.4.1.697.zip) Unloaded->Constructed->Pre-initialized->Initialized
    MFR Compat Forestry Trees{1.0} [MFR Compat Forestry Trees] (minefactoryreloaded-2.7.8-482.jar) Unloaded->Constructed->Pre-initialized->Initialized
    MFR Compat Extra Trees{1.0} [MFR Compat Extra Trees] (minefactoryreloaded-2.7.8-482.jar) Unloaded->Constructed->Pre-initialized->Initialized
    MineFactoryReloaded|CompatAppliedEnergistics{1.6.4R2.7.8} [MFR Compat: Applied Energistics] (minefactoryreloaded-2.7.8-482.jar) Unloaded->Constructed->Pre-initialized->Initialized
    MineFactoryReloaded|CompatAtum{1.6.4R2.7.8} [MFR Compat: Atum] (minefactoryreloaded-2.7.8-482.jar) Unloaded->Constructed->Pre-initialized->Initialized
    MineFactoryReloaded|CompatBackTools{1.6.4R2.7.8} [MFR Compat: BackTools] (minefactoryreloaded-2.7.8-482.jar) Unloaded->Constructed->Pre-initialized->Initialized
    MineFactoryReloaded|CompatBuildCraft{1.6.4R2.7.8} [MFR Compat: BuildCraft] (minefactoryreloaded-2.7.8-482.jar) Unloaded->Constructed->Pre-initialized->Initialized
    MineFactoryReloaded|CompatChococraft{1.6.4R2.7.8} [MFR Compat: Chococraft] (minefactoryreloaded-2.7.8-482.jar) Unloaded->Constructed->Pre-initialized->Initialized
    MineFactoryReloaded|CompatExtraBiomes{1.6.4R2.7.8} [MFR Compat: ExtraBiomes] (minefactoryreloaded-2.7.8-482.jar) Unloaded->Constructed->Pre-initialized->Initialized
    MineFactoryReloaded|CompatForestry{1.6.4R2.7.8} [MFR Compat: Forestry] (minefactoryreloaded-2.7.8-482.jar) Unloaded->Constructed->Pre-initialized->Initialized
    MineFactoryReloaded|CompatForestryPre{1.6.4R2.7.8} [MFR Compat: Forestry (part 2)] (minefactoryreloaded-2.7.8-482.jar) Unloaded->Constructed->Pre-initialized->Initialized
    MineFactoryReloaded|CompatForgeMicroblock{1.6.4R2.7.8} [MFR Compat: ForgeMicroblock] (minefactoryreloaded-2.7.8-482.jar) Unloaded->Constructed->Pre-initialized->Initialized
    MineFactoryReloaded|CompatIC2{1.6.4R2.7.8} [MFR Compat: IC2] (minefactoryreloaded-2.7.8-482.jar) Unloaded->Constructed->Pre-initialized->Initialized
    MineFactoryReloaded|CompatMystcraft{1.6.4R2.7.8} [MFR Compat: Mystcraft] (minefactoryreloaded-2.7.8-482.jar) Unloaded->Constructed->Pre-initialized->Initialized
    MineFactoryReloaded|CompatPams{1.6.4R2.7.8} [MFR Compat: Pam's Mods] (minefactoryreloaded-2.7.8-482.jar) Unloaded->Constructed->Pre-initialized->Initialized
    ProjRed|Exploration{4.3.7.32} [ProjectRed-Exploration] (projectredworld-1.6.4-4.3.7.32.jar) Unloaded->Constructed->Pre-initialized->Initialized
    MineFactoryReloaded|CompatProjRed{1.6.4R2.7.8} [MFR Compat ProjectRed] (minefactoryreloaded-2.7.8-482.jar) Unloaded->Constructed->Pre-initialized->Initialized
    MineFactoryReloaded|CompatRailcraft{1.6.4R2.7.8} [MFR Compat: Railcraft] (minefactoryreloaded-2.7.8-482.jar) Unloaded->Constructed->Pre-initialized->Initialized
    MineFactoryReloaded|CompatRP2{1.6.4R2.7.8} [MFR Compat: RP2] (minefactoryreloaded-2.7.8-482.jar) Unloaded->Constructed->Pre-initialized->Initialized
    MineFactoryReloaded|CompatSufficientBiomes{1.6.4R2.7.8} [MFR Compat: Sufficient Biomes] (minefactoryreloaded-2.7.8-482.jar) Unloaded->Constructed->Pre-initialized->Initialized
    MineFactoryReloaded|CompatThaumcraft{1.6.4R2.7.8} [MFR Compat: Thaumcraft] (minefactoryreloaded-2.7.8-482.jar) Unloaded->Constructed->Pre-initialized->Initialized
    MineFactoryReloaded|CompatThermalExpansion{1.6.4R2.7.8} [MFR Compat: Thermal Expansion] (minefactoryreloaded-2.7.8-482.jar) Unloaded->Constructed->Pre-initialized->Initialized
    MineFactoryReloaded|CompatTwilightForest{1.6.4R2.7.8} [MFR Compat: TwilightForest] (minefactoryreloaded-2.7.8-482.jar) Unloaded->Constructed->Pre-initialized->Initialized
    MineFactoryReloaded|CompatVanilla{1.6.4R2.7.8} [MFR Compat: Vanilla] (minefactoryreloaded-2.7.8-482.jar) Unloaded->Constructed->Pre-initialized->Initialized
    MineFactoryReloaded|CompatXyCraft{1.6.4R2.7.8} [MFR Compat: XyCraft] (minefactoryreloaded-2.7.8-482.jar) Unloaded->Constructed->Pre-initialized->Initialized
    MFFS{3.6.2} [Modular Force Field System] (modular-force-field-system-3.6.2.56-core.jar) Unloaded->Constructed->Pre-initialized->Initialized
    numina{0.1.2-55} [Numina] (numina-1.6.2-0.1.2-55.jar) Unloaded->Constructed->Pre-initialized->Initialized
    powersuits{0.10.0-91} [MachineMuse's Modular Powersuits] (modularpowersuits-1.6.4-0.10.0-91.jar) Unloaded->Constructed->Pre-initialized->Initialized
    NEIPlugins{1.1.0.6} [NEI Plugins] (neiplugins-1.1.0.6.jar) Unloaded->Constructed->Pre-initialized->Initialized
    OCS{1.6.4.1} [OpenCCSensors] (OPENCCSENSORS-1.6.4.1B.jar) Unloaded->Constructed->Pre-initialized->Initialized
    OpenPeripheral{0.1.3} [OpenPeripheralAddons] (openperipheraladdons-0.1.3.jar) Unloaded->Constructed->Pre-initialized->Initialized
    powersuitaddons{@VERSION@} [Andrew's Modular Powersuits Addons] (powersuitaddons-1.6.4-884.jar) Unloaded->Constructed->Pre-initialized->Initialized
    bau5_ProjectBench{1.8.0} [Project Bench] (ProjectBench-1.6.2-v1.8.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
    ProjRed|Transportation{4.3.7.32} [ProjectRed-Transportation] (projectredmechanical-BETA-1.6.4-4.3.7.32.jar) Unloaded->Constructed->Pre-initialized->Initialized
    ProjRed|Compatibility{4.3.7.32} [ProjectRed-Compatibility] (projectredcompat-1.6.4-4.3.7.32.jar) Unloaded->Constructed->Pre-initialized->Initialized
    ProjRed|Integration{4.3.7.32} [ProjectRed-Integration] (projectredintegration-1.6.4-4.3.7.32.jar) Unloaded->Constructed->Pre-initialized->Initialized
    ProjRed|Illumination{4.3.7.32} [ProjectRed-Illumination] (projectredlighting-1.6.4-4.3.7.32.jar) Unloaded->Constructed->Pre-initialized->Initialized
    ProjRed|Expansion{4.3.7.32} [ProjectRed-Expansion] (projectredmechanical-BETA-1.6.4-4.3.7.32.jar) Unloaded->Constructed->Pre-initialized->Initialized
    QuantumCraft{1.1} [qCraft] (qcraft1.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
    Redstone Arsenal{1.0.0.0} [Redstone Arsenal] (RedstoneArsenal-1.0.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
    JAKJ_RedstoneInMotion{2.3.0.0} [Redstone In Motion] (redstoneinmotion_2.3.0.0_mc1.6.zip) Unloaded->Constructed->Pre-initialized->Initialized
    simplyjetpacks{0.1.4} [Simply Jetpacks] (simplyjetpacks-0.1.4.jar) Unloaded->Constructed->Pre-initialized->Initialized
    StevesCarts{2.0.0.b10} [Steve's Carts 2] (stevescarts2.0.0.b10.zip) Unloaded->Constructed->Pre-initialized->Initialized
    tradeboothmod{0.6.4.2} [Trade Booth Mod] (tradebooth.0.6.4.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
    TreeCapitator{Forge 1.6.4.r09} [Treecapitator] (TREECAPITATOR.FORGE.1.6.4.R09.UNIVERSAL.zip) Unloaded->Constructed->Pre-initialized->Initialized
    Vending{1.1.1} [Vending] (vending-1.6.4-1.1.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
    weaponmod{1.6.2 v1.13.5} [Balkon's WeaponMod] (WeaponMod.zip) Unloaded->Constructed->Pre-initialized->Initialized
    WR-CBE|Core{1.4.0.6} [WR-CBE Core] (WR-CBE 1.4.0.6.jar) Unloaded->Constructed->Pre-initialized->Initialized
    WR-CBE|Addons{1.4.0.6} [WR-CBE Addons] (WR-CBE 1.4.0.6.jar) Unloaded->Constructed->Pre-initialized->Initialized
    WR-CBE|Logic{1.4.0.6} [WR-CBE Logic] (WR-CBE 1.4.0.6.jar) 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
    ForgeMicroblock{1.0.0.250} [Forge Microblocks] (ForgeMultipart-universal-1.6.4-1.0.0.250.jar) Unloaded->Constructed->Pre-initialized->Initialized
    Launched Version: 1.6.4-Forge9.11.1.965
    LWJGL: 2.9.0
    OpenGL: ATI Mobility Radeon HD 4650 GL version 2.1.8787, 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


    I'm afraid that I no longer support the 1.6.4 version of this mod. However, is the crash because you have both AetherCraft and Energy Manipulators installed at once?
    Posted in: Minecraft Mods
  • 0

    posted a message on AetherCraft 1.4.5 - Aetheral Alchemy! Turn matter into any other kind of matter!
    Quote from IANNOVA»

    I'm done. My mark 3 produces 456 AV per minute once the system itself is filled up. Here are the calculations.

    SAWMILL

    20 RF/t

    800 RF/cycle

    40 t/cycle

    2 seconds/cycle



    REDSTONE FURNACE

    20 RF/t

    1600 RF/cycle

    80 t/cycle

    4 seconds/cycle



    STIRLING GENERATOR

    -Default

    20 RF/t

    1600 t/cycle

    32000 RF/cycle

    Current

    40 RF/t

    800 t/cycle

    32000 RF/cycle

    40 seconds/cycle



    So...



    SAWMILL

    20 cycles/GenCycle

    -20 logs/GenCycle = -320 AV/GenCycle

    +120 planks/GenCycle = +480 AV/GenCycle

    +20 sawdust/GenCycle = +160 AV/GenCycle

    640 - 320 = +320 AV/GenCycle



    And since our Redstone Furnace is only providing the stirling generator with fuel, we can say...



    REDSTONE FURNACE = STIRLING GENERATOR

    1 log/GenCycle = 1 charcoal/GenCycle = 16 AV/GenCycle



    A bit of simple math gives us...



    TOTAL

    320 AV – 16 AV = 304 AV/GenCycle

    76 AV/10 seconds

    456 AV/minute


    Me too, this was just something I did in creative because why the hell not? Also, can you explain to me why those Aethercraft tools are so expensive to repair? Because right now, I can't think of anything that makes them better than iron except for durability. But that can be fixed with a Ring of Repair, and then iron would probably outlast Infused.

    Try right-clicking them with a charged aether cell on you.
    Posted in: Minecraft Mods
  • 0

    posted a message on AetherCraft 1.4.5 - Aetheral Alchemy! Turn matter into any other kind of matter!
    I hereby declare this weekend as AetherCraft Dev Weekend. Just letting you all know.

    Quote from Zerias»

    The Aetologist's chest is actually tierless, it just limits itself to the lowest tier it is connected to. Have it connect (via tubes or being adjacent) to only gilded machinery and it can replicate nether stars and other high energy items as well. I'm also curious if a new tier of weapons and armor is planned, given the currently useless existence of 'Pure Power', 'Eternal Ingot', 'Pure Crystal', and 'Compressed Singularity', the weakest of which has a cost over 700kev, the others measured in millions each.


    You are correct. And, on another note, yes, there will be more to this mod. I expect the prices of the new items to be beyond mortal comprehension.

    Quote from IANNOVA»
    Hey, me again. I've finished my Thermal Expansion/Ender IO generator and shrunk it down to a 2x2x4 device. I think it could be smaller, though... Anyway, for the time being, here's a pic.

    EDIT: Since the editor hates me, I'll just post the link instead. Oh, and I've made it a 2x2x3 now. http://imgur.com/a/jHism#0

    Second EDIT: SUCCESS! Instructions for a 2x2x2 generator are now available in the descriptions of the last seven images. See the link.


    It's good to see that people are being crafty. I just usually hook it up to a cobblegen and call it a day, myself.
    Posted in: Minecraft Mods
  • 0

    posted a message on AetherCraft 1.4.5 - Aetheral Alchemy! Turn matter into any other kind of matter!
    Hey everyone! I'm afraid I will be gone for the next few weeks as I finish my move... To college! I probably won't be able to work on this mod for a while, so hang on.

    Saying that, I'll give you guys a release before I go! Here's some new stuff you'll get in the new AetherCraft:

    Aetologist's Chest: This device is basically an access terminal for your AV items. You bind items to it, and then you can draw AV from your network to put them into your hand whenever you want! You also get tooltips telling you how many items you can make with the AV you have.

    Ring of Illumination: This ring consumes AV to place aetheral torches when it's dark. Finally, a personal light source that's not laggy!

    Ring of Teleportation: You shift-right-click somewhere with this ring to set a waypoint, and then right-click to warp there. It costs AV; the farther you go; the more it will cost. The cost per block is configurable.

    ticksperop: This is a config option mostly for server owners. AeC machines causing lag? Up this number! Machines work slower at higher numbers, but can still consume/produce the same amount over time.

    I also took time to rewrite the networking code. AeC should now work a lot faster on servers.

    Quote from Dweller_Benthos

    Interesting, you wouldn't think mushrooms would be any different than any other plant? They both have different ID numbers, so.... weird. Thanks for the info, I'll stop trying to get it to work lol.

    Same thing goes for music discs, or is that another weird problem?


    The music disk bug was just because I messed up the default AV file. I fixed it; in the beta build, you'll have to delete your default.cfg for changes to take effect. I'm still working on mushrooms; I'll probably just add another special AV case for them.

    Quote from Kareeda

    I thank you for your effort in making the mod as balanced as possible. I did some more brain storming and have figured out a possible solution. Precision as nice as it is only creates issues where people use even more cobble generators (thus more server lag) to make up for the lost amount and it also makes rare items like diamond and emerald worth less av. Would it be possible to add a blacklist to the machines that prevent them from turning certain items into AV? That way the recipes and machines can still use the av values to create the items but can't use the items to get AV if that makes sense. So if a manipulator can't use cobblestone or anything made from it then the generators become useless. I thank you for your time and really love the mod. We will remove the AV value from cobblestone as our current solution.


    I added a simple option to the current beta build to make cobble unextractable. Look for 'cobblehack'. It's a hackish fix, but I'll add a real blacklist later. Sorry I can't do more ATM!
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.7.2] [ModJam 4] MORES!
    Quote from ADVENTUREUPDATE

    And this mod was forgotten for 3-2 months...

    I'm sorry I haven't had any updates for this mod in a while; the next version, containing the mahines that will use the new ores, will be out when it's done. Which will be soon, but don't ask for an ETA.
    Quote from Shadowofthedevil
    (looks at the comment section): Damn these comments are old! Can't believe nobody posted on this thread for so long :/ On another note, you need another banner man, a good one to say the least.









    (guess where my avatar came from)

    Are you trying to say something about the quality of my banner? I assure you, it's a perfectly good banner for a perfectly good mod.
    Posted in: Minecraft Mods
  • To post a comment, please .