• 0

    posted a message on Id like to help

    Ok hum lets put it simple, i wanna improve the textures of some specific mods i use on my minecraft, nothing else, i wanna do texture packs for mods, not for vanilla minecraft, only for mods

    Posted in: Mods Discussion
  • 0

    posted a message on Id like to help
    Quote from yooksi»


    If you're interested in learning how to develop mods for Minecraft, that's a completely different story. I would proudly suggest reading my introduction guide on this quite complex subject: Getting Started with Minecraft Modding. I hope that's going to be helpful in finding your way. Let me know if you need help on any specific subjects, I would be very glad to help.

    Humm, kinda, lets make an example, i have a mod called Multi Page Chest, its a 1 item mod, when i unzip the json looking for the image or the model of the chest, i see a weird image i guess its a 3d image or something, what i wanna learn is how can i put it back into the json zip folder after i made a better image of the chest, i dont wanna create to be honest, i wanna improve the models, textures, resolutions of the mods i use
    Posted in: Mods Discussion
  • 0

    posted a message on Railcraft 9.2.2.0

    I see, and yeah i use optifine, ill give it a try without it

    Posted in: Minecraft Mods
  • 0

    posted a message on Railcraft 9.2.2.0

    MC: 1.10.2

    Forge: 2024

    Railcraft: 10.0


    Im missing some of the items, not missing textures (black and pink squares) they just not have textures at all, invisible items, only description of them and many items

    Posted in: Minecraft Mods
  • 0

    posted a message on Id like to help
    Quote from yooksi»

    This post answers your question quite thoroughly. There is no specific tutorial that I am aware of that exists on this topic. To properly increase texture resolutions, you need a lot of manual work in a graphic editing software like Photoshop or Gimp. If you're really interested in this and are ready to put considerable time into it I could show you a quick example of how I would do this for a simple item texture. Do you have some experience in graphic editing?

    Yes i do, i can draw manually, i have 2 wacoms to work with, i know how to use photoshop, corel draw, clip studio paint, anime studio and others, the problem in my case is about programming, i really dont know how to make these things work, i can draw a swiord for example but how to put it on minecraft, im totally lost
    Posted in: Mods Discussion
  • 0

    posted a message on Id like to help

    I have alot of free time, like at least 8 hours day, my job is only from 7am to 2pm so i have all the afternoon and night free, id like to learn on how to increase the resolution of items, specially from mods, like texture pack for mods, is there any good tutorial or can someone teach me how to do it?

    Posted in: Mods Discussion
  • 0

    posted a message on Crash report need help

    I was udating my mods and then got this crash



    ---- Minecraft Crash Report ----

    WARNING: coremods are present:
    llibrary (llibrary-1.7.0-1.10.2.jar)
    DepLoader (BrandonsCore-1.10.2-2.1.1.61-universal.jar)
    IC2core (industrialcraft-2-2.6.86-ex110.jar)
    CXLibraryCore (cxlibrary-1.10.2-1.2.2.jar)
    CoreMod (Aroma1997Core-1.9.4-1.1.1.0.jar)
    BookshelfLoadingPlugin (Bookshelf-1.10.2-1.4.2.334.jar)
    FCFMLCorePlugin (FinderCompass-1.10.2.jar)
    LoadingPlugin (RandomThings-MC1.10.2-3.7.6.jar)
    EnderCorePlugin (EnderCore-1.10.2-0.4.1.58-beta.jar)
    IvToolkit (IvToolkit-1.2.8.5.jar)
    ShetiPhian-ASM (shetiphiancore-1.10.0-3.3.2.jar)
    FMLPlugin (InventoryTweaks-1.61-58.jar)
    CCLCorePlugin (CodeChickenLib-1.10.2-2.2.3.73-universal.jar)
    CCLCorePlugin (CodeChickenLib-1.10.2-2.4.3.124-universal.jar)
    Contact their authors BEFORE contacting forge

    // Don't be sad. I'll do better next time, I promise!

    Time: 11/13/16 11:25 AM
    Description: There was a severe problem during mod loading that has caused the game to fail

    net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Draconic Evolution (draconicevolution)
    Caused by: java.lang.NoSuchFieldError: verts
    at com.brandon3055.draconicevolution.client.render.tile.RenderTilePotentiometer.<init>(RenderTilePotentiometer.java:37)
    at com.brandon3055.draconicevolution.blocks.Potentiometer.registerRenderer(Potentiometer.java:186)
    at com.brandon3055.brandonscore.config.ModFeatureParser.registerRendering(ModFeatureParser.java:184)
    at com.brandon3055.draconicevolution.client.ClientProxy.preInit(ClientProxy.java:46)
    at com.brandon3055.draconicevolution.DraconicEvolution.preInit(DraconicEvolution.java:74)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:483)
    at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:600)
    at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:483)
    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 net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:243)
    at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:221)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:483)
    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 net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:145)
    at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:614)
    at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:257)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:439)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351)
    at net.minecraft.client.main.Main.main(SourceFile:124)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:483)
    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:
    ---------------------------------------------------------------------------------------

    -- System Details --
    Details:
    Minecraft Version: 1.10.2
    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: 910119432 bytes (867 MB) / 2193625088 bytes (2092 MB) up to 15019016192 bytes (14323 MB)
    JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx14G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: MCP 9.32 Powered by Forge 12.18.2.2124 Optifine OptiFine_1.10.2_HD_U_D2 124 mods loaded, 124 mods active
    States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
    UCH mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
    UCH FML{8.0.99.99} [Forge Mod Loader] (forge-1.10.2-12.18.2.2124.jar)
    UCH Forge{12.18.2.2124} [Minecraft Forge] (forge-1.10.2-12.18.2.2124.jar)
    UCH Aroma1997Core{${version}} [Aroma1997Core] (Aroma1997Core-1.9.4-1.1.1.0.jar)
    UCH ivtoolkit{1.2.8.5} [IvToolkit] (minecraft.jar)
    UCH mantle{1.10.2-1.1.1.194} [Mantle] (Mantle-1.10.2-1.1.1.jar)
    UCH tconstruct{1.10.2-2.5.6b.jenkins424} [Tinkers' Construct] (TConstruct-1.10.2-2.5.6b.jar)
    UCH immersiveengineering{0.10-44} [Immersive Engineering] (ImmersiveEngineering-0.10-44.jar)
    UCH JEI{3.13.3.370} [Just Enough Items] (jei_1.10.2-3.13.3.370.jar)
    UCH abyssalcraft{1.9.3.3} [AbyssalCraft] (AbyssalCraft-1.10.2-1.9.3.3.jar)
    UCH aquaculture{1.4.0} [Aquaculture] (Aquaculture-1.10.2-1.4.0.28.jar)
    UCH Aroma1997CoreHelper{1.1.1.0} [Aroma1997Core|Helper] (Aroma1997Core-1.9.4-1.1.1.0.jar)
    UCH Aroma1997sDimension{1.0} [Aroma1997's Dimensional World] (Aroma1997s-Dimensional-World-1.9.4-1.2.0.2.jar)
    UCH AromaBackup{2.0.0.0.b62} [AromaBackup] (AromaBackup-1.9.4-2.0.0.0.b62.jar)
    UCH AromaBackupRecovery{1.0} [AromaBackup Recovery] (AromaBackup-1.9.4-2.0.0.0.b62.jar)
    UCH Baubles{1.3.3} [Baubles] (Baubles-1.10.2-1.3.3.jar)
    UCH BBG{5.0.0} [BetterBedrockGen] (BBG-1.9.4-5.0.0.jar)
    UCH bdlib{1.12.2.16} [BD Lib] (bdlib-1.12.2.16-mc1.10.2.jar)
    UCH BetterAchievements{0.3.2.35} [Better Achievements] (BetterAchievements-1.10.2-0.3.2.35.jar)
    UCH betteragriculture{0.16} [Better Agriculture] (BetterAgriculture_(MC-1.10)-0.16.jar)
    UCH BiomesOPlenty{5.0.0.2091} [Biomes O' Plenty] (BiomesOPlenty-1.10.2-5.0.0.2091-universal.jar)
    UCH bookshelf{1.4.2.334} [Bookshelf] (Bookshelf-1.10.2-1.4.2.334.jar)
    UCH Botania{r1.9-337} [Botania] (Botania r1.9-337.jar)
    UCH CodeChickenLib{2.4.3.124} [CodeChicken Lib] (CodeChickenLib-1.10.2-2.4.3.124-universal.jar)
    UCH brandonscore{2.1.1} [Brandon's Core] (BrandonsCore-1.10.2-2.1.1.61-universal.jar)
    UCH Chameleon{1.10-2.1.7} [Chameleon] (Chameleon-1.10-2.1.7.jar)
    UCH chancecubes{1.10-2.2.1.120} [Chance Cubes] (ChanceCubes-1.10-2.2.1.120.jar)
    UCH chiselsandbits{12.6} [Chisels & Bits] (chiselsandbits-12.6.jar)
    UCH compactstorage{v2.0.0a} [CompactStorage] (compactstorage-2.1-1.9.4.jar)
    UCH cookingforblockheads{4.2.26} [Cooking for Blockheads] (CookingForBlockheads_1.10.2-4.2.26.jar)
    UCH cxlibrary{1.2.2} [CXLibrary] (cxlibrary-1.10.2-1.2.2.jar)
    UCH PTRModelLib{1.0.0} [PTRModelLib] (Decocraft-2.3.4_1.10.2.jar)
    UCH props{2.3.4} [Decocraft] (Decocraft-2.3.4_1.10.2.jar)
    UCH dldungeonsjdg{1.8.13} [Doomlike Dungeons] (DoomlikeDungeons-1.8.13-MC1.10.jar)
    UCE draconicevolution{2.0.3} [Draconic Evolution] (Draconic-Evolution-1.10.2-2.0.3.137-universal.jar)
    UCH mocreatures{10.0.3} [DrZhark's Mo'Creatures Mod] (DrZhark's Mo'Creatures Mod-10.0.3.jar)
    UCH eplus{4.1.0.113} [Enchanting Plus] (EnchantingPlus-1.10.2-4.1.0.115.jar)
    UCH endercompass{1.2.3.2} [Ender Compass] (EnderCompass-1.9.x-1.2.3.2.jar)
    UCH endercore{1.10.2-0.4.1.58-beta} [EnderCore] (EnderCore-1.10.2-0.4.1.58-beta.jar)
    UCH endercrop{1.9-1.2-1836} [Ender Crop] (endercrop-1.9.4-1.3.1.jar)
    UCH Waila{1.7.0} [Waila] (Waila-1.7.0-B3_1.9.4.jar)
    UCH EnderIO{1.10.2-3.0.1.128_beta} [Ender IO] (EnderIO-1.10.2-3.0.1.128_beta.jar)
    UCH valkyrielib{1.10.2-0.10.5d} [Valkyrie Lib] (valkyrielib-1.10.2-0.10.5d.jar)
    UCH environmentaltech{1.10.2-0.10.5f} [Environmental Tech] (environmentaltech-1.10.2-0.10.5f.jar)
    UCH tem{2.2.0} [Tim's Expansion Mod] (ExpansionMod-2.2.0(MC1.10.2).jar)
    UCH ExtraUtils2{1.0} [ExtraUtils2] (extrautils2-1.10.2-alpha-1.2.2.jar)
    UCH FinderCompass{1.10a} [Finder Compass] (FinderCompass-1.10.2.jar)
    UCH flatcoloredblocks{mc1.10-v4.3} [Flat Colored Blocks] (flatcoloredblocks-mc1.10-v4.3.jar)
    UCH IC2{2.6.86-ex110} [IndustrialCraft 2] (industrialcraft-2-2.6.86-ex110.jar)
    UCH forestry{5.2.16.315} [Forestry] (forestry_1.10.2-5.2.16.315.jar)
    UCH advgenerators{0.9.20.17} [Advanced Generators] (generators-0.9.20.17-mc1.10.2.jar)
    UCH imc{1.12.1} [Improving Minecraft] (Improving Minecraft-1.12.1.jar)
    UCH InfernalMobs{1.7.1} [Infernal Mobs] (InfernalMobs-1.10.jar)
    UCH InventoryPets{1.4.8.2} [Inventory Pets] (inventorypets-1.10-1.4.8.2.jar)
    UCH inventorytweaks{1.61-58-a1fd884} [Inventory Tweaks] (InventoryTweaks-1.61-58.jar)
    UCH irishluck{0.3.2} [Irish Luck] (IrishLuck-0.3.2-MC[1.9.4-1.10-1.10.2].jar)
    UCH ironbackpacks{1.10.2-2.2.13} [Iron Backpacks] (IronBackpacks-1.10.2-2.2.13.jar)
    UCH ironchest{1.10.2-7.0.11.797} [Iron Chest] (ironchest-1.10.2-7.0.11.797.jar)
    UCH JEFB{1.0.4} [Just Enough Forestry Bees] (jefb_1.10.2-1.0.4.jar)
    UCH journeymap{1.10.2-5.2.4} [JourneyMap] (journeymap-1.10.2-5.2.4-unlimited.jar)
    UCH llibrary{1.7.0} [LLibrary] (llibrary-1.7.0-1.10.2.jar)
    UCH jurassicraft{2.0.4} [JurassiCraft] (JurassiCraft-2.0.4.jar)
    UCH je_calculation{1.10.2-2.1.4} [Just Enough Calculation] (JustEnoughCalculation-1.10.2-2.1.4.jar)
    UCH jeresources{0.5.5.78} [Just Enough Resources] (JustEnoughResources-1.10.2-0.5.5.78.jar)
    UCH kindergarten{1.4.2} [KAGIC] (kindergarten-1.4.2.jar)
    UCH levels{r4.1.3} [Levels] (Levels-1.10.2-r4.1.3.jar)
    UCH levelup{${version}} [Level Up!] (LevelUp!-0.12.4-1.10.2.jar)
    UCH lootbags{2.2.2} [Loot Bags] (LootBags-1.10.2-2.2.2.jar)
    UCH lucky_cases{1.3.3} [Lucky Cases] (LuckyCases-1.10.2-1.3.3.jar)
    UCH magicclover{1.9-0.7.4} [Magic Clover] (magicclover-1.9-0.7.4.jar)
    UCH RadixCore{1.10.2-2.1.3} [RadixCore] (RadixCore-1.10.2-2.1.3-universal.jar)
    UCH MCA{1.10.2-5.2.3} [Minecraft Comes Alive] (MCA-1.10.2-5.2.3-universal.jar)
    UCH mekfarm{0.0.1} [MekFarm] (mekfarm-0.0.2.jar)
    UCH minecolonies{1.10.2-0.4.1719} [MineColonies] (minecolonies-universal-1.10.2-0.4.1719.jar)
    UCH mineTunes{1.2-9} [mineTunes] (MineTunes 1.2-9.jar)
    UCH morebees{1.10.2-1.1.3} [More Bees] (morebees-1.10.2-1.1.3.jar)
    UCH MoreFurnaces{1.8.2} [More Furnaces] (MoreFurnaces-1.10.2-1.8.2.jar)
    UCH mousetweaks{2.6.4} [Mouse Tweaks] (MouseTweaks-2.6.4-mc1.10.2.jar)
    UCH MultiPageChest{1.7.0} [Multi Page Chest] (MultiPageChest-1.10-1.7.0.jar)
    UCH mychunkloader{1.9.4-1.10.2-03} [My Chunk Loader] (Mychunkloader-1.9.4-1.10.2-03.jar)
    UCH natura{1.10.2-4.0.0.93} [Natura] (natura-1.10.2-4.0.0.93.jar)
    UCH nethercore{1.10.2-2.0.3} [Nether Core] (nethercore-1.10.2-2.0.3.jar)
    UCH harvestcraft{1.9.4-1.10.2f} [Pam's HarvestCraft] (Pam's HarvestCraft 1.9.4-1.10.2f.jar)
    UCH shetiphiancore{3.3.2} [ShetiPhian-Core] (shetiphiancore-1.10.0-3.3.2.jar)
    UCH platforms{1.2.1} [Platforms] (platforms-1.10.0-1.2.1.jar)
    UCH prefab{1.1.1.4} [Prefab] (prefab-1.1.1.4.jar)
    UCH progressiveautomation{1.6.51} [Progressive Automation] (ProgressiveAutomation-1.10.2-1.6.51.jar)
    UCH ProjectE{1.10.2-PE1.0.6B} [ProjectE] (ProjectE-1.10.2-PE1.0.6B.jar)
    UCH quantumflux{2.0.8} [QuantumFlux] (quantumflux-1.10.2-2.0.8.jar)
    UCH railcraft{10.0.0} [Railcraft] (Railcraft_1.10.2-10.0.0.jar)
    UCH randomthings{3.7.6} [Random Things] (RandomThings-MC1.10.2-3.7.6.jar)
    UCH reccomplex{1.2.2} [Recurrent Complex] (RecurrentComplex-1.2.2.jar)
    UCH xreliquary{1.10.2-1.3.3.581} [Reliquary] (Reliquary-1.10.2-1.3.3.581.jar)
    UCH rftools{5.59} [RFTools] (rftools-1.10-5.59.jar)
    UCH rftoolsdim{4.43} [RFTools Dimensions] (rftoolsdim-1.10-4.43.jar)
    UCH Roguelike{1.5.4} [Roguelike Dungeons] (RoguelikeDungeons-1.10.2-1.5.4.jar)
    UCH roots{0.204} [Roots] (roots-1.10.2-0.204.0.jar)
    UCH RTG{1.10.2} [Realistic Terrain Generation] (RTG-1.10.2-4.1.1.2.jar)
    UCH RuinsAndConstructs{1.0.4} [RuinsAndConstructs] (Ruins And Constructs (v1.0.4).jar)
    UCH AS_Ruins{16.2} [Ruins Spawning System] (Ruins-1.10.2.jar)
    UCH simplegenerators{1.10.2-0.10.5a} [Simple Generators] (simplegenerators-1.10.2-0.10.5a.jar)
    UCH simpleretrogen{4.0.1+8} [Simple Retrogen] (simpleretrogen-1.10-4.0.1+8.jar)
    UCH stevescarts{2.0.0.b18} [Steve's Carts 2] (StevesCarts-1.10.2-2.1.0.23.jar)
    UCH StorageDrawers{1.10.2-3.4.2} [Storage Drawers] (StorageDrawers-1.10.2-3.4.2.jar)
    UCH superminer_core{[1.10.2]-2.1.3.073} [SuperMiner] (SuperMiner-[1.10.2]-2.1.3.073.jar)
    UCH superminer_captivator{[1.10.2]-2.1.3.073} [SuperMiner Captivator] (SuperMiner-[1.10.2]-2.1.3.073.jar)
    UCH superminer_cropinator{[1.10.2]-2.1.3.073} [SuperMiner Copinator] (SuperMiner-[1.10.2]-2.1.3.073.jar)
    UCH superminer_excavator{[1.10.2]-2.1.3.073} [SuperMiner Excavator] (SuperMiner-[1.10.2]-2.1.3.073.jar)
    UCH superminer_illuminator{[1.10.2]-2.1.3.073} [SuperMiner Illuminator] (SuperMiner-[1.10.2]-2.1.3.073.jar)
    UCH superminer_lumbinator{[1.10.2]-2.1.3.073} [SuperMiner Lumbinator] (SuperMiner-[1.10.2]-2.1.3.073.jar)
    UCH superminer_shaftanator{[1.10.2]-2.1.3.073} [SuperMiner Shaftanator] (SuperMiner-[1.10.2]-2.1.3.073.jar)
    UCH superminer_substitutor{[1.10.2]-2.1.3.073} [SuperMiner Substitutor] (SuperMiner-[1.10.2]-2.1.3.073.jar)
    UCH superminer_veinator{[1.10.2]-2.1.3.073} [SuperMiner Veinator] (SuperMiner-[1.10.2]-2.1.3.073.jar)
    UCH taiga{1.1.4} [Tinkers Alloying Addon] (taiga-1.10.2-1.1.4.jar)
    UCH thutcore{3.7.2} [ThutCore] (thutcore-3.7.2.jar)
    UCH thuttech{4.0.9} [Thut's Tech] (thuttech-4.0.9.jar)
    UCH tinker_io{release 2.3.6} [Tinker I/O] (tinker_io-1.10.2-release 2.3.6.jar)
    UCH tinkertoolleveling{1.10.2-1.0.0.DEV.6544f71} [Tinkers Tool Leveling] (TinkerToolLeveling-1.10.2-1.0.0.jar)
    UCH VersionChecker{@VERSION@} [Version Checker] (VersionChecker-v1.2.8-mc1.10.2.jar)
    UCH villagebox{0.5.0} [Village Box] (villagebox-1.10.2-0.5.0.jar)
    UCH wanionlib{1.10.2-1.2} [WanionLib] (WanionLib-1.10.2-1.2.jar)
    UCH icse{1.1.0.0} [I Can See Everything] (Wawla-1.10.2-2.3.1.214.jar)
    UCH wawla{2.3.1.214} [What Are We Looking At] (Wawla-1.10.2-2.3.1.214.jar)
    UCH UniDict{1.10.2-2.4} [UniDict] (UniDict-1.10.2-2.4.jar)
    Loaded coremods (and transformers):
    llibrary (llibrary-1.7.0-1.10.2.jar)
    net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
    net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
    DepLoader (BrandonsCore-1.10.2-2.1.1.61-universal.jar)

    IC2core (industrialcraft-2-2.6.86-ex110.jar)

    CXLibraryCore (cxlibrary-1.10.2-1.2.2.jar)
    cubex2.cxlibrary.CoreModTransformer
    CoreMod (Aroma1997Core-1.9.4-1.1.1.0.jar)

    BookshelfLoadingPlugin (Bookshelf-1.10.2-1.4.2.334.jar)
    net.darkhax.bookshelf.asm.BookshelfTransformerManager
    FCFMLCorePlugin (FinderCompass-1.10.2.jar)
    atomicstryker.findercompass.client.coremod.FCTransformer
    LoadingPlugin (RandomThings-MC1.10.2-3.7.6.jar)
    lumien.randomthings.asm.ClassTransformer
    EnderCorePlugin (EnderCore-1.10.2-0.4.1.58-beta.jar)
    com.enderio.core.common.transform.EnderCoreTransformer
    IvToolkit (IvToolkit-1.2.8.5.jar)

    ShetiPhian-ASM (shetiphiancore-1.10.0-3.3.2.jar)
    shetiphian.core.asm.ClassTransformer
    FMLPlugin (InventoryTweaks-1.61-58.jar)
    invtweaks.forge.asm.ContainerTransformer
    CCLCorePlugin (CodeChickenLib-1.10.2-2.2.3.73-universal.jar)
    codechicken.lib.asm.ClassHeirachyManager
    codechicken.lib.asm.RenderHookTransformer
    CCLCorePlugin (CodeChickenLib-1.10.2-2.4.3.124-universal.jar)
    codechicken.lib.asm.ClassHeirachyManager
    codechicken.lib.asm.RenderHookTransformer
    GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 369.09' Renderer: 'GeForce GTX 750 Ti/PCIe/SSE2'
    Pulsar/tconstruct loaded Pulses:
    - TinkerCommons (Enabled/Forced)
    - TinkerWorld (Enabled/Not Forced)
    - TinkerTools (Enabled/Not Forced)
    - TinkerHarvestTools (Enabled/Forced)
    - TinkerMeleeWeapons (Enabled/Forced)
    - TinkerRangedWeapons (Enabled/Forced)
    - TinkerModifiers (Enabled/Forced)
    - TinkerSmeltery (Enabled/Not Forced)
    - TinkerGadgets (Enabled/Not Forced)
    - TinkerOredict (Enabled/Forced)
    - TinkerIntegration (Enabled/Forced)
    - TinkerFluids (Enabled/Forced)
    - TinkerMaterials (Enabled/Forced)
    - TinkerModelRegister (Enabled/Forced)
    - chiselsandbitsIntegration (Enabled/Not Forced)
    - WailaIntegration (Enabled/Not Forced)

    Pulsar/natura loaded Pulses:
    - NaturaCommons (Enabled/Forced)
    - NaturaOverworld (Enabled/Not Forced)
    - NaturaNether (Enabled/Not Forced)
    - NaturaEntities (Enabled/Not Forced)
    - NaturaOredict (Enabled/Forced)
    - NaturaWorld (Enabled/Not Forced)
    - WailaIntegration (Enabled/Not Forced)

    List of loaded APIs:
    * AbyssalCraftAPI (1.8.5) from AbyssalCraft-1.10.2-1.9.3.3.jar
    * AromaBackupAPI (1.0) from AromaBackup-1.9.4-2.0.0.0.b62.jar
    * Baubles|API (1.1.1.0) from inventorypets-1.10-1.4.8.2.jar
    * BetterAchievements|API (0.3.2.35) from BetterAchievements-1.10.2-0.3.2.35.jar
    * BotaniaAPI (85) from Botania r1.9-337.jar
    * ChiselsAndBitsAPI (12.5.0) from chiselsandbits-12.6.jar
    * CoFHAPI (1.8.9R1.2.0B1) from valkyrielib-1.10.2-0.10.5d.jar
    * CoFHAPI|block (1.8.9R1.2.0B1) from ProgressiveAutomation-1.10.2-1.6.51.jar
    * CoFHAPI|core (1.8.9R1.2.0B1) from valkyrielib-1.10.2-0.10.5d.jar
    * CoFHAPI|energy (1.8.9R1.2.0B1) from extrautils2-1.10.2-alpha-1.2.2.jar
    * CoFHAPI|inventory (1.8.9R1.2.0B1) from valkyrielib-1.10.2-0.10.5d.jar
    * CoFHAPI|item (1.8.9R1.2.0B1) from mcjtylib-1.10-2.1.4.jar
    * CoFHAPI|tileentity (1.8.9R1.2.0B1) from ProgressiveAutomation-1.10.2-1.6.51.jar
    * compactstorage (v2.0.0a) from compactstorage-2.1-1.9.4.jar
    * CSLib|API (0.3.0) from Decocraft-2.3.4_1.10.2.jar
    * DLDungeonsAPI (1.1) from DoomlikeDungeons-1.8.13-MC1.10.jar
    * DraconicEvolution|API (1.3) from Draconic-Evolution-1.10.2-2.0.3.137-universal.jar
    * EnderIOAPI (0.0.2) from EnderIO-1.10.2-3.0.1.128_beta.jar
    * EnderIOAPI|Redstone (0.0.2) from EnderIO-1.10.2-3.0.1.128_beta.jar
    * EnderIOAPI|Teleport (0.0.2) from EnderIO-1.10.2-3.0.1.128_beta.jar
    * EnderIOAPI|Tools (0.0.2) from EnderIO-1.10.2-3.0.1.128_beta.jar
    * environmentaltech-api (1.10.2-0.10.5f) from environmentaltech-1.10.2-0.10.5f.jar
    * ForestryAPI|apiculture (5.0.0) from forestry_1.10.2-5.2.16.315.jar
    * ForestryAPI|arboriculture (4.2.1) from forestry_1.10.2-5.2.16.315.jar
    * ForestryAPI|circuits (3.1.0) from forestry_1.10.2-5.2.16.315.jar
    * ForestryAPI|climate (2.1.0) from forestry_1.10.2-5.2.16.315.jar
    * ForestryAPI|core (5.1.0) from forestry_1.10.2-5.2.16.315.jar
    * ForestryAPI|farming (2.1.0) from forestry_1.10.2-5.2.16.315.jar
    * ForestryAPI|food (1.1.0) from forestry_1.10.2-5.2.16.315.jar
    * ForestryAPI|fuels (3.0.0) from forestry_1.10.2-5.2.16.315.jar
    * ForestryAPI|genetics (4.7.1) from forestry_1.10.2-5.2.16.315.jar
    * ForestryAPI|greenhouse (5.2.0) from forestry_1.10.2-5.2.16.315.jar
    * ForestryAPI|hives (4.1.0) from forestry_1.10.2-5.2.16.315.jar
    * ForestryAPI|lepidopterology (1.3.0) from forestry_1.10.2-5.2.16.315.jar
    * ForestryAPI|mail (3.1.0) from forestry_1.10.2-5.2.16.315.jar
    * ForestryAPI|multiblock (3.0.0) from forestry_1.10.2-5.2.16.315.jar
    * ForestryAPI|recipes (5.4.0) from forestry_1.10.2-5.2.16.315.jar
    * ForestryAPI|storage (5.0.0) from forestry_1.10.2-5.2.16.315.jar
    * ForestryAPI|world (2.1.0) from forestry_1.10.2-5.2.16.315.jar
    * ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.10-44.jar
    * ImmersiveEngineering|ImmersiveFluxAPI (1.0) from ImmersiveEngineering-0.10-44.jar
    * IronBackpacks|API (0.5) from IronBackpacks-1.10.2-2.2.13.jar
    * jeresources|API (0.5.5.78) from JustEnoughResources-1.10.2-0.5.5.78.jar
    * journeymap|client-api (1.2) from journeymap-1.10.2-5.2.4-unlimited.jar
    * journeymap|client-api-display (1.2) from journeymap-1.10.2-5.2.4-unlimited.jar
    * journeymap|client-api-event (1.2) from journeymap-1.10.2-5.2.4-unlimited.jar
    * journeymap|client-api-model (1.2) from journeymap-1.10.2-5.2.4-unlimited.jar
    * journeymap|client-api-util (1.2) from journeymap-1.10.2-5.2.4-unlimited.jar
    * JustEnoughItemsAPI (4.10.1) from jei_1.10.2-3.13.3.370.jar
    * McJtyLib (1.10-2.1.4) from mcjtylib-1.10-2.1.4.jar
    * ProjectEAPI (1.9.4-1.0.0) from ProjectE-1.10.2-PE1.0.6B.jar
    * railcraft:API|core (2.0.0) from Railcraft_1.10.2-10.0.0.jar
    * RailcraftAPI|bore (2.0.0) from Railcraft_1.10.2-10.0.0.jar
    * RailcraftAPI|carts (2.0.0) from Railcraft_1.10.2-10.0.0.jar
    * RailcraftAPI|charge (3.0.0) from Railcraft_1.10.2-10.0.0.jar
    * RailcraftAPI|crafting (2.0.0) from Railcraft_1.10.2-10.0.0.jar
    * RailcraftAPI|events (2.0.0) from Railcraft_1.10.2-10.0.0.jar
    * RailcraftAPI|fuel (2.0.0) from Railcraft_1.10.2-10.0.0.jar
    * RailcraftAPI|helpers (2.0.0) from Railcraft_1.10.2-10.0.0.jar
    * RailcraftAPI|items (2.0.0) from Railcraft_1.10.2-10.0.0.jar
    * RailcraftAPI|locomotive (2.0.0) from Railcraft_1.10.2-10.0.0.jar
    * RailcraftAPI|signals (3.0.0) from Railcraft_1.10.2-10.0.0.jar
    * RailcraftAPI|tracks (3.0.0) from Railcraft_1.10.2-10.0.0.jar
    * StorageDrawersAPI (1.7.10-1.2.0) from StorageDrawers-1.10.2-3.4.2.jar
    * StorageDrawersAPI|config (1.7.10-1.2.0) from StorageDrawers-1.10.2-3.4.2.jar
    * StorageDrawersAPI|event (1.7.10-1.2.0) from StorageDrawers-1.10.2-3.4.2.jar
    * StorageDrawersAPI|inventory (1.7.10-1.2.0) from StorageDrawers-1.10.2-3.4.2.jar
    * StorageDrawersAPI|pack (1.7.10-1.2.0) from StorageDrawers-1.10.2-3.4.2.jar
    * StorageDrawersAPI|registry (1.7.10-1.2.0) from StorageDrawers-1.10.2-3.4.2.jar
    * StorageDrawersAPI|render (1.7.10-1.2.0) from StorageDrawers-1.10.2-3.4.2.jar
    * StorageDrawersAPI|storage (1.7.10-1.2.0) from StorageDrawers-1.10.2-3.4.2.jar
    * StorageDrawersAPI|storage-attribute (1.7.10-1.2.0) from StorageDrawers-1.10.2-3.4.2.jar
    * thut|API (1.0.0) from thutcore-3.7.2.jar
    * valkyrielib.api (1.10.2-0.10.5d) from valkyrielib-1.10.2-0.10.5d.jar
    * WailaAPI (1.3) from Waila-1.7.0-B3_1.9.4.jar
    EnderIO: Found the following problem(s) with your installation (That does NOT mean that Ender IO caused the crash or was involved in it in any way. We add this information to help finding common problems, not as an invitation to post any crash you encounter to Ender IO's issue tracker. Always check the stack trace above to see which mod is most likely failing.):
    * Optifine is installed. This is NOT supported.
    This may (look up the meaning of 'may' in the dictionary if you're not sure what it means) have caused the error. Try reproducing the crash WITHOUT this/these mod(s) before reporting it.
    Detailed RF API diagnostics:
    * RF API class 'EnergyStorage' is loaded from: jar:file:/C:/Users/vacca/AppData/Roaming/.minecraft/mods/BrandonsCore-1.10.2-2.1.1.61-universal.jar!/cofh/api/energy/EnergyStorage.class
    * RF API class 'IEnergyConnection' is loaded from: jar:file:/C:/Users/vacca/AppData/Roaming/.minecraft/mods/BrandonsCore-1.10.2-2.1.1.61-universal.jar!/cofh/api/energy/IEnergyConnection.class
    * RF API class 'IEnergyContainerItem' is loaded from: jar:file:/C:/Users/vacca/AppData/Roaming/.minecraft/mods/BrandonsCore-1.10.2-2.1.1.61-universal.jar!/cofh/api/energy/IEnergyContainerItem.class
    * RF API class 'IEnergyHandler' is loaded from: jar:file:/C:/Users/vacca/AppData/Roaming/.minecraft/mods/BrandonsCore-1.10.2-2.1.1.61-universal.jar!/cofh/api/energy/IEnergyHandler.class
    * RF API class 'IEnergyProvider' is loaded from: jar:file:/C:/Users/vacca/AppData/Roaming/.minecraft/mods/BrandonsCore-1.10.2-2.1.1.61-universal.jar!/cofh/api/energy/IEnergyProvider.class
    * RF API class 'IEnergyReceiver' is loaded from: jar:file:/C:/Users/vacca/AppData/Roaming/.minecraft/mods/BrandonsCore-1.10.2-2.1.1.61-universal.jar!/cofh/api/energy/IEnergyReceiver.class
    * RF API class 'IEnergyStorage' is loaded from: jar:file:/C:/Users/vacca/AppData/Roaming/.minecraft/mods/BrandonsCore-1.10.2-2.1.1.61-universal.jar!/cofh/api/energy/IEnergyStorage.class
    * RF API class 'ItemEnergyContainer' is loaded from: jar:file:/C:/Users/vacca/AppData/Roaming/.minecraft/mods/BrandonsCore-1.10.2-2.1.1.61-universal.jar!/cofh/api/energy/ItemEnergyContainer.class
    * RF API class 'TileEnergyHandler' is loaded from: jar:file:/C:/Users/vacca/AppData/Roaming/.minecraft/mods/BrandonsCore-1.10.2-2.1.1.61-universal.jar!/cofh/api/energy/TileEnergyHandler.class
    Detailed Tesla API diagnostics:
    * Tesla API class 'Tesla' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.Tesla)
    * Tesla API class 'TeslaCapabilities' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.capability.TeslaCapabilities)
    * Tesla API class 'ITeslaConsumer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaConsumer)
    * Tesla API class 'ITeslaHolder' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaHolder)
    * Tesla API class 'ITeslaProducer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaProducer)
    * Tesla API class 'BaseTeslaContainer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.BaseTeslaContainer)
    * Tesla API class 'BaseTeslaContainerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.BaseTeslaContainerProvider)
    * Tesla API class 'InfiniteTeslaConsumer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaConsumer)
    * Tesla API class 'InfiniteTeslaConsumerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaConsumerProvider)
    * Tesla API class 'InfiniteTeslaProducer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaProducer)
    * Tesla API class 'InfiniteTeslaProducerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaProducerProvider)

    OptiFine Version: OptiFine_1.10.2_HD_U_D2
    Render Distance Chunks: 8
    Mipmaps: 4
    Anisotropic Filtering: 1
    Antialiasing: 0
    Multitexture: false
    Shaders: null
    OpenGlVersion: 4.5.0 NVIDIA 369.09
    OpenGlRenderer: GeForce GTX 750 Ti/PCIe/SSE2
    OpenGlVendor: NVIDIA Corporation
    CpuCount: 4

    Posted in: Java Edition Support
  • 0

    posted a message on [1.7.10][Forge]LootBags (and technically Carbonization too)

    Common lootbag: Diamond Horse armor

    Elite lootbag: Sapling


    LOL

    Posted in: Minecraft Mods
  • 0

    posted a message on This is weird

    Yeah i play MC 1.10.2, ill try to find these as you say, but im really lost on programming i dont even know the basics nor even how to open a json file, word?

    Posted in: Java Edition Support
  • 0

    posted a message on This is weird

    Sure here it is:



    [19:07:20] [Client thread/INFO]: Setting user: StaringSleet
    [19:07:22] [Client thread/WARN]: Skipping bad option: lastServer:
    [19:07:22] [Client thread/INFO]: LWJGL Version: 2.9.4
    [19:07:39] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:AbyssalCraft, FMLFileResourcePack:Aquaculture, FMLFileResourcePack:Aroma1997Core|Helper, FMLFileResourcePack:Aroma1997's Dimensional World, FMLFileResourcePack:AromaBackup Recovery, FMLFileResourcePack:AromaBackup, FMLFileResourcePack:Baubles, FMLFileResourcePack:BD Lib, FMLFileResourcePack:Better Achievements, FMLFileResourcePack:Better Agriculture, FMLFileResourcePack:Biomes O' Plenty, FMLFileResourcePack:Bookshelf, FMLFileResourcePack:Botania, FMLFileResourcePack:Brandon's Core, FMLFileResourcePack:Chameleon, FMLFileResourcePack:Chance Cubes, FMLFileResourcePack:Chisels & Bits, FMLFileResourcePack:CompactStorage, FMLFileResourcePack:Cooking for Blockheads, FMLFileResourcePack:CXLibrary, FMLFileResourcePack:PTRModelLib, FMLFileResourcePack:Decocraft, FMLFileResourcePack:Doomlike Dungeons, FMLFileResourcePack:Draconic Evolution, FMLFileResourcePack:DrZhark's Mo'Creatures Mod, FMLFileResourcePack:Enchanting Plus, FMLFileResourcePack:Ender Compass, FMLFileResourcePack:EnderCore, FMLFileResourcePack:Ender Crop, FMLFileResourcePack:Ender IO, FMLFileResourcePack:Environmental Tech, FMLFileResourcePack:Tim's Expansion Mod, FMLFileResourcePack:ExtraUtils2, FMLFileResourcePack:Finder Compass, FMLFileResourcePack:Flat Colored Blocks, FMLFileResourcePack:Forestry, FMLFileResourcePack:Advanced Generators, FMLFileResourcePack:Immersive Engineering, FMLFileResourcePack:Improving Minecraft, FMLFileResourcePack:IndustrialCraft 2, FMLFileResourcePack:Infernal Mobs, FMLFileResourcePack:Inventory Pets, FMLFileResourcePack:Inventory Tweaks, FMLFileResourcePack:Irish Luck, FMLFileResourcePack:Iron Backpacks, FMLFileResourcePack:Iron Chest, FMLFileResourcePack:Just Enough Forestry Bees, FMLFileResourcePack:Just Enough Items, FMLFileResourcePack:JourneyMap, FMLFileResourcePack:JurassiCraft, FMLFileResourcePack:Just Enough Calculation, FMLFileResourcePack:Just Enough Resources, FMLFileResourcePack:KAGIC, FMLFileResourcePack:Levels, FMLFileResourcePack:Level Up!, FMLFileResourcePack:LLibrary, FMLFileResourcePack:Loot Bags, FMLFileResourcePack:Lucky Cases, FMLFileResourcePack:Magic Clover, FMLFileResourcePack:Mantle, FMLFileResourcePack:Minecraft Comes Alive, FMLFileResourcePack:MineColonies, FMLFileResourcePack:mineTunes, FMLFileResourcePack:More Bees, FMLFileResourcePack:More Furnaces, FMLFileResourcePack:Mouse Tweaks, FMLFileResourcePack:Multi Page Chest, FMLFileResourcePack:Nether Core, FMLFileResourcePack:Pam's HarvestCraft, FMLFileResourcePack:Platforms, FMLFileResourcePack:Prefab, FMLFileResourcePack:Progressive Automation, FMLFileResourcePack:ProjectE, FMLFileResourcePack:QuantumFlux, FMLFileResourcePack:RadixCore, FMLFileResourcePack:Railcraft, FMLFileResourcePack:Random Things, FMLFileResourcePack:Recurrent Complex, FMLFileResourcePack:Reliquary, FMLFileResourcePack:RFTools, FMLFileResourcePack:RFTools Dimensions, FMLFileResourcePack:Roguelike Dungeons, FMLFileResourcePack:Roots, FMLFileResourcePack:Realistic Terrain Generation, FMLFileResourcePack:RuinsAndConstructs, FMLFileResourcePack:ShetiPhian-Core, FMLFileResourcePack:Simple Generators, FMLFileResourcePack:Simple Retrogen, FMLFileResourcePack:Storage Drawers, FMLFileResourcePack:SuperMiner, FMLFileResourcePack:SuperMiner Captivator, FMLFileResourcePack:SuperMiner Copinator, FMLFileResourcePack:SuperMiner Excavator, FMLFileResourcePack:SuperMiner Illuminator, FMLFileResourcePack:SuperMiner Lumbinator, FMLFileResourcePack:SuperMiner Shaftanator, FMLFileResourcePack:SuperMiner Substitutor, FMLFileResourcePack:SuperMiner Veinator, FMLFileResourcePack:Tinkers Alloying Addon, FMLFileResourcePack:Tinkers' Construct, FMLFileResourcePack:ThutCore, FMLFileResourcePack:Thut's Tech, FMLFileResourcePack:Tinker I/O, FMLFileResourcePack:Tinkers Tool Leveling, FMLFileResourcePack:UniDict, FMLFileResourcePack:Valkyrie Lib, FMLFileResourcePack:Version Checker, FMLFileResourcePack:Village Box, FMLFileResourcePack:Waila, FMLFileResourcePack:I Can See Everything, FMLFileResourcePack:What Are We Looking At, Soartex_Fanver.zip
    [19:08:35] [Client thread/WARN]: Invalid sounds.json
    java.lang.NullPointerException
    at net.minecraft.client.audio.SoundHandler.func_110549_a(SourceFile:82) [bzw.class:?]
    at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:122) [bxi.class:?]
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:446) [bcx.class:?]
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351) [bcx.class:?]
    at net.minecraft.client.main.Main.main(SourceFile:124) [Main.class:?]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
    at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
    [19:08:35] [Client thread/WARN]: File minecraft:sounds/cloth1.ogg does not exist, cannot add it to event inventorypets:cloth1
    [19:08:35] [Client thread/WARN]: File minecraft:sounds/wood1.ogg does not exist, cannot add it to event inventorypets:wood1
    [19:08:35] [Client thread/WARN]: File minecraft:sounds/deep_rumble.ogg does not exist, cannot add it to event rftoolsdim:deep_rumble
    [19:08:35] [Client thread/WARN]: File minecraft:sounds/teleport_whoosh.ogg does not exist, cannot add it to event rftoolsdim:teleport_whoosh
    [19:08:35] [Client thread/WARN]: File minecraft:sounds/teleport_error.ogg does not exist, cannot add it to event rftoolsdim:teleport_error
    [19:08:35] [Client thread/WARN]: File minecraft:sounds/wolfhowl.ogg does not exist, cannot add it to event rftoolsdim:wolfhowl
    [19:08:35] [Client thread/WARN]: Invalid sounds.json
    java.lang.NullPointerException
    at net.minecraft.client.audio.SoundHandler.func_110549_a(SourceFile:82) [bzw.class:?]
    at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:122) [bxi.class:?]
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:446) [bcx.class:?]
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351) [bcx.class:?]
    at net.minecraft.client.main.Main.main(SourceFile:124) [Main.class:?]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
    at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
    [19:08:35] [Client thread/WARN]: Missing sound for event: tinker_io:record.Lonesome_Avenue
    [19:08:35] [Sound Library Loader/INFO]: Starting up SoundSystem...
    [19:08:35] [Thread-14/INFO]: Initializing LWJGL OpenAL
    [19:08:35] [Thread-14/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
    [19:08:35] [Thread-14/INFO]: OpenAL initialized.
    [19:08:35] [Sound Library Loader/INFO]: Sound engine started
    [19:08:47] [Client thread/INFO]: Created: 16x16 textures-atlas
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #top in minecraft:models/block/fence_inventory
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #particle in minecraft:models/block/door_top_rh
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #frame in minecraft:models/block/door_top_rh
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #frame in minecraft:models/block/door_top_rh
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #frame in minecraft:models/block/door_top_rh
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #frame in minecraft:models/block/door_top_rh
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #texture in minecraft:models/block/door_top_rh
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #west in minecraft:models/block/door_top_rh
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #side in minecraft:models/block/wall_post
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #side in minecraft:models/block/wall_side
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #side in minecraft:models/block/wall_side
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #side in minecraft:models/block/wall_side
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #side in minecraft:models/block/wall_side
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #particle in minecraft:models/block/door_bottom_rh
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #frame in minecraft:models/block/door_bottom_rh
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #frame in minecraft:models/block/door_bottom_rh
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #frame in minecraft:models/block/door_bottom_rh
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #frame in minecraft:models/block/door_bottom_rh
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #west in minecraft:models/block/door_bottom_rh
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #texture in minecraft:models/block/door_bottom_rh
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #particle in minecraft:models/block/door_top_rh
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #frame in minecraft:models/block/door_top_rh
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #frame in minecraft:models/block/door_top_rh
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #frame in minecraft:models/block/door_top_rh
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #frame in minecraft:models/block/door_top_rh
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #texture in minecraft:models/block/door_top_rh
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #west in minecraft:models/block/door_top_rh
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #side in minecraft:models/block/fence_post
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #side in minecraft:models/block/fence_side
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #side in minecraft:models/block/fence_side
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #side in minecraft:models/block/fence_side
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #side in minecraft:models/block/fence_side
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #particle in minecraft:models/block/door_top_rh
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #frame in minecraft:models/block/door_top_rh
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #frame in minecraft:models/block/door_top_rh
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #frame in minecraft:models/block/door_top_rh
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #frame in minecraft:models/block/door_top_rh
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #texture in minecraft:models/block/door_top_rh
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #west in minecraft:models/block/door_top_rh
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #side in minecraft:models/block/fence_post
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #side in minecraft:models/block/fence_side
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #side in minecraft:models/block/fence_side
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #side in minecraft:models/block/fence_side
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #side in minecraft:models/block/fence_side
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #side in minecraft:models/block/wall_post
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #side in minecraft:models/block/wall_side
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #side in minecraft:models/block/wall_side
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #side in minecraft:models/block/wall_side
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #side in minecraft:models/block/wall_side
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #particle in minecraft:models/block/door_top
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #frame in minecraft:models/block/door_top
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #frame in minecraft:models/block/door_top
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #frame in minecraft:models/block/door_top
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #texture in minecraft:models/block/door_top
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #texture in minecraft:models/block/door_top
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #side in minecraft:models/block/wall_post
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #side in minecraft:models/block/wall_side
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #side in minecraft:models/block/wall_side
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #side in minecraft:models/block/wall_side
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #side in minecraft:models/block/wall_post
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #side in minecraft:models/block/wall_side
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #side in minecraft:models/block/wall_side
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #side in minecraft:models/block/wall_side
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #side in minecraft:models/block/wall_side
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #side in minecraft:models/block/wall_post
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #side in minecraft:models/block/wall_side
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #side in minecraft:models/block/wall_side
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #side in minecraft:models/block/wall_side
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #side in minecraft:models/block/wall_side
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #particle in minecraft:models/block/door_bottom
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #frame in minecraft:models/block/door_bottom
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #frame in minecraft:models/block/door_bottom
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #frame in minecraft:models/block/door_bottom
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #texture in minecraft:models/block/door_bottom
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #texture in minecraft:models/block/door_bottom
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #particle in minecraft:models/block/door_bottom_rh
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #frame in minecraft:models/block/door_bottom_rh
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #frame in minecraft:models/block/door_bottom_rh
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #frame in minecraft:models/block/door_bottom_rh
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #frame in minecraft:models/block/door_bottom_rh
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #west in minecraft:models/block/door_bottom_rh
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #texture in minecraft:models/block/door_bottom_rh
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #side in minecraft:models/block/fence_post
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #side in minecraft:models/block/fence_side
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #side in minecraft:models/block/fence_side
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #side in minecraft:models/block/fence_side
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #side in minecraft:models/block/fence_side
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #particle in minecraft:models/block/door_bottom_rh
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #frame in minecraft:models/block/door_bottom_rh
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #frame in minecraft:models/block/door_bottom_rh
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #frame in minecraft:models/block/door_bottom_rh
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #frame in minecraft:models/block/door_bottom_rh
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #west in minecraft:models/block/door_bottom_rh
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #texture in minecraft:models/block/door_bottom_rh
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #side in minecraft:models/block/wall_post
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #side in minecraft:models/block/wall_side
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #side in minecraft:models/block/wall_side
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #side in minecraft:models/block/wall_side
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #side in minecraft:models/block/wall_side
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #particle in minecraft:models/block/door_bottom
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #frame in minecraft:models/block/door_bottom
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #frame in minecraft:models/block/door_bottom
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #frame in minecraft:models/block/door_bottom
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #texture in minecraft:models/block/door_bottom
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #texture in minecraft:models/block/door_bottom
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #side in minecraft:models/block/fence_post
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #side in minecraft:models/block/fence_side
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #side in minecraft:models/block/fence_side
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #side in minecraft:models/block/fence_side
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #side in minecraft:models/block/fence_side
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #side in minecraft:models/block/wall_post
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #side in minecraft:models/block/wall_side
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #side in minecraft:models/block/wall_side
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #side in minecraft:models/block/wall_side
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #side in minecraft:models/block/wall_side
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #side in minecraft:models/block/wall_post
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #side in minecraft:models/block/wall_side
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #side in minecraft:models/block/wall_side
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #side in minecraft:models/block/wall_side
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #side in minecraft:models/block/wall_side
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #particle in minecraft:models/block/door_bottom_rh
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #frame in minecraft:models/block/door_bottom_rh
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #frame in minecraft:models/block/door_bottom_rh
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #frame in minecraft:models/block/door_bottom_rh
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #frame in minecraft:models/block/door_bottom_rh
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #west in minecraft:models/block/door_bottom_rh
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #texture in minecraft:models/block/door_bottom_rh
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #side in minecraft:models/block/wall_post
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #side in minecraft:models/block/wall_side
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #side in minecraft:models/block/wall_side
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #side in minecraft:models/block/wall_side
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #side in minecraft:models/block/wall_side
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #side in minecraft:models/block/fence_post
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #side in minecraft:models/block/fence_side
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #side in minecraft:models/block/fence_side
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #side in minecraft:models/block/fence_side
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #side in minecraft:models/block/fence_side
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #side in minecraft:models/block/wall_post
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #side in minecraft:models/block/wall_side
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #side in minecraft:models/block/wall_side
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #side in minecraft:models/block/wall_side
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #side in minecraft:models/block/wall_side
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #side in minecraft:models/block/wall_post
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #side in minecraft:models/block/wall_side
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #side in minecraft:models/block/wall_side
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #side in minecraft:models/block/wall_side
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #side in minecraft:models/block/wall_side
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #side in minecraft:models/block/wall_post
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #side in minecraft:models/block/wall_side
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #side in minecraft:models/block/wall_side
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #side in minecraft:models/block/wall_side
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #side in minecraft:models/block/wall_side
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #post_side in minecraft:models/block/wall_inventory
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #post_side in minecraft:models/block/wall_inventory
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #post_side in minecraft:models/block/wall_inventory
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #post_top in minecraft:models/block/wall_inventory
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #post_side in minecraft:models/block/wall_inventory
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #side in minecraft:models/block/wall_inventory
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #side in minecraft:models/block/wall_inventory
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #side in minecraft:models/block/wall_inventory
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #top in minecraft:models/block/wall_inventory
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #side in minecraft:models/block/wall_inventory
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #particle in minecraft:models/block/door_bottom
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #frame in minecraft:models/block/door_bottom
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #frame in minecraft:models/block/door_bottom
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #frame in minecraft:models/block/door_bottom
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #texture in minecraft:models/block/door_bottom
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #texture in minecraft:models/block/door_bottom
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #side in minecraft:models/block/fence_post
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #side in minecraft:models/block/fence_side
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #side in minecraft:models/block/fence_side
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #side in minecraft:models/block/fence_side
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #side in minecraft:models/block/fence_side
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #side in minecraft:models/block/wall_post
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #side in minecraft:models/block/wall_side
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #side in minecraft:models/block/wall_side
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #side in minecraft:models/block/wall_side
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #side in minecraft:models/block/wall_side
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #side in minecraft:models/block/wall_post
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #side in minecraft:models/block/wall_side
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #side in minecraft:models/block/wall_side
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #side in minecraft:models/block/wall_post
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #side in minecraft:models/block/wall_side
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #side in minecraft:models/block/wall_side
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #side in minecraft:models/block/wall_side
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #side in minecraft:models/block/wall_side
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #side in minecraft:models/block/wall_post
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #side in minecraft:models/block/wall_side
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #side in minecraft:models/block/wall_side
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #side in minecraft:models/block/wall_side
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #side in minecraft:models/block/wall_side
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #side in minecraft:models/block/wall_side
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #side in minecraft:models/block/wall_side
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #particle in minecraft:models/block/door_bottom
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #frame in minecraft:models/block/door_bottom
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #frame in minecraft:models/block/door_bottom
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #frame in minecraft:models/block/door_bottom
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #texture in minecraft:models/block/door_bottom
    [19:08:47] [Client thread/WARN]: Unable to resolve texture due to upward reference: #texture in minecraft:models/block/door_bottom

    [19:10:44] [Server thread/INFO]: Starting integrated minecraft server version 1.10.2
    [19:10:44] [Server thread/INFO]: Generating keypair
    [19:10:45] [Server thread/WARN]: Couldn't find resource table railcraft:chests/village_workshop
    [19:10:46] [Server thread/INFO]: Preparing start region for level 0
    [19:10:47] [Server thread/INFO]: Preparing spawn area: 4%
    [19:10:48] [Server thread/INFO]: Preparing spawn area: 39%
    [19:10:49] [Server thread/INFO]: Preparing spawn area: 68%
    [19:10:51] [Aromabackup-Backup/INFO]: [§1AromaBackup§r] Starting Backup. The world may lag for a bit!
    [19:10:54] [Aromabackup-Backup/INFO]: ThreadedAnvilChunkStorage (Killaheala): All chunks are saved
    [19:10:54] [Aromabackup-Backup/INFO]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
    [19:10:54] [Aromabackup-Backup/INFO]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved
    [19:10:54] [Aromabackup-Backup/INFO]: ThreadedAnvilChunkStorage (DIM-11325): All chunks are saved
    [19:10:54] [Aromabackup-Backup/INFO]: ThreadedAnvilChunkStorage (DIM-9999): All chunks are saved
    [19:10:54] [Aromabackup-Backup/INFO]: ThreadedAnvilChunkStorage (DIM-17): All chunks are saved
    [19:10:54] [Aromabackup-Backup/INFO]: ThreadedAnvilChunkStorage (The_Dark_Realm): All chunks are saved
    [19:10:54] [Aromabackup-Backup/INFO]: ThreadedAnvilChunkStorage (DIM6): All chunks are saved
    [19:10:54] [Aromabackup-Backup/INFO]: ThreadedAnvilChunkStorage (Omothol): All chunks are saved
    [19:10:54] [Aromabackup-Backup/INFO]: ThreadedAnvilChunkStorage (The_Dreadlands): All chunks are saved
    [19:10:54] [Aromabackup-Backup/INFO]: ThreadedAnvilChunkStorage (Abyssal_Wasteland): All chunks are saved
    [19:10:54] [Aromabackup-Backup/INFO]: ThreadedAnvilChunkStorage (DIM-343800852): All chunks are saved
    [19:10:54] [Server thread/INFO]: StaringSleet[local:E:b11b4074] logged in with entity id 314 at (6.269753479938036, 30.93612497923645, 742.2185118547309)
    [19:10:54] [Server thread/INFO]: StaringSleet se unió a la partida
    [19:11:02] [Client thread/INFO]: [CHAT] InvTweaks: Configuration loaded.
    [19:11:04] [Netty Local Client IO #0/INFO]: [CHAT] Finder Compass server config loaded; 3 custom Setting-Sets loaded
    [19:11:07] [Server thread/INFO]: Saving and pausing game...
    [19:11:07] [Server thread/INFO]: Saving chunks for level 'Killaheala'/Overworld
    [19:11:07] [Server thread/INFO]: Saving chunks for level 'Killaheala'/Nether
    [19:11:07] [Server thread/INFO]: Saving chunks for level 'Killaheala'/The End
    [19:11:07] [Server thread/INFO]: Saving chunks for level 'Killaheala'/Deep Dark
    [19:11:07] [Server thread/INFO]: Saving chunks for level 'Killaheala'/ExtraUtils2_Quarry_Dim
    [19:11:07] [Server thread/INFO]: Saving chunks for level 'Killaheala'/Wyvern Lair
    [19:11:07] [Server thread/INFO]: Saving chunks for level 'Killaheala'/The Dark Realm
    [19:11:07] [Server thread/INFO]: Saving chunks for level 'Killaheala'/MiningWorld
    [19:11:07] [Server thread/INFO]: Saving chunks for level 'Killaheala'/Omothol
    [19:11:07] [Server thread/INFO]: Saving chunks for level 'Killaheala'/The Dreadlands
    [19:11:07] [Server thread/INFO]: Saving chunks for level 'Killaheala'/The Abyssal Wasteland
    [19:11:07] [Server thread/INFO]: Saving chunks for level 'Killaheala'/Overworld
    [19:11:07] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 13308ms behind, skipping 266 tick(s)
    [19:11:24] [Aromabackup-Backup/INFO]: [§1AromaBackup§r] World Backup failed!
    [19:11:24] [Server thread/INFO]: Changing difficulty to PEACEFUL, from NORMAL
    [19:11:24] [Client thread/INFO]: [CHAT] [§1AromaBackup§r] World Backup failed!
    [19:11:25] [Client thread/INFO]: [CHAT] §eJourneyMap:§f Press [§bJ§f]
    [19:12:22] [Client thread/INFO]: [CHAT] Do you want to build a snowman?
    [19:16:13] [Server thread/INFO]: Saving and pausing game...
    [19:16:13] [Server thread/INFO]: Saving chunks for level 'Killaheala'/Overworld
    [19:16:13] [Server thread/INFO]: Saving chunks for level 'Killaheala'/Nether
    [19:16:13] [Server thread/INFO]: Saving chunks for level 'Killaheala'/The End
    [19:16:13] [Server thread/INFO]: Saving chunks for level 'Killaheala'/Deep Dark
    [19:16:13] [Server thread/INFO]: Saving chunks for level 'Killaheala'/ExtraUtils2_Quarry_Dim
    [19:16:13] [Server thread/INFO]: Saving chunks for level 'Killaheala'/Wyvern Lair
    [19:16:13] [Server thread/INFO]: Saving chunks for level 'Killaheala'/The Dark Realm
    [19:16:13] [Server thread/INFO]: Saving chunks for level 'Killaheala'/MiningWorld
    [19:16:13] [Server thread/INFO]: Saving chunks for level 'Killaheala'/Omothol
    [19:16:13] [Server thread/INFO]: Saving chunks for level 'Killaheala'/The Dreadlands
    [19:16:13] [Server thread/INFO]: Saving chunks for level 'Killaheala'/The Abyssal Wasteland
    [19:16:13] [Server thread/INFO]: Saving chunks for level 'Killaheala'/Overworld
    [19:16:16] [Server thread/INFO]: Changing difficulty to NORMAL, from PEACEFUL
    [19:20:41] [Server thread/INFO]: Saving and pausing game...
    [19:20:41] [Server thread/INFO]: Saving chunks for level 'Killaheala'/Overworld
    [19:20:41] [Server thread/INFO]: Saving chunks for level 'Killaheala'/Nether
    [19:20:41] [Server thread/INFO]: Saving chunks for level 'Killaheala'/The End
    [19:20:41] [Server thread/INFO]: Saving chunks for level 'Killaheala'/Deep Dark
    [19:20:41] [Server thread/INFO]: Saving chunks for level 'Killaheala'/ExtraUtils2_Quarry_Dim
    [19:20:41] [Server thread/INFO]: Saving chunks for level 'Killaheala'/Wyvern Lair
    [19:20:41] [Server thread/INFO]: Saving chunks for level 'Killaheala'/The Dark Realm
    [19:20:41] [Server thread/INFO]: Saving chunks for level 'Killaheala'/MiningWorld
    [19:20:41] [Server thread/INFO]: Saving chunks for level 'Killaheala'/Omothol
    [19:20:41] [Server thread/INFO]: Saving chunks for level 'Killaheala'/The Dreadlands
    [19:20:41] [Server thread/INFO]: Saving chunks for level 'Killaheala'/The Abyssal Wasteland
    [19:20:41] [Server thread/INFO]: Saving chunks for level 'Killaheala'/Overworld
    [19:20:42] [Server thread/INFO]: Stopping server
    [19:20:42] [Server thread/INFO]: Saving players
    [19:20:42] [Server thread/INFO]: Saving worlds
    [19:20:42] [Server thread/INFO]: Saving chunks for level 'Killaheala'/Overworld
    [19:20:42] [Server thread/INFO]: Saving chunks for level 'Killaheala'/Nether
    [19:20:42] [Server thread/INFO]: Saving chunks for level 'Killaheala'/The End
    [19:20:42] [Server thread/INFO]: Saving chunks for level 'Killaheala'/Deep Dark
    [19:20:42] [Server thread/INFO]: Saving chunks for level 'Killaheala'/ExtraUtils2_Quarry_Dim
    [19:20:42] [Server thread/INFO]: Saving chunks for level 'Killaheala'/Wyvern Lair
    [19:20:42] [Server thread/INFO]: Saving chunks for level 'Killaheala'/The Dark Realm
    [19:20:42] [Server thread/INFO]: Saving chunks for level 'Killaheala'/MiningWorld
    [19:20:42] [Server thread/INFO]: Saving chunks for level 'Killaheala'/Omothol
    [19:20:42] [Server thread/INFO]: Saving chunks for level 'Killaheala'/The Dreadlands
    [19:20:42] [Server thread/INFO]: Saving chunks for level 'Killaheala'/The Abyssal Wasteland
    [19:20:42] [Server thread/INFO]: Saving chunks for level 'Killaheala'/Overworld
    [19:21:08] [Server thread/INFO]: Starting integrated minecraft server version 1.10.2
    [19:21:08] [Server thread/INFO]: Generating keypair
    [19:21:10] [Server thread/WARN]: Couldn't find resource table railcraft:chests/village_workshop
    [19:21:10] [Server thread/INFO]: Preparing start region for level 0
    [19:21:11] [Server thread/INFO]: Preparing spawn area: 44%
    [19:21:12] [Server thread/INFO]: Preparing spawn area: 94%
    [19:21:13] [Aromabackup-Backup/INFO]: [§1AromaBackup§r] Starting Backup. The world may lag for a bit!
    [19:21:13] [Server thread/INFO]: StaringSleet[local:E:44fe436c] logged in with entity id 66672 at (-61.44097586508267, 70.0, 217.86254307131048)
    [19:21:13] [Server thread/INFO]: StaringSleet se unió a la partida
    [19:21:23] [Netty Local Client IO #1/INFO]: [CHAT] Finder Compass server config loaded; 3 custom Setting-Sets loaded
    [19:21:23] [Aromabackup-Backup/INFO]: ThreadedAnvilChunkStorage (Tercero no plano): All chunks are saved
    [19:21:23] [Aromabackup-Backup/INFO]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
    [19:21:23] [Aromabackup-Backup/INFO]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved
    [19:21:23] [Aromabackup-Backup/INFO]: ThreadedAnvilChunkStorage (DIM-11325): All chunks are saved
    [19:21:23] [Aromabackup-Backup/INFO]: ThreadedAnvilChunkStorage (DIM-17): All chunks are saved
    [19:21:23] [Aromabackup-Backup/INFO]: ThreadedAnvilChunkStorage (DIM-9999): All chunks are saved
    [19:21:23] [Aromabackup-Backup/INFO]: ThreadedAnvilChunkStorage (The_Dark_Realm): All chunks are saved
    [19:21:23] [Aromabackup-Backup/INFO]: ThreadedAnvilChunkStorage (Omothol): All chunks are saved
    [19:21:23] [Aromabackup-Backup/INFO]: ThreadedAnvilChunkStorage (DIM6): All chunks are saved
    [19:21:23] [Aromabackup-Backup/INFO]: ThreadedAnvilChunkStorage (The_Dreadlands): All chunks are saved
    [19:21:23] [Aromabackup-Backup/INFO]: ThreadedAnvilChunkStorage (Abyssal_Wasteland): All chunks are saved
    [19:21:23] [Aromabackup-Backup/INFO]: ThreadedAnvilChunkStorage (DIM-343800852): All chunks are saved
    [19:21:24] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 10430ms behind, skipping 208 tick(s)
    [19:21:25] [Aromabackup-Backup/INFO]: [§1AromaBackup§r] World Backup done!
    [19:21:25] [Client thread/INFO]: [CHAT] [§1AromaBackup§r] World Backup done!
    [19:21:53] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 8032ms behind, skipping 160 tick(s)
    [19:22:14] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 8262ms behind, skipping 165 tick(s)
    [19:23:15] [Client thread/INFO]: [CHAT] Installed module
    [19:23:37] [Client thread/INFO]: [CHAT] Installed module
    [19:23:59] [Client thread/INFO]: [CHAT] Installed module
    [19:24:20] [Client thread/INFO]: [CHAT] Installed module
    [19:24:43] [Client thread/INFO]: [CHAT] Installed module
    [19:25:04] [Client thread/INFO]: [CHAT] Installed module
    [19:25:17] [Client thread/INFO]: [CHAT] Installed module
    [19:26:35] [Client thread/WARN]: Received unknown passenger for MoCEntityHorseMob['HorseMob'/71639, l='MpServer', x=204.32, y=54.00, z=476.03]
    [19:26:47] [Client thread/INFO]: [CHAT] Uso: /weather <clear|rain|thunder> [duración en segundos]
    [19:26:50] [Server thread/INFO]: [StaringSleet: Cambiando el tiempo a soleado...]
    [19:26:50] [Client thread/INFO]: [CHAT] Cambiando el tiempo a soleado...
    [19:26:53] [Server thread/INFO]: [StaringSleet: Tiempo ajustado a 1000 ticks]
    [19:26:53] [Client thread/INFO]: [CHAT] Tiempo ajustado a 1000 ticks
    [19:28:33] [Client thread/INFO]: [CHAT] §a Tubería de Objetos Conexión al down
    [19:28:33] [Client thread/INFO]: [CHAT] §9 No recibe objetos.
    [19:28:48] [Client thread/WARN]: Unable to play unknown soundEvent: enderio:silence
    [19:31:29] [Server thread/INFO]: Saving and pausing game...
    [19:31:29] [Server thread/INFO]: Saving chunks for level 'Tercero no plano'/Overworld
    [19:31:29] [Server thread/INFO]: Saving chunks for level 'Tercero no plano'/Nether
    [19:31:29] [Server thread/INFO]: Saving chunks for level 'Tercero no plano'/The End
    [19:31:29] [Server thread/INFO]: Saving chunks for level 'Tercero no plano'/Deep Dark
    [19:31:29] [Server thread/INFO]: Saving chunks for level 'Tercero no plano'/Wyvern Lair
    [19:31:29] [Server thread/INFO]: Saving chunks for level 'Tercero no plano'/ExtraUtils2_Quarry_Dim
    [19:31:29] [Server thread/INFO]: Saving chunks for level 'Tercero no plano'/The Dark Realm
    [19:31:29] [Server thread/INFO]: Saving chunks for level 'Tercero no plano'/Omothol
    [19:31:29] [Server thread/INFO]: Saving chunks for level 'Tercero no plano'/MiningWorld
    [19:31:29] [Server thread/INFO]: Saving chunks for level 'Tercero no plano'/The Dreadlands
    [19:31:29] [Server thread/INFO]: Saving chunks for level 'Tercero no plano'/The Abyssal Wasteland
    [19:31:29] [Server thread/INFO]: Saving chunks for level 'Tercero no plano'/Overworld
    [19:32:40] [Server thread/INFO]: Saving and pausing game...
    [19:32:40] [Server thread/INFO]: Saving chunks for level 'Tercero no plano'/Overworld
    [19:32:40] [Server thread/INFO]: Saving chunks for level 'Tercero no plano'/Nether
    [19:32:40] [Server thread/INFO]: Saving chunks for level 'Tercero no plano'/The End
    [19:32:40] [Server thread/INFO]: Saving chunks for level 'Tercero no plano'/Deep Dark
    [19:32:40] [Server thread/INFO]: Saving chunks for level 'Tercero no plano'/Wyvern Lair
    [19:32:40] [Server thread/INFO]: Saving chunks for level 'Tercero no plano'/ExtraUtils2_Quarry_Dim
    [19:32:40] [Server thread/INFO]: Saving chunks for level 'Tercero no plano'/The Dark Realm
    [19:32:40] [Server thread/INFO]: Saving chunks for level 'Tercero no plano'/Omothol
    [19:32:40] [Server thread/INFO]: Saving chunks for level 'Tercero no plano'/MiningWorld
    [19:32:40] [Server thread/INFO]: Saving chunks for level 'Tercero no plano'/The Dreadlands
    [19:32:40] [Server thread/INFO]: Saving chunks for level 'Tercero no plano'/The Abyssal Wasteland
    [19:32:40] [Server thread/INFO]: Saving chunks for level 'Tercero no plano'/Overworld
    [19:33:39] [Client thread/INFO]: [CHAT] §a Tubería de Objetos Conexión al down
    [19:33:39] [Client thread/INFO]: [CHAT] §9 Objeto Tubería de Objetos No hay salidas válidas.
    [19:33:39] [Client thread/INFO]: [CHAT] Tubería de Objetos Conexión al south
    [19:33:39] [Client thread/INFO]: [CHAT] §9 Objeto Tubería de Objetos No hay salidas válidas.
    [19:34:02] [Client thread/INFO]: [CHAT] §a Tubería de Objetos Conexión al down
    [19:34:02] [Client thread/INFO]: [CHAT] §9 No recibe objetos.
    [19:34:13] [Client thread/INFO]: [CHAT] §a Tubería de Objetos Conexión al west
    [19:34:13] [Client thread/INFO]: [CHAT] §9 No recibe objetos.Tubería de Objetos Conexión al east
    [19:34:13] [Client thread/INFO]: [CHAT] §9 Objetos Extraídos No hay salidas válidas.
    [19:35:05] [Client thread/INFO]: [CHAT] §a Tubería de Objetos Conexión al down
    [19:35:05] [Client thread/INFO]: [CHAT] §9 Objeto Diamante Será insertado a:
    [19:35:05] [Client thread/INFO]: [CHAT] - Item Filter x§a182§f y§a64§f z§a396 Distance [4]
    [19:35:09] [Client thread/INFO]: [CHAT] §a Tubería de Objetos Conexión al down
    [19:35:09] [Client thread/INFO]: [CHAT] §9 Objeto Diamante Será insertado a:
    [19:35:09] [Client thread/INFO]: [CHAT] - Item Filter x§a182§f y§a64§f z§a396 Distance [4]
    [19:35:09] [Client thread/INFO]: [CHAT] §a Tubería de Objetos Conexión al down
    [19:35:09] [Client thread/INFO]: [CHAT] §9 Objeto Diamante Será insertado a:
    [19:35:09] [Client thread/INFO]: [CHAT] - Item Filter x§a182§f y§a64§f z§a396 Distance [4]
    [19:35:30] [Client thread/INFO]: [CHAT] §a Tubería de Objetos Conexión al down
    [19:35:30] [Client thread/INFO]: [CHAT] §9 Objetos Extraídos Será insertado a:
    [19:35:30] [Client thread/INFO]: [CHAT] - Energy Condenser x§a182§f y§a64§f z§a396 Distance [4]
    [19:35:31] [Client thread/INFO]: [CHAT] §a Tubería de Objetos Conexión al down
    [19:35:31] [Client thread/INFO]: [CHAT] §9 Objetos Extraídos Será insertado a:
    [19:35:31] [Client thread/INFO]: [CHAT] - Energy Condenser x§a182§f y§a64§f z§a396 Distance [4]
    [19:35:58] [Server thread/INFO]: [StaringSleet: Cambiando el tiempo a soleado...]
    [19:35:58] [Client thread/INFO]: [CHAT] Cambiando el tiempo a soleado...
    [19:36:50] [Client thread/INFO]: [CHAT] §a Tubería de Objetos Conexión al down
    [19:36:50] [Client thread/INFO]: [CHAT] §9 Objeto Diamante Será insertado a:
    [19:36:50] [Client thread/INFO]: [CHAT] - Energy Condenser x§a182§f y§a64§f z§a396 Distance [4]
    [19:37:41] [Server thread/INFO]: [StaringSleet: Tiempo ajustado a 1000 ticks]
    [19:37:41] [Client thread/INFO]: [CHAT] Tiempo ajustado a 1000 ticks
    [19:38:10] [Server thread/INFO]: Saving and pausing game...
    [19:38:10] [Server thread/INFO]: Saving chunks for level 'Tercero no plano'/Overworld
    [19:38:10] [Server thread/INFO]: Saving chunks for level 'Tercero no plano'/Nether
    [19:38:10] [Server thread/INFO]: Saving chunks for level 'Tercero no plano'/The End
    [19:38:10] [Server thread/INFO]: Saving chunks for level 'Tercero no plano'/Deep Dark
    [19:38:10] [Server thread/INFO]: Saving chunks for level 'Tercero no plano'/Wyvern Lair
    [19:38:10] [Server thread/INFO]: Saving chunks for level 'Tercero no plano'/ExtraUtils2_Quarry_Dim
    [19:38:10] [Server thread/INFO]: Saving chunks for level 'Tercero no plano'/The Dark Realm
    [19:38:10] [Server thread/INFO]: Saving chunks for level 'Tercero no plano'/Omothol
    [19:38:10] [Server thread/INFO]: Saving chunks for level 'Tercero no plano'/MiningWorld
    [19:38:10] [Server thread/INFO]: Saving chunks for level 'Tercero no plano'/The Dreadlands
    [19:38:10] [Server thread/INFO]: Saving chunks for level 'Tercero no plano'/The Abyssal Wasteland
    [19:38:10] [Server thread/INFO]: Saving chunks for level 'Tercero no plano'/Overworld
    [19:38:37] [Client thread/WARN]: Received unknown passenger for MoCEntityHorseMob['HorseMob'/83877, l='MpServer', x=271.50, y=48.00, z=477.50]
    [19:40:04] [Client thread/INFO]: [CHAT] §a Tubería de Objetos Conexión al down
    [19:40:04] [Client thread/INFO]: [CHAT] §9 Objetos Extraídos Será insertado a:
    [19:40:04] [Client thread/INFO]: [CHAT] - Energy Condenser x§a182§f y§a64§f z§a396 Distance [4]
    [19:40:32] [Client thread/INFO]: [CHAT] §a Tubería de Objetos Conexión al down
    [19:40:32] [Client thread/INFO]: [CHAT] §9 Objetos Extraídos Será insertado a:
    [19:40:32] [Client thread/INFO]: [CHAT] - Energy Condenser x§a182§f y§a64§f z§a396 Distance [4]
    [19:40:42] [Server thread/INFO]: Saving and pausing game...
    [19:40:42] [Server thread/INFO]: Saving chunks for level 'Tercero no plano'/Overworld
    [19:40:42] [Server thread/INFO]: Saving chunks for level 'Tercero no plano'/Nether
    [19:40:42] [Server thread/INFO]: Saving chunks for level 'Tercero no plano'/The End
    [19:40:42] [Server thread/INFO]: Saving chunks for level 'Tercero no plano'/Deep Dark
    [19:40:42] [Server thread/INFO]: Saving chunks for level 'Tercero no plano'/Wyvern Lair
    [19:40:42] [Server thread/INFO]: Saving chunks for level 'Tercero no plano'/ExtraUtils2_Quarry_Dim
    [19:40:42] [Server thread/INFO]: Saving chunks for level 'Tercero no plano'/The Dark Realm
    [19:40:42] [Server thread/INFO]: Saving chunks for level 'Tercero no plano'/Omothol
    [19:40:42] [Server thread/INFO]: Saving chunks for level 'Tercero no plano'/MiningWorld
    [19:40:42] [Server thread/INFO]: Saving chunks for level 'Tercero no plano'/The Dreadlands
    [19:40:42] [Server thread/INFO]: Saving chunks for level 'Tercero no plano'/The Abyssal Wasteland
    [19:40:42] [Server thread/INFO]: Saving chunks for level 'Tercero no plano'/Overworld
    [19:40:43] [Server thread/INFO]: Stopping server
    [19:40:43] [Server thread/INFO]: Saving players
    [19:40:43] [Server thread/INFO]: Saving worlds
    [19:40:43] [Server thread/INFO]: Saving chunks for level 'Tercero no plano'/Overworld
    [19:40:43] [Server thread/INFO]: Saving chunks for level 'Tercero no plano'/Nether
    [19:40:43] [Server thread/INFO]: Saving chunks for level 'Tercero no plano'/The End
    [19:40:43] [Server thread/INFO]: Saving chunks for level 'Tercero no plano'/Deep Dark
    [19:40:43] [Server thread/INFO]: Saving chunks for level 'Tercero no plano'/Wyvern Lair
    [19:40:43] [Server thread/INFO]: Saving chunks for level 'Tercero no plano'/ExtraUtils2_Quarry_Dim
    [19:40:43] [Server thread/INFO]: Saving chunks for level 'Tercero no plano'/The Dark Realm
    [19:40:43] [Server thread/INFO]: Saving chunks for level 'Tercero no plano'/Omothol
    [19:40:43] [Server thread/INFO]: Saving chunks for level 'Tercero no plano'/MiningWorld
    [19:40:43] [Server thread/INFO]: Saving chunks for level 'Tercero no plano'/The Dreadlands
    [19:40:43] [Server thread/INFO]: Saving chunks for level 'Tercero no plano'/The Abyssal Wasteland
    [19:40:43] [Server thread/INFO]: Saving chunks for level 'Tercero no plano'/Overworld
    [19:41:13] [Server thread/INFO]: Starting integrated minecraft server version 1.10.2
    [19:41:13] [Server thread/INFO]: Generating keypair
    [19:41:14] [Server thread/WARN]: Couldn't find resource table railcraft:chests/village_workshop
    [19:41:14] [Server thread/INFO]: Preparing start region for level 0
    [19:41:15] [Server thread/INFO]: Preparing spawn area: 28%
    [19:41:16] [Server thread/INFO]: Preparing spawn area: 83%
    [19:41:17] [Aromabackup-Backup/INFO]: [§1AromaBackup§r] Starting Backup. The world may lag for a bit!
    [19:41:18] [Server thread/INFO]: StaringSleet[local:E:b2641f1d] logged in with entity id 86252 at (-23.169457335550806, 63.0, 738.4397316049468)
    [19:41:18] [Server thread/INFO]: StaringSleet se unió a la partida
    [19:41:31] [Netty Local Client IO #2/INFO]: [CHAT] Finder Compass server config loaded; 3 custom Setting-Sets loaded
    [19:41:31] [File IO Thread/INFO]: ThreadedAnvilChunkStorage (Killaheala): All chunks are saved
    [19:41:31] [Aromabackup-Backup/INFO]: ThreadedAnvilChunkStorage (Killaheala): All chunks are saved
    [19:41:31] [Aromabackup-Backup/INFO]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
    [19:41:31] [Aromabackup-Backup/INFO]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved
    [19:41:31] [Aromabackup-Backup/INFO]: ThreadedAnvilChunkStorage (DIM-11325): All chunks are saved
    [19:41:31] [Aromabackup-Backup/INFO]: ThreadedAnvilChunkStorage (DIM-17): All chunks are saved
    [19:41:31] [Aromabackup-Backup/INFO]: ThreadedAnvilChunkStorage (DIM-9999): All chunks are saved
    [19:41:31] [Aromabackup-Backup/INFO]: ThreadedAnvilChunkStorage (The_Dark_Realm): All chunks are saved
    [19:41:31] [Aromabackup-Backup/INFO]: ThreadedAnvilChunkStorage (Omothol): All chunks are saved
    [19:41:31] [Aromabackup-Backup/INFO]: ThreadedAnvilChunkStorage (DIM6): All chunks are saved
    [19:41:31] [Aromabackup-Backup/INFO]: ThreadedAnvilChunkStorage (The_Dreadlands): All chunks are saved
    [19:41:31] [Aromabackup-Backup/INFO]: ThreadedAnvilChunkStorage (Abyssal_Wasteland): All chunks are saved
    [19:41:31] [Aromabackup-Backup/INFO]: ThreadedAnvilChunkStorage (DIM-343800852): All chunks are saved
    [19:41:31] [Server thread/INFO]: Saving and pausing game...
    [19:41:31] [Server thread/INFO]: Saving chunks for level 'Killaheala'/Overworld
    [19:41:31] [Server thread/INFO]: Saving chunks for level 'Killaheala'/Nether
    [19:41:31] [Server thread/INFO]: Saving chunks for level 'Killaheala'/The End
    [19:41:31] [Server thread/INFO]: Saving chunks for level 'Killaheala'/Deep Dark
    [19:41:31] [Server thread/INFO]: Saving chunks for level 'Killaheala'/Wyvern Lair
    [19:41:31] [Server thread/INFO]: Saving chunks for level 'Killaheala'/ExtraUtils2_Quarry_Dim
    [19:41:31] [Server thread/INFO]: Saving chunks for level 'Killaheala'/The Dark Realm
    [19:41:31] [Server thread/INFO]: Saving chunks for level 'Killaheala'/Omothol
    [19:41:31] [Server thread/INFO]: Saving chunks for level 'Killaheala'/MiningWorld
    [19:41:31] [Server thread/INFO]: Saving chunks for level 'Killaheala'/The Dreadlands
    [19:41:31] [Server thread/INFO]: Saving chunks for level 'Killaheala'/The Abyssal Wasteland
    [19:41:31] [Server thread/INFO]: Saving chunks for level 'Killaheala'/Overworld
    [19:41:31] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 13679ms behind, skipping 273 tick(s)
    [19:41:50] [Aromabackup-Backup/INFO]: [§1AromaBackup§r] World Backup failed!
    [19:41:50] [Client thread/INFO]: [CHAT] [§1AromaBackup§r] World Backup failed!
    [19:43:55] [Client thread/WARN]: Received unknown passenger for MoCEntityAnt['Ant'/86187, l='MpServer', x=-9.26, y=73.00, z=275.80]
    [19:44:55] [Client thread/WARN]: Received unknown passenger for MoCEntityManticore['Manticore'/97428, l='MpServer', x=-162.50, y=23.15, z=411.50]
    [19:45:48] [Client thread/WARN]: Received unknown passenger for MoCEntityManticore['Manticore'/100730, l='MpServer', x=104.19, y=14.20, z=523.41]
    [19:51:31] [Client thread/WARN]: Received passengers for unknown entity
    [19:51:42] [Client thread/WARN]: Received unknown passenger for MoCEntityHorseMob['HorseMob'/120093, l='MpServer', x=-176.50, y=57.00, z=301.50]
    [19:58:30] [Client thread/WARN]: Received unknown passenger for MoCEntityAnt['Ant'/86187, l='MpServer', x=-9.92, y=73.00, z=275.11]
    [20:03:19] [Client thread/WARN]: Received unknown passenger for MoCEntityManticore['Manticore'/150556, l='MpServer', x=-133.10, y=68.85, z=500.49]
    [20:04:27] [Client thread/WARN]: Received unknown passenger for MoCEntityManticore['Manticore'/158349, l='MpServer', x=-192.30, y=17.73, z=470.70]
    [20:07:30] [Client thread/WARN]: Received unknown passenger for MoCEntityAnt['Ant'/86187, l='MpServer', x=-9.92, y=73.00, z=275.11]
    [20:11:17] [Aromabackup-Backup/INFO]: [§1AromaBackup§r] Starting Backup. The world may lag for a bit!
    [20:11:17] [Client thread/INFO]: [CHAT] [§1AromaBackup§r] Starting Backup. The world may lag for a bit!
    [20:11:20] [Aromabackup-Backup/INFO]: ThreadedAnvilChunkStorage (Killaheala): All chunks are saved
    [20:11:20] [Aromabackup-Backup/INFO]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
    [20:11:20] [Aromabackup-Backup/INFO]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved
    [20:11:20] [Aromabackup-Backup/INFO]: ThreadedAnvilChunkStorage (DIM-11325): All chunks are saved
    [20:11:20] [Aromabackup-Backup/INFO]: ThreadedAnvilChunkStorage (DIM-17): All chunks are saved
    [20:11:20] [Aromabackup-Backup/INFO]: ThreadedAnvilChunkStorage (DIM-9999): All chunks are saved
    [20:11:20] [Aromabackup-Backup/INFO]: ThreadedAnvilChunkStorage (The_Dark_Realm): All chunks are saved
    [20:11:20] [Aromabackup-Backup/INFO]: ThreadedAnvilChunkStorage (Omothol): All chunks are saved
    [20:11:20] [Aromabackup-Backup/INFO]: ThreadedAnvilChunkStorage (DIM6): All chunks are saved
    [20:11:20] [Aromabackup-Backup/INFO]: ThreadedAnvilChunkStorage (The_Dreadlands): All chunks are saved
    [20:11:20] [Aromabackup-Backup/INFO]: ThreadedAnvilChunkStorage (Abyssal_Wasteland): All chunks are saved
    [20:11:20] [Aromabackup-Backup/INFO]: ThreadedAnvilChunkStorage (DIM-343800852): All chunks are saved
    [20:11:32] [Aromabackup-Backup/INFO]: [§1AromaBackup§r] World Backup failed!
    [20:11:32] [Client thread/INFO]: [CHAT] [§1AromaBackup§r] World Backup failed!
    [20:12:52] [Client thread/WARN]: Received unknown passenger for MoCEntityHorseMob['HorseMob'/186447, l='MpServer', x=-22.89, y=44.00, z=332.45]
    [20:15:52] [Client thread/INFO]: [CHAT] Captura guardada como 2016-11-06_20.15.52.png
    [20:17:38] [Client thread/WARN]: Received unknown passenger for MoCEntityAnt['Ant'/86187, l='MpServer', x=-9.92, y=73.00, z=275.11]
    [20:27:10] [Client thread/WARN]: Received unknown passenger for MoCEntityAnt['Ant'/86187, l='MpServer', x=-9.92, y=73.00, z=275.11]
    [20:30:39] [Client thread/WARN]: Received unknown passenger for MoCEntityManticore['Manticore'/245587, l='MpServer', x=-156.88, y=40.43, z=545.17]
    [20:31:40] [Client thread/INFO]: [CHAT] §a Tubería de Objetos Conexión al down
    [20:31:40] [Client thread/INFO]: [CHAT] §9 No recibe objetos.
    [20:32:58] [Client thread/INFO]: [CHAT] §a Tubería de Objetos Conexión al east
    [20:32:58] [Client thread/INFO]: [CHAT] §9 Objeto Antorcha Será insertado a:
    [20:32:58] [Client thread/INFO]: [CHAT] - Energy Condenser x§a-26§f y§a63§f z§a742 Distance [2]
    [20:35:30] [Server thread/INFO]: Saving and pausing game...
    [20:35:30] [Server thread/INFO]: Saving chunks for level 'Killaheala'/Overworld
    [20:35:31] [Server thread/INFO]: Saving chunks for level 'Killaheala'/Nether
    [20:35:31] [Server thread/INFO]: Saving chunks for level 'Killaheala'/The End
    [20:35:31] [Server thread/INFO]: Saving chunks for level 'Killaheala'/Deep Dark
    [20:35:31] [Server thread/INFO]: Saving chunks for level 'Killaheala'/Wyvern Lair
    [20:35:31] [Server thread/INFO]: Saving chunks for level 'Killaheala'/ExtraUtils2_Quarry_Dim
    [20:35:31] [Server thread/INFO]: Saving chunks for level 'Killaheala'/The Dark Realm
    [20:35:31] [Server thread/INFO]: Saving chunks for level 'Killaheala'/Omothol
    [20:35:31] [Server thread/INFO]: Saving chunks for level 'Killaheala'/MiningWorld
    [20:35:31] [Server thread/INFO]: Saving chunks for level 'Killaheala'/The Dreadlands
    [20:35:31] [Server thread/INFO]: Saving chunks for level 'Killaheala'/The Abyssal Wasteland
    [20:35:31] [Server thread/INFO]: Saving chunks for level 'Killaheala'/Overworld
    [20:38:44] [Client thread/WARN]: Received passengers for unknown entity
    [20:39:49] [Client thread/WARN]: Received unknown passenger for MoCEntityScorpion['Scorpion'/264494, l='MpServer', x=-14.50, y=29.00, z=407.50]
    [20:41:17] [Aromabackup-Backup/INFO]: [§1AromaBackup§r] Starting Backup. The world may lag for a bit!
    [20:41:17] [Client thread/INFO]: [CHAT] [§1AromaBackup§r] Starting Backup. The world may lag for a bit!
    [20:41:20] [Aromabackup-Backup/INFO]: ThreadedAnvilChunkStorage (Killaheala): All chunks are saved
    [20:41:20] [Aromabackup-Backup/INFO]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
    [20:41:20] [Aromabackup-Backup/INFO]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved
    [20:41:20] [Aromabackup-Backup/INFO]: ThreadedAnvilChunkStorage (DIM-11325): All chunks are saved
    [20:41:20] [Aromabackup-Backup/INFO]: ThreadedAnvilChunkStorage (DIM-17): All chunks are saved
    [20:41:20] [Aromabackup-Backup/INFO]: ThreadedAnvilChunkStorage (DIM-9999): All chunks are saved
    [20:41:20] [Aromabackup-Backup/INFO]: ThreadedAnvilChunkStorage (The_Dark_Realm): All chunks are saved
    [20:41:20] [Aromabackup-Backup/INFO]: ThreadedAnvilChunkStorage (Omothol): All chunks are saved
    [20:41:20] [Aromabackup-Backup/INFO]: ThreadedAnvilChunkStorage (DIM6): All chunks are saved
    [20:41:20] [Aromabackup-Backup/INFO]: ThreadedAnvilChunkStorage (The_Dreadlands): All chunks are saved
    [20:41:20] [Aromabackup-Backup/INFO]: ThreadedAnvilChunkStorage (Abyssal_Wasteland): All chunks are saved
    [20:41:20] [Aromabackup-Backup/INFO]: ThreadedAnvilChunkStorage (DIM-343800852): All chunks are saved
    [20:41:31] [Aromabackup-Backup/INFO]: [§1AromaBackup§r] World Backup failed!
    [20:41:31] [Client thread/INFO]: [CHAT] [§1AromaBackup§r] World Backup failed!
    [20:42:02] [Server thread/INFO]: Saving and pausing game...
    [20:42:02] [Server thread/INFO]: Saving chunks for level 'Killaheala'/Overworld
    [20:42:02] [Server thread/INFO]: Saving chunks for level 'Killaheala'/Nether
    [20:42:02] [Server thread/INFO]: Saving chunks for level 'Killaheala'/The End
    [20:42:02] [Server thread/INFO]: Saving chunks for level 'Killaheala'/Deep Dark
    [20:42:02] [Server thread/INFO]: Saving chunks for level 'Killaheala'/Wyvern Lair
    [20:42:02] [Server thread/INFO]: Saving chunks for level 'Killaheala'/ExtraUtils2_Quarry_Dim
    [20:42:02] [Server thread/INFO]: Saving chunks for level 'Killaheala'/The Dark Realm
    [20:42:02] [Server thread/INFO]: Saving chunks for level 'Killaheala'/Omothol
    [20:42:02] [Server thread/INFO]: Saving chunks for level 'Killaheala'/MiningWorld
    [20:42:02] [Server thread/INFO]: Saving chunks for level 'Killaheala'/The Dreadlands
    [20:42:02] [Server thread/INFO]: Saving chunks for level 'Killaheala'/The Abyssal Wasteland
    [20:42:02] [Server thread/INFO]: Saving chunks for level 'Killaheala'/Overworld
    [20:43:59] [Server thread/INFO]: Saving and pausing game...
    [20:43:59] [Server thread/INFO]: Saving chunks for level 'Killaheala'/Overworld
    [20:43:59] [Server thread/INFO]: Saving chunks for level 'Killaheala'/Nether
    [20:43:59] [Server thread/INFO]: Saving chunks for level 'Killaheala'/The End
    [20:43:59] [Server thread/INFO]: Saving chunks for level 'Killaheala'/Deep Dark
    [20:43:59] [Server thread/INFO]: Saving chunks for level 'Killaheala'/Wyvern Lair
    [20:43:59] [Server thread/INFO]: Saving chunks for level 'Killaheala'/ExtraUtils2_Quarry_Dim
    [20:43:59] [Server thread/INFO]: Saving chunks for level 'Killaheala'/The Dark Realm
    [20:43:59] [Server thread/INFO]: Saving chunks for level 'Killaheala'/Omothol
    [20:43:59] [Server thread/INFO]: Saving chunks for level 'Killaheala'/MiningWorld
    [20:43:59] [Server thread/INFO]: Saving chunks for level 'Killaheala'/The Dreadlands
    [20:43:59] [Server thread/INFO]: Saving chunks for level 'Killaheala'/The Abyssal Wasteland
    [20:43:59] [Server thread/INFO]: Saving chunks for level 'Killaheala'/Overworld
    [20:46:38] [Server thread/INFO]: Stopping server
    [20:46:38] [Server thread/INFO]: Saving players
    [20:46:38] [Server thread/INFO]: Saving worlds
    [20:46:38] [Server thread/INFO]: Saving chunks for level 'Killaheala'/Overworld
    [20:46:38] [Server thread/INFO]: Saving chunks for level 'Killaheala'/Nether
    [20:46:38] [Server thread/INFO]: Saving chunks for level 'Killaheala'/The End
    [20:46:38] [Server thread/INFO]: Saving chunks for level 'Killaheala'/Deep Dark
    [20:46:38] [Server thread/INFO]: Saving chunks for level 'Killaheala'/Wyvern Lair
    [20:46:38] [Server thread/INFO]: Saving chunks for level 'Killaheala'/ExtraUtils2_Quarry_Dim
    [20:46:38] [Server thread/INFO]: Saving chunks for level 'Killaheala'/The Dark Realm
    [20:46:38] [Server thread/INFO]: Saving chunks for level 'Killaheala'/Omothol
    [20:46:38] [Server thread/INFO]: Saving chunks for level 'Killaheala'/MiningWorld
    [20:46:39] [Server thread/INFO]: Saving chunks for level 'Killaheala'/The Dreadlands
    [20:46:39] [Server thread/INFO]: Saving chunks for level 'Killaheala'/The Abyssal Wasteland
    [20:46:39] [Server thread/INFO]: Saving chunks for level 'Killaheala'/Overworld
    [20:47:14] [Client thread/FATAL]: Reported exception thrown!
    net.minecraft.util.ReportedException: Updating screen events
    at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1713) ~[bcx.class:?]
    at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1055) ~[bcx.class:?]
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:371) [bcx.class:?]
    at net.minecraft.client.main.Main.main(SourceFile:124) [Main.class:?]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
    at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
    Caused by: java.lang.NoClassDefFoundError: mezz/jei/gui/RecipesGui
    at pers.towdium.just_enough_calculation.plugin.JECRecipeTransferHandler.transferRecipe(JECRecipeTransferHandler.java:133) ~[JECRecipeTransferHandler.class:?]
    at mezz.jei.transfer.RecipeTransferUtil.transferRecipe(RecipeTransferUtil.java:43) ~[RecipeTransferUtil.class:?]
    at mezz.jei.transfer.RecipeTransferUtil.transferRecipe(RecipeTransferUtil.java:22) ~[RecipeTransferUtil.class:?]
    at mezz.jei.gui.recipes.RecipesGui.func_146284_a(RecipesGui.java:405) ~[RecipesGui.class:?]
    at net.minecraft.client.gui.GuiScreen.func_73864_a(GuiScreen.java:460) ~[bft.class:?]
    at mezz.jei.gui.recipes.RecipesGui.func_73864_a(RecipesGui.java:296) ~[RecipesGui.class:?]
    at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:548) ~[bft.class:?]
    at mezz.jei.gui.recipes.RecipesGui.func_146274_d(RecipesGui.java:271) ~[RecipesGui.class:?]
    at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:517) ~[bft.class:?]
    at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1700) ~[bcx.class:?]
    ... 9 more
    Caused by: java.lang.ClassNotFoundException: mezz.jei.gui.RecipesGui
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.12.jar:?]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_25]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_25]
    at pers.towdium.just_enough_calculation.plugin.JECRecipeTransferHandler.transferRecipe(JECRecipeTransferHandler.java:133) ~[JECRecipeTransferHandler.class:?]
    at mezz.jei.transfer.RecipeTransferUtil.transferRecipe(RecipeTransferUtil.java:43) ~[RecipeTransferUtil.class:?]
    at mezz.jei.transfer.RecipeTransferUtil.transferRecipe(RecipeTransferUtil.java:22) ~[RecipeTransferUtil.class:?]
    at mezz.jei.gui.recipes.RecipesGui.func_146284_a(RecipesGui.java:405) ~[RecipesGui.class:?]
    at net.minecraft.client.gui.GuiScreen.func_73864_a(GuiScreen.java:460) ~[bft.class:?]
    at mezz.jei.gui.recipes.RecipesGui.func_73864_a(RecipesGui.java:296) ~[RecipesGui.class:?]
    at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:548) ~[bft.class:?]
    at mezz.jei.gui.recipes.RecipesGui.func_146274_d(RecipesGui.java:271) ~[RecipesGui.class:?]
    at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:517) ~[bft.class:?]
    at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1700) ~[bcx.class:?]
    ... 9 more
    Caused by: java.lang.ArrayIndexOutOfBoundsException

    Posted in: Java Edition Support
  • 0

    posted a message on Crash 1.10.2

    This is a new crash, can someone help me please?



    ---- Minecraft Crash Report ----

    WARNING: coremods are present:
    llibrary (llibrary-1.7.0-1.10.2.jar)
    IC2core (industrialcraft-2-2.6.86-ex110.jar)
    CXLibraryCore (cxlibrary-1.10.2-1.2.2.jar)
    EnderCorePlugin (EnderCore-1.10.2-0.4.1.56-beta.jar)
    CoreMod (Aroma1997Core-1.9.4-1.1.1.0.jar)
    BookshelfLoadingPlugin (Bookshelf-1.10.2-1.4.2.334.jar)
    FCFMLCorePlugin (FinderCompass-1.10.2.jar)
    LoadingPlugin (RandomThings-MC1.10.2-3.7.6.jar)
    IvToolkit (IvToolkit-1.2.8.5.jar)
    ShetiPhian-ASM (shetiphiancore-1.10.0-3.3.2.jar)
    FMLPlugin (InventoryTweaks-1.61-58.jar)
    CCLCorePlugin (CodeChickenLib-1.10.2-2.2.3.73-universal.jar)
    DepLoader (BrandonsCore-1.10.2-2.1.0.46-universal.jar)
    Contact their authors BEFORE contacting forge

    // You're mean.

    Time: 11/6/16 6:35 PM
    Description: Ticking player

    java.util.ConcurrentModificationException
    at java.util.HashMap$HashIterator.nextNode(HashMap.java:1429)
    at java.util.HashMap$EntryIterator.next(HashMap.java:1463)
    at java.util.HashMap$EntryIterator.next(HashMap.java:1461)
    at java.util.AbstractCollection.containsAll(AbstractCollection.java:317)
    at java.util.AbstractSet.equals(AbstractSet.java:95)
    at net.minecraft.nbt.NBTTagCompound.equals(NBTTagCompound.java:433)
    at java.util.Objects.equals(Objects.java:59)
    at java.util.HashMap$Node.equals(HashMap.java:311)
    at java.util.HashMap$EntrySet.contains(HashMap.java:1013)
    at java.util.AbstractCollection.containsAll(AbstractCollection.java:318)
    at java.util.AbstractSet.equals(AbstractSet.java:95)
    at net.minecraft.nbt.NBTTagCompound.equals(NBTTagCompound.java:433)
    at java.util.AbstractList.equals(AbstractList.java:523)
    at net.minecraft.nbt.NBTTagList.equals(SourceFile:241)
    at java.util.Objects.equals(Objects.java:59)
    at java.util.HashMap$Node.equals(HashMap.java:311)
    at java.util.HashMap$EntrySet.contains(HashMap.java:1013)
    at java.util.AbstractCollection.containsAll(AbstractCollection.java:318)
    at java.util.AbstractSet.equals(AbstractSet.java:95)
    at net.minecraft.nbt.NBTTagCompound.equals(NBTTagCompound.java:433)
    at java.util.Objects.equals(Objects.java:59)
    at java.util.HashMap$Node.equals(HashMap.java:311)
    at java.util.HashMap$EntrySet.contains(HashMap.java:1013)
    at java.util.AbstractCollection.containsAll(AbstractCollection.java:318)
    at java.util.AbstractSet.equals(AbstractSet.java:95)
    at net.minecraft.nbt.NBTTagCompound.equals(NBTTagCompound.java:433)
    at java.util.AbstractList.equals(AbstractList.java:523)
    at net.minecraft.nbt.NBTTagList.equals(SourceFile:241)
    at java.util.Objects.equals(Objects.java:59)
    at java.util.HashMap$Node.equals(HashMap.java:311)
    at java.util.HashMap$EntrySet.contains(HashMap.java:1013)
    at java.util.AbstractCollection.containsAll(AbstractCollection.java:318)
    at java.util.AbstractSet.equals(AbstractSet.java:95)
    at net.minecraft.nbt.NBTTagCompound.equals(NBTTagCompound.java:433)
    at net.minecraft.item.ItemStack.func_77970_a(ItemStack.java:373)
    at net.minecraft.item.ItemStack.func_77959_d(ItemStack.java:393)
    at net.minecraft.item.ItemStack.func_77989_b(ItemStack.java:385)
    at net.minecraft.inventory.Container.func_75142_b(Container.java:77)
    at net.minecraft.entity.player.EntityPlayerMP.func_70071_h_(EntityPlayerMP.java:254)
    at net.minecraft.world.World.func_72866_a(World.java:1964)
    at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:838)
    at net.minecraft.world.World.func_72870_g(World.java:1934)
    at net.minecraft.world.WorldServer.func_184147_l(WorldServer.java:648)
    at net.minecraft.world.World.func_72939_s(World.java:1726)
    at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:619)
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:709)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613)
    at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:149)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471)
    at java.lang.Thread.run(Thread.java:745)


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

    -- Head --
    Thread: Server thread
    Stacktrace:
    at java.util.HashMap$HashIterator.nextNode(HashMap.java:1429)
    at java.util.HashMap$EntryIterator.next(HashMap.java:1463)
    at java.util.HashMap$EntryIterator.next(HashMap.java:1461)
    at java.util.AbstractCollection.containsAll(AbstractCollection.java:317)
    at java.util.AbstractSet.equals(AbstractSet.java:95)
    at net.minecraft.nbt.NBTTagCompound.equals(NBTTagCompound.java:433)
    at java.util.Objects.equals(Objects.java:59)
    at java.util.HashMap$Node.equals(HashMap.java:311)
    at java.util.HashMap$EntrySet.contains(HashMap.java:1013)
    at java.util.AbstractCollection.containsAll(AbstractCollection.java:318)
    at java.util.AbstractSet.equals(AbstractSet.java:95)
    at net.minecraft.nbt.NBTTagCompound.equals(NBTTagCompound.java:433)
    at java.util.AbstractList.equals(AbstractList.java:523)
    at net.minecraft.nbt.NBTTagList.equals(SourceFile:241)
    at java.util.Objects.equals(Objects.java:59)
    at java.util.HashMap$Node.equals(HashMap.java:311)
    at java.util.HashMap$EntrySet.contains(HashMap.java:1013)
    at java.util.AbstractCollection.containsAll(AbstractCollection.java:318)
    at java.util.AbstractSet.equals(AbstractSet.java:95)
    at net.minecraft.nbt.NBTTagCompound.equals(NBTTagCompound.java:433)
    at java.util.Objects.equals(Objects.java:59)
    at java.util.HashMap$Node.equals(HashMap.java:311)
    at java.util.HashMap$EntrySet.contains(HashMap.java:1013)
    at java.util.AbstractCollection.containsAll(AbstractCollection.java:318)
    at java.util.AbstractSet.equals(AbstractSet.java:95)
    at net.minecraft.nbt.NBTTagCompound.equals(NBTTagCompound.java:433)
    at java.util.AbstractList.equals(AbstractList.java:523)
    at net.minecraft.nbt.NBTTagList.equals(SourceFile:241)
    at java.util.Objects.equals(Objects.java:59)
    at java.util.HashMap$Node.equals(HashMap.java:311)
    at java.util.HashMap$EntrySet.contains(HashMap.java:1013)
    at java.util.AbstractCollection.containsAll(AbstractCollection.java:318)
    at java.util.AbstractSet.equals(AbstractSet.java:95)
    at net.minecraft.nbt.NBTTagCompound.equals(NBTTagCompound.java:433)
    at net.minecraft.item.ItemStack.func_77970_a(ItemStack.java:373)
    at net.minecraft.item.ItemStack.func_77959_d(ItemStack.java:393)
    at net.minecraft.item.ItemStack.func_77989_b(ItemStack.java:385)
    at net.minecraft.inventory.Container.func_75142_b(Container.java:77)
    at net.minecraft.entity.player.EntityPlayerMP.func_70071_h_(EntityPlayerMP.java:254)
    at net.minecraft.world.World.func_72866_a(World.java:1964)
    at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:838)
    at net.minecraft.world.World.func_72870_g(World.java:1934)

    -- Player being ticked --
    Details:
    Entity Type: null (net.minecraft.entity.player.EntityPlayerMP)
    Entity ID: 316
    Entity Name: StaringSleet
    Entity's Exact location: 6.27, 30.94, 742.22
    Entity's Block location: World: (6,30,742), Chunk: (at 6,1,6 in 0,46; contains blocks 0,0,736 to 15,255,751), Region: (0,1; contains chunks 0,32 to 31,63, blocks 0,0,512 to 511,255,1023)
    Entity's Momentum: 0.16, 0.03, 0.01
    Entity's Passengers: []
    Entity's Vehicle: ~~ERROR~~ NullPointerException: null
    Stacktrace:
    at net.minecraft.world.WorldServer.func_184147_l(WorldServer.java:648)
    at net.minecraft.world.World.func_72939_s(World.java:1726)
    at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:619)

    -- Affected level --
    Details:
    Level name: Killaheala
    All players: 1 total; [EntityPlayerMP['StaringSleet'/316, l='Killaheala', x=6.27, y=30.94, z=742.22]]
    Chunk stats: ServerChunkCache: 699 Drop: 0
    Level seed: 7936601045892278198
    Level generator: ID 06 - BIOMESOP, ver 0. Features enabled: true
    Level generator options:
    Level spawn location: World: (-112,64,256), Chunk: (at 0,4,0 in -7,16; contains blocks -112,0,256 to -97,255,271), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
    Level time: 3847132 game time, 1066627 day time
    Level dimension: 0
    Level storage version: 0x04ABD - Anvil
    Level weather: Rain time: 17784 (now: false), thunder time: 130016 (now: false)
    Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
    Stacktrace:
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:709)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613)
    at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:149)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471)
    at java.lang.Thread.run(Thread.java:745)

    -- System Details --
    Details:
    Minecraft Version: 1.10.2
    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: 1462466176 bytes (1394 MB) / 6429081600 bytes (6131 MB) up to 6429081600 bytes (6131 MB)
    JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx6G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
    IntCache: cache: 0, tcache: 0, allocated: 4, tallocated: 105
    FML: MCP 9.32 Powered by Forge 12.18.2.2121 116 mods loaded, 116 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.19} [Minecraft Coder Pack] (minecraft.jar)
    UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (forge-1.10.2-12.18.2.2121.jar)
    UCHIJAAAA Forge{12.18.2.2121} [Minecraft Forge] (forge-1.10.2-12.18.2.2121.jar)
    UCHIJAAAA Aroma1997Core{${version}} [Aroma1997Core] (Aroma1997Core-1.9.4-1.1.1.0.jar)
    UCHIJAAAA ivtoolkit{1.2.8.5} [IvToolkit] (minecraft.jar)
    UCHIJAAAA mantle{1.10.2-1.1.1.194} [Mantle] (Mantle-1.10.2-1.1.1.jar)
    UCHIJAAAA tconstruct{1.10.2-2.5.6b.jenkins424} [Tinkers' Construct] (TConstruct-1.10.2-2.5.6b.jar)
    UCHIJAAAA immersiveengineering{0.10-44} [Immersive Engineering] (ImmersiveEngineering-0.10-44.jar)
    UCHIJAAAA JEI{3.13.2.359} [Just Enough Items] (jei_1.10.2-3.13.2.359.jar)
    UCHIJAAAA abyssalcraft{1.9.3.3} [AbyssalCraft] (AbyssalCraft-1.10.2-1.9.3.3.jar)
    UCHIJAAAA aquaculture{1.4.0} [Aquaculture] (Aquaculture-1.10.2-1.4.0.28.jar)
    UCHIJAAAA Aroma1997CoreHelper{1.1.1.0} [Aroma1997Core|Helper] (Aroma1997Core-1.9.4-1.1.1.0.jar)
    UCHIJAAAA Aroma1997sDimension{1.0} [Aroma1997's Dimensional World] (Aroma1997s-Dimensional-World-1.9.4-1.2.0.2.jar)
    UCHIJAAAA AromaBackup{2.0.0.0.b58} [AromaBackup] (AromaBackup-1.9.4-2.0.0.0.b58.jar)
    UCHIJAAAA AromaBackupRecovery{1.0} [AromaBackup Recovery] (AromaBackup-1.9.4-2.0.0.0.b58.jar)
    UCHIJAAAA Baubles{1.3.BETA11} [Baubles] (Baubles-1.10.2-1.3.BETA11.jar)
    UCHIJAAAA bdlib{1.12.2.16} [BD Lib] (bdlib-1.12.2.16-mc1.10.2.jar)
    UCHIJAAAA BetterAchievements{0.3.1.34} [Better Achievements] (BetterAchievements-1.10.2-0.3.1.34.jar)
    UCHIJAAAA betteragriculture{0.16} [Better Agriculture] (BetterAgriculture_(MC-1.10)-0.16.jar)
    UCHIJAAAA BiomesOPlenty{5.0.0.2068} [Biomes O' Plenty] (BiomesOPlenty-1.10.2-5.0.0.2068-universal.jar)
    UCHIJAAAA bookshelf{1.4.2.334} [Bookshelf] (Bookshelf-1.10.2-1.4.2.334.jar)
    UCHIJAAAA Botania{r1.9-337} [Botania] (Botania r1.9-337.jar)
    UCHIJAAAA brandonscore{2.1.0} [Brandon's Core] (BrandonsCore-1.10.2-2.1.0.46-universal.jar)
    UCHIJAAAA Chameleon{1.10-2.1.7} [Chameleon] (Chameleon-1.10-2.1.7.jar)
    UCHIJAAAA chancecubes{1.10-2.2.1.120} [Chance Cubes] (ChanceCubes-1.10-2.2.1.120.jar)
    UCHIJAAAA chiselsandbits{12.6} [Chisels & Bits] (chiselsandbits-12.6.jar)
    UCHIJAAAA compactstorage{v2.0.0a} [CompactStorage] (compactstorage-2.1-1.9.4.jar)
    UCHIJAAAA cookingforblockheads{4.2.26} [Cooking for Blockheads] (CookingForBlockheads_1.10.2-4.2.26.jar)
    UCHIJAAAA cxlibrary{1.2.2} [CXLibrary] (cxlibrary-1.10.2-1.2.2.jar)
    UCHIJAAAA PTRModelLib{1.0.0} [PTRModelLib] (Decocraft-2.3.4_1.10.2.jar)
    UCHIJAAAA props{2.3.4} [Decocraft] (Decocraft-2.3.4_1.10.2.jar)
    UCHIJAAAA dldungeonsjdg{1.8.13} [Doomlike Dungeons] (DoomlikeDungeons-1.8.13-MC1.10.jar)
    UCHIJAAAA draconicevolution{2.0.0} [Draconic Evolution] (Draconic-Evolution-1.10.2-2.0.0.101-universal.jar)
    UCHIJAAAA mocreatures{10.0.3} [DrZhark's Mo'Creatures Mod] (DrZhark's Mo'Creatures Mod-10.0.3.jar)
    UCHIJAAAA eplus{4.1.0.113} [Enchanting Plus] (EnchantingPlus-1.10.2-4.1.0.115.jar)
    UCHIJAAAA endercompass{1.2.3.2} [Ender Compass] (EnderCompass-1.9.x-1.2.3.2.jar)
    UCHIJAAAA endercore{1.10.2-0.4.1.56-beta} [EnderCore] (EnderCore-1.10.2-0.4.1.56-beta.jar)
    UCHIJAAAA endercrop{1.9-1.2-1836} [Ender Crop] (endercrop-1.9.4-1.3.1.jar)
    UCHIJAAAA Waila{1.7.0} [Waila] (Waila-1.7.0-B3_1.9.4.jar)
    UCHIJAAAA EnderIO{1.10.2-3.0.1.120_beta} [Ender IO] (EnderIO-1.10.2-3.0.1.120_beta.jar)
    UCHIJAAAA valkyrielib{1.10.2-0.10.5d} [Valkyrie Lib] (valkyrielib-1.10.2-0.10.5d.jar)
    UCHIJAAAA environmentaltech{1.10.2-0.10.5f} [Environmental Tech] (environmentaltech-1.10.2-0.10.5f.jar)
    UCHIJAAAA tem{2.2.0} [Tim's Expansion Mod] (ExpansionMod-2.2.0(MC1.10.2).jar)
    UCHIJAAAA ExtraUtils2{1.0} [ExtraUtils2] (extrautils2-1.10.2-alpha-1.2.2.jar)
    UCHIJAAAA FinderCompass{1.10a} [Finder Compass] (FinderCompass-1.10.2.jar)
    UCHIJAAAA flatcoloredblocks{mc1.10-v4.3} [Flat Colored Blocks] (flatcoloredblocks-mc1.10-v4.3.jar)
    UCHIJAAAA IC2{2.6.86-ex110} [IndustrialCraft 2] (industrialcraft-2-2.6.86-ex110.jar)
    UCHIJAAAA forestry{5.2.16.315} [Forestry] (forestry_1.10.2-5.2.16.315.jar)
    UCHIJAAAA advgenerators{0.9.20.17} [Advanced Generators] (generators-0.9.20.17-mc1.10.2.jar)
    UCHIJAAAA imc{1.12.1} [Improving Minecraft] (Improving Minecraft-1.12.1.jar)
    UCHIJAAAA InfernalMobs{1.7.1} [Infernal Mobs] (InfernalMobs-1.10.jar)
    UCHIJAAAA InventoryPets{1.4.8.2} [Inventory Pets] (inventorypets-1.10-1.4.8.2.jar)
    UCHIJAAAA inventorytweaks{1.61-58-a1fd884} [Inventory Tweaks] (InventoryTweaks-1.61-58.jar)
    UCHIJAAAA irishluck{0.3.2} [Irish Luck] (IrishLuck-0.3.2-MC[1.9.4-1.10-1.10.2].jar)
    UCHIJAAAA ironbackpacks{1.10.2-2.2.7} [Iron Backpacks] (IronBackpacks-1.10.2-2.2.7.jar)
    UCHIJAAAA ironchest{1.10.2-7.0.11.797} [Iron Chest] (ironchest-1.10.2-7.0.11.797.jar)
    UCHIJAAAA JEFB{1.0.4} [Just Enough Forestry Bees] (jefb_1.10.2-1.0.4.jar)
    UCHIJAAAA journeymap{1.10.2-5.2.4} [JourneyMap] (journeymap-1.10.2-5.2.4-unlimited.jar)
    UCHIJAAAA llibrary{1.7.0} [LLibrary] (llibrary-1.7.0-1.10.2.jar)
    UCHIJAAAA jurassicraft{2.0.4} [JurassiCraft] (JurassiCraft-2.0.4.jar)
    UCHIJAAAA je_calculation{1.10.2-2.1.3} [Just Enough Calculation] (JustEnoughCalculation-1.10.2-2.1.3.jar)
    UCHIJAAAA jeresources{0.5.4.67} [Just Enough Resources] (JustEnoughResources-1.10.2-0.5.4.67.jar)
    UCHIJAAAA kindergarten{1.2.2} [KAGIC] (kindergarten-1.3.1.jar)
    UCHIJAAAA levels{r4.1.3} [Levels] (Levels-1.10.2-r4.1.3.jar)
    UCHIJAAAA levelup{${version}} [Level Up!] (LevelUp!-0.12.4-1.10.2.jar)
    UCHIJAAAA lootbags{2.2.0} [Loot Bags] (LootBags-1.10.2-2.2.0.jar)
    UCHIJAAAA lucky_cases{1.3.3} [Lucky Cases] (LuckyCases-1.10.2-1.3.3.jar)
    UCHIJAAAA magicclover{1.9-0.7.4} [Magic Clover] (magicclover-1.9-0.7.4.jar)
    UCHIJAAAA RadixCore{1.10.2-2.1.3} [RadixCore] (RadixCore-1.10.2-2.1.3-universal.jar)
    UCHIJAAAA MCA{1.10.2-5.2.3} [Minecraft Comes Alive] (MCA-1.10.2-5.2.3-universal.jar)
    UCHIJAAAA minecolonies{1.10.2-0.4.1358} [MineColonies] (minecolonies-universal-1.10.2-0.4.1358.jar)
    UCHIJAAAA mineTunes{1.2-9} [mineTunes] (MineTunes 1.2-9.jar)
    UCHIJAAAA morebees{1.10.2-1.1.3} [More Bees] (morebees-1.10.2-1.1.3.jar)
    UCHIJAAAA MoreFurnaces{1.8.2} [More Furnaces] (MoreFurnaces-1.10.2-1.8.2.jar)
    UCHIJAAAA mousetweaks{2.6.4} [Mouse Tweaks] (MouseTweaks-2.6.4-mc1.10.2.jar)
    UCHIJAAAA MultiPageChest{1.7.0} [Multi Page Chest] (MultiPageChest-1.10-1.7.0.jar)
    UCHIJAAAA nethercore{1.10.2-2.0.3} [Nether Core] (nethercore-1.10.2-2.0.3.jar)
    UCHIJAAAA harvestcraft{1.9.4-1.10.2f} [Pam's HarvestCraft] (Pam's HarvestCraft 1.9.4-1.10.2f.jar)
    UCHIJAAAA shetiphiancore{3.3.2} [ShetiPhian-Core] (shetiphiancore-1.10.0-3.3.2.jar)
    UCHIJAAAA platforms{1.2.1} [Platforms] (platforms-1.10.0-1.2.1.jar)
    UCHIJAAAA prefab{1.1.1.4} [Prefab] (prefab-1.1.1.4.jar)
    UCHIJAAAA progressiveautomation{1.6.51} [Progressive Automation] (ProgressiveAutomation-1.10.2-1.6.51.jar)
    UCHIJAAAA ProjectE{1.10.2-PE1.0.6B} [ProjectE] (ProjectE-1.10.2-PE1.0.6B.jar)
    UCHIJAAAA quantumflux{2.0.8} [QuantumFlux] (quantumflux-1.10.2-2.0.8.jar)
    UCHIJAAAA railcraft{10.0.0} [Railcraft] (Railcraft_1.10.2-10.0.0.jar)
    UCHIJAAAA randomthings{3.7.6} [Random Things] (RandomThings-MC1.10.2-3.7.6.jar)
    UCHIJAAAA reccomplex{1.2.2} [Recurrent Complex] (RecurrentComplex-1.2.2.jar)
    UCHIJAAAA xreliquary{1.10.2-1.3.3.581} [Reliquary] (Reliquary-1.10.2-1.3.3.581.jar)
    UCHIJAAAA rftools{5.53} [RFTools] (rftools-1.10-5.53.jar)
    UCHIJAAAA rftoolsdim{4.43} [RFTools Dimensions] (rftoolsdim-1.10-4.43.jar)
    UCHIJAAAA Roguelike{1.5.4} [Roguelike Dungeons] (RoguelikeDungeons-1.10.2-1.5.4.jar)
    UCHIJAAAA roots{0.204} [Roots] (roots-1.10.2-0.204.0.jar)
    UCHIJAAAA RTG{1.10.2} [Realistic Terrain Generation] (RTG-1.10.2-4.1.1.2.jar)
    UCHIJAAAA RuinsAndConstructs{1.0.4} [RuinsAndConstructs] (Ruins And Constructs (v1.0.4).jar)
    UCHIJAAAA simplegenerators{1.10.2-0.10.5a} [Simple Generators] (simplegenerators-1.10.2-0.10.5a.jar)
    UCHIJAAAA simpleretrogen{4.0.1+8} [Simple Retrogen] (simpleretrogen-1.10-4.0.1+8.jar)
    UCHIJAAAA StorageDrawers{1.10.2-3.4.2} [Storage Drawers] (StorageDrawers-1.10.2-3.4.2.jar)
    UCHIJAAAA superminer_core{[1.10.2]-2.1.3.073} [SuperMiner] (SuperMiner-[1.10.2]-2.1.3.073.jar)
    UCHIJAAAA superminer_captivator{[1.10.2]-2.1.3.073} [SuperMiner Captivator] (SuperMiner-[1.10.2]-2.1.3.073.jar)
    UCHIJAAAA superminer_cropinator{[1.10.2]-2.1.3.073} [SuperMiner Copinator] (SuperMiner-[1.10.2]-2.1.3.073.jar)
    UCHIJAAAA superminer_excavator{[1.10.2]-2.1.3.073} [SuperMiner Excavator] (SuperMiner-[1.10.2]-2.1.3.073.jar)
    UCHIJAAAA superminer_illuminator{[1.10.2]-2.1.3.073} [SuperMiner Illuminator] (SuperMiner-[1.10.2]-2.1.3.073.jar)
    UCHIJAAAA superminer_lumbinator{[1.10.2]-2.1.3.073} [SuperMiner Lumbinator] (SuperMiner-[1.10.2]-2.1.3.073.jar)
    UCHIJAAAA superminer_shaftanator{[1.10.2]-2.1.3.073} [SuperMiner Shaftanator] (SuperMiner-[1.10.2]-2.1.3.073.jar)
    UCHIJAAAA superminer_substitutor{[1.10.2]-2.1.3.073} [SuperMiner Substitutor] (SuperMiner-[1.10.2]-2.1.3.073.jar)
    UCHIJAAAA superminer_veinator{[1.10.2]-2.1.3.073} [SuperMiner Veinator] (SuperMiner-[1.10.2]-2.1.3.073.jar)
    UCHIJAAAA taiga{1.1.4} [Tinkers Alloying Addon] (taiga-1.10.2-1.1.4.jar)
    UCHIJAAAA thutcore{3.6.5} [ThutCore] (thutcore-1.9.4-3.6.5.3.jar)
    UCHIJAAAA thuttech{4.0.5} [Thut's Tech] (thuttech-4.0.5.jar)
    UCHIJAAAA tinker_io{release 2.3.6} [Tinker I/O] (tinker_io-1.10.2-release 2.3.6.jar)
    UCHIJAAAA tinkertoolleveling{1.10.2-1.0.0.DEV.6544f71} [Tinkers Tool Leveling] (TinkerToolLeveling-1.10.2-1.0.0.jar)
    UCHIJAAAA VersionChecker{@VERSION@} [Version Checker] (VersionChecker-v1.2.8-mc1.10.2.jar)
    UCHIJAAAA villagebox{0.5.0} [Village Box] (villagebox-1.10.2-0.5.0.jar)
    UCHIJAAAA icse{1.1.0.0} [I Can See Everything] (Wawla-1.10.2-2.3.0.206.jar)
    UCHIJAAAA wawla{2.3.0.202} [What Are We Looking At] (Wawla-1.10.2-2.3.0.206.jar)
    UCHIJAAAA UniDict{1.10.2-2.2} [UniDict] (UniDict-1.10.2-2.2.jar)
    Loaded coremods (and transformers):
    llibrary (llibrary-1.7.0-1.10.2.jar)
    net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
    net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
    IC2core (industrialcraft-2-2.6.86-ex110.jar)

    CXLibraryCore (cxlibrary-1.10.2-1.2.2.jar)
    cubex2.cxlibrary.CoreModTransformer
    EnderCorePlugin (EnderCore-1.10.2-0.4.1.56-beta.jar)
    com.enderio.core.common.transform.EnderCoreTransformer
    CoreMod (Aroma1997Core-1.9.4-1.1.1.0.jar)

    BookshelfLoadingPlugin (Bookshelf-1.10.2-1.4.2.334.jar)
    net.darkhax.bookshelf.asm.BookshelfTransformerManager
    FCFMLCorePlugin (FinderCompass-1.10.2.jar)
    atomicstryker.findercompass.client.coremod.FCTransformer
    LoadingPlugin (RandomThings-MC1.10.2-3.7.6.jar)
    lumien.randomthings.asm.ClassTransformer
    IvToolkit (IvToolkit-1.2.8.5.jar)

    ShetiPhian-ASM (shetiphiancore-1.10.0-3.3.2.jar)
    shetiphian.core.asm.ClassTransformer
    FMLPlugin (InventoryTweaks-1.61-58.jar)
    invtweaks.forge.asm.ContainerTransformer
    CCLCorePlugin (CodeChickenLib-1.10.2-2.2.3.73-universal.jar)
    codechicken.lib.asm.ClassHeirachyManager
    codechicken.lib.asm.RenderHookTransformer
    DepLoader (BrandonsCore-1.10.2-2.1.0.46-universal.jar)

    GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
    Pulsar/tconstruct loaded Pulses:
    - TinkerCommons (Enabled/Forced)
    - TinkerWorld (Enabled/Not Forced)
    - TinkerTools (Enabled/Not Forced)
    - TinkerHarvestTools (Enabled/Forced)
    - TinkerMeleeWeapons (Enabled/Forced)
    - TinkerRangedWeapons (Enabled/Forced)
    - TinkerModifiers (Enabled/Forced)
    - TinkerSmeltery (Enabled/Not Forced)
    - TinkerGadgets (Enabled/Not Forced)
    - TinkerOredict (Enabled/Forced)
    - TinkerIntegration (Enabled/Forced)
    - TinkerFluids (Enabled/Forced)
    - TinkerMaterials (Enabled/Forced)
    - TinkerModelRegister (Enabled/Forced)
    - chiselsandbitsIntegration (Enabled/Not Forced)
    - WailaIntegration (Enabled/Not Forced)

    List of loaded APIs:
    * AbyssalCraftAPI (1.8.5) from AbyssalCraft-1.10.2-1.9.3.3.jar
    * AromaBackupAPI (1.0) from AromaBackup-1.9.4-2.0.0.0.b58.jar
    * Baubles|API (1.3.0.6) from Baubles-1.10.2-1.3.BETA11.jar
    * BetterAchievements|API (0.3.1.34) from BetterAchievements-1.10.2-0.3.1.34.jar
    * BotaniaAPI (85) from Botania r1.9-337.jar
    * ChiselsAndBitsAPI (12.5.0) from chiselsandbits-12.6.jar
    * CoFHAPI (1.8.9R1.2.0B1) from quantumflux-1.10.2-2.0.8.jar
    * CoFHAPI|block (1.8.9R1.2.0B1) from ProgressiveAutomation-1.10.2-1.6.51.jar
    * CoFHAPI|core (1.8.9R1.2.0B1) from valkyrielib-1.10.2-0.10.5d.jar
    * CoFHAPI|energy (1.8.9R1.2.0B1) from Railcraft_1.10.2-10.0.0.jar
    * CoFHAPI|inventory (1.8.9R1.2.0B1) from valkyrielib-1.10.2-0.10.5d.jar
    * CoFHAPI|item (1.8.9R1.2.0B1) from valkyrielib-1.10.2-0.10.5d.jar
    * CoFHAPI|tileentity (1.8.9R1.2.0B1) from ProgressiveAutomation-1.10.2-1.6.51.jar
    * compactstorage (v2.0.0a) from compactstorage-2.1-1.9.4.jar
    * CSLib|API (0.3.0) from Decocraft-2.3.4_1.10.2.jar
    * DLDungeonsAPI (1.1) from DoomlikeDungeons-1.8.13-MC1.10.jar
    * DraconicEvolution|API (1.3) from Draconic-Evolution-1.10.2-2.0.0.101-universal.jar
    * EnderIOAPI (0.0.2) from EnderIO-1.10.2-3.0.1.120_beta.jar
    * EnderIOAPI|Redstone (0.0.2) from EnderIO-1.10.2-3.0.1.120_beta.jar
    * EnderIOAPI|Teleport (0.0.2) from EnderIO-1.10.2-3.0.1.120_beta.jar
    * EnderIOAPI|Tools (0.0.2) from EnderIO-1.10.2-3.0.1.120_beta.jar
    * environmentaltech-api (1.10.2-0.10.5f) from environmentaltech-1.10.2-0.10.5f.jar
    * ForestryAPI|apiculture (5.0.0) from forestry_1.10.2-5.2.16.315.jar
    * ForestryAPI|arboriculture (4.2.1) from forestry_1.10.2-5.2.16.315.jar
    * ForestryAPI|circuits (3.1.0) from forestry_1.10.2-5.2.16.315.jar
    * ForestryAPI|climate (2.1.0) from forestry_1.10.2-5.2.16.315.jar
    * ForestryAPI|core (5.1.0) from forestry_1.10.2-5.2.16.315.jar
    * ForestryAPI|farming (2.1.0) from forestry_1.10.2-5.2.16.315.jar
    * ForestryAPI|food (1.1.0) from forestry_1.10.2-5.2.16.315.jar
    * ForestryAPI|fuels (3.0.0) from forestry_1.10.2-5.2.16.315.jar
    * ForestryAPI|genetics (4.7.1) from forestry_1.10.2-5.2.16.315.jar
    * ForestryAPI|greenhouse (5.2.0) from forestry_1.10.2-5.2.16.315.jar
    * ForestryAPI|hives (4.1.0) from forestry_1.10.2-5.2.16.315.jar
    * ForestryAPI|lepidopterology (1.3.0) from forestry_1.10.2-5.2.16.315.jar
    * ForestryAPI|mail (3.1.0) from forestry_1.10.2-5.2.16.315.jar
    * ForestryAPI|multiblock (3.0.0) from forestry_1.10.2-5.2.16.315.jar
    * ForestryAPI|recipes (5.4.0) from forestry_1.10.2-5.2.16.315.jar
    * ForestryAPI|storage (5.0.0) from forestry_1.10.2-5.2.16.315.jar
    * ForestryAPI|world (2.1.0) from forestry_1.10.2-5.2.16.315.jar
    * ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.10-44.jar
    * ImmersiveEngineering|ImmersiveFluxAPI (1.0) from ImmersiveEngineering-0.10-44.jar
    * IronBackpacks|API (0.5) from IronBackpacks-1.10.2-2.2.7.jar
    * jeresources|API (0.5.4.67) from JustEnoughResources-1.10.2-0.5.4.67.jar
    * journeymap|client-api (1.2) from journeymap-1.10.2-5.2.4-unlimited.jar
    * journeymap|client-api-display (1.2) from journeymap-1.10.2-5.2.4-unlimited.jar
    * journeymap|client-api-event (1.2) from journeymap-1.10.2-5.2.4-unlimited.jar
    * journeymap|client-api-model (1.2) from journeymap-1.10.2-5.2.4-unlimited.jar
    * journeymap|client-api-util (1.2) from journeymap-1.10.2-5.2.4-unlimited.jar
    * JustEnoughItemsAPI (4.10.1) from jei_1.10.2-3.13.2.359.jar
    * McJtyLib (1.10-2.1.4) from mcjtylib-1.10-2.1.4.jar
    * ProjectEAPI (1.9.4-1.0.0) from ProjectE-1.10.2-PE1.0.6B.jar
    * railcraft:API|core (2.0.0) from Railcraft_1.10.2-10.0.0.jar
    * RailcraftAPI|bore (2.0.0) from Railcraft_1.10.2-10.0.0.jar
    * RailcraftAPI|carts (2.0.0) from Railcraft_1.10.2-10.0.0.jar
    * RailcraftAPI|charge (3.0.0) from Railcraft_1.10.2-10.0.0.jar
    * RailcraftAPI|crafting (2.0.0) from Railcraft_1.10.2-10.0.0.jar
    * RailcraftAPI|events (2.0.0) from Railcraft_1.10.2-10.0.0.jar
    * RailcraftAPI|fuel (2.0.0) from Railcraft_1.10.2-10.0.0.jar
    * RailcraftAPI|helpers (2.0.0) from Railcraft_1.10.2-10.0.0.jar
    * RailcraftAPI|items (2.0.0) from Railcraft_1.10.2-10.0.0.jar
    * RailcraftAPI|locomotive (2.0.0) from Railcraft_1.10.2-10.0.0.jar
    * RailcraftAPI|signals (3.0.0) from Railcraft_1.10.2-10.0.0.jar
    * RailcraftAPI|tracks (3.0.0) from Railcraft_1.10.2-10.0.0.jar
    * StorageDrawersAPI (1.7.10-1.2.0) from StorageDrawers-1.10.2-3.4.2.jar
    * StorageDrawersAPI|config (1.7.10-1.2.0) from StorageDrawers-1.10.2-3.4.2.jar
    * StorageDrawersAPI|event (1.7.10-1.2.0) from StorageDrawers-1.10.2-3.4.2.jar
    * StorageDrawersAPI|inventory (1.7.10-1.2.0) from StorageDrawers-1.10.2-3.4.2.jar
    * StorageDrawersAPI|pack (1.7.10-1.2.0) from StorageDrawers-1.10.2-3.4.2.jar
    * StorageDrawersAPI|registry (1.7.10-1.2.0) from StorageDrawers-1.10.2-3.4.2.jar
    * StorageDrawersAPI|render (1.7.10-1.2.0) from StorageDrawers-1.10.2-3.4.2.jar
    * StorageDrawersAPI|storage (1.7.10-1.2.0) from StorageDrawers-1.10.2-3.4.2.jar
    * StorageDrawersAPI|storage-attribute (1.7.10-1.2.0) from StorageDrawers-1.10.2-3.4.2.jar
    * thut|API (1.0.0) from thutcore-1.9.4-3.6.5.3.jar
    * valkyrielib.api (1.10.2-0.10.5d) from valkyrielib-1.10.2-0.10.5d.jar
    * WailaAPI (1.3) from Waila-1.7.0-B3_1.9.4.jar
    EnderIO: No known problems detected.
    Detailed RF API diagnostics:
    * RF API class 'EnergyStorage' is loaded from: jar:file:/C:/Users/vacca/AppData/Roaming/.minecraft/mods/BrandonsCore-1.10.2-2.1.0.46-universal.jar!/cofh/api/energy/EnergyStorage.class
    * RF API class 'IEnergyConnection' is loaded from: jar:file:/C:/Users/vacca/AppData/Roaming/.minecraft/mods/BrandonsCore-1.10.2-2.1.0.46-universal.jar!/cofh/api/energy/IEnergyConnection.class
    * RF API class 'IEnergyContainerItem' is loaded from: jar:file:/C:/Users/vacca/AppData/Roaming/.minecraft/mods/BrandonsCore-1.10.2-2.1.0.46-universal.jar!/cofh/api/energy/IEnergyContainerItem.class
    * RF API class 'IEnergyHandler' is loaded from: jar:file:/C:/Users/vacca/AppData/Roaming/.minecraft/mods/BrandonsCore-1.10.2-2.1.0.46-universal.jar!/cofh/api/energy/IEnergyHandler.class
    * RF API class 'IEnergyProvider' is loaded from: jar:file:/C:/Users/vacca/AppData/Roaming/.minecraft/mods/BrandonsCore-1.10.2-2.1.0.46-universal.jar!/cofh/api/energy/IEnergyProvider.class
    * RF API class 'IEnergyReceiver' is loaded from: jar:file:/C:/Users/vacca/AppData/Roaming/.minecraft/mods/BrandonsCore-1.10.2-2.1.0.46-universal.jar!/cofh/api/energy/IEnergyReceiver.class
    * RF API class 'IEnergyStorage' is loaded from: jar:file:/C:/Users/vacca/AppData/Roaming/.minecraft/mods/BrandonsCore-1.10.2-2.1.0.46-universal.jar!/cofh/api/energy/IEnergyStorage.class
    * RF API class 'ItemEnergyContainer' is loaded from: jar:file:/C:/Users/vacca/AppData/Roaming/.minecraft/mods/BrandonsCore-1.10.2-2.1.0.46-universal.jar!/cofh/api/energy/ItemEnergyContainer.class
    * RF API class 'TileEnergyHandler' is loaded from: jar:file:/C:/Users/vacca/AppData/Roaming/.minecraft/mods/BrandonsCore-1.10.2-2.1.0.46-universal.jar!/cofh/api/energy/TileEnergyHandler.class
    Detailed Tesla API diagnostics:
    * Tesla API class 'Tesla' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.Tesla)
    * Tesla API class 'TeslaCapabilities' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.capability.TeslaCapabilities)
    * Tesla API class 'ITeslaConsumer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaConsumer)
    * Tesla API class 'ITeslaHolder' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaHolder)
    * Tesla API class 'ITeslaProducer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaProducer)
    * Tesla API class 'BaseTeslaContainer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.BaseTeslaContainer)
    * Tesla API class 'BaseTeslaContainerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.BaseTeslaContainerProvider)
    * Tesla API class 'InfiniteTeslaConsumer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaConsumer)
    * Tesla API class 'InfiniteTeslaConsumerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaConsumerProvider)
    * Tesla API class 'InfiniteTeslaProducer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaProducer)
    * Tesla API class 'InfiniteTeslaProducerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaProducerProvider)

    Profiler Position: N/A (disabled)
    Player Count: 1 / 8; [EntityPlayerMP['StaringSleet'/316, l='Killaheala', x=6.27, y=30.94, z=742.22]]
    Type: Integrated Server (map_client.txt)
    Is Modded: Definitely; Client brand changed to 'fml,forge'

    Posted in: Java Edition Support
  • 0

    posted a message on Read my crash report please

    Can someone help here please? i started to get delays in my world

    Posted in: Java Edition Support
  • 0

    posted a message on This is weird

    Well i have a weird problem, i tought updating forge would fix it but didnt, so basically every door and wall added by any mod its showing me missing textured (pink and black squares) no matter which mod, forestry, botania, biomes o plenty, all of them have this issue but only on walls and doors, any ideas?


    Just realized some fences have the same problems, and i said some because forestry fences are working fine, the rest of mods nope

    Posted in: Java Edition Support
  • 0

    posted a message on Read my crash report please

    So i had a weird crash today, can someone please tell me what failed?



    ---- Minecraft Crash Report ----

    WARNING: coremods are present:
    FCFMLCorePlugin (FinderCompass-1.10.2.jar)
    llibrary (llibrary-1.7.0-1.10.2.jar)
    IC2core (industrialcraft-2-2.6.86-ex110.jar)
    LoadingPlugin (RandomThings-MC1.10.2-3.7.6.jar)
    CXLibraryCore (cxlibrary-1.10.2-1.2.2.jar)
    EnderCorePlugin (EnderCore-1.10.2-0.4.1.56-beta.jar)
    IvToolkit (IvToolkit-1.2.8.5.jar)
    ShetiPhian-ASM (shetiphiancore-1.10.0-3.3.2.jar)
    CoreMod (Aroma1997Core-1.9.4-1.1.1.0.jar)
    FMLPlugin (InventoryTweaks-1.61-58.jar)
    CCLCorePlugin (CodeChickenLib-1.10.2-2.2.3.73-universal.jar)
    DepLoader (BrandonsCore-1.10.2-2.1.0.46-universal.jar)
    Contact their authors BEFORE contacting forge

    // Shall we play a game?

    Time: 11/5/16 8:23 PM
    Description: Exception ticking world

    java.lang.IllegalStateException: TickNextTick list out of synch
    at net.minecraft.world.WorldServer.func_72955_a(WorldServer.java:697)
    at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:218)
    at WorldServerOF.func_72835_b(WorldServerOF.java:37)
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:698)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613)
    at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:240)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471)
    at java.lang.Thread.run(Thread.java:745)


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

    -- Head --
    Thread: Server thread
    Stacktrace:
    at net.minecraft.world.WorldServer.func_72955_a(WorldServer.java:697)
    at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:218)
    at WorldServerOF.func_72835_b(WorldServerOF.java:37)

    -- Affected level --
    Details:
    Level name: Killaheala
    All players: 1 total; [EntityPlayerMP['StaringSleet'/271987, l='Killaheala', x=-144.68, y=63.00, z=439.87]]
    Chunk stats: ServerChunkCache: 585 Drop: 0
    Level seed: 7936601045892278198
    Level generator: ID 06 - BIOMESOP, ver 0. Features enabled: true
    Level generator options:
    Level spawn location: World: (-112,64,256), Chunk: (at 0,4,0 in -7,16; contains blocks -112,0,256 to -97,255,271), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
    Level time: 3495785 game time, 707142 day time
    Level dimension: 0
    Level storage version: 0x04ABD - Anvil
    Level weather: Rain time: 4308 (now: true), thunder time: 27111 (now: false)
    Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
    Stacktrace:
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:698)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613)
    at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:240)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471)
    at java.lang.Thread.run(Thread.java:745)

    -- System Details --
    Details:
    Minecraft Version: 1.10.2
    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: 1706306592 bytes (1627 MB) / 6429081600 bytes (6131 MB) up to 6429081600 bytes (6131 MB)
    JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx6G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
    IntCache: cache: 0, tcache: 0, allocated: 4, tallocated: 105
    FML: MCP 9.32 Powered by Forge 12.18.1.2095 Optifine OptiFine_1.10.2_HD_U_D2 113 mods loaded, 113 mods active
    States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
    UCHIJAAAAAAAAAAAAAA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
    UCHIJAAAAAAAAAAAAAA FML{8.0.99.99} [Forge Mod Loader] (forge-1.10.2-12.18.1.2095.jar)
    UCHIJAAAAAAAAAAAAAA Forge{12.18.1.2095} [Minecraft Forge] (forge-1.10.2-12.18.1.2095.jar)
    UCHIJAAAAAAAAAAAAAA Aroma1997Core{${version}} [Aroma1997Core] (Aroma1997Core-1.9.4-1.1.1.0.jar)
    UCHIJAAAAAAAAAAAAAA ivtoolkit{1.2.8.5} [IvToolkit] (minecraft.jar)
    UCHIJAAAAAAAAAAAAAA mantle{1.10.2-1.1.0.188} [Mantle] (Mantle-1.10.2-1.1.0.jar)
    UCHIJAAAAAAAAAAAAAA tconstruct{1.10.2-2.5.5.jenkins393} [Tinkers' Construct] (TConstruct-1.10.2-2.5.5.jar)
    UCHIJAAAAAAAAAAAAAA immersiveengineering{0.10-44} [Immersive Engineering] (ImmersiveEngineering-0.10-44.jar)
    UCHIJAAAAAAAAAAAAAA JEI{3.12.6.304} [Just Enough Items] (jei_1.10.2-3.12.6.304.jar)
    UCHIJAAAAAAAAAAAAAA abyssalcraft{1.9.3.3} [AbyssalCraft] (AbyssalCraft-1.10.2-1.9.3.3.jar)
    UCHIJAAAAAAAAAAAAAA aquaculture{1.4.0} [Aquaculture] (Aquaculture-1.10.2-1.4.0.28.jar)
    UCHIJAAAAAAAAAAAAAA Aroma1997CoreHelper{1.1.1.0} [Aroma1997Core|Helper] (Aroma1997Core-1.9.4-1.1.1.0.jar)
    UCHIJAAAAAAAAAAAAAA Aroma1997sDimension{1.0} [Aroma1997's Dimensional World] (Aroma1997s-Dimensional-World-1.9.4-1.2.0.2.jar)
    UCHIJAAAAAAAAAAAAAA AromaBackup{2.0.0.0.b58} [AromaBackup] (AromaBackup-1.9.4-2.0.0.0.b58.jar)
    UCHIJAAAAAAAAAAAAAA AromaBackupRecovery{1.0} [AromaBackup Recovery] (AromaBackup-1.9.4-2.0.0.0.b58.jar)
    UCHIJAAAAAAAAAAAAAA Baubles{1.3.BETA11} [Baubles] (Baubles-1.10.2-1.3.BETA11.jar)
    UCHIJAAAAAAAAAAAAAA bdlib{1.12.2.16} [BD Lib] (bdlib-1.12.2.16-mc1.10.2.jar)
    UCHIJAAAAAAAAAAAAAA BetterAchievements{0.3.1.34} [Better Achievements] (BetterAchievements-1.10.2-0.3.1.34.jar)
    UCHIJAAAAAAAAAAAAAA betteragriculture{0.16} [Better Agriculture] (BetterAgriculture_(MC-1.10)-0.16.jar)
    UCHIJAAAAAAAAAAAAAA BiomesOPlenty{5.0.0.2068} [Biomes O' Plenty] (BiomesOPlenty-1.10.2-5.0.0.2068-universal.jar)
    UCHIJAAAAAAAAAAAAAA Botania{r1.9-337} [Botania] (Botania r1.9-337.jar)
    UCHIJAAAAAAAAAAAAAA brandonscore{2.1.0} [Brandon's Core] (BrandonsCore-1.10.2-2.1.0.46-universal.jar)
    UCHIJAAAAAAAAAAAAAA Chameleon{1.10-2.1.7} [Chameleon] (Chameleon-1.10-2.1.7.jar)
    UCHIJAAAAAAAAAAAAAA chancecubes{1.10-2.2.1.120} [Chance Cubes] (ChanceCubes-1.10-2.2.1.120.jar)
    UCHIJAAAAAAAAAAAAAA chiselsandbits{12.6} [Chisels & Bits] (chiselsandbits-12.6.jar)
    UCHIJAAAAAAAAAAAAAA compactstorage{v2.0.0a} [CompactStorage] (compactstorage-2.1-1.9.4.jar)
    UCHIJAAAAAAAAAAAAAA cookingforblockheads{4.2.26} [Cooking for Blockheads] (CookingForBlockheads_1.10.2-4.2.26.jar)
    UCHIJAAAAAAAAAAAAAA cxlibrary{1.2.2} [CXLibrary] (cxlibrary-1.10.2-1.2.2.jar)
    UCHIJAAAAAAAAAAAAAA dldungeonsjdg{1.8.13} [Doomlike Dungeons] (DoomlikeDungeons-1.8.13-MC1.10.jar)
    UCHIJAAAAAAAAAAAAAA draconicevolution{2.0.0} [Draconic Evolution] (Draconic-Evolution-1.10.2-2.0.0.101-universal.jar)
    UCHIJAAAAAAAAAAAAAA mocreatures{10.0.3} [DrZhark's Mo'Creatures Mod] (DrZhark's Mo'Creatures Mod-10.0.3.jar)
    UCHIJAAAAAAAAAAAAAA endercompass{1.2.3.2} [Ender Compass] (EnderCompass-1.9.x-1.2.3.2.jar)
    UCHIJAAAAAAAAAAAAAA endercore{1.10.2-0.4.1.56-beta} [EnderCore] (EnderCore-1.10.2-0.4.1.56-beta.jar)
    UCHIJAAAAAAAAAAAAAA endercrop{1.9-1.2-1836} [Ender Crop] (endercrop-1.9.4-1.3.1.jar)
    UCHIJAAAAAAAAAAAAAA Waila{1.7.0} [Waila] (Waila-1.7.0-B3_1.9.4.jar)
    UCHIJAAAAAAAAAAAAAA EnderIO{1.10.2-3.0.1.120_beta} [Ender IO] (EnderIO-1.10.2-3.0.1.120_beta.jar)
    UCHIJAAAAAAAAAAAAAA valkyrielib{1.10.2-0.10.5d} [Valkyrie Lib] (valkyrielib-1.10.2-0.10.5d.jar)
    UCHIJAAAAAAAAAAAAAA environmentaltech{1.10.2-0.10.5f} [Environmental Tech] (environmentaltech-1.10.2-0.10.5f.jar)
    UCHIJAAAAAAAAAAAAAA tem{2.2.0} [Tim's Expansion Mod] (ExpansionMod-2.2.0(MC1.10.2).jar)
    UCHIJAAAAAAAAAAAAAA ExtraUtils2{1.0} [ExtraUtils2] (extrautils2-1.10.2-alpha-1.1.0c.jar)
    UCHIJAAAAAAAAAAAAAA FinderCompass{1.10a} [Finder Compass] (FinderCompass-1.10.2.jar)
    UCHIJAAAAAAAAAAAAAA flatcoloredblocks{mc1.10-v4.3} [Flat Colored Blocks] (flatcoloredblocks-mc1.10-v4.3.jar)
    UCHIJAAAAAAAAAAAAAA IC2{2.6.86-ex110} [IndustrialCraft 2] (industrialcraft-2-2.6.86-ex110.jar)
    UCHIJAAAAAAAAAAAAAA forestry{5.2.15.296} [Forestry] (forestry_1.10.2-5.2.15.296.jar)
    UCHIJAAAAAAAAAAAAAA advgenerators{0.9.20.17} [Advanced Generators] (generators-0.9.20.17-mc1.10.2.jar)
    UCHIJAAAAAAAAAAAAAA imc{1.12.1} [Improving Minecraft] (Improving Minecraft-1.12.1.jar)
    UCHIJAAAAAAAAAAAAAA InfernalMobs{1.7.1} [Infernal Mobs] (InfernalMobs-1.10.jar)
    UCHIJAAAAAAAAAAAAAA InventoryPets{1.4.8.2} [Inventory Pets] (inventorypets-1.10-1.4.8.2.jar)
    UCHIJAAAAAAAAAAAAAA inventorytweaks{1.61-58-a1fd884} [Inventory Tweaks] (InventoryTweaks-1.61-58.jar)
    UCHIJAAAAAAAAAAAAAA irishluck{0.3.2} [Irish Luck] (IrishLuck-0.3.2-MC[1.9.4-1.10-1.10.2].jar)
    UCHIJAAAAAAAAAAAAAA ironbackpacks{1.10.2-2.2.7} [Iron Backpacks] (IronBackpacks-1.10.2-2.2.7.jar)
    UCHIJAAAAAAAAAAAAAA ironchest{1.10.2-7.0.11.797} [Iron Chest] (ironchest-1.10.2-7.0.11.797.jar)
    UCHIJAAAAAAAAAAAAAA JEFB{1.0.4} [Just Enough Forestry Bees] (jefb_1.10.2-1.0.4.jar)
    UCHIJAAAAAAAAAAAAAA journeymap{1.10.2-5.2.4} [JourneyMap] (journeymap-1.10.2-5.2.4-unlimited.jar)
    UCHIJAAAAAAAAAAAAAA llibrary{1.7.0} [LLibrary] (llibrary-1.7.0-1.10.2.jar)
    UCHIJAAAAAAAAAAAAAA jurassicraft{2.0.4} [JurassiCraft] (JurassiCraft-2.0.4.jar)
    UCHIJAAAAAAAAAAAAAA je_calculation{1.10.2-2.1.3} [Just Enough Calculation] (JustEnoughCalculation-1.10.2-2.1.3.jar)
    UCHIJAAAAAAAAAAAAAA jeresources{0.5.4.67} [Just Enough Resources] (JustEnoughResources-1.10.2-0.5.4.67.jar)
    UCHIJAAAAAAAAAAAAAA kindergarten{1.2.2} [KAGIC] (kindergarten-1.3.1.jar)
    UCHIJAAAAAAAAAAAAAA levels{r4.1.3} [Levels] (Levels-1.10.2-r4.1.3.jar)
    UCHIJAAAAAAAAAAAAAA levelup{${version}} [Level Up!] (LevelUp!-0.12.4-1.10.2.jar)
    UCHIJAAAAAAAAAAAAAA lootbags{2.2.0} [Loot Bags] (LootBags-1.10.2-2.2.0.jar)
    UCHIJAAAAAAAAAAAAAA lucky_cases{1.3.3} [Lucky Cases] (LuckyCases-1.10.2-1.3.3.jar)
    UCHIJAAAAAAAAAAAAAA magicclover{1.9-0.7.4} [Magic Clover] (magicclover-1.9-0.7.4.jar)
    UCHIJAAAAAAAAAAAAAA RadixCore{1.10.2-2.1.3} [RadixCore] (RadixCore-1.10.2-2.1.3-universal.jar)
    UCHIJAAAAAAAAAAAAAA MCA{1.10.2-5.2.3} [Minecraft Comes Alive] (MCA-1.10.2-5.2.3-universal.jar)
    UCHIJAAAAAAAAAAAAAA minecolonies{1.10.2-0.4.1358} [MineColonies] (minecolonies-universal-1.10.2-0.4.1358.jar)
    UCHIJAAAAAAAAAAAAAA mineTunes{1.2-9} [mineTunes] (MineTunes 1.2-9.jar)
    UCHIJAAAAAAAAAAAAAA moarsigns{4.0.1.4} [MoarSigns] (MoarSigns-1.10.2-4.0.1.4.jar)
    UCHIJAAAAAAAAAAAAAA morebees{1.10.2-1.1.3} [More Bees] (morebees-1.10.2-1.1.3.jar)
    UCHIJAAAAAAAAAAAAAA MoreFurnaces{1.8.2} [More Furnaces] (MoreFurnaces-1.10.2-1.8.2.jar)
    UCHIJAAAAAAAAAAAAAA mousetweaks{2.6.4} [Mouse Tweaks] (MouseTweaks-2.6.4-mc1.10.2.jar)
    UCHIJAAAAAAAAAAAAAA MultiPageChest{1.7.0} [Multi Page Chest] (MultiPageChest-1.10-1.7.0.jar)
    UCHIJAAAAAAAAAAAAAA nethercore{1.10.2-2.0.3} [Nether Core] (nethercore-1.10.2-2.0.3.jar)
    UCHIJAAAAAAAAAAAAAA harvestcraft{1.9.4-1.10.2f} [Pam's HarvestCraft] (Pam's HarvestCraft 1.9.4-1.10.2f.jar)
    UCHIJAAAAAAAAAAAAAA shetiphiancore{3.3.2} [ShetiPhian-Core] (shetiphiancore-1.10.0-3.3.2.jar)
    UCHIJAAAAAAAAAAAAAA platforms{1.2.1} [Platforms] (platforms-1.10.0-1.2.1.jar)
    UCHIJAAAAAAAAAAAAAA prefab{1.1.1.4} [Prefab] (prefab-1.1.1.4.jar)
    UCHIJAAAAAAAAAAAAAA progressiveautomation{1.6.51} [Progressive Automation] (ProgressiveAutomation-1.10.2-1.6.51.jar)
    UCHIJAAAAAAAAAAAAAA ProjectE{1.10.2-PE1.0.6B} [ProjectE] (ProjectE-1.10.2-PE1.0.6B.jar)
    UCHIJAAAAAAAAAAAAAA quantumflux{2.0.8} [QuantumFlux] (quantumflux-1.10.2-2.0.8.jar)
    UCHIJAAAAAAAAAAAAAA railcraft{10.0.0} [Railcraft] (Railcraft_1.10.2-10.0.0.jar)
    UCHIJAAAAAAAAAAAAAA randomthings{3.7.6} [Random Things] (RandomThings-MC1.10.2-3.7.6.jar)
    UCHIJAAAAAAAAAAAAAA reccomplex{1.2.2} [Recurrent Complex] (RecurrentComplex-1.2.2.jar)
    UCHIJAAAAAAAAAAAAAA xreliquary{1.10.2-1.3.3.581} [Reliquary] (Reliquary-1.10.2-1.3.3.581.jar)
    UCHIJAAAAAAAAAAAAAA rftools{5.53} [RFTools] (rftools-1.10-5.53.jar)
    UCHIJAAAAAAAAAAAAAA rftoolsdim{4.43} [RFTools Dimensions] (rftoolsdim-1.10-4.43.jar)
    UCHIJAAAAAAAAAAAAAA Roguelike{1.5.4} [Roguelike Dungeons] (RoguelikeDungeons-1.10.2-1.5.4.jar)
    UCHIJAAAAAAAAAAAAAA roots{0.204} [Roots] (roots-1.10.2-0.204.0.jar)
    UCHIJAAAAAAAAAAAAAA RTG{1.10.2} [Realistic Terrain Generation] (RTG-1.10.2-4.1.1.2.jar)
    UCHIJAAAAAAAAAAAAAA RuinsAndConstructs{1.0.4} [RuinsAndConstructs] (Ruins And Constructs (v1.0.4).jar)
    UCHIJAAAAAAAAAAAAAA simplegenerators{1.10.2-0.10.5a} [Simple Generators] (simplegenerators-1.10.2-0.10.5a.jar)
    UCHIJAAAAAAAAAAAAAA simpleretrogen{4.0.1+8} [Simple Retrogen] (simpleretrogen-1.10-4.0.1+8.jar)
    UCHIJAAAAAAAAAAAAAA StorageDrawers{1.10.2-3.2.7} [Storage Drawers] (StorageDrawers-1.10.2-3.2.7.jar)
    UCHIJAAAAAAAAAAAAAA superminer_core{[1.10.2]-2.1.3.073} [SuperMiner] (SuperMiner-[1.10.2]-2.1.3.073.jar)
    UCHIJAAAAAAAAAAAAAA superminer_captivator{[1.10.2]-2.1.3.073} [SuperMiner Captivator] (SuperMiner-[1.10.2]-2.1.3.073.jar)
    UCHIJAAAAAAAAAAAAAA superminer_cropinator{[1.10.2]-2.1.3.073} [SuperMiner Copinator] (SuperMiner-[1.10.2]-2.1.3.073.jar)
    UCHIJAAAAAAAAAAAAAA superminer_excavator{[1.10.2]-2.1.3.073} [SuperMiner Excavator] (SuperMiner-[1.10.2]-2.1.3.073.jar)
    UCHIJAAAAAAAAAAAAAA superminer_illuminator{[1.10.2]-2.1.3.073} [SuperMiner Illuminator] (SuperMiner-[1.10.2]-2.1.3.073.jar)
    UCHIJAAAAAAAAAAAAAA superminer_lumbinator{[1.10.2]-2.1.3.073} [SuperMiner Lumbinator] (SuperMiner-[1.10.2]-2.1.3.073.jar)
    UCHIJAAAAAAAAAAAAAA superminer_shaftanator{[1.10.2]-2.1.3.073} [SuperMiner Shaftanator] (SuperMiner-[1.10.2]-2.1.3.073.jar)
    UCHIJAAAAAAAAAAAAAA superminer_substitutor{[1.10.2]-2.1.3.073} [SuperMiner Substitutor] (SuperMiner-[1.10.2]-2.1.3.073.jar)
    UCHIJAAAAAAAAAAAAAA superminer_veinator{[1.10.2]-2.1.3.073} [SuperMiner Veinator] (SuperMiner-[1.10.2]-2.1.3.073.jar)
    UCHIJAAAAAAAAAAAAAA taiga{1.1.4} [Tinkers Alloying Addon] (taiga-1.10.2-1.1.4.jar)
    UCHIJAAAAAAAAAAAAAA thutcore{3.6.5} [ThutCore] (thutcore-1.9.4-3.6.5.3.jar)
    UCHIJAAAAAAAAAAAAAA thuttech{4.0.5} [Thut's Tech] (thuttech-4.0.5.jar)
    UCHIJAAAAAAAAAAAAAA tinker_io{release 2.3.6} [Tinker I/O] (tinker_io-1.10.2-release 2.3.6.jar)
    UCHIJAAAAAAAAAAAAAA tinkertoolleveling{1.10.2-1.0.0.DEV.6544f71} [Tinkers Tool Leveling] (TinkerToolLeveling-1.10.2-1.0.0.jar)
    UCHIJAAAAAAAAAAAAAA VersionChecker{@VERSION@} [Version Checker] (VersionChecker-v1.2.8-mc1.10.2.jar)
    UCHIJAAAAAAAAAAAAAA villagebox{0.5.0} [Village Box] (villagebox-1.10.2-0.5.0.jar)
    UCHIJAAAAAAAAAAAAAA icse{1.1.0.0} [I Can See Everything] (Wawla-1.10.2-2.3.0.206.jar)
    UCHIJAAAAAAAAAAAAAA wawla{2.3.0.202} [What Are We Looking At] (Wawla-1.10.2-2.3.0.206.jar)
    UCHIJAAAAAAAAAAAAAA UniDict{1.10.2-2.2} [UniDict] (UniDict-1.10.2-2.2.jar)
    Loaded coremods (and transformers):
    FCFMLCorePlugin (FinderCompass-1.10.2.jar)
    atomicstryker.findercompass.client.coremod.FCTransformer
    llibrary (llibrary-1.7.0-1.10.2.jar)
    net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
    net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
    IC2core (industrialcraft-2-2.6.86-ex110.jar)

    LoadingPlugin (RandomThings-MC1.10.2-3.7.6.jar)
    lumien.randomthings.asm.ClassTransformer
    CXLibraryCore (cxlibrary-1.10.2-1.2.2.jar)
    cubex2.cxlibrary.CoreModTransformer
    EnderCorePlugin (EnderCore-1.10.2-0.4.1.56-beta.jar)
    com.enderio.core.common.transform.EnderCoreTransformer
    IvToolkit (IvToolkit-1.2.8.5.jar)

    ShetiPhian-ASM (shetiphiancore-1.10.0-3.3.2.jar)
    shetiphian.core.asm.ClassTransformer
    CoreMod (Aroma1997Core-1.9.4-1.1.1.0.jar)

    FMLPlugin (InventoryTweaks-1.61-58.jar)
    invtweaks.forge.asm.ContainerTransformer
    CCLCorePlugin (CodeChickenLib-1.10.2-2.2.3.73-universal.jar)
    codechicken.lib.asm.ClassHeirachyManager
    codechicken.lib.asm.RenderHookTransformer
    DepLoader (BrandonsCore-1.10.2-2.1.0.46-universal.jar)

    GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
    Pulsar/tconstruct loaded Pulses:
    - TinkerCommons (Enabled/Forced)
    - TinkerWorld (Enabled/Not Forced)
    - TinkerTools (Enabled/Not Forced)
    - TinkerHarvestTools (Enabled/Forced)
    - TinkerMeleeWeapons (Enabled/Forced)
    - TinkerRangedWeapons (Enabled/Forced)
    - TinkerModifiers (Enabled/Forced)
    - TinkerSmeltery (Enabled/Not Forced)
    - TinkerGadgets (Enabled/Not Forced)
    - TinkerOredict (Enabled/Forced)
    - TinkerIntegration (Enabled/Forced)
    - TinkerFluids (Enabled/Forced)
    - TinkerMaterials (Enabled/Forced)
    - TinkerModelRegister (Enabled/Forced)
    - chiselsandbitsIntegration (Enabled/Not Forced)
    - WailaIntegration (Enabled/Not Forced)

    List of loaded APIs:
    * AbyssalCraftAPI (1.8.5) from AbyssalCraft-1.10.2-1.9.3.3.jar
    * AromaBackupAPI (1.0) from AromaBackup-1.9.4-2.0.0.0.b58.jar
    * Baubles|API (1.1.1.0) from inventorypets-1.10-1.4.8.2.jar
    * BetterAchievements|API (0.3.1.34) from BetterAchievements-1.10.2-0.3.1.34.jar
    * BotaniaAPI (85) from Botania r1.9-337.jar
    * ChiselsAndBitsAPI (12.5.0) from chiselsandbits-12.6.jar
    * CoFHAPI (1.8.9R1.2.0B1) from Railcraft_1.10.2-10.0.0.jar
    * CoFHAPI|block (1.8.9R1.2.0B1) from ProgressiveAutomation-1.10.2-1.6.51.jar
    * CoFHAPI|core (1.8.9R1.2.0B1) from valkyrielib-1.10.2-0.10.5d.jar
    * CoFHAPI|energy (1.8.9R1.2.0B1) from quantumflux-1.10.2-2.0.8.jar
    * CoFHAPI|inventory (1.8.9R1.2.0B1) from valkyrielib-1.10.2-0.10.5d.jar
    * CoFHAPI|item (1.8.9R1.2.0B1) from valkyrielib-1.10.2-0.10.5d.jar
    * CoFHAPI|tileentity (1.8.9R1.2.0B1) from ProgressiveAutomation-1.10.2-1.6.51.jar
    * compactstorage (v2.0.0a) from compactstorage-2.1-1.9.4.jar
    * DLDungeonsAPI (1.1) from DoomlikeDungeons-1.8.13-MC1.10.jar
    * DraconicEvolution|API (1.3) from Draconic-Evolution-1.10.2-2.0.0.101-universal.jar
    * EnderIOAPI (0.0.2) from EnderIO-1.10.2-3.0.1.120_beta.jar
    * EnderIOAPI|Redstone (0.0.2) from EnderIO-1.10.2-3.0.1.120_beta.jar
    * EnderIOAPI|Teleport (0.0.2) from EnderIO-1.10.2-3.0.1.120_beta.jar
    * EnderIOAPI|Tools (0.0.2) from MoarSigns-1.10.2-4.0.1.4.jar
    * environmentaltech-api (1.10.2-0.10.5f) from environmentaltech-1.10.2-0.10.5f.jar
    * ForestryAPI|apiculture (5.0.0) from forestry_1.10.2-5.2.15.296.jar
    * ForestryAPI|arboriculture (4.2.1) from forestry_1.10.2-5.2.15.296.jar
    * ForestryAPI|circuits (3.1.0) from forestry_1.10.2-5.2.15.296.jar
    * ForestryAPI|climate (2.1.0) from forestry_1.10.2-5.2.15.296.jar
    * ForestryAPI|core (5.0.0) from forestry_1.10.2-5.2.15.296.jar
    * ForestryAPI|farming (2.1.0) from forestry_1.10.2-5.2.15.296.jar
    * ForestryAPI|food (1.1.0) from forestry_1.10.2-5.2.15.296.jar
    * ForestryAPI|fuels (3.0.0) from forestry_1.10.2-5.2.15.296.jar
    * ForestryAPI|genetics (4.7.1) from forestry_1.10.2-5.2.15.296.jar
    * ForestryAPI|greenhouse (5.2.0) from forestry_1.10.2-5.2.15.296.jar
    * ForestryAPI|hives (4.1.0) from forestry_1.10.2-5.2.15.296.jar
    * ForestryAPI|lepidopterology (1.3.0) from forestry_1.10.2-5.2.15.296.jar
    * ForestryAPI|mail (3.0.0) from forestry_1.10.2-5.2.15.296.jar
    * ForestryAPI|multiblock (3.0.0) from forestry_1.10.2-5.2.15.296.jar
    * ForestryAPI|recipes (5.4.0) from forestry_1.10.2-5.2.15.296.jar
    * ForestryAPI|storage (5.0.0) from forestry_1.10.2-5.2.15.296.jar
    * ForestryAPI|world (2.1.0) from forestry_1.10.2-5.2.15.296.jar
    * ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.10-44.jar
    * ImmersiveEngineering|ImmersiveFluxAPI (1.0) from ImmersiveEngineering-0.10-44.jar
    * IronBackpacks|API (0.5) from IronBackpacks-1.10.2-2.2.7.jar
    * jeresources|API (0.5.4.67) from JustEnoughResources-1.10.2-0.5.4.67.jar
    * journeymap|client-api (1.2) from journeymap-1.10.2-5.2.4-unlimited.jar
    * journeymap|client-api-display (1.2) from journeymap-1.10.2-5.2.4-unlimited.jar
    * journeymap|client-api-event (1.2) from journeymap-1.10.2-5.2.4-unlimited.jar
    * journeymap|client-api-model (1.2) from journeymap-1.10.2-5.2.4-unlimited.jar
    * journeymap|client-api-util (1.2) from journeymap-1.10.2-5.2.4-unlimited.jar
    * JustEnoughItemsAPI (4.9.0) from jei_1.10.2-3.12.6.304.jar
    * McJtyLib (1.10-2.1.4) from mcjtylib-1.10-2.1.4.jar
    * MoarSigns|API (1.1) from MoarSigns-1.10.2-4.0.1.4.jar
    * ProjectEAPI (1.9.4-1.0.0) from ProjectE-1.10.2-PE1.0.6B.jar
    * railcraft:API|core (2.0.0) from Railcraft_1.10.2-10.0.0.jar
    * RailcraftAPI|bore (2.0.0) from Railcraft_1.10.2-10.0.0.jar
    * RailcraftAPI|carts (2.0.0) from Railcraft_1.10.2-10.0.0.jar
    * RailcraftAPI|charge (3.0.0) from Railcraft_1.10.2-10.0.0.jar
    * RailcraftAPI|crafting (2.0.0) from Railcraft_1.10.2-10.0.0.jar
    * RailcraftAPI|events (2.0.0) from Railcraft_1.10.2-10.0.0.jar
    * RailcraftAPI|fuel (2.0.0) from Railcraft_1.10.2-10.0.0.jar
    * RailcraftAPI|helpers (2.0.0) from Railcraft_1.10.2-10.0.0.jar
    * RailcraftAPI|items (2.0.0) from Railcraft_1.10.2-10.0.0.jar
    * RailcraftAPI|locomotive (2.0.0) from Railcraft_1.10.2-10.0.0.jar
    * RailcraftAPI|signals (3.0.0) from Railcraft_1.10.2-10.0.0.jar
    * RailcraftAPI|tracks (3.0.0) from Railcraft_1.10.2-10.0.0.jar
    * StorageDrawersAPI (1.7.10-1.2.0) from StorageDrawers-1.10.2-3.2.7.jar
    * StorageDrawersAPI|config (1.7.10-1.2.0) from StorageDrawers-1.10.2-3.2.7.jar
    * StorageDrawersAPI|event (1.7.10-1.2.0) from StorageDrawers-1.10.2-3.2.7.jar
    * StorageDrawersAPI|inventory (1.7.10-1.2.0) from StorageDrawers-1.10.2-3.2.7.jar
    * StorageDrawersAPI|pack (1.7.10-1.2.0) from StorageDrawers-1.10.2-3.2.7.jar
    * StorageDrawersAPI|registry (1.7.10-1.2.0) from StorageDrawers-1.10.2-3.2.7.jar
    * StorageDrawersAPI|render (1.7.10-1.2.0) from StorageDrawers-1.10.2-3.2.7.jar
    * StorageDrawersAPI|storage (1.7.10-1.2.0) from StorageDrawers-1.10.2-3.2.7.jar
    * StorageDrawersAPI|storage-attribute (1.7.10-1.2.0) from StorageDrawers-1.10.2-3.2.7.jar
    * thut|API (1.0.0) from thutcore-1.9.4-3.6.5.3.jar
    * valkyrielib.api (1.10.2-0.10.5d) from valkyrielib-1.10.2-0.10.5d.jar
    * WailaAPI (1.3) from Waila-1.7.0-B3_1.9.4.jar
    EnderIO: Found the following problem(s) with your installation (That does NOT mean that Ender IO caused the crash or was involved in it in any way. We add this information to help finding common problems, not as an invitation to post any crash you encounter to Ender IO's issue tracker. Always check the stack trace above to see which mod is most likely failing.):
    * Optifine is installed. This is NOT supported.
    * Our API got loaded from MoarSigns-1.10.2-4.0.1.4.jar. That's unexpected.
    This may (look up the meaning of 'may' in the dictionary if you're not sure what it means) have caused the error. Try reproducing the crash WITHOUT this/these mod(s) before reporting it.
    Detailed RF API diagnostics:
    * RF API class 'EnergyStorage' is loaded from: jar:file:/C:/Users/vacca/AppData/Roaming/.minecraft/mods/BrandonsCore-1.10.2-2.1.0.46-universal.jar!/cofh/api/energy/EnergyStorage.class
    * RF API class 'IEnergyConnection' is loaded from: jar:file:/C:/Users/vacca/AppData/Roaming/.minecraft/mods/BrandonsCore-1.10.2-2.1.0.46-universal.jar!/cofh/api/energy/IEnergyConnection.class
    * RF API class 'IEnergyContainerItem' is loaded from: jar:file:/C:/Users/vacca/AppData/Roaming/.minecraft/mods/BrandonsCore-1.10.2-2.1.0.46-universal.jar!/cofh/api/energy/IEnergyContainerItem.class
    * RF API class 'IEnergyHandler' is loaded from: jar:file:/C:/Users/vacca/AppData/Roaming/.minecraft/mods/BrandonsCore-1.10.2-2.1.0.46-universal.jar!/cofh/api/energy/IEnergyHandler.class
    * RF API class 'IEnergyProvider' is loaded from: jar:file:/C:/Users/vacca/AppData/Roaming/.minecraft/mods/BrandonsCore-1.10.2-2.1.0.46-universal.jar!/cofh/api/energy/IEnergyProvider.class
    * RF API class 'IEnergyReceiver' is loaded from: jar:file:/C:/Users/vacca/AppData/Roaming/.minecraft/mods/BrandonsCore-1.10.2-2.1.0.46-universal.jar!/cofh/api/energy/IEnergyReceiver.class
    * RF API class 'IEnergyStorage' is loaded from: jar:file:/C:/Users/vacca/AppData/Roaming/.minecraft/mods/BrandonsCore-1.10.2-2.1.0.46-universal.jar!/cofh/api/energy/IEnergyStorage.class
    * RF API class 'ItemEnergyContainer' is loaded from: jar:file:/C:/Users/vacca/AppData/Roaming/.minecraft/mods/BrandonsCore-1.10.2-2.1.0.46-universal.jar!/cofh/api/energy/ItemEnergyContainer.class
    * RF API class 'TileEnergyHandler' is loaded from: jar:file:/C:/Users/vacca/AppData/Roaming/.minecraft/mods/BrandonsCore-1.10.2-2.1.0.46-universal.jar!/cofh/api/energy/TileEnergyHandler.class
    Detailed Tesla API diagnostics:
    * Tesla API class 'Tesla' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.Tesla)
    * Tesla API class 'TeslaCapabilities' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.capability.TeslaCapabilities)
    * Tesla API class 'ITeslaConsumer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaConsumer)
    * Tesla API class 'ITeslaHolder' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaHolder)
    * Tesla API class 'ITeslaProducer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaProducer)
    * Tesla API class 'BaseTeslaContainer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.BaseTeslaContainer)
    * Tesla API class 'BaseTeslaContainerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.BaseTeslaContainerProvider)
    * Tesla API class 'InfiniteTeslaConsumer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaConsumer)
    * Tesla API class 'InfiniteTeslaConsumerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaConsumerProvider)
    * Tesla API class 'InfiniteTeslaProducer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaProducer)
    * Tesla API class 'InfiniteTeslaProducerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaProducerProvider)

    Profiler Position: N/A (disabled)
    Player Count: 1 / 8; [EntityPlayerMP['StaringSleet'/271987, l='Killaheala', x=-144.68, y=63.00, z=439.87]]
    Type: Integrated Server (map_client.txt)
    Is Modded: Definitely; Client brand changed to 'fml,forge'
    OptiFine Version: OptiFine_1.10.2_HD_U_D2
    Render Distance Chunks: 10
    Mipmaps: 4
    Anisotropic Filtering: 1
    Antialiasing: 0
    Multitexture: false
    Shaders: (internal)
    OpenGlVersion: 4.5.0 NVIDIA 369.09
    OpenGlRenderer: GeForce GTX 750 Ti/PCIe/SSE2
    OpenGlVendor: NVIDIA Corporation
    CpuCount: 4

    Posted in: Java Edition Support
  • 0

    posted a message on Magic Clover - Four-Leaf Clover in Minecraft!

    Is there any way to make the clovers drop items from other mods as well?



    Heh nvm :D just read back someone answered

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