im getting this crash when initializing the game Spoiler: crashlog ---- Minecraft crash-report ---- WARNING: coremods are present: AppleCore (AppleCore-mc1.9.4-1.3.4.jar) CoreXU2 (extrautils2-1.9.4-alpha-1.0.0a.jar) LoadingPlugin (Quark-beta-29.jar) FldLoadingPlugin (FastLeafDecay-MC1.9.4-1.7.jar) LoadingPlugin (ResourceLoader-MC1.9.4-1.5.1.jar) FMLPlugin (InventoryTweaks-1.61-beta-54.jar) CoreMod (Aroma1997Core-1.9.4-1.0.7.0.jar) MDECore-Core (mdecore-1.9.4-1.0.jar) LoadingPlugin (RandomThings-MC1.9.4-3.7.3.jar) ShetiPhian-ASM (shetiphiancore-1.9.4-3.2.6.jar) EnderCorePlugin (EnderCore-1.9.4-0.4.0.26-alpha.jar) IC2core (industrialcraft-2-2.5.50-ex19.jar) Contact their authors BEFORE contacting forge // My bad. Time: 23/06/16 9:15 PM Description: There was a severe problem during mod loading that has caused the game to fail net.minecraftforge.fml.common.LoaderException: java.lang.NoClassDefFoundError: net/minecraftforge/event/entity/player/PlayerOpenContainerEvent at net.minecraftforge.fml.common.LoadController.transition(LoadController.java:186) at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:596) at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:255) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:437) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:349) 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) Caused by: java.lang.NoClassDefFoundError: net/minecraftforge/event/entity/player/PlayerOpenContainerEvent at java.lang.Class.getDeclaredMethods0(Native Method) at java.lang.Class.privateGetDeclaredMethods(Class.java:2693) at java.lang.Class.privateGetPublicMethods(Class.java:2894) at java.lang.Class.getMethods(Class.java:1607) at net.minecraftforge.fml.common.eventhandler.EventBus.register(EventBus.java:79) at fi.dy.masa.enderutilities.proxy.CommonProxy.registerEventHandlers(CommonProxy.java:65) at fi.dy.masa.enderutilities.proxy.ClientProxy.registerEventHandlers(ClientProxy.java:151) at fi.dy.masa.enderutilities.EnderUtilities.preInit(EnderUtilities.java:63) 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:572) 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:235) at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:213) 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:142) at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:593) ... 10 more Caused by: java.lang.ClassNotFoundException: net.minecraftforge.event.entity.player.PlayerOpenContainerEvent at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) at java.lang.ClassLoader.loadClass(ClassLoader.java:424) at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ... 44 more Caused by: java.lang.ArrayIndexOutOfBoundsException A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- System Details -- Details: Minecraft Version: 1.9.4 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: 921147632 bytes (878 MB) / 1541931008 bytes (1470 MB) up to 2863661056 bytes (2731 MB) JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx3072m -Xms256m -XXermSize=256m IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: MCP 9.28 Powered by Forge 12.17.0.1980 97 mods loaded, 96 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.9.4-12.17.0.1980-1.10.0.jar) UCH Forge{12.17.0.1980} [Minecraft Forge] (forge-1.9.4-12.17.0.1980-1.10.0.jar) UCH Aroma1997Core{${version}} [Aroma1997Core] (Aroma1997Core-1.9.4-1.0.7.0.jar) UCH agriculturalexpansion{beta 1.1.9} [Agricultural Expansion] (AgriculturalExpansion[1.9.4]-beta 1.1.9.jar) UCH ExtraUtils2{1.0} [ExtraUtils2] (extrautils2-1.9.4-alpha-1.0.0a.jar) UCH JEI{3.6.7.216} [Just Enough Items] (jei_1.9.4-3.6.7.216.jar) UCH AppleCore{1.3.4} [AppleCore] (AppleCore-mc1.9.4-1.3.4.jar) UCH Aroma1997CoreHelper{1.0.7.0} [Aroma1997Core|Helper] (Aroma1997Core-1.9.4-1.0.7.0.jar) UCH AromaBackup{1.0.1.1} [AromaBackup] (AromaBackup-1.9.4-1.0.1.1.jar) UCH AromaBackupRecovery{1.0} [AromaBackup Recovery] (AromaBackup-1.9.4-1.0.1.1.jar) UCH mdecore{1.9.4-1.0} [MattDahEpic Core] (mdecore-1.9.4-1.0.jar) UCH autooredictconv{1.9.4-1.0} [Auto Ore Dictionary Converter] (autooredictconv-1.9.4-1.0.jar) UCH autopackager{1.6.3} [AutoPackager] (autopackager-1.6.3.jar) UCH Baubles{1.2.1.0} [Baubles] (Baubles-1.9.4-1.2.1.0.jar) UCH bdlib{1.12.0.2} [BD Lib] (bdlib-1.12.0.2-mc1.9.4.jar) UCH blockdrops{1.0.3} [Block Drops] (BlockDrops-1.9.4-1.0.3.jar) UCH BloodMagic{1.9.4-2.0.2-45} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.9.4-2.0.2-45.jar) UCH BloodArsenal{1.9.4-2.0.0-5} [Blood Arsenal] (BloodArsenal-1.9.4-2.0.0-5.jar) UCH Botania{r1.8-310} [Botania] (Botania-unofficial.r1.8-310.jar) UCH canijoinnow{@VERSION@} [Can I Join Now?] (CanIJoinNow-1.9.4-1.0-3.jar) UCH Chameleon{1.9-2.1.4} [Chameleon] (Chameleon-1.9-2.1.4.jar) UCH chiselsandbits{10.8} [Chisels & Bits] (chiselsandbits-10.8.jar) UCH compactstorage{v2.0.0a} [CompactStorage] (compactstorage-2.1-1.9.4.jar) UCH compasscoords{1.9.4-3.1.4} [Compass Co-ords] (CompassCoords-1.9.4-3.1.4.jar) UCH cookingforblockheads{3.1.26} [Cooking for Blockheads] (CookingForBlockheads-mc1.9.4-3.1.26.jar) UCH craftingtweaks{5.0.6} [Crafting Tweaks] (craftingtweaks-mc1.9.4-5.0.6.jar) UCH cyclopscore{0.6.3} [Cyclops Core] (CyclopsCore-1.9.4-0.6.3.jar) UCH ElecCore{1.5.292} [ElecCore] (ElecCore-1.9.4-1.5.292.jar) UCH deepresonance{1.2.0beta35} [DeepResonance] (deepresonance-1.9.4-1.2.0beta35.jar) UCH dldungeonsjdg{1.8.13} [Doomlike Dungeons] (DoomlikeDungeons-1.8.13-MC1.9.4.jar) UCH EnderBags{2.0.1} [EnderBags] (EnderBags-1.9.4-2.0.0.jar) UCH endercore{1.9.4-0.4.0.26-alpha} [EnderCore] (EnderCore-1.9.4-0.4.0.26-alpha.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.9.4-3.0.0.45_alpha} [Ender IO] (EnderIO-1.9.4-3.0.0.45_alpha.jar) UCH enderrift{0.16.3} [Ender-Rift] (EnderRift-1.9.4-0.16.3.jar) UCH shetiphiancore{3.2.6} [ShetiPhian-Core] (shetiphiancore-1.9.4-3.2.6.jar) UCH endertanks{1.3.6} [EnderTanks] (endertanks-1.9.4-1.3.6.jar) UCE enderutilities{0.6.4} [Ender Utilities] (enderutilities-1.9.4-0.6.4.jar) UCH evilcraft{0.10.2} [EvilCraft] (EvilCraft-1.9.4-0.10.2.jar) UCH expandablebackpack{1.0} [Expandable Backpacks] (expandableBackpacks1.0.1-1.9.4.jar) UCH FFS{1.9.4-1.6.3-b23} [Fancy Fluid Storage] (Fancy Fluid Storage-1.9.4-1.6.3-b23.jar) UCH fastleafdecay{1.6} [Fast Leaf Decay] (FastLeafDecay-MC1.9.4-1.7.jar) UCH flatcoloredblocks{mc1.9.4-v3.1} [Flat Colored Blocks] (flatcoloredblocks-mc1.9.4-v3.1.jar) UCH IC2{2.5.50-ex19} [IndustrialCraft 2] (industrialcraft-2-2.5.50-ex19.jar) UCH forestry{5.0.23.170} [Forestry] (forestry_1.9.4-5.0.23.170.jar) UCH forgeanalytics{0.0.0.16} [Forge Analytics] (ForgeAnalytics-1.9-0.0.0.16.jar) UCH ftbl{2.1.0} [FTBLib] (FTBLib-1.9.4-2.1.0-pre1.jar) UCH ftbu{2.1.0} [FTBUtilities] (FTBUtilities-1.9.4-2.1.0-pre1.jar) UCH advgenerators{0.9.20.2} [Advanced Generators] (generators-0.9.20.2-mc1.9.4.jar) UCH gravestone{1.3.0} [Gravestone] (Gravestone Mod 1.3.0.jar) UCH inventorysorter{0.9.1+41} [Simple Inventory sorting] (inventorysorter-1.9.4-0.9.1+41.jar) UCH inventorytweaks{1.61-beta-54-009e843} [Inventory Tweaks] (InventoryTweaks-1.61-beta-54.jar) UCH IronChest{6.0.146.788} [Iron Chest] (ironchest-1.9.4-6.0.146.788.jar) UCH journeymap{1.9.4-5.2.3} [JourneyMap] (journeymap-1.9.4-5.2.3-unlimited.jar) UCH jeresources{0.4.6.39} [Just Enough Resources] (JustEnoughResources-1.9.4-0.4.6.39.jar) UCH lteleporters{1.1.2} [Lemon's Simple Teleporters] (LemonsSimpleTeleporters-1.1.2-MC1.9.4.jar) UCH llor{1.0.7-mc1.9.4} [Light Level Overlay Reloaded] (LLOverlayReloaded-1.0.7-mc1.9.4.jar) UCH LunatriusCore{1.1.2.35} [LunatriusCore] (LunatriusCore-1.9.4-1.1.2.35-universal.jar) UCH mantle{1.9.4-0.10.2.jenkins149} [Mantle] (Mantle-1.9.4-0.10.2.jar) UCH testdummy{1.10} [MmmMmmMmmMmm] (MmmMmmMmmMmm-1.11.jar) UCH moreoverlays{1.4} [MoreOverlays] (moreoverlays-1.4-mc1.9.4.jar) UCH Morphtool{GRADLE:VERSION-GRADLE:BUILD} [Morph-o-Tool] (Morph-o-Tool-1.0-3.jar) UCH Morpheus{1.9.4-3.1.5} [Morpheus] (Morpheus-1.9.4-3.1.5.jar) UCH MouseTweaks{2.6.3} [Mouse Tweaks] (MouseTweaks-2.6.3-mc1.9.4.jar) UCH Neat{GRADLE:VERSION-GRADLE:BUILD} [Neat] (Neat 1.2-9.jar) UCH netherportalfix{1.0} [Nether Portal Fix] (netherportalfix-mc1.9.4-4.0.1.jar) UCH nmsot{1.1.4-mc1.9.4} [No Mob Spawning on Trees] (NoMobSpawningOnTrees-1.1.4-mc1.9.4.jar) UCH recipehandler{0.4} [NoMoreRecipeConflict] (NoMoreRecipeConflict-0.4(1.9).jar) UCH notenoughwands{1.3.5} [Not Enough Wands] (notenoughwands-1.9.4-1.3.5.jar) UCH harvestcraft{1.9.4-pre} [Pam's HarvestCraft] (Pam's HarvestCraft 1.9.4b.jar) UCH progressiveautomation{1.6.46} [Progressive Automation] (ProgressiveAutomation-1.9.4-1.6.46.jar) UCH Psi{r1.0-35} [Psi] (Psi-r1.0-35.jar) UCH quantumflux{2.0.7} [QuantumFlux] (quantumflux-1.9.4-2.0.7.jar) UCH Quark{beta-29} [Quark] (Quark-beta-29.jar) UCH randomthings{3.7.3} [Random Things] (RandomThings-MC1.9.4-3.7.3.jar) UCH reap{1.1.1} [Reap Mod] (ReapMod 1.1.1.jar) UCH StorageDrawers{1.9-3.1.8} [Storage Drawers] (StorageDrawers-1.9-3.1.8.jar) UCH refinedstorage{0.7.16} [Refined Storage] (refinedstorage-0.7.16.jar) UCH xreliquary{1.9.4-1.3.2.390} [Reliquary] (Reliquary-1.9.4-1.3.2.390.jar) UCH ResourceLoader{1.5.1} [Resource Loader] (ResourceLoader-MC1.9.4-1.5.1.jar) UCH rftools{4.65} [RFTools] (rftools-1.9.4-4.65.jar) UCH roots{0.1} [Roots] (roots-0.005.jar) UCH Schematica{1.7.8.147} [Schematica] (Schematica-1.9.4-1.7.8.147-universal.jar) UCH soulshardstow{1.9.4-2.4.5-33} [Soul Shards - The Old Ways] (SoulShards-TOW-1.9.4-2.4.5-33.jar) UCH SpiceOfLife{1.3.3} [The Spice of Life] (SpiceOfLife-mc1.9.4-1.3.3.jar) UCH tconstruct{1.9.4-2.3.3.jenkins263} [Tinkers' Construct] (TConstruct-1.9.4-2.3.3.jar) UCH theoneprobe{1.0.11} [The One Probe] (theoneprobe-1.9.4-1.0.11.jar) UCH torohealthmod{1.9.4-5} [ToroHealth Damage Indicators] (torohealth-1.9.4-5.jar) UCH VeinMiner{0.33.0_1.9-01919cc} [Vein Miner] (VeinMiner-0.33.0-1.9r553+01919cc.jar) UCH VeinMinerModSupport{0.33.0_1.9-01919cc} [Mod Support] (VeinMiner-0.33.0-1.9r553+01919cc.jar) UCH WailaHarvestability{1.1.7} [Waila Harvestability] (WailaHarvestability-mc1.9-1.1.7.jar) UCH ICSE{1.0.0.0} [I Can See Everything] (Wawla-1.9.4-2.2.1.190.jar) UCH wawla{2.2.1.188} [What Are We Looking At] (Wawla-1.9.4-2.2.1.190.jar) UCH xprings{1.1.0} [Experience Rings] (xprings-1.1.0.jar) UD mdecore-core{1.0} [MDE Core - ASM Tweaks] (minecraft.jar) Loaded coremods (and transformers): AppleCore (AppleCore-mc1.9.4-1.3.4.jar) squeek.applecore.asm.TransformerModuleHandler CoreXU2 (extrautils2-1.9.4-alpha-1.0.0a.jar) com.rwtema.extrautils2.asm.ClassTransformerHandler LoadingPlugin (Quark-beta-29.jar) vazkii.quark.base.asm.ClassTransformer FldLoadingPlugin (FastLeafDecay-MC1.9.4-1.7.jar) com.olafski.fastleafdecay.FldTransformer LoadingPlugin (ResourceLoader-MC1.9.4-1.5.1.jar) lumien.resourceloader.asm.ClassTransformer FMLPlugin (InventoryTweaks-1.61-beta-54.jar) invtweaks.forge.asm.ContainerTransformer CoreMod (Aroma1997Core-1.9.4-1.0.7.0.jar) MDECore-Core (mdecore-1.9.4-1.0.jar) com.mattdahepic.mdecore.asm.TickrateTransformer LoadingPlugin (RandomThings-MC1.9.4-3.7.3.jar) lumien.randomthings.asm.ClassTransformer ShetiPhian-ASM (shetiphiancore-1.9.4-3.2.6.jar) shetiphian.core.asm.ClassTransformer EnderCorePlugin (EnderCore-1.9.4-0.4.0.26-alpha.jar) com.enderio.core.common.transform.EnderCoreTransformer IC2core (industrialcraft-2-2.5.50-ex19.jar) GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.5.13431 Compatibility Profile Context 16.150.2211.0' Renderer: 'AMD Radeon(TM) R5 Graphics' Pulsar/tconstruct loaded Pulses: - TinkerCommons (Enabled/Forced) - TinkerWorld (Enabled/Not Forced) - TinkerTools (Enabled/Not Forced) - TinkerSmeltery (Enabled/Not Forced) - TinkerGadgets (Enabled/Not Forced) - TinkerOredict (Enabled/Forced) - TinkerIntegration (Enabled/Forced) - TinkerFluids (Enabled/Forced) - TinkerMaterials (Enabled/Forced) - chiselsandbitsIntegration (Enabled/Not Forced) - WailaIntegration (Enabled/Not Forced) List of loaded APIs: * AppleCoreAPI (2.1.0) from AppleCore-mc1.9.4-1.3.4.jar * AromaBackupAPI (1.0) from AromaBackup-1.9.4-1.0.1.1.jar * Baubles|API (1.1.1.0) from Baubles-1.9.4-1.2.1.0.jar * BloodMagic|API (@VERSION@) from BloodMagic-1.9.4-2.0.2-45.jar * BotaniaAPI (79) from Botania-unofficial.r1.8-310.jar * CapabilityCore|base (1.01) from EnderRift-1.9.4-0.16.3.jar * CapabilityCore|energy (1.01) from EnderRift-1.9.4-0.16.3.jar * CapabilityCore|tweakable (1.01) from EnderRift-1.9.4-0.16.3.jar * ChiselsAndBitsAPI (1.8.1) from chiselsandbits-10.8.jar * CoFHAPI (1.8.9R1.2.0B1) from mcjtylib-1.9.4-1.9.1.jar * CoFHAPI|block (1.8.9R1.2.0B1) from ProgressiveAutomation-1.9.4-1.6.46.jar * CoFHAPI|energy (1.8.9R1.2.0B1) from forestry_1.9.4-5.0.23.170.jar * CoFHAPI|tileentity (1.8.9R1.2.0B1) from ProgressiveAutomation-1.9.4-1.6.46.jar * compactstorage (v2.0.0a) from compactstorage-2.1-1.9.4.jar * CraftingTweaks|API (4.1) from craftingtweaks-mc1.9.4-5.0.6.jar * DLDungeonsAPI (1.1) from DoomlikeDungeons-1.8.13-MC1.9.4.jar * DR-API (1.0.4-Beta) from deepresonance-1.9.4-1.2.0beta35.jar * ElecCore|Abilities (#API_VER#) from ElecCore-1.9.4-1.5.292.jar * EnderIOAPI (0.0.2) from EnderIO-1.9.4-3.0.0.45_alpha.jar * EnderIOAPI|Redstone (0.0.2) from EnderIO-1.9.4-3.0.0.45_alpha.jar * EnderIOAPI|Teleport (0.0.2) from EnderIO-1.9.4-3.0.0.45_alpha.jar * EnderIOAPI|Tools (0.0.2) from EnderIO-1.9.4-3.0.0.45_alpha.jar * ForestryAPI|apiculture (4.8.0) from forestry_1.9.4-5.0.23.170.jar * ForestryAPI|arboriculture (4.2.1) from forestry_1.9.4-5.0.23.170.jar * ForestryAPI|circuits (3.1.0) from forestry_1.9.4-5.0.23.170.jar * ForestryAPI|core (5.0.0) from forestry_1.9.4-5.0.23.170.jar * ForestryAPI|farming (2.1.0) from forestry_1.9.4-5.0.23.170.jar * ForestryAPI|food (1.1.0) from forestry_1.9.4-5.0.23.170.jar * ForestryAPI|fuels (2.0.1) from forestry_1.9.4-5.0.23.170.jar * ForestryAPI|genetics (4.7.1) from forestry_1.9.4-5.0.23.170.jar * ForestryAPI|greenhouse (5.0.0) from forestry_1.9.4-5.0.23.170.jar * ForestryAPI|hives (4.1.0) from forestry_1.9.4-5.0.23.170.jar * ForestryAPI|lepidopterology (1.3.0) from forestry_1.9.4-5.0.23.170.jar * ForestryAPI|mail (3.0.0) from forestry_1.9.4-5.0.23.170.jar * ForestryAPI|multiblock (3.0.0) from forestry_1.9.4-5.0.23.170.jar * ForestryAPI|recipes (5.4.0) from forestry_1.9.4-5.0.23.170.jar * ForestryAPI|storage (3.0.0) from forestry_1.9.4-5.0.23.170.jar * ForestryAPI|world (2.1.0) from forestry_1.9.4-5.0.23.170.jar * IC2API (1.0) from industrialcraft-2-2.5.50-ex19.jar * jeresources|API (0.4.6.39) from JustEnoughResources-1.9.4-0.4.6.39.jar * journeymap|client-api (1.2) from journeymap-1.9.4-5.2.3-unlimited.jar * journeymap|client-api-display (1.2) from journeymap-1.9.4-5.2.3-unlimited.jar * journeymap|client-api-event (1.2) from journeymap-1.9.4-5.2.3-unlimited.jar * journeymap|client-api-model (1.2) from journeymap-1.9.4-5.2.3-unlimited.jar * journeymap|client-api-util (1.2) from journeymap-1.9.4-5.2.3-unlimited.jar * JustEnoughItemsAPI (3.1.0) from jei_1.9.4-3.6.7.216.jar * McJtyLib (1.9.4-1.9.1) from mcjtylib-1.9.4-1.9.1.jar * PsiAPI (2) from Psi-r1.0-35.jar * SchematicaAPI (1.1) from Schematica-1.9.4-1.7.8.147-universal.jar * SchematicaAPI|Events (1.1) from Schematica-1.9.4-1.7.8.147-universal.jar * SoulShardsTOW|API (0.1.5) from SoulShards-TOW-1.9.4-2.4.5-33.jar * StorageDrawersAPI (1.7.10-1.2.0) from refinedstorage-0.7.16.jar * StorageDrawersAPI|config (1.7.10-1.2.0) from StorageDrawers-1.9-3.1.8.jar * StorageDrawersAPI|event (1.7.10-1.2.0) from StorageDrawers-1.9-3.1.8.jar * StorageDrawersAPI|inventory (1.7.10-1.2.0) from refinedstorage-0.7.16.jar * StorageDrawersAPI|pack (1.7.10-1.2.0) from refinedstorage-0.7.16.jar * StorageDrawersAPI|registry (1.7.10-1.2.0) from refinedstorage-0.7.16.jar * StorageDrawersAPI|render (1.7.10-1.2.0) from refinedstorage-0.7.16.jar * StorageDrawersAPI|storage (1.7.10-1.2.0) from refinedstorage-0.7.16.jar * StorageDrawersAPI|storage-attribute (1.7.10-1.2.0) from refinedstorage-0.7.16.jar * VeinMinerApi (0.3) from VeinMiner-0.33.0-1.9r553+01919cc.jar * WailaAPI (1.3) from Waila-1.7.0-B3_1.9.4.jar EnderIO: No known problems detected.
also you could get the 47 version aswell. the link was just somehow broken. dont ask me why. @Rubijox Me aswell. Might need to downgrade forge for some reason...[DOUBLEPOST=1466731948,1466731136][/DOUBLEPOST]had to disable 2 mods. Hope you didnt have anything in expandable backpacks [DOUBLEPOST=1466731960][/DOUBLEPOST]update coming soonish
dont have that problem. :/ I will remove schematica by default next time and see about lunatrius core
for some reason i cant find version 2.5.50 of ic2 i went to curse and i cant find it am i missing something?
Well, I did. Fortunately resources only. Also, could you fix the link to IC2? As latest one is 51, you might want to link to here instead.
lets have ago then multiplayers always fun [DOUBLEPOST=1466796357,1466790232][/DOUBLEPOST]@knoxz why no chisel :'( i like my chisels