• 0

    posted a message on Game won't finish initialising, what might be the problem?

    There are none... That's one of the problems. Also thank you for moving this to the right section. Sorry about that.

    Posted in: Java Edition Support
  • 0

    posted a message on Game won't finish initialising, what might be the problem?

    So I was using the Curse Voice launcher, because it's handy, to make a custom pack. Now, I made a big one, but I don't think the mods involved are the problem. No guaranties, I have no idea what's happening, so mod list included. I might just be doing something dumb, so please, just let me know. But there are no logs. I just get stuck at pre-init, and the program won't respond. I get told Java SE Binary isn't responding, not Minecraft. Probably changes things. Do I need to change my settings? If so, what to?


    Thank you in advance.


    Modlist (defaut configs (because they haven't generated yet)) (All mods on Curse)


    AE2 Stuff

    Agricraft

    AOBD

    AE2

    Aroma1997Core

    Automagy

    bdlib

    Bibliocraft

    Bibliowoods : Natura

    Blood magic

    Botania

    Brandon's core

    Brewcraft

    Buildcraft

    Carpenter's blocks

    Chicken Chunks

    Chisel 2

    CodeChickenCore

    Cohf Core

    Cohflib

    Compact Machines

    Cooking For Blockheads

    Darkcore

    Digimobs (don't judge, wanted to check it out!)

    Ding

    Draconic Evolution

    Enchanting Plus

    Enchiridon

    EIO

    EnderStorage

    Enhanced Portals 3

    Ex Astris

    Ex Nihilo

    Extra Utils

    Extrabiomes XL

    ExtraCells2

    ExtraTic

    ForbidenMagic

    ForgeMultiPart

    IChunUtil

    Iguana'sTinkerTweeks

    Immersive Engineering

    Immersive Integration

    Iron Chests

    Jabba

    JournyMap

    MagicalCrops

    Mantle

    Mariculture

    McjtyLib

    Mine&Blade : Battle gear 2

    Minecraft Comes Alive

    Minefactory Reloaded

    MineMenu

    MineTweaker Recipe Maker

    MooFluids

    Natura

    NodalMechanics

    NEI

    NotEnoughKeys

    NotEnoughResourses

    Openblocks

    OpenmodsLib

    Pam's HarvestCraft

    PlayerApi

    Pneumaticraft

    Radixcore

    RanchableFluidCows

    RandomThings

    RedstoneArsenal

    Requiliary

    RFTools

    Simply Jetpacks

    Smart Moving

    Smart Render

    Starting inventory

    Steve's addons

    Steve's Factory manager

    Storage Drawers

    SuperCraftingFrame

    Sync

    Tardis

    Thaumcraft

    Thaumic Energistics

    Thaumic Horizons

    Thaumic Tinkerer

    Thermal Dynamics

    Thermal Expantion

    Thermal Foundation

    TiCTooltips

    TiC

    Veinminer

    Waila

    Wails harvestablility

    WR-CB-Universal

    ZTones

    Posted in: Java Edition Support
  • 0

    posted a message on What computer is good for modded minecraft

    It's not the best, but I just hopped over to my local best buy and got the best balance between cost, RAM, CPU, and graphics. Don't panic, the information for those are all on a sticker. Or tell that to the GeekSquad and let them go nutz. I don't know if that's optimal, but that's just what I've did.

    Posted in: Mods Discussion
  • 0

    posted a message on Little rant about PC to PE
    Quote from jcm2606»

    The Win10 edition is pretty much PE ported to a Windows 10 store app, designed to capitalise on and take advantage of how Windows 10 is a multi-device OS.

    I'd say more to advertise it. Microsoft wants Minecraft to unite them.
    Posted in: Recent Updates and Snapshots
  • 0

    posted a message on Little rant about PC to PE
    Quote from jcm2606»

    Well, not exactly. Think about it in the context of security. Most mods for games involve editing code in one way or another (DLL injection, direct code overwriting, etc), which compromises the security of the console. Any user can download some shady "mod" from a forum and install it (in a world where the companies (Sony and MS) allowed modding) and for all they know the "mod" could expose an exploit and allow any user to log into any account (possibility). Ergo to avoid compromising the security of the consoles, they don't give users access to the game's binaries without illegal modification of the console.

    Bethesda, on the other hand, is different. With Bethesda for the most part there is no code, only assets that are loaded by the engine, and any scripts that a mod uses are executing in a closed system (versus open with other mods), so security is less of an issue in Beth's case. MS doesn't have to worry about security as much because Bethesda have already designed the system to be locked down enough so mods cannot blindly break the system, they can break the game, they can't break whatever's running the game.

    I'd've never thought I'd learn about system security on this of all threads. Interesting!
    Posted in: Recent Updates and Snapshots
  • 0

    posted a message on Yugioh mod request

    Tim's not kidding. I haven't done anything like this before, so he sent me like, twenty things I need to learn... Still on number one...

    Posted in: Requests / Ideas For Mods
  • 0

    posted a message on Forestry Crashing
    Quote from CadenCats»

    Ok, I did that and now I get this error: NoClassDefFoundError: Reika/DragonAPI/ModInteract/Bees/BasicFlower


    Full crash Report (If needed):


    ---- Minecraft Crash Report ----
    // Oh - I know what I did wrong!

    Time: 11/26/15 9:07 PM
    Description: There was a severe problem during mod loading that has caused the game to fail

    cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: Reika/DragonAPI/ModInteract/Bees/BasicFlower
    at cpw.mods.fml.common.LoadController.transition(LoadController.java:163)
    at cpw.mods.fml.common.Loader.initializeMods(Loader.java:744)
    at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
    at net.minecraft.client.main.Main.main(SourceFile:148)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
    Caused by: java.lang.NoClassDefFoundError: Reika/DragonAPI/ModInteract/Bees/BasicFlower
    at Reika.DragonAPI.ModInteract.Bees.BasicFlowerProvider.<init>(BasicFlowerProvider.java:44)
    at Reika.DragonAPI.ModInteract.Bees.BasicFlowerProvider.<init>(BasicFlowerProvider.java:37)
    at Reika.ChromatiCraft.ModInterface.Bees.CrystalBees$FlowerProviderCrystal.<init>(CrystalBees.java:284)
    at Reika.ChromatiCraft.ModInterface.Bees.CrystalBees$FlowerProviderCrystal.<init>(CrystalBees.java:279)
    at Reika.ChromatiCraft.ModInterface.Bees.CrystalBees$CrystalAllele.<init>(CrystalBees.java:270)
    at Reika.ChromatiCraft.ModInterface.Bees.CrystalBees.register(CrystalBees.java:62)
    at Reika.ChromatiCraft.ChromatiCraft.postload(ChromatiCraft.java:587)
    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:532)
    at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    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:212)
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
    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.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:119)
    at cpw.mods.fml.common.Loader.initializeMods(Loader.java:742)
    ... 10 more
    Caused by: java.lang.ClassNotFoundException: Reika.DragonAPI.ModInteract.Bees.BasicFlower
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 43 more
    Caused by: java.lang.NoClassDefFoundError: forestry/api/genetics/IFlower
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClass(Unknown Source)
    at java.security.SecureClassLoader.defineClass(Unknown Source)
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
    ... 45 more
    Caused by: java.lang.ClassNotFoundException: forestry.api.genetics.IFlower
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:101)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 49 more


    A detailed walkthrough of the error, its code path and all known details is as follows:
    ---------------------------------------------------------------------------------------

    -- System Details --
    Details:
    Minecraft Version: 1.7.10
    Operating System: Windows 7 (amd64) version 6.1
    Java Version: 1.8.0_51, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 1271909120 bytes (1212 MB) / 3711209472 bytes (3539 MB) up to 8482586624 bytes (8089 MB)
    JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx8G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn1G
    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.99.99 Minecraft Forge 10.13.4.1558 160 mods loaded, 160 mods active
    States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
    UCHIJ mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
    UCHIJ FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1558-1.7.10.jar)
    UCHIJ Forge{10.13.4.1558} [Minecraft Forge] (forge-1.7.10-10.13.4.1558-1.7.10.jar)
    UCHIJ appliedenergistics2-core{rv2-stable-10} [AppliedEnergistics2 Core] (minecraft.jar)
    UCHIJ CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
    UCHIJ MCVanillaTweaks{1.0} [Mariculture - Vanilla Tweaks] (minecraft.jar)
    UCHIJ Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar)
    UCHIJ NotEnoughItems{1.0.5.118} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.118-universal.jar)
    UCHIJ OpenComputers|Core{1.5.19.37} [OpenComputers (Core)] (minecraft.jar)
    UCHIJ ThaumicTinkerer-preloader{0.1} [Thaumic Tinkerer Core] (minecraft.jar)
    UCHIJ OpenModsCore{0.6} [OpenModsCore] (minecraft.jar)
    UCHIJ <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
    UCHIJ <DragonAPI ASM>{0} [DragonAPI ASM Data Initialization] (minecraft.jar)
    UCHIJ Pistronics2{0.5.1} [Pistronics 2] (1.7.10-Pistronics2-v0.6.1.jar)
    UCHIJ DamageIndicatorsMod{3.2.0} [Damage Indicators] ([1.7.10]DamageIndicatorsMod-3.2.0.jar)
    UCHIJ bspkrsCore{6.15} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.15.jar)
    UCHIJ Treecapitator{1.7.10} [Treecapitator] ([1.7.10]Treecapitator-universal-2.0.4.jar)
    UCHIJ appliedenergistics2{rv2-stable-10} [Applied Energistics 2] (appliedenergistics2-rv2-stable-10.jar)
    UCHIJ bdlib{1.9.3.107} [BD Lib] (bdlib-1.9.3.107-mc1.7.10.jar)
    UCHIJ ae2stuff{0.5.0.56} [AE2 Stuff] (ae2stuff-0.5.0.56-mc1.7.10.jar)
    UCHIJ AgriCraft{1.7.10-1.4.3} [AgriCraft] (AgriCraft-1.7.10-1.4.3.jar)
    UCHIJ AnimationAPI{1.2.4} [AnimationAPI] (AnimationAPI-1.7.10-1.2.4.jar)
    UCHIJ CoFHCore{1.7.10R3.0.3} [CoFH Core] (CoFHCore-[1.7.10]3.0.3-303.jar)
    UCHIJ MineFactoryReloaded{1.7.10R2.8.0} [MineFactory Reloaded] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
    UCHIJ Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
    UCHIJ Thaumcraft{4.2.3.5} [Thaumcraft] (Thaumcraft-1.7.10-4.2.3.5.jar)
    UCHIJ MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.0} [MFR Compat: Thaumcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
    UCHIJ Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar)
    UCHIJ Automagy{0.26.3} [Automagy] (Automagy-1.7.10-0.26.3.jar)
    UCHIJ Backpack{2.0.0} [Backpack] (backpack-2.0.0-1.7.x.jar)
    UCHIJ BiblioCraft{1.11.2} [BiblioCraft] (BiblioCraft[v1.11.2][MC1.7.10].jar)
    UCHIJ BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.1067-universal.jar)
    UCHIJ BiblioWoodsBoP{1.9} [BiblioWoods Biomes O'Plenty Edition] (BiblioWoods[BiomesOPlenty][v1.9].jar)
    UCHIJ ThermalFoundation{1.7.10R1.2.0} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.2.0-102.jar)
    UCHIJ ThermalExpansion{1.7.10R4.0.1} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.0.1-182.jar)
    UCHIJ BigReactors{0.4.0A} [Big Reactors] (BigReactors-0.4.0A.jar)
    UCHIJ AWWayofTime{v1.3.2} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.7.10-1.3.2-1.jar)
    UCHIJ Botania{r1.7-201} [Botania] (Botania r1.7-201.jar)
    UCHIJ BrandonsCore{1.0.0.8} [Brandon's Core] (BrandonsCore-1.0.0.8.jar)
    UCHIJ BuildCraft|Core{7.1.10} [BuildCraft] (buildcraft-7.1.10.jar)
    UCHIJ BuildCraft|Builders{7.1.10} [BC Builders] (buildcraft-7.1.10.jar)
    UCHIJ BuildCraft|Transport{7.1.10} [BC Transport] (buildcraft-7.1.10.jar)
    UCHIJ BuildCraft|Energy{7.1.10} [BC Energy] (buildcraft-7.1.10.jar)
    UCHIJ BuildCraft|Silicon{7.1.10} [BC Silicon] (buildcraft-7.1.10.jar)
    UCHIJ BuildCraft|Robotics{7.1.10} [BC Robotics] (buildcraft-7.1.10.jar)
    UCHIJ BuildCraft|Factory{7.1.10} [BC Factory] (buildcraft-7.1.10.jar)
    UCHIJ eureka{3.0.2} [Eureka] (Eureka-1.7.10-3.0.2.jar)
    UCHIJ bcadditions{2.2.3} [BuildCraft Additions] (BuildcraftAdditions-1.7.10-2.2.3.jar)
    UCHIJ CarpentersBlocks{3.3.1} [Carpenter's Blocks] (Carpenter's Blocks v3.3.1 - MC 1.7.10.jar)
    UCHIJ EE3{0.3.507} [Equivalent Exchange 3] (EquivalentExchange3-1.7.10-0.3.507.jar)
    UCHIJ Railcraft{9.6.1.0} [Railcraft] (Railcraft_1.7.10-9.6.1.0.jar)
    UCHIJ TwilightForest{2.3.5} [The Twilight Forest] (twilightforest-1.7.10-2.3.5.jar)
    UCHIJ ForgeMultipart{1.2.0.345} [Forge Multipart] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
    UCHIJ chisel{2.5.1.44} [Chisel 2] (Chisel2-2.5.1.44.jar)
    UCHIJ ComputerCraft{1.74} [ComputerCraft] (ComputerCraftPlusComputerCraftEdu1.74.jar)
    UCHIJ Forestry{3.3.0.6} [Forestry for Minecraft] (forestry_1.7.10-3.3.0.6.jar)
    UCHIJ GalacticraftCore{3.0.12} [Galacticraft Core] (GalacticraftCore-1.7-3.0.12.350.jar)
    UCHIJ Mekanism{8.1.7} [Mekanism] (Mekanism-1.7.10-8.1.7.252.jar)
    UCHIJ EnderIO{1.7.10-2.2.8.381} [Ender IO] (EnderIO-1.7.10-2.2.8.381.jar)
    UCHIJ numina{0.4.0.119} [Numina] (Numina-0.4.0.119.jar)
    UCHIJ MrTJPCoreMod{1.1.0.31} [MrTJPCore] (MrTJPCore-1.7.10-1.1.0.31-universal.jar)
    UCHIJ ProjRed|Core{4.7.0pre9.92} [ProjectRed Core] (ProjectRed-1.7.10-4.7.0pre9.92-Base.jar)
    UCHIJ powersuits{0.11.0.283} [MachineMuse's Modular Powersuits] (ModularPowersuits-0.11.0.283.jar)
    UCHIJ Mystcraft{0.11.0.00} [Mystcraft] (mystcraft-1.7.10-0.11.0.00.jar)
    UCHIJ ImmersiveEngineering{0.6.1} [Immersive Engineering] (ImmersiveEngineering-0.6.1.jar)
    UCHIJ Mantle{1.7.10-0.3.2.jenkins184} [Mantle] (Mantle-1.7.10-0.3.2.jar)
    UCHIJ TConstruct{1.7.10-1.8.5.build957} [Tinkers' Construct] (TConstruct-1.7.10-1.8.5.jar)
    UCHIJ DragonAPI{1.0} [DragonAPI] (DragonAPI 1.7.10 V9b.jar)
    UCHIE ChromatiCraft{1.0} [ChromatiCraft] (ChromatiCraft 1.7.10 V9b.jar)
    UCHIJ EnderStorage{1.4.7.33} [EnderStorage] (EnderStorage-1.7.10-1.4.7.33-universal.jar)
    UCHIJ ProjRed|Transmission{4.7.0pre9.92} [ProjectRed Transmission] (ProjectRed-1.7.10-4.7.0pre9.92-Integration.jar)
    UCHIJ OpenComputers{1.5.19.37} [OpenComputers] (OpenComputers-MC1.7.10-1.5.19.37-universal.jar)
    UCHIJ CompactMachines{1.7.10-1.20} [Compact Machines] (compactmachines-1.7.10-1.20.jar)
    UCHIJ ComputerCraftEdu{1.74} [ComputerCraftEdu] (ComputerCraftPlusComputerCraftEdu1.74.jar)
    UCHIJ PTRModelLib{1.0.0} [PTRModelLib] (Decocraft-2.2.1_1.7.10.jar)
    UCHIJ props{2.2.1} [Decocraft] (Decocraft-2.2.1_1.7.10.jar)
    UCHIJ DraconicEvolution{1.0.2-snapshot_5} [Draconic Evolution] (Draconic-Evolution-1.7.10-1.0.2-Snapshot_5-Bugfix.jar)
    UCHIJ EE3HELP{2.2a} [EE3 Helper] (EE3Help-2.2a.jar)
    UCHIJ eplus{3.0.2-d} [Enchanting Plus] (EnchantingPlus-1.7.10-3.0.2-d.jar)
    UCHIJ Enchiridion{1.1} [Enchiridion] (Enchiridion-1.7.X-1.2b.jar)
    UCHIJ endercore{1.7.10-0.2.0.30_beta} [EnderCore] (EnderCore-1.7.10-0.2.0.30_beta.jar)
    UCHIJ exnihilo{1.38-49} [Ex Nihilo] (Ex-Nihilo-1.38-49.jar)
    UCHIJ ExpandedRedstone{1.0} [Expanded Redstone] (ExpandedRedstone 1.7.10 V9a.jar)
    UCHIJ extracells{2.2.73} [Extra Cells 2] (ExtraCells-1.7.10-2.2.73b129.jar)
    UCHIJ ExtraUtilities{1.2.4b} [Extra Utilities] (extrautilities-1.2.4b.jar)
    UCHIJ FastCraft{1.21} [FastCraft] (fastcraft-1.21.jar)
    UCHIJ flansmod{4.10.0} [Flan's Mod] (Flans Mod-1.7.10-4.10.0.jar)
    UCHIJ ThaumicTinkerer{unspecified} [Thaumic Tinkerer] (ThaumicTinkerer-2.5-1.7.10-164.jar)
    UCHIJ ForbiddenMagic{1.7.10-0.57} [Forbidden Magic] (Forbidden Magic-1.7.10-0.57.jar)
    UCHIJ fossil{1.7.10 Build 7.2.0} [Fossils and Archeology Revival] (Fossils_Archeology_Revival-1.7.10_Build-7.2.jar)
    UCHIJ GalacticraftMars{3.0.12} [Galacticraft Planets] (Galacticraft-Planets-1.7-3.0.12.350.jar)
    UCHIJ GeoStrata{1.0} [GeoStrata] (GeoStrata 1.7.10 V9a.jar)
    UCHIJ iChunUtil{4.2.2} [iChunUtil] (iChunUtil-4.2.2.jar)
    UCHIJ GraviGun{4.0.0-beta} [GraviGun] (GravityGun-4.0.0-beta.jar)
    UCHIJ immersiveintegration{0.6.1} [Immersive Integration] (immersiveintegration-0.6.1.jar)
    UCHIJ inventorytweaks{1.57-116} [Inventory Tweaks] (InventoryTweaks-1.57-116.jar)
    UCHIJ IronChest{6.0.41.729} [Iron Chest] (ironchest-1.7.10-6.0.41.729-universal.jar)
    UCHIJ JABBA{1.2.1} [JABBA] (Jabba-1.2.1a_1.7.10.jar)
    UCHIJ journeymap{@JMVERSION@} [JourneyMap] (journeymap-1.7.10-5.1.0-unlimited.jar)
    UCHIJ LogisticsPipes{0.9.3.69} [Logistics Pipes] (logisticspipes-0.9.3.69.jar)
    UCHIJ lootbags{1.8.1} [Loot Bags] (LootBags.jar)
    UCHIJ malisiscore{1.7.10-0.13.1} [MalisisCore] (malisiscore-1.7.10-0.13.1.jar)
    UCHIJ malisisdoors{1.7.10-1.11.0} [Malisis' Doors] (malisisdoors-1.7.10-1.11.0.jar)
    UCHIJ Mariculture{1.7.10-1.2.4.2a} [Mariculture] (Mariculture-Deluxe-1.7.10-1.2.4.2a.jar)
    UCHIJ MariTech{1.0} [Marine Technlogy] (Mariculture-Deluxe-1.7.10-1.2.4.2a.jar)
    UCHIJ MekanismGenerators{8.1.7} [MekanismGenerators] (MekanismGenerators-1.7.10-8.1.7.252.jar)
    UCHIJ MekanismTools{8.1.7} [MekanismTools] (MekanismTools-1.7.10-8.1.7.252.jar)
    UCHIJ MeteorCraft{1.0} [MeteorCraft] (MeteorCraft 1.7.10 V9a.jar)
    UCHIJ MineFactoryReloaded|CompatAppliedEnergistics{1.7.10R2.8.0} [MFR Compat: Applied Energistics] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
    UCHIJ MineFactoryReloaded|CompatAtum{1.7.10R2.8.0} [MFR Compat: Atum] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
    UCHIJ MineFactoryReloaded|CompatBackTools{1.7.10R2.8.0} [MFR Compat: BackTools] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
    UCHIJ MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.0} [MFR Compat: BuildCraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
    UCHIJ MineFactoryReloaded|CompatChococraft{1.7.10R2.8.0} [MFR Compat: Chococraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
    UCHIJ MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.0} [MFR Compat: ExtraBiomes] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
    UCHIJ MineFactoryReloaded|CompatForestry{1.7.10R2.8.0} [MFR Compat: Forestry] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
    UCHIJ MineFactoryReloaded|CompatForgeMicroblock{1.7.10R2.8.0} [MFR Compat: ForgeMicroblock] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
    UCHIJ MineFactoryReloaded|CompatIC2{1.7.10R2.8.0} [MFR Compat: IC2] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
    UCHIJ MineFactoryReloaded|CompatMystcraft{1.7.10R2.8.0} [MFR Compat: Mystcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
    UCHIJ ProjRed|Exploration{4.7.0pre9.92} [ProjectRed Exploration] (ProjectRed-1.7.10-4.7.0pre9.92-World.jar)
    UCHIJ MineFactoryReloaded|CompatProjRed{1.7.10R2.8.0} [MFR Compat ProjectRed] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
    UCHIJ MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.0} [MFR Compat: Railcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
    UCHIJ MineFactoryReloaded|CompatSufficientBiomes{1.7.10R2.8.0} [MFR Compat: Sufficient Biomes] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
    UCHIJ MineFactoryReloaded|CompatThermalExpansion{1.7.10R2.8.0} [MFR Compat: Thermal Expansion] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
    UCHIJ MineFactoryReloaded|CompatTConstruct{1.7.10R2.8.0} [MFR Compat: Tinkers' Construct] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
    UCHIJ MineFactoryReloaded|CompatTwilightForest{1.7.10R2.8.0} [MFR Compat: TwilightForest] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
    UCHIJ MineFactoryReloaded|CompatVanilla{1.7.10R2.8.0} [MFR Compat: Vanilla] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
    UCHIJ Morph{0.9.0} [Morph] (Morph-Beta-0.9.0.jar)
    UCHIJ OpenMods{0.6} [OpenMods] (OpenModsLib-1.7.10-0.6-snapshot-268.jar)
    UCHIJ OpenBlocks{1.3} [OpenBlocks] (OpenBlocks-1.7.10-1.3-snapshot-512.jar)
    UCHIJ openmodularturrets{2.1.5-184} [Open Modular Turrets] (OpenModularTurrets-1.7.10-2.1.5-184.jar)
    UCHIJ PneumaticCraft{1.11.18-140} [PneumaticCraft] (PneumaticCraft-1.7.10-1.11.18-140-universal.jar)
    UCHIJ PortalGun{4.0.0-beta-4} [PortalGun] (PortalGun-4.0.0-beta-4.jar)
    UCHIJ ProjRed|Transportation{4.7.0pre9.92} [ProjectRed Transportation] (ProjectRed-1.7.10-4.7.0pre9.92-Mechanical.jar)
    UCHIJ ProjRed|Compatibility{4.7.0pre9.92} [ProjectRed Compatibility] (ProjectRed-1.7.10-4.7.0pre9.92-Compat.jar)
    UCHIJ ProjRed|Integration{4.7.0pre9.92} [ProjectRed Integration] (ProjectRed-1.7.10-4.7.0pre9.92-Integration.jar)
    UCHIJ ProjRed|Fabrication{4.7.0pre9.92} [ProjectRed Fabrication] (ProjectRed-1.7.10-4.7.0pre9.92-Fabrication.jar)
    UCHIJ ProjRed|Illumination{4.7.0pre9.92} [ProjectRed Illumination] (ProjectRed-1.7.10-4.7.0pre9.92-Lighting.jar)
    UCHIJ ProjRed|Expansion{4.7.0pre9.92} [ProjectRed Expansion] (ProjectRed-1.7.10-4.7.0pre9.92-Mechanical.jar)
    UCHIJ quantumflux{1.7.10-1.3.1} [QuantumFlux] (QuantumFlux-1.7.10-1.3.1.jar)
    UCHIJ RotaryCraft{1.0} [RotaryCraft] (RotaryCraft 1.7.10 V9b.jar)
    UCHIJ ReactorCraft{1.0} [ReactorCraft] (ReactorCraft 1.7.10 V9b.jar)
    UCHIJ RedstoneArsenal{1.7.10R1.1.0B4} [Redstone Arsenal] (RedstoneArsenal-[1.7.10]1.1.0B4-10.jar)
    UCHIJ rftools{3.30} [RFTools] (rftools-3.30.jar)
    UCHIJ simplyjetpacks{1.5.1} [Simply Jetpacks] (SimplyJetpacks-MC1.7.10-1.5.1.jar)
    UCHIJ StevesCarts{2.0.0.b18} [Steve's Carts 2] (StevesCarts2.0.0.b18.jar)
    UCHIJ TaintedMagic{1.1.5.7} [Tainted Magic] (TaintedMagic-1.1.5.7.jar)
    UCHIJ thaumcraftneiplugin{@VERSION@} [Thaumcraft NEI Plugin] (thaumcraftneiplugin-1.7.10-1.7a.jar)
    UCHIJ thaumicenergistics{0.8.10.10} [Thaumic Energistics] (thaumicenergistics-0.8.10.10.jar)
    UCHIJ ThaumicHorizons{1.1.9} [Thaumic Horizons] (thaumichorizons-1.7.10-1.1.9.jar)
    UCHIJ thaumicinfusion{4.27} [Thaumic Infusion] (ThaumicInfusion-4.27.jar)
    UCHIJ ThermalDynamics{1.7.10R1.1.0} [Thermal Dynamics] (ThermalDynamics-[1.7.10]1.1.0-161.jar)
    UCHIJ Torcherino{2.2s} [Torcherino] (Torcherino-1.7.10-2.2s.jar)
    UCHIJ TravellersGear{1.16.6} [Traveller's Gear] (TravellersGear-1.7.10-1.16.6.jar)
    UCHIJ witchery{0.24.1} [Witchery] (witchery-1.7.10-0.24.1.jar)
    UCHIJ Ztones{1.7.10} [Ztones] (Ztones-1.7.10-2.2.1.jar)
    UCHIJ McMultipart{1.2.0.345} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
    UCHIJ ForgeRelocation{0.0.1.4} [ForgeRelocation] (ForgeRelocation-1.7.10-0.0.1.4-universal.jar)
    UCHIJ MCFrames{1.0} [MCFrames] (ForgeRelocation-1.7.10-0.0.1.4-universal.jar)
    UCHIJ RelocationFMP{0.0.1.2} [RelocationFMP] (ForgeRelocationFMP-1.7.10-0.0.1.2-universal.jar)
    UCHIJ ForgeMicroblock{1.2.0.345} [Forge Microblocks] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
    GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.2.12198 Compatibility Profile Context 12.102.1.8000' Renderer: 'AMD Radeon HD 8450G'
    OpenModsLib crash transformers: [stencil_patches:FINISHED],[movement_callback:FINISHED],[map_gen_fix:FINISHED],[gl_capabilities_hook:FINISHED],[player_render_hook:FINISHED]
    AE2 Version: stable rv2-stable-10 for Forge 10.13.2.1291
    CoFHCore: -[1.7.10]3.0.3-303
    MineFactoryReloaded: -[1.7.10]2.8.0-104
    ThermalFoundation: -[1.7.10]1.2.0-102
    ThermalExpansion: -[1.7.10]4.0.1-182
    Mantle Environment: Environment healthy.
    TConstruct Environment: Environment healthy.
    RedstoneArsenal: Lacking version information.
    ThermalDynamics: -[1.7.10]1.1.0-161
    List of loaded APIs:
    * AgriCraftAPI (1.0) from AgriCraft-1.7.10-1.4.3.jar
    * appliedenergistics2|API (rv2) from ThaumicTinkerer-2.5-1.7.10-164.jar
    * Baubles|API (1.0.1.10) from Baubles-1.7.10-1.0.1.10.jar
    * bcadditionsAPI (2.1.1) from BuildcraftAdditions-1.7.10-2.2.3.jar
    * BiomesOPlentyAPI (1.0.0) from BiomesOPlenty-1.7.10-2.1.0.1067-universal.jar
    * BotaniaAPI (56) from Botania r1.7-201.jar
    * BuildCraftAPI|blocks (1.0) from buildcraft-7.1.10.jar
    * BuildCraftAPI|blueprints (1.1) from forestry_1.7.10-3.3.0.6.jar
    * BuildCraftAPI|boards (2.0) from buildcraft-7.1.10.jar
    * BuildCraftAPI|core (1.2) from forestry_1.7.10-3.3.0.6.jar
    * BuildCraftAPI|crops (1.1) from buildcraft-7.1.10.jar
    * BuildCraftAPI|events (1.0) from forestry_1.7.10-3.3.0.6.jar
    * BuildCraftAPI|facades (1.0) from forestry_1.7.10-3.3.0.6.jar
    * BuildCraftAPI|filler (2.0) from forestry_1.7.10-3.3.0.6.jar
    * BuildCraftAPI|fuels (2.0) from forestry_1.7.10-3.3.0.6.jar
    * BuildCraftAPI|gates (4.1) from buildcraft-7.1.10.jar
    * BuildCraftAPI|items (1.1) from buildcraft-7.1.10.jar
    * BuildCraftAPI|library (2.0) from buildcraft-7.1.10.jar
    * BuildCraftAPI|lists (1.0) from buildcraft-7.1.10.jar
    * BuildCraftAPI|power (1.3) from buildcraft-7.1.10.jar
    * BuildCraftAPI|recipes (3.0) from buildcraft-7.1.10.jar
    * BuildCraftAPI|robotics (3.0) from buildcraft-7.1.10.jar
    * BuildCraftAPI|robots (1.0) from forestry_1.7.10-3.3.0.6.jar
    * BuildCraftAPI|statements (1.1) from buildcraft-7.1.10.jar
    * BuildCraftAPI|tablet (1.0) from buildcraft-7.1.10.jar
    * BuildCraftAPI|tiles (1.1) from Railcraft_1.7.10-9.6.1.0.jar
    * BuildCraftAPI|tools (1.0) from Railcraft_1.7.10-9.6.1.0.jar
    * BuildCraftAPI|transport (4.0) from Railcraft_1.7.10-9.6.1.0.jar
    * ChiselAPI (0.1.0) from Chisel2-2.5.1.44.jar
    * ChiselAPI|Carving (0.1.0) from Chisel2-2.5.1.44.jar
    * ChiselAPI|Rendering (0.1.0) from Chisel2-2.5.1.44.jar
    * CoFHAPI (1.7.10R1.0.2) from BrandonsCore-1.0.0.8.jar
    * CoFHAPI|block (1.7.10R1.0.13) from CoFHCore-[1.7.10]3.0.3-303.jar
    * CoFHAPI|core (1.7.10R1.0.13B2) from CoFHLib-[1.7.10]1.0.3-175.jar
    * CoFHAPI|energy (1.7.10R1.0.3) from EnderIO-1.7.10-2.2.8.381.jar
    * CoFHAPI|fluid (1.7.10R1.0.13B2) from CoFHLib-[1.7.10]1.0.3-175.jar
    * CoFHAPI|inventory (1.7.10R1.0.13) from CoFHCore-[1.7.10]3.0.3-303.jar
    * CoFHAPI|item (1.7.10R1.0.13B2) from CoFHLib-[1.7.10]1.0.3-175.jar
    * CoFHAPI|modhelpers (1.7.10R1.0.13B2) from CoFHLib-[1.7.10]1.0.3-175.jar
    * CoFHAPI|tileentity (1.7.10R1.0.13) from CoFHCore-[1.7.10]3.0.3-303.jar
    * CoFHAPI|transport (1.7.10R1.0.13) from EnderCore-1.7.10-0.2.0.30_beta.jar
    * CoFHAPI|world (1.7.10R1.0.13) from CoFHCore-[1.7.10]3.0.3-303.jar
    * CoFHLib (1.7.10R1.0.3) from CoFHCore-[1.7.10]3.0.3-303.jar
    * CoFHLib|audio (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.0.3-175.jar
    * CoFHLib|gui (1.7.10R1.0.3) from CoFHCore-[1.7.10]3.0.3-303.jar
    * CoFHLib|gui|container (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.0.3-175.jar
    * CoFHLib|gui|element (1.7.10R1.0.3) from CoFHCore-[1.7.10]3.0.3-303.jar
    * CoFHLib|gui|element|listbox (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.0.3-175.jar
    * CoFHLib|gui|slot (1.7.10R1.0.3) from CoFHCore-[1.7.10]3.0.3-303.jar
    * CoFHLib|inventory (1.7.10R1.0.3) from CoFHCore-[1.7.10]3.0.3-303.jar
    * CoFHLib|render (1.7.10R1.0.3) from CoFHCore-[1.7.10]3.0.3-303.jar
    * CoFHLib|render|particle (1.7.10R1.0.3) from CoFHCore-[1.7.10]3.0.3-303.jar
    * CoFHLib|util (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.0.3-175.jar
    * CoFHLib|util|helpers (1.7.10R1.0.3) from CoFHCore-[1.7.10]3.0.3-303.jar
    * CoFHLib|util|position (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.0.3-175.jar
    * CoFHLib|world (1.7.10R1.0.3) from CoFHCore-[1.7.10]3.0.3-303.jar
    * CoFHLib|world|feature (1.7.10R1.0.3) from CoFHCore-[1.7.10]3.0.3-303.jar
    * ComputerCraft|API (1.74) from ComputerCraftPlusComputerCraftEdu1.74.jar
    * ComputerCraft|API|FileSystem (1.74) from ComputerCraftPlusComputerCraftEdu1.74.jar
    * ComputerCraft|API|Lua (1.74) from ComputerCraftPlusComputerCraftEdu1.74.jar
    * ComputerCraft|API|Media (1.74) from ComputerCraftPlusComputerCraftEdu1.74.jar
    * ComputerCraft|API|Peripheral (1.74) from ComputerCraftPlusComputerCraftEdu1.74.jar
    * ComputerCraft|API|Permissions (1.74) from ComputerCraftPlusComputerCraftEdu1.74.jar
    * ComputerCraft|API|Redstone (1.74) from ComputerCraftPlusComputerCraftEdu1.74.jar
    * ComputerCraft|API|Turtle (1.74) from ComputerCraftPlusComputerCraftEdu1.74.jar
    * CSLib|API (1.0) from Decocraft-2.2.1_1.7.10.jar
    * DraconicEvolution|API (1.2) from Draconic-Evolution-1.7.10-1.0.2-Snapshot_5-Bugfix.jar
    * EE3-API|array (1.2) from EquivalentExchange3-1.7.10-0.3.507.jar
    * EE3-API|core (1.2) from EquivalentExchange3-1.7.10-0.3.507.jar
    * EE3-API|event (1.2) from EquivalentExchange3-1.7.10-0.3.507.jar
    * EE3-API|exchange (1.2) from EquivalentExchange3-1.7.10-0.3.507.jar
    * EE3-API|knowledge (1.2) from EquivalentExchange3-1.7.10-0.3.507.jar
    * EE3-API|recipe (1.2) from EquivalentExchange3-1.7.10-0.3.507.jar
    * EE3-API|util (1.2) from EquivalentExchange3-1.7.10-0.3.507.jar
    * EnderIOAPI (0.0.2) from EnderIO-1.7.10-2.2.8.381.jar
    * EnderIOAPI|Redstone (0.0.2) from EnderIO-1.7.10-2.2.8.381.jar
    * EnderIOAPI|Tools (0.0.2) from EnderIO-1.7.10-2.2.8.381.jar
    * ForestryAPI|apiculture (2.3.0) from forestry_1.7.10-3.3.0.6.jar
    * ForestryAPI|arboriculture (2.2.0) from forestry_1.7.10-3.3.0.6.jar
    * ForestryAPI|circuits (1.0) from forestry_1.7.10-3.3.0.6.jar
    * ForestryAPI|core (2.3.0) from forestry_1.7.10-3.3.0.6.jar
    * ForestryAPI|farming (1.1.0) from forestry_1.7.10-3.3.0.6.jar
    * ForestryAPI|food (1.0) from forestry_1.7.10-3.3.0.6.jar
    * ForestryAPI|fuels (2.0.0) from forestry_1.7.10-3.3.0.6.jar
    * ForestryAPI|genetics (2.2.0) from forestry_1.7.10-3.3.0.6.jar
    * ForestryAPI|hives (3.1.0) from forestry_1.7.10-3.3.0.6.jar
    * ForestryAPI|lepidopterology (1.1) from forestry_1.7.10-3.3.0.6.jar
    * ForestryAPI|mail (2.0.0) from forestry_1.7.10-3.3.0.6.jar
    * ForestryAPI|recipes (2.0) from forestry_1.7.10-3.3.0.6.jar
    * ForestryAPI|storage (2.1.1) from forestry_1.7.10-3.3.0.6.jar
    * ForestryAPI|world (1.0) from forestry_1.7.10-3.3.0.6.jar
    * ForgeRelocation|API (0.0.1.4) from ForgeRelocation-1.7.10-0.0.1.4-universal.jar
    * Galacticraft API (1.0) from GalacticraftCore-1.7-3.0.12.350.jar
    * IC2API (1.0) from Railcraft_1.7.10-9.6.1.0.jar
    * ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.6.1.jar
    * McJtyLib (1.2.0) from mcjtylib-1.2.0.jar
    * MekanismAPI|core (8.0.0) from Mekanism-1.7.10-8.1.7.252.jar
    * MekanismAPI|energy (8.0.0) from Mekanism-1.7.10-8.1.7.252.jar
    * MekanismAPI|gas (8.0.0) from Mekanism-1.7.10-8.1.7.252.jar
    * MekanismAPI|infuse (8.0.0) from Mekanism-1.7.10-8.1.7.252.jar
    * MekanismAPI|laser (8.0.0) from Mekanism-1.7.10-8.1.7.252.jar
    * MekanismAPI|reactor (8.0.0) from Mekanism-1.7.10-8.1.7.252.jar
    * MekanismAPI|recipe (8.0.0) from Mekanism-1.7.10-8.1.7.252.jar
    * MekanismAPI|transmitter (8.0.0) from Mekanism-1.7.10-8.1.7.252.jar
    * MekanismAPI|util (8.0.0) from Mekanism-1.7.10-8.1.7.252.jar
    * minechemAPI (1.7.10R1) from DragonAPI 1.7.10 V9b.jar
    * MystcraftAPI (0.1) from mystcraft-1.7.10-0.11.0.00.jar
    * OpenComputersAPI|Component (5.6.2) from OpenComputers-MC1.7.10-1.5.19.37-universal.jar
    * OpenComputersAPI|Core (5.6.2) from OpenComputers-MC1.7.10-1.5.19.37-universal.jar
    * OpenComputersAPI|Driver (5.6.2) from OpenComputers-MC1.7.10-1.5.19.37-universal.jar
    * OpenComputersAPI|Driver|Item (5.6.2) from OpenComputers-MC1.7.10-1.5.19.37-universal.jar
    * OpenComputersAPI|Event (5.6.2) from OpenComputers-MC1.7.10-1.5.19.37-universal.jar
    * OpenComputersAPI|FileSystem (5.6.2) from OpenComputers-MC1.7.10-1.5.19.37-universal.jar
    * OpenComputersAPI|Internal (5.6.2) from OpenComputers-MC1.7.10-1.5.19.37-universal.jar
    * OpenComputersAPI|Machine (5.6.2) from OpenComputers-MC1.7.10-1.5.19.37-universal.jar
    * OpenComputersAPI|Manual (5.6.2) from OpenComputers-MC1.7.10-1.5.19.37-universal.jar
    * OpenComputersAPI|Network (5.6.2) from OpenComputers-MC1.7.10-1.5.19.37-universal.jar
    * OpenComputersAPI|Prefab (5.6.2) from OpenComputers-MC1.7.10-1.5.19.37-universal.jar
    * PneumaticCraftApi (1.0) from PneumaticCraft-1.7.10-1.11.18-140-universal.jar
    * RailcraftAPI|bore (1.0.0) from Railcraft_1.7.10-9.6.1.0.jar
    * RailcraftAPI|carts (1.3.1) from Railcraft_1.7.10-9.6.1.0.jar
    * RailcraftAPI|core (1.3.0) from Railcraft_1.7.10-9.6.1.0.jar
    * RailcraftAPI|crafting (1.0.0) from ImmersiveEngineering-0.6.1.jar
    * RailcraftAPI|electricity (1.6.0) from Railcraft_1.7.10-9.6.1.0.jar
    * RailcraftAPI|events (1.0.0) from Railcraft_1.7.10-9.6.1.0.jar
    * RailcraftAPI|fuel (1.0.0) from Railcraft_1.7.10-9.6.1.0.jar
    * RailcraftAPI|helpers (1.1.0) from Railcraft_1.7.10-9.6.1.0.jar
    * RailcraftAPI|items (1.0.0) from Railcraft_1.7.10-9.6.1.0.jar
    * RailcraftAPI|locomotive (1.0.1) from Railcraft_1.7.10-9.6.1.0.jar
    * RailcraftAPI|signals (1.3.0) from Railcraft_1.7.10-9.6.1.0.jar
    * RailcraftAPI|tracks (2.0.0) from Railcraft_1.7.10-9.6.1.0.jar
    * Thaumcraft|API (4.2.2.0) from Railcraft_1.7.10-9.6.1.0.jar
    * TravellersGear|API (1.0) from TravellersGear-1.7.10-1.16.6.jar
    * WailaAPI (1.2) from Waila-1.5.10_1.7.10.jar
    Stencil buffer state: Function set: GL30, pool: forge, bits: 8
    AE2 Integration: IC2:OFF, RotaryCraft:ON, RC:ON, BC:ON, RF:ON, RFItem:ON, MFR:ON, DSU:ON, FZ:OFF, FMP:ON, RB:OFF, CLApi:OFF, Waila:ON, InvTweaks:ON, NEI:ON, CraftGuide:OFF, Mekanism:ON, ImmibisMicroblocks:OFF, BetterStorage:OFF


    Delete your configs, that one I think should work. And all of them, it will prevent the same thing from happening. If you don't what happened with DragonAPI might happen with something else.
    Posted in: Java Edition Support
  • 0

    posted a message on Forestry Crashing
    Quote from CadenCats»

    When I load minecraft with mods and forestry, It crashes. Now, if no one can figure it out, then I will simply remove it. The crash:


    ---- Minecraft Crash Report ----
    // Ouch. That hurt :(

    Time: 11/26/15 6:52 PM
    Description: There was a severe problem during mod loading that has caused the game to fail

    cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: forestry/apiculture/FlowerProviderVanilla
    at cpw.mods.fml.common.LoadController.transition(LoadController.java:163)
    at cpw.mods.fml.common.Loader.initializeMods(Loader.java:744)
    at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
    at net.minecraft.client.main.Main.main(SourceFile:148)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
    Caused by: java.lang.NoClassDefFoundError: forestry/apiculture/FlowerProviderVanilla
    at exnihilo.compatibility.foresty.HiveRegistry.<clinit>(HiveRegistry.java:25)
    at exnihilo.compatibility.foresty.Forestry.loadCompatibility(Forestry.java:28)
    at exnihilo.ExNihilo.PostInitialize(ExNihilo.java:132)
    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:532)
    at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    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:212)
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
    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.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:119)
    at cpw.mods.fml.common.Loader.initializeMods(Loader.java:742)
    ... 10 more
    Caused by: java.lang.ClassNotFoundException: forestry.apiculture.FlowerProviderVanilla
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 39 more
    Caused by: java.lang.NullPointerException
    at org.objectweb.asm.ClassReader.<init>(Unknown Source)
    at invtweaks.forge.asm.ContainerTransformer.transform(ContainerTransformer.java:112)
    at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279)
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176)
    ... 41 more


    A detailed walkthrough of the error, its code path and all known details is as follows:
    ---------------------------------------------------------------------------------------

    -- System Details --
    Details:
    Minecraft Version: 1.7.10
    Operating System: Windows 7 (amd64) version 6.1
    Java Version: 1.8.0_51, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 1300660112 bytes (1240 MB) / 3686027264 bytes (3515 MB) up to 8482586624 bytes (8089 MB)
    JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx8G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn1G
    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.99.99 Minecraft Forge 10.13.4.1558 160 mods loaded, 160 mods active
    States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
    UCHIJ mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
    UCHIJ FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1558-1.7.10.jar)
    UCHIJ Forge{10.13.4.1558} [Minecraft Forge] (forge-1.7.10-10.13.4.1558-1.7.10.jar)
    UCHIJ appliedenergistics2-core{rv2-stable-10} [AppliedEnergistics2 Core] (minecraft.jar)
    UCHIJ CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
    UCHIJ MCVanillaTweaks{1.0} [Mariculture - Vanilla Tweaks] (minecraft.jar)
    UCHIJ Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar)
    UCHIJ NotEnoughItems{1.0.5.118} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.118-universal.jar)
    UCHIJ OpenComputers|Core{1.5.19.37} [OpenComputers (Core)] (minecraft.jar)
    UCHIJ ThaumicTinkerer-preloader{0.1} [Thaumic Tinkerer Core] (minecraft.jar)
    UCHIJ OpenModsCore{0.6} [OpenModsCore] (minecraft.jar)
    UCHIJ <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
    UCHIJ <DragonAPI ASM>{0} [DragonAPI ASM Data Initialization] (minecraft.jar)
    UCHIJ Pistronics2{0.5.1} [Pistronics 2] (1.7.10-Pistronics2-v0.6.1.jar)
    UCHIJ DamageIndicatorsMod{3.2.0} [Damage Indicators] ([1.7.10]DamageIndicatorsMod-3.2.0.jar)
    UCHIJ bspkrsCore{6.15} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.15.jar)
    UCHIJ Treecapitator{1.7.10} [Treecapitator] ([1.7.10]Treecapitator-universal-2.0.4.jar)
    UCHIJ appliedenergistics2{rv2-stable-10} [Applied Energistics 2] (appliedenergistics2-rv2-stable-10.jar)
    UCHIJ bdlib{1.9.3.107} [BD Lib] (bdlib-1.9.3.107-mc1.7.10.jar)
    UCHIJ ae2stuff{0.5.0.56} [AE2 Stuff] (ae2stuff-0.5.0.56-mc1.7.10.jar)
    UCHIJ AgriCraft{1.7.10-1.4.3} [AgriCraft] (AgriCraft-1.7.10-1.4.3.jar)
    UCHIJ AnimationAPI{1.2.4} [AnimationAPI] (AnimationAPI-1.7.10-1.2.4.jar)
    UCHIJ CoFHCore{1.7.10R3.0.3} [CoFH Core] (CoFHCore-[1.7.10]3.0.3-303.jar)
    UCHIJ MineFactoryReloaded{1.7.10R2.8.0} [MineFactory Reloaded] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
    UCHIJ Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
    UCHIJ Thaumcraft{4.2.3.5} [Thaumcraft] (Thaumcraft-1.7.10-4.2.3.5.jar)
    UCHIJ MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.0} [MFR Compat: Thaumcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
    UCHIJ Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar)
    UCHIJ Automagy{0.26.3} [Automagy] (Automagy-1.7.10-0.26.3.jar)
    UCHIJ Backpack{2.0.0} [Backpack] (backpack-2.0.0-1.7.x.jar)
    UCHIJ BiblioCraft{1.11.2} [BiblioCraft] (BiblioCraft[v1.11.2][MC1.7.10].jar)
    UCHIJ BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.1067-universal.jar)
    UCHIJ BiblioWoodsBoP{1.9} [BiblioWoods Biomes O'Plenty Edition] (BiblioWoods[BiomesOPlenty][v1.9].jar)
    UCHIJ ThermalFoundation{1.7.10R1.2.0} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.2.0-102.jar)
    UCHIJ ThermalExpansion{1.7.10R4.0.1} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.0.1-182.jar)
    UCHIJ BigReactors{0.4.0A} [Big Reactors] (BigReactors-0.4.0A.jar)
    UCHIJ AWWayofTime{v1.3.2} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.7.10-1.3.2-1.jar)
    UCHIJ Botania{r1.7-201} [Botania] (Botania r1.7-201.jar)
    UCHIJ BrandonsCore{1.0.0.8} [Brandon's Core] (BrandonsCore-1.0.0.8.jar)
    UCHIJ BuildCraft|Core{7.1.10} [BuildCraft] (buildcraft-7.1.10.jar)
    UCHIJ BuildCraft|Builders{7.1.10} [BC Builders] (buildcraft-7.1.10.jar)
    UCHIJ BuildCraft|Transport{7.1.10} [BC Transport] (buildcraft-7.1.10.jar)
    UCHIJ BuildCraft|Energy{7.1.10} [BC Energy] (buildcraft-7.1.10.jar)
    UCHIJ BuildCraft|Silicon{7.1.10} [BC Silicon] (buildcraft-7.1.10.jar)
    UCHIJ BuildCraft|Robotics{7.1.10} [BC Robotics] (buildcraft-7.1.10.jar)
    UCHIJ BuildCraft|Factory{7.1.10} [BC Factory] (buildcraft-7.1.10.jar)
    UCHIJ eureka{3.0.2} [Eureka] (Eureka-1.7.10-3.0.2.jar)
    UCHIJ bcadditions{2.2.3} [BuildCraft Additions] (BuildcraftAdditions-1.7.10-2.2.3.jar)
    UCHIJ CarpentersBlocks{3.3.1} [Carpenter's Blocks] (Carpenter's Blocks v3.3.1 - MC 1.7.10.jar)
    UCHIJ EE3{0.3.507} [Equivalent Exchange 3] (EquivalentExchange3-1.7.10-0.3.507.jar)
    UCHIJ Railcraft{9.6.1.0} [Railcraft] (Railcraft_1.7.10-9.6.1.0.jar)
    UCHIJ TwilightForest{2.3.5} [The Twilight Forest] (twilightforest-1.7.10-2.3.5.jar)
    UCHIJ ForgeMultipart{1.2.0.345} [Forge Multipart] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
    UCHIJ chisel{2.5.1.44} [Chisel 2] (Chisel2-2.5.1.44.jar)
    UCHIJ ComputerCraft{1.74} [ComputerCraft] (ComputerCraftPlusComputerCraftEdu1.74.jar)
    UCHIJ Forestry{4.1.1.46} [Forestry for Minecraft] (forestry_1.7.10-4.1.1.46.jar)
    UCHIJ GalacticraftCore{3.0.12} [Galacticraft Core] (GalacticraftCore-1.7-3.0.12.350.jar)
    UCHIJ Mekanism{8.1.7} [Mekanism] (Mekanism-1.7.10-8.1.7.252.jar)
    UCHIJ EnderIO{1.7.10-2.2.8.381} [Ender IO] (EnderIO-1.7.10-2.2.8.381.jar)
    UCHIJ numina{0.4.0.119} [Numina] (Numina-0.4.0.119.jar)
    UCHIJ MrTJPCoreMod{1.1.0.31} [MrTJPCore] (MrTJPCore-1.7.10-1.1.0.31-universal.jar)
    UCHIJ ProjRed|Core{4.7.0pre9.92} [ProjectRed Core] (ProjectRed-1.7.10-4.7.0pre9.92-Base.jar)
    UCHIJ powersuits{0.11.0.283} [MachineMuse's Modular Powersuits] (ModularPowersuits-0.11.0.283.jar)
    UCHIJ Mystcraft{0.11.0.00} [Mystcraft] (mystcraft-1.7.10-0.11.0.00.jar)
    UCHIJ ImmersiveEngineering{0.6.1} [Immersive Engineering] (ImmersiveEngineering-0.6.1.jar)
    UCHIJ Mantle{1.7.10-0.3.2.jenkins184} [Mantle] (Mantle-1.7.10-0.3.2.jar)
    UCHIJ TConstruct{1.7.10-1.8.5.build957} [Tinkers' Construct] (TConstruct-1.7.10-1.8.5.jar)
    UCHIJ DragonAPI{1.0} [DragonAPI] (DragonAPI 1.7.10 V9b.jar)
    UCHIE ChromatiCraft{1.0} [ChromatiCraft] (ChromatiCraft 1.7.10 V9b.jar)
    UCHIJ EnderStorage{1.4.7.33} [EnderStorage] (EnderStorage-1.7.10-1.4.7.33-universal.jar)
    UCHIJ ProjRed|Transmission{4.7.0pre9.92} [ProjectRed Transmission] (ProjectRed-1.7.10-4.7.0pre9.92-Integration.jar)
    UCHIJ OpenComputers{1.5.19.37} [OpenComputers] (OpenComputers-MC1.7.10-1.5.19.37-universal.jar)
    UCHIJ CompactMachines{1.7.10-1.20} [Compact Machines] (compactmachines-1.7.10-1.20.jar)
    UCHIJ ComputerCraftEdu{1.74} [ComputerCraftEdu] (ComputerCraftPlusComputerCraftEdu1.74.jar)
    UCHIJ PTRModelLib{1.0.0} [PTRModelLib] (Decocraft-2.2.1_1.7.10.jar)
    UCHIJ props{2.2.1} [Decocraft] (Decocraft-2.2.1_1.7.10.jar)
    UCHIJ DraconicEvolution{1.0.2-snapshot_5} [Draconic Evolution] (Draconic-Evolution-1.7.10-1.0.2-Snapshot_5-Bugfix.jar)
    UCHIJ EE3HELP{2.2a} [EE3 Helper] (EE3Help-2.2a.jar)
    UCHIJ eplus{3.0.2-d} [Enchanting Plus] (EnchantingPlus-1.7.10-3.0.2-d.jar)
    UCHIJ Enchiridion{1.1} [Enchiridion] (Enchiridion-1.7.X-1.2b.jar)
    UCHIJ endercore{1.7.10-0.2.0.30_beta} [EnderCore] (EnderCore-1.7.10-0.2.0.30_beta.jar)
    UCHIE exnihilo{1.37} [Ex Nihilo] (Ex-Nihilo-1.37.jar)
    UCHIJ ExpandedRedstone{1.0} [Expanded Redstone] (ExpandedRedstone 1.7.10 V9a.jar)
    UCHIJ extracells{2.2.73} [Extra Cells 2] (ExtraCells-1.7.10-2.2.73b129.jar)
    UCHIJ ExtraUtilities{1.2.4b} [Extra Utilities] (extrautilities-1.2.4b.jar)
    UCHIJ FastCraft{1.21} [FastCraft] (fastcraft-1.21.jar)
    UCHIJ flansmod{4.10.0} [Flan's Mod] (Flans Mod-1.7.10-4.10.0.jar)
    UCHIJ ThaumicTinkerer{unspecified} [Thaumic Tinkerer] (ThaumicTinkerer-2.5-1.7.10-164.jar)
    UCHIJ ForbiddenMagic{1.7.10-0.57} [Forbidden Magic] (Forbidden Magic-1.7.10-0.57.jar)
    UCHIJ fossil{1.7.10 Build 7.2.0} [Fossils and Archeology Revival] (Fossils_Archeology_Revival-1.7.10_Build-7.2.jar)
    UCHIJ GalacticraftMars{3.0.12} [Galacticraft Planets] (Galacticraft-Planets-1.7-3.0.12.350.jar)
    UCHIJ GeoStrata{1.0} [GeoStrata] (GeoStrata 1.7.10 V9a.jar)
    UCHIJ iChunUtil{4.2.2} [iChunUtil] (iChunUtil-4.2.2.jar)
    UCHIJ GraviGun{4.0.0-beta} [GraviGun] (GravityGun-4.0.0-beta.jar)
    UCHIJ immersiveintegration{0.6.1} [Immersive Integration] (immersiveintegration-0.6.1.jar)
    UCHIJ inventorytweaks{1.57-116} [Inventory Tweaks] (InventoryTweaks-1.57-116.jar)
    UCHIJ IronChest{6.0.41.729} [Iron Chest] (ironchest-1.7.10-6.0.41.729-universal.jar)
    UCHIJ JABBA{1.2.1} [JABBA] (Jabba-1.2.1a_1.7.10.jar)
    UCHIJ journeymap{@JMVERSION@} [JourneyMap] (journeymap-1.7.10-5.1.0-unlimited.jar)
    UCHIJ LogisticsPipes{0.9.3.69} [Logistics Pipes] (logisticspipes-0.9.3.69.jar)
    UCHIJ lootbags{1.8.1} [Loot Bags] (LootBags.jar)
    UCHIJ malisiscore{1.7.10-0.13.1} [MalisisCore] (malisiscore-1.7.10-0.13.1.jar)
    UCHIJ malisisdoors{1.7.10-1.11.0} [Malisis' Doors] (malisisdoors-1.7.10-1.11.0.jar)
    UCHIJ Mariculture{1.7.10-1.2.4.2a} [Mariculture] (Mariculture-Deluxe-1.7.10-1.2.4.2a.jar)
    UCHIJ MariTech{1.0} [Marine Technlogy] (Mariculture-Deluxe-1.7.10-1.2.4.2a.jar)
    UCHIJ MekanismGenerators{8.1.7} [MekanismGenerators] (MekanismGenerators-1.7.10-8.1.7.252.jar)
    UCHIJ MekanismTools{8.1.7} [MekanismTools] (MekanismTools-1.7.10-8.1.7.252.jar)
    UCHIJ MeteorCraft{1.0} [MeteorCraft] (MeteorCraft 1.7.10 V9a.jar)
    UCHIJ MineFactoryReloaded|CompatAppliedEnergistics{1.7.10R2.8.0} [MFR Compat: Applied Energistics] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
    UCHIJ MineFactoryReloaded|CompatAtum{1.7.10R2.8.0} [MFR Compat: Atum] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
    UCHIJ MineFactoryReloaded|CompatBackTools{1.7.10R2.8.0} [MFR Compat: BackTools] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
    UCHIJ MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.0} [MFR Compat: BuildCraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
    UCHIJ MineFactoryReloaded|CompatChococraft{1.7.10R2.8.0} [MFR Compat: Chococraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
    UCHIJ MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.0} [MFR Compat: ExtraBiomes] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
    UCHIJ MineFactoryReloaded|CompatForestry{1.7.10R2.8.0} [MFR Compat: Forestry] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
    UCHIJ MineFactoryReloaded|CompatForgeMicroblock{1.7.10R2.8.0} [MFR Compat: ForgeMicroblock] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
    UCHIJ MineFactoryReloaded|CompatIC2{1.7.10R2.8.0} [MFR Compat: IC2] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
    UCHIJ MineFactoryReloaded|CompatMystcraft{1.7.10R2.8.0} [MFR Compat: Mystcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
    UCHIJ ProjRed|Exploration{4.7.0pre9.92} [ProjectRed Exploration] (ProjectRed-1.7.10-4.7.0pre9.92-World.jar)
    UCHIJ MineFactoryReloaded|CompatProjRed{1.7.10R2.8.0} [MFR Compat ProjectRed] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
    UCHIJ MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.0} [MFR Compat: Railcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
    UCHIJ MineFactoryReloaded|CompatSufficientBiomes{1.7.10R2.8.0} [MFR Compat: Sufficient Biomes] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
    UCHIJ MineFactoryReloaded|CompatThermalExpansion{1.7.10R2.8.0} [MFR Compat: Thermal Expansion] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
    UCHIJ MineFactoryReloaded|CompatTConstruct{1.7.10R2.8.0} [MFR Compat: Tinkers' Construct] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
    UCHIJ MineFactoryReloaded|CompatTwilightForest{1.7.10R2.8.0} [MFR Compat: TwilightForest] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
    UCHIJ MineFactoryReloaded|CompatVanilla{1.7.10R2.8.0} [MFR Compat: Vanilla] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
    UCHIJ Morph{0.9.0} [Morph] (Morph-Beta-0.9.0.jar)
    UCHIJ OpenMods{0.6} [OpenMods] (OpenModsLib-1.7.10-0.6-snapshot-268.jar)
    UCHIJ OpenBlocks{1.3} [OpenBlocks] (OpenBlocks-1.7.10-1.3-snapshot-512.jar)
    UCHIJ openmodularturrets{2.1.5-184} [Open Modular Turrets] (OpenModularTurrets-1.7.10-2.1.5-184.jar)
    UCHIJ PneumaticCraft{1.11.18-140} [PneumaticCraft] (PneumaticCraft-1.7.10-1.11.18-140-universal.jar)
    UCHIJ PortalGun{4.0.0-beta-4} [PortalGun] (PortalGun-4.0.0-beta-4.jar)
    UCHIJ ProjRed|Transportation{4.7.0pre9.92} [ProjectRed Transportation] (ProjectRed-1.7.10-4.7.0pre9.92-Mechanical.jar)
    UCHIJ ProjRed|Compatibility{4.7.0pre9.92} [ProjectRed Compatibility] (ProjectRed-1.7.10-4.7.0pre9.92-Compat.jar)
    UCHIJ ProjRed|Integration{4.7.0pre9.92} [ProjectRed Integration] (ProjectRed-1.7.10-4.7.0pre9.92-Integration.jar)
    UCHIJ ProjRed|Fabrication{4.7.0pre9.92} [ProjectRed Fabrication] (ProjectRed-1.7.10-4.7.0pre9.92-Fabrication.jar)
    UCHIJ ProjRed|Illumination{4.7.0pre9.92} [ProjectRed Illumination] (ProjectRed-1.7.10-4.7.0pre9.92-Lighting.jar)
    UCHIJ ProjRed|Expansion{4.7.0pre9.92} [ProjectRed Expansion] (ProjectRed-1.7.10-4.7.0pre9.92-Mechanical.jar)
    UCHIJ quantumflux{1.7.10-1.3.1} [QuantumFlux] (QuantumFlux-1.7.10-1.3.1.jar)
    UCHIE RotaryCraft{1.0} [RotaryCraft] (RotaryCraft 1.7.10 V9b.jar)
    UCHIE ReactorCraft{1.0} [ReactorCraft] (ReactorCraft 1.7.10 V9b.jar)
    UCHIJ RedstoneArsenal{1.7.10R1.1.0B4} [Redstone Arsenal] (RedstoneArsenal-[1.7.10]1.1.0B4-10.jar)
    UCHIJ rftools{3.30} [RFTools] (rftools-3.30.jar)
    UCHIJ simplyjetpacks{1.5.1} [Simply Jetpacks] (SimplyJetpacks-MC1.7.10-1.5.1.jar)
    UCHIJ StevesCarts{2.0.0.b18} [Steve's Carts 2] (StevesCarts2.0.0.b18.jar)
    UCHIJ TaintedMagic{1.1.5.7} [Tainted Magic] (TaintedMagic-1.1.5.7.jar)
    UCHIJ thaumcraftneiplugin{@VERSION@} [Thaumcraft NEI Plugin] (thaumcraftneiplugin-1.7.10-1.7a.jar)
    UCHIJ thaumicenergistics{0.8.10.10} [Thaumic Energistics] (thaumicenergistics-0.8.10.10.jar)
    UCHIJ ThaumicHorizons{1.1.9} [Thaumic Horizons] (thaumichorizons-1.7.10-1.1.9.jar)
    UCHIJ thaumicinfusion{4.27} [Thaumic Infusion] (ThaumicInfusion-4.27.jar)
    UCHIJ ThermalDynamics{1.7.10R1.1.0} [Thermal Dynamics] (ThermalDynamics-[1.7.10]1.1.0-161.jar)
    UCHIJ Torcherino{2.2s} [Torcherino] (Torcherino-1.7.10-2.2s.jar)
    UCHIJ TravellersGear{1.16.6} [Traveller's Gear] (TravellersGear-1.7.10-1.16.6.jar)
    UCHIJ witchery{0.24.1} [Witchery] (witchery-1.7.10-0.24.1.jar)
    UCHIJ Ztones{1.7.10} [Ztones] (Ztones-1.7.10-2.2.1.jar)
    UCHIJ McMultipart{1.2.0.345} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
    UCHIJ ForgeRelocation{0.0.1.4} [ForgeRelocation] (ForgeRelocation-1.7.10-0.0.1.4-universal.jar)
    UCHIJ MCFrames{1.0} [MCFrames] (ForgeRelocation-1.7.10-0.0.1.4-universal.jar)
    UCHIJ RelocationFMP{0.0.1.2} [RelocationFMP] (ForgeRelocationFMP-1.7.10-0.0.1.2-universal.jar)
    UCHIJ ForgeMicroblock{1.2.0.345} [Forge Microblocks] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
    GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.2.12198 Compatibility Profile Context 12.102.1.8000' Renderer: 'AMD Radeon HD 8450G'
    OpenModsLib crash transformers: [stencil_patches:FINISHED],[movement_callback:FINISHED],[map_gen_fix:FINISHED],[gl_capabilities_hook:FINISHED],[player_render_hook:FINISHED]
    AE2 Version: stable rv2-stable-10 for Forge 10.13.2.1291
    CoFHCore: -[1.7.10]3.0.3-303
    MineFactoryReloaded: -[1.7.10]2.8.0-104
    ThermalFoundation: -[1.7.10]1.2.0-102
    ThermalExpansion: -[1.7.10]4.0.1-182
    Mantle Environment: Environment healthy.
    TConstruct Environment: Environment healthy.
    RedstoneArsenal: Lacking version information.
    ThermalDynamics: -[1.7.10]1.1.0-161
    List of loaded APIs:
    * AgriCraftAPI (1.0) from AgriCraft-1.7.10-1.4.3.jar
    * appliedenergistics2|API (rv2) from ThaumicTinkerer-2.5-1.7.10-164.jar
    * Baubles|API (1.0.1.10) from ThermalFoundation-[1.7.10]1.2.0-102.jar
    * bcadditionsAPI (2.1.1) from BuildcraftAdditions-1.7.10-2.2.3.jar
    * BiomesOPlentyAPI (1.0.0) from BiomesOPlenty-1.7.10-2.1.0.1067-universal.jar
    * BotaniaAPI (56) from Botania r1.7-201.jar
    * BuildCraftAPI|blocks (1.0) from buildcraft-7.1.10.jar
    * BuildCraftAPI|blueprints (1.5) from buildcraft-7.1.10.jar
    * BuildCraftAPI|boards (2.0) from buildcraft-7.1.10.jar
    * BuildCraftAPI|core (1.0) from extrautilities-1.2.4b.jar
    * BuildCraftAPI|crops (1.1) from buildcraft-7.1.10.jar
    * BuildCraftAPI|events (2.0) from buildcraft-7.1.10.jar
    * BuildCraftAPI|facades (1.1) from buildcraft-7.1.10.jar
    * BuildCraftAPI|filler (4.0) from buildcraft-7.1.10.jar
    * BuildCraftAPI|fuels (2.0) from buildcraft-7.1.10.jar
    * BuildCraftAPI|gates (4.1) from buildcraft-7.1.10.jar
    * BuildCraftAPI|items (1.0) from Railcraft_1.7.10-9.6.1.0.jar
    * BuildCraftAPI|library (2.0) from buildcraft-7.1.10.jar
    * BuildCraftAPI|lists (1.0) from buildcraft-7.1.10.jar
    * BuildCraftAPI|power (1.3) from buildcraft-7.1.10.jar
    * BuildCraftAPI|recipes (3.0) from buildcraft-7.1.10.jar
    * BuildCraftAPI|robotics (3.0) from buildcraft-7.1.10.jar
    * BuildCraftAPI|statements (1.1) from buildcraft-7.1.10.jar
    * BuildCraftAPI|tablet (1.0) from buildcraft-7.1.10.jar
    * BuildCraftAPI|tiles (1.2) from buildcraft-7.1.10.jar
    * BuildCraftAPI|tools (1.0) from RedstoneArsenal-[1.7.10]1.1.0B4-10.jar
    * BuildCraftAPI|transport (4.1) from buildcraft-7.1.10.jar
    * ChiselAPI (0.1.0) from Chisel2-2.5.1.44.jar
    * ChiselAPI|Carving (0.1.0) from Chisel2-2.5.1.44.jar
    * ChiselAPI|Rendering (0.1.0) from Chisel2-2.5.1.44.jar
    * CoFHAPI (1.7.10R1.0.13) from EnderCore-1.7.10-0.2.0.30_beta.jar
    * CoFHAPI|block (1.7.10R1.0.13B2) from CoFHLib-[1.7.10]1.0.3-175.jar
    * CoFHAPI|core (1.7.10R1.0.13B2) from CoFHLib-[1.7.10]1.0.3-175.jar
    * CoFHAPI|energy (1.7.10R1.0.1) from BuildcraftAdditions-1.7.10-2.2.3.jar
    * CoFHAPI|fluid (1.7.10R1.0.13) from CoFHCore-[1.7.10]3.0.3-303.jar
    * CoFHAPI|inventory (1.7.10R1.0.3) from EnderIO-1.7.10-2.2.8.381.jar
    * CoFHAPI|item (1.7.10R1.0.13B2) from CoFHLib-[1.7.10]1.0.3-175.jar
    * CoFHAPI|modhelpers (1.7.10R1.0.13B2) from CoFHLib-[1.7.10]1.0.3-175.jar
    * CoFHAPI|tileentity (1.7.10R1.0.3) from EnderIO-1.7.10-2.2.8.381.jar
    * CoFHAPI|transport (1.7.10R1.0.3) from EnderIO-1.7.10-2.2.8.381.jar
    * CoFHAPI|world (1.7.10R1.0.13) from CoFHCore-[1.7.10]3.0.3-303.jar
    * CoFHLib (1.7.10R1.0.3) from CoFHCore-[1.7.10]3.0.3-303.jar
    * CoFHLib|audio (1.7.10R1.0.3) from CoFHCore-[1.7.10]3.0.3-303.jar
    * CoFHLib|gui (1.7.10R1.0.3) from CoFHCore-[1.7.10]3.0.3-303.jar
    * CoFHLib|gui|container (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.0.3-175.jar
    * CoFHLib|gui|element (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.0.3-175.jar
    * CoFHLib|gui|element|listbox (1.7.10R1.0.3) from CoFHCore-[1.7.10]3.0.3-303.jar
    * CoFHLib|gui|slot (1.7.10R1.0.3) from CoFHCore-[1.7.10]3.0.3-303.jar
    * CoFHLib|inventory (1.7.10R1.0.3) from CoFHCore-[1.7.10]3.0.3-303.jar
    * CoFHLib|render (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.0.3-175.jar
    * CoFHLib|render|particle (1.7.10R1.0.3) from CoFHCore-[1.7.10]3.0.3-303.jar
    * CoFHLib|util (1.7.10R1.0.3) from CoFHCore-[1.7.10]3.0.3-303.jar
    * CoFHLib|util|helpers (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.0.3-175.jar
    * CoFHLib|util|position (1.7.10R1.0.3) from CoFHCore-[1.7.10]3.0.3-303.jar
    * CoFHLib|world (1.7.10R1.0.3) from CoFHCore-[1.7.10]3.0.3-303.jar
    * CoFHLib|world|feature (1.7.10R1.0.3) from CoFHCore-[1.7.10]3.0.3-303.jar
    * ComputerCraft|API (1.74) from ComputerCraftPlusComputerCraftEdu1.74.jar
    * ComputerCraft|API|FileSystem (1.74) from ComputerCraftPlusComputerCraftEdu1.74.jar
    * ComputerCraft|API|Lua (1.74) from ComputerCraftPlusComputerCraftEdu1.74.jar
    * ComputerCraft|API|Media (1.74) from ComputerCraftPlusComputerCraftEdu1.74.jar
    * ComputerCraft|API|Peripheral (1.74) from ComputerCraftPlusComputerCraftEdu1.74.jar
    * ComputerCraft|API|Permissions (1.74) from ComputerCraftPlusComputerCraftEdu1.74.jar
    * ComputerCraft|API|Redstone (1.74) from ComputerCraftPlusComputerCraftEdu1.74.jar
    * ComputerCraft|API|Turtle (1.74) from ComputerCraftPlusComputerCraftEdu1.74.jar
    * CSLib|API (1.0) from Decocraft-2.2.1_1.7.10.jar
    * DraconicEvolution|API (1.2) from Draconic-Evolution-1.7.10-1.0.2-Snapshot_5-Bugfix.jar
    * EE3-API|array (1.2) from EquivalentExchange3-1.7.10-0.3.507.jar
    * EE3-API|core (1.2) from EquivalentExchange3-1.7.10-0.3.507.jar
    * EE3-API|event (1.2) from EquivalentExchange3-1.7.10-0.3.507.jar
    * EE3-API|exchange (1.2) from EquivalentExchange3-1.7.10-0.3.507.jar
    * EE3-API|knowledge (1.2) from EquivalentExchange3-1.7.10-0.3.507.jar
    * EE3-API|recipe (1.2) from EquivalentExchange3-1.7.10-0.3.507.jar
    * EE3-API|util (1.2) from EquivalentExchange3-1.7.10-0.3.507.jar
    * EnderIOAPI (0.0.2) from EnderIO-1.7.10-2.2.8.381.jar
    * EnderIOAPI|Redstone (0.0.2) from EnderIO-1.7.10-2.2.8.381.jar
    * EnderIOAPI|Tools (0.0.2) from EnderIO-1.7.10-2.2.8.381.jar
    * ForestryAPI|apiculture (4.4.1) from forestry_1.7.10-4.1.1.46.jar
    * ForestryAPI|arboriculture (4.2.1) from forestry_1.7.10-4.1.1.46.jar
    * ForestryAPI|circuits (3.1.0) from forestry_1.7.10-4.1.1.46.jar
    * ForestryAPI|core (5.0.0) from forestry_1.7.10-4.1.1.46.jar
    * ForestryAPI|farming (2.0.0) from forestry_1.7.10-4.1.1.46.jar
    * ForestryAPI|food (1.1.0) from forestry_1.7.10-4.1.1.46.jar
    * ForestryAPI|fuels (2.0.1) from forestry_1.7.10-4.1.1.46.jar
    * ForestryAPI|genetics (4.4.0) from forestry_1.7.10-4.1.1.46.jar
    * ForestryAPI|hives (4.1.0) from forestry_1.7.10-4.1.1.46.jar
    * ForestryAPI|lepidopterology (1.3.0) from forestry_1.7.10-4.1.1.46.jar
    * ForestryAPI|mail (3.0.0) from forestry_1.7.10-4.1.1.46.jar
    * ForestryAPI|recipes (5.4.0) from forestry_1.7.10-4.1.1.46.jar
    * ForestryAPI|storage (3.0.0) from forestry_1.7.10-4.1.1.46.jar
    * ForestryAPI|world (2.1.0) from forestry_1.7.10-4.1.1.46.jar
    * ForgeRelocation|API (0.0.1.4) from ForgeRelocation-1.7.10-0.0.1.4-universal.jar
    * Galacticraft API (1.0) from GalacticraftCore-1.7-3.0.12.350.jar
    * IC2API (1.0) from Railcraft_1.7.10-9.6.1.0.jar
    * ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.6.1.jar
    * McJtyLib (1.2.0) from mcjtylib-1.2.0.jar
    * MekanismAPI|core (8.0.0) from Mekanism-1.7.10-8.1.7.252.jar
    * MekanismAPI|energy (8.0.0) from Mekanism-1.7.10-8.1.7.252.jar
    * MekanismAPI|gas (8.0.0) from Mekanism-1.7.10-8.1.7.252.jar
    * MekanismAPI|infuse (8.0.0) from Mekanism-1.7.10-8.1.7.252.jar
    * MekanismAPI|laser (8.0.0) from Mekanism-1.7.10-8.1.7.252.jar
    * MekanismAPI|reactor (8.0.0) from Mekanism-1.7.10-8.1.7.252.jar
    * MekanismAPI|recipe (8.0.0) from Mekanism-1.7.10-8.1.7.252.jar
    * MekanismAPI|transmitter (8.0.0) from Mekanism-1.7.10-8.1.7.252.jar
    * MekanismAPI|util (8.0.0) from Mekanism-1.7.10-8.1.7.252.jar
    * minechemAPI (1.7.10R1) from DragonAPI 1.7.10 V9b.jar
    * MystcraftAPI (0.1) from mystcraft-1.7.10-0.11.0.00.jar
    * OpenComputersAPI|Component (5.6.2) from OpenComputers-MC1.7.10-1.5.19.37-universal.jar
    * OpenComputersAPI|Core (5.6.2) from OpenComputers-MC1.7.10-1.5.19.37-universal.jar
    * OpenComputersAPI|Driver (5.6.2) from OpenComputers-MC1.7.10-1.5.19.37-universal.jar
    * OpenComputersAPI|Driver|Item (5.6.2) from OpenComputers-MC1.7.10-1.5.19.37-universal.jar
    * OpenComputersAPI|Event (5.6.2) from OpenComputers-MC1.7.10-1.5.19.37-universal.jar
    * OpenComputersAPI|FileSystem (5.6.2) from OpenComputers-MC1.7.10-1.5.19.37-universal.jar
    * OpenComputersAPI|Internal (5.6.2) from OpenComputers-MC1.7.10-1.5.19.37-universal.jar
    * OpenComputersAPI|Machine (5.6.2) from OpenComputers-MC1.7.10-1.5.19.37-universal.jar
    * OpenComputersAPI|Manual (5.6.2) from OpenComputers-MC1.7.10-1.5.19.37-universal.jar
    * OpenComputersAPI|Network (5.6.2) from OpenComputers-MC1.7.10-1.5.19.37-universal.jar
    * OpenComputersAPI|Prefab (5.6.2) from OpenComputers-MC1.7.10-1.5.19.37-universal.jar
    * PneumaticCraftApi (1.0) from PneumaticCraft-1.7.10-1.11.18-140-universal.jar
    * RailcraftAPI|bore (1.0.0) from Railcraft_1.7.10-9.6.1.0.jar
    * RailcraftAPI|carts (1.3.1) from Railcraft_1.7.10-9.6.1.0.jar
    * RailcraftAPI|core (1.3.0) from Railcraft_1.7.10-9.6.1.0.jar
    * RailcraftAPI|crafting (1.0.0) from ImmersiveEngineering-0.6.1.jar
    * RailcraftAPI|electricity (1.6.0) from Railcraft_1.7.10-9.6.1.0.jar
    * RailcraftAPI|events (1.0.0) from Railcraft_1.7.10-9.6.1.0.jar
    * RailcraftAPI|fuel (1.0.0) from Railcraft_1.7.10-9.6.1.0.jar
    * RailcraftAPI|helpers (1.1.0) from Railcraft_1.7.10-9.6.1.0.jar
    * RailcraftAPI|items (1.0.0) from Railcraft_1.7.10-9.6.1.0.jar
    * RailcraftAPI|locomotive (1.0.1) from Railcraft_1.7.10-9.6.1.0.jar
    * RailcraftAPI|signals (1.3.0) from Railcraft_1.7.10-9.6.1.0.jar
    * RailcraftAPI|tracks (2.0.0) from Railcraft_1.7.10-9.6.1.0.jar
    * Thaumcraft|API (4.2.2.0) from Railcraft_1.7.10-9.6.1.0.jar
    * TravellersGear|API (1.0) from TravellersGear-1.7.10-1.16.6.jar
    * WailaAPI (1.2) from Waila-1.5.10_1.7.10.jar
    Stencil buffer state: Function set: GL30, pool: forge, bits: 8
    AE2 Integration: IC2:OFF, RotaryCraft:ON, RC:ON, BC:ON, RF:ON, RFItem:ON, MFR:ON, DSU:ON, FZ:OFF, FMP:ON, RB:OFF, CLApi:OFF, Waila:ON, InvTweaks:ON, NEI:ON, CraftGuide:OFF, Mekanism:ON, ImmibisMicroblocks:OFF, BetterStorage:OFF


    First off, that's not the whole crash log. Think you can post the full one?

    Second, what other mods do you have, and have you changed the configs at all?
    Posted in: Java Edition Support
  • 0

    posted a message on Something is preventing modded non-creative flight, such as the use of Angel Rings, or the Bat form from Morph.
    Quote from BluefireTemmie»

    All configs appear to be in order,but I'm not sure. There's only 5 mods we have that I know add flight. ,Morph, Extra Utilities, Botania, Ars Magica, and Thaumcraft.


    Think you could check all of them though, or might that be too much work? I mean every config. Because if every mod is updated, then there would be one of your mods disabling non-creative flight. So, check all the configs to see if you can re-enable it. I'll be honest though, I can't guarantee it will help.

    Posted in: Java Edition Support
  • 0

    posted a message on Flans Mod Crash when spawning Vehicles



    ---- Minecraft Crash Report ----
    // Oh - I know what I did wrong!

    Time: 11/25/15 8:04 PM
    Description: Ticking memory connection

    java.lang.NullPointerException: Ticking memory connection
    at com.flansmod.common.driveables.EntityWheel.initPosition(EntityWheel.java:47)
    at com.flansmod.common.driveables.EntityWheel.(EntityWheel.java:42)
    at com.flansmod.common.driveables.EntityDriveable.initType(EntityDriveable.java:142)
    at com.flansmod.common.driveables.EntityVehicle.initType(EntityVehicle.java:72)
    at com.flansmod.common.driveables.EntityVehicle.(EntityVehicle.java:66)
    at com.flansmod.common.driveables.ItemVehicle.func_77659_a(ItemVehicle.java:136)
    at net.minecraft.item.ItemStack.func_77957_a(ItemStack.java:146)
    at net.minecraft.server.management.ItemInWorldManager.func_73085_a(ItemInWorldManager.java:316)
    at net.minecraft.network.NetHandlerPlayServer.func_147346_a(NetHandlerPlayServer.java:539)
    at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.func_148833_a(SourceFile:60)
    at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.func_148833_a(SourceFile:9)
    at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
    at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165)
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
    at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
    at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)

    A detailed walkthrough of the error, its code path and all known details is as follows:
    ---------------------------------------------------------------------------------------

    -- Head --
    Stacktrace:
    at com.flansmod.common.driveables.EntityWheel.initPosition(EntityWheel.java:47)
    at com.flansmod.common.driveables.EntityWheel.(EntityWheel.java:42)
    at com.flansmod.common.driveables.EntityDriveable.initType(EntityDriveable.java:142)
    at com.flansmod.common.driveables.EntityVehicle.initType(EntityVehicle.java:72)
    at com.flansmod.common.driveables.EntityVehicle.(EntityVehicle.java:66)
    at com.flansmod.common.driveables.ItemVehicle.func_77659_a(ItemVehicle.java:136)
    at net.minecraft.item.ItemStack.func_77957_a(ItemStack.java:146)
    at net.minecraft.server.management.ItemInWorldManager.func_73085_a(ItemInWorldManager.java:316)
    at net.minecraft.network.NetHandlerPlayServer.func_147346_a(NetHandlerPlayServer.java:539)
    at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.func_148833_a(SourceFile:60)
    at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.func_148833_a(SourceFile:9)
    at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)

    -- Ticking connection --
    Details:
    Connection: net.minecraft.network.NetworkManager@1d43570c
    Stacktrace:
    at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165)
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
    at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
    at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)

    -- System Details --
    Details:
    Minecraft Version: 1.7.10
    Operating System: Windows 10 (amd64) version 10.0
    Java Version: 1.8.0_25, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 169411720 bytes (161 MB) / 326914048 bytes (311 MB) up to 1060372480 bytes (1011 MB)
    JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
    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.99.99 Minecraft Forge 10.13.4.1481 8 mods loaded, 8 mods active
    States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
    UCHIJAAAA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
    UCHIJAAAA FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1481-1.7.10.jar)
    UCHIJAAAA Forge{10.13.4.1481} [Minecraft Forge] (forge-1.7.10-10.13.4.1481-1.7.10.jar)
    UCHIJAAAA sapmanpack{2.5.1} [SanAndreasPs Manager Pack CORE edition] (SanAndreasPs-Manager-Pack-1.7.10.jar)
    UCHIJAAAA claysoldiers{2.0.0-beta.2} [Clay Soldiers Mod] (Clay-Soldiers-Mod-1.7.10.jar)
    UCHIJAAAA flansmod{4.10.0} [Flan's Mod] (Flans Mod-1.7.10-4.10.0.jar)
    UCHIJAAAA lucky{5.1.0} [Lucky Block] (Lucky-Block-Mod-1.7.10.jar)
    UCHIJAAAA testdummy{1.0} [MmmMmmMmmMmm] (MmmMmmMmmMmm-1.7.10-1.9 (1).jar)
    GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
    Profiler Position: N/A (disabled)
    Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    Player Count: 1 / 8; [EntityPlayerMP['Shadow_Greninja'/552, l='New World', x=-1927.71, y=4.00, z=1201.74]]
    Type: Integrated Server (map_client.txt)
    Is Modded: Definitely; Client brand changed to 'fml,forge'


    This is what happens to me



    First, please put your crash logs in a spoiler. Second, what mods/content packs do you have installed. Third, please start your own thread rather than piggybacking on another one. It's OK, I made the same mistake not long ago even, but just so you know,

    Posted in: Java Edition Support
  • 0

    posted a message on Something is preventing modded non-creative flight, such as the use of Angel Rings, or the Bat form from Morph.

    Upon first look, I don't see anything. Bunch of Mods I don't know about though. Quick question, they all generated configs right? Look in each of them and see if they're doing anything.

    Posted in: Java Edition Support
  • 0

    posted a message on Little rant about PC to PE
    Quote from jcm2606»

    (1) There's a distinct difference between flaming / hate and criticism. Flaming / hate would be something along the lines of "YOU'RE JUST MAD BECAUSE MC:PE IS INFERIOR AND IT STILL COSTS MONEY!!!!!!!!", then add some explicit language, homophobic slurs, generic insults and then make that the majority of comments. That's hate / criticism, it's hating on something without giving a detailed explanation on why something is bad (or not explanation at all). Criticism is what this thread has turned into, you've posted a thread which seems to be someone who thinks they're entitled to free Pocket Edition because it's an inferior product and costs less, and people have responded saying how that's a blatantly incorrect way of thinking. Everything in this thread has fair and justified arguments backing it, therefore it's criticism, not hate. Criticism is not banned on the forums.

    (2) How is this any different from other games, or any media in general? Just because you have Call of Duty or GTA 5 on PC doesn't mean you should get it on consoles for free, you have to pay the money just like anyone else does. Same goes for movies, just because you have Avengers: Age of Ultron on BluRay doesn't mean you are immediately entitled to the ordinary DVD copy. Thinking this way will bring criticism to your argument in any situation because thinking you're immediately entitled to something is pretty stupid in the grand scheme of things and causes problems for ot only you but everyone else.

    Just because you have the game on PC doesn't mean you're entitled to get it on mobile devices with the argument that it's an inferior game. This game and it's players play by the same rules as pretty much the entire digital product market; each device / format basically acts as it's own market segment, therefore the pricing and inter-device / inter-market dynamics are determined by the given market's performance. If some game does better on PC than Xbox One, the company running it could by all means drop the pricing on the Xbox One to give people incentive to purchase it on the Xbox One. Though, this is just theoretical, there are other things that muddy up this entire pricing for it. Reducing the price on the Xbox One defeats the purpose of giving Xbox One players incentive to buy it. Business and capitalism runs off of money, the entire purpose of releasing games once you get down to it is not to give entertainment, it's to make money. Reducing the price on the Xbox One does bring more customers in, but it also results in less money being made so it just defeats the purpose. Reducing the price isn't the only way to make players jump over to the Xbox One, the company could release DLC which releases earlier on the Xbox One, or the company could make exclusive features for that platform. Why is this important? Giving PC players free access to PE just because it's inferior harms PE in the long-run, it results in less money being made. PC and PE are two different platforms, you shouldn't expect extra PE things just because you play on the PC.

    (3) Hypocrisy at it's finest. This is a public forum, so criticism is allowed.

    Thank you! This is what needed to be said, I just couldn`t
    Posted in: Recent Updates and Snapshots
  • 1

    posted a message on Little rant about PC to PE
    Quote from vIcedd»

    This thread is highly against MCPE. If you support it, please stop reading. Anyways, the reason I'm posting this is because Minecraft Pocket Edition is literally going to end up with all of PC's updates. This is one of the worst ideas I've seen. When I got PC edition, I payed 26$. PE only costs 7$ and now even has redstone. They have sprinting, which is even worse. They need to raise the price, stop MCPE updates, or give PC players a free code to download MCPE for free. Post your opinions, please. *I have the game.* Owen has previously stated that Pocket Edition will have everything minecraft PC has, and more. I didn't tell you to stop reading because I couldn't take criticism, I told you to stop reading because it's going to start a flame war, which would be pointless.


    Ok, this doesn't show that he just updated this, but in the spoiler I have a screenshot of vlcedd's edit. This seams to be a change. I wish I had what it said before, but it was barely this. He changed it. This changes how this thread is read. Keep this in mind.


    Screencap

    Apologies for all the wight space.



    Quote from vIcedd»

    That's a little funny, especially when it's against the rules to start a flame war and you're supposed to be polite. We don't want to break the rules, would we..?
    To people saying I'm jealous: I have the game, how am I jealous? It's a little unfair to how people with only PC version have to pay another 7 dollars if they want to play it on their mobile device. Owen Hills tweeted out that Minecraft: Pocket Edition will have everything PC has, and more. Anything you can make up doesn't support paying 20 less dollars for Minecraft, so how could you assume that I don't have the game? Stereotypical..?

    ~This is a public forum. You have no right to tell us to not post. -It's a warning, not a command, why are you hostile? It's the way you read it in your head. The way you read it in your head was angrily, which means you might be a huge MC:PE fan, which would result in you being mad at me. ~And? How bad would that be? -It would be bad enough that PE will have everything the same as a game 20$ more, but not mobile. ~Then PE won't be as popular. It has to stay in the same price range as other mobile games- from Free to around $10. -Then make it 10$, that's being generous for everything it will get soon enough. ~Nope. - It all depends on perspective, I meant to not give it every single update PC has. ~Windows 10 Edition. - I'll give this one to you, I only took 10 minutes to write this. ~You just said to stop reading earlier -.- -Sorry, support it strongly*.

    I never said they had to pay 26$, I said raise the price. Opinions, please. :)


    As I read the thread, there has been no flames. Perhaps my view is wrong, and I'm willing to look at again, but upon doing so twice, I still cannot interpret flames, based on what I recall of your original OP. What I interpreted was you - within your rights - hating on MC:PC, and other people - within the rules and their own rights - discouraging that, and testing your argument. Without hostility. Of course it was criticism, but it was constructive. Then, and this is where I have up to now only participated, a tangent between @AThingWithAThing, @Mettan, and myself on touch controls.

    If that's not what happened please explain.

    Now to your points.
    1. You can be jealous even if you own both products in question. You can be jealous for buying both, thus wasting the 26$ that Minecraft PC costed you. This is constructive. But you also told people to leave if they didn't agree. It was not a suggestion, though you are right, it was also not a command. You also ended any form of conversation with your statement that anything that we add can't sway a fact, yet it's moreover an opinion. Thus your opinion based thread can no longer function.
    What stereotypes apply? I don't know how they have stereotyped you.
    2. No one told you not to post. They told you not to post about a certain subject if you don't want to listen to the counter argument. There was no hostility then, though it may now be interpreted as so due to your changes in the OP right before this post.
    Now you point to PE fanishness, something that has historically removed people from logical point because they like things. There is no correlation. In fact, most of the people are mildly against MC:PE, not liking this or that.
    3.Then you play devils advocate, but never actually touching the arguments that don't have an easy counter-argument. This only shifts things in your favor, against a discussion, more a rant and rave. If the OP had said that that was your intent, I would not be arguing you.

    Please, I like that you intend to discuss, or even rant, but don't twist a conversation. It does you no good.

    I will now remove myself from the thread. I feel a real flame war coming, but that has no need.
    See this awesome video by CGP Gray for more on why I dislike supporting flame wars. A!
    Posted in: Recent Updates and Snapshots
  • 0

    posted a message on Little rant about PC to PE
    Quote from Killr_Princess»

    Silly question... Can MCPE be played multiplayer?


    Yes, you may however need to update.
    Posted in: Recent Updates and Snapshots
  • 0

    posted a message on Help with a private modpack

    Can you please just type your mods into a spoiler? It's hard to read the Gyazo gif. Just type the mod filenames. On the subject, it was good of you to put the crash log in a pastebin, so there's that.

    Posted in: Java Edition Support
  • To post a comment, please .