Skip to content

Instantly share code, notes, and snippets.

@vrork
Created November 27, 2016 18:10
Show Gist options
  • Save vrork/adb4d52a32623097a81198a29c9edd36 to your computer and use it in GitHub Desktop.
Save vrork/adb4d52a32623097a81198a29c9edd36 to your computer and use it in GitHub Desktop.
---- Minecraft Crash Report ----
WARNING: coremods are present:
ChiselCorePlugin (Chisel-MC1.10.2-0.0.7.3.jar)
LoadingHook (Mekanism-1.10.2-9.2.0.294.jar)
LoadingPlugin (Quark-r1.0-60.jar)
FMLPlugin (InventoryTweaks-1.62-dev-66.jar)
p455w0rds Things (p455w0rdsthings-1.10.2-1.2.9.jar)
CCLCorePlugin (CodeChickenLib-1.10.2-2.4.3.145-universal.jar)
ForgelinPlugin (Forgelin-1.1.0.jar)
IC2core (industrialcraft-2-2.6.105-ex110.jar)
DepLoader (CodeChickenCore-1.10.2-2.3.5.91-universal.jar)
RBLoadingPlugin (RealBench-1.10.2-1.3.2.jar)
literalascension (literalascension-1.10.2-1.0.0.0.jar)
AppEngCore (appliedenergistics2-rv4-alpha-7.jar)
GenderLoadingPlugin ([1.10.2]Gender-1.2.7.jar)
DepLoader (BrandonsCore-1.10.2-2.1.1.61-universal.jar)
LoadingPlugin (RandomThings-MC1.10.2-3.7.7.jar)
LoadingPlugin (ResourceLoader-MC1.9.4-1.5.1.jar)
AppleCore (AppleCore-mc1.10.2-2.1.0.jar)
EnderCorePlugin (EnderCore-1.10.2-0.4.1.60-beta.jar)
TransformerLoader (OpenComputers-MC1.10.2-1.6.0.4.jar)
BookshelfLoadingPlugin (Bookshelf-1.10.2-1.4.3.338.jar)
llibrary (llibrary-1.7.2-1.10.2.jar)
CoreMod (Aroma1997Core-1.9.4-1.1.1.1.jar)
MDECore-Core (mdecore-1.10.2-1.3.jar)
ShetiPhian-ASM (shetiphiancore-1.10.0-3.3.5.jar)
SFRCore (SolarFluxReborn_1.10.2-1.5r.jar)
Contact their authors BEFORE contacting forge
// Shall we play a game?
Time: 11/27/16 4:09 PM
Description: There was a severe problem during mod loading that has caused the game to fail
net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Tinkers' Defense (tinkersdefense)
Caused by: java.lang.NullPointerException
at slimeknights.tconstruct.library.tinkering.TinkersItem.getMaterialForPartForGuiRendering(TinkersItem.java:240)
at slimeknights.tconstruct.library.tinkering.TinkersItem$$Lambda$1107/241929500.apply(Unknown Source)
at java.util.stream.IntPipeline$4$1.accept(IntPipeline.java:250)
at java.util.stream.Streams$RangeIntSpliterator.forEachRemaining(Streams.java:110)
at java.util.Spliterator$OfInt.forEachRemaining(Spliterator.java:693)
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:512)
at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:502)
at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708)
at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:499)
at slimeknights.tconstruct.library.tinkering.TinkersItem.buildItemForRenderingInGui(TinkersItem.java:233)
at slimeknights.tconstruct.library.client.ToolBuildGuiInfo.<init>(ToolBuildGuiInfo.java:26)
at lance5057.tDefense.proxy.ClientProxy.createToolGuis(ClientProxy.java:78)
at lance5057.tDefense.proxy.ClientProxy.registerRenderers(ClientProxy.java:63)
at lance5057.tDefense.TinkersDefense.preInit(TinkersDefense.java:319)
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: 1090058392 bytes (1039 MB) / 3620208640 bytes (3452 MB) up to 7635730432 bytes (7282 MB)
JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx8192m -Xms256m -XX:PermSize=256m
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.32 Powered by Forge 12.18.2.2151 233 mods loaded, 232 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.2151.jar)
UCH Forge{12.18.2.2151} [Minecraft Forge] (forge-1.10.2-12.18.2.2151.jar)
UCH appliedenergistics2-core{rv4-alpha-7} [Applied Energistics 2 Core] (minecraft.jar)
UCH Aroma1997Core{${version}} [Aroma1997Core] (Aroma1997Core-1.9.4-1.1.1.1.jar)
UCH OpenComputers|Core{1.6.0.4} [OpenComputers (Core)] (minecraft.jar)
UCH ccl-entityhook{1.0} [ccl-entityhook] (CodeChickenLib-1.10.2-2.4.3.145-universal.jar)
UCH fuelbackport{1.0} [Fuel Backport] ([1.10.2] Fuel Backport-1.0.jar)
UCH forgecreeperheal{2.0.1} [Forge Creeper Heal 2.0.1] ([1.10.2]ForgeCreeperHeal-2.0.1.jar)
UCH gender{1.2.7} [Gender] ([1.10.2]Gender-1.2.7.jar)
UCH mantle{1.10.2-1.1.2.197} [Mantle] (Mantle-1.10.2-1.1.2.jar)
UCH tconstruct{1.10.2-2.6.0.457} [Tinkers' Construct] (TConstruct-1.10.2-2.6.0.jar)
UCH immersiveengineering{0.10-50} [Immersive Engineering] (ImmersiveEngineering-0.10-50.jar)
UCH JEI{3.13.6.387} [Just Enough Items] (jei_1.10.2-3.13.6.387.jar)
UCH abyssalcraft{1.9.3.8} [AbyssalCraft] (AbyssalCraft-1.10.2-1.9.3.8.jar)
UCH actuallyadditions{1.10.2-r81} [Actually Additions] (ActuallyAdditions-1.10.2-r81.jar)
UCH CodeChickenLib{2.4.3.145} [CodeChicken Lib] (CodeChickenLib-1.10.2-2.4.3.145-universal.jar)
UCH CodeChickenCore{2.3.5.91} [CodeChicken Core] (CodeChickenCore-1.10.2-2.3.5.91-universal.jar)
UCH EnderStorage{2.1.5.84} [EnderStorage] (EnderStorage-1.10.2-2.1.5.84-universal.jar)
UCH IC2{2.6.105-ex110} [IndustrialCraft 2] (industrialcraft-2-2.6.105-ex110.jar)
UCH OpenComputers{1.6.0.4} [OpenComputers] (OpenComputers-MC1.10.2-1.6.0.4.jar)
UCH actuallycomputers{0.1.0} [ActuallyComputers] (actuallycomputers-0.1.0.jar)
UCH advanced_machines{60.0.0} [Advanced Machines] (Advanced Machines-60.0.0.jar)
UCH advanced_solar_panels{4.0.4} [Advanced Solar Panels] (Advanced Solar Panels-4.0.4.jar)
UCH appliedenergistics2{rv4-alpha-7} [Applied Energistics 2] (appliedenergistics2-rv4-alpha-7.jar)
UCH bdlib{1.12.2.18} [BD Lib] (bdlib-1.12.2.18-mc1.10.2.jar)
UCH ae2stuff{0.6.0.6} [AE2 Stuff] (ae2stuff-0.6.0.6-mc1.10.2.jar)
UCH Baubles{1.3.5} [Baubles] (Baubles-1.10.2-1.3.5.jar)
UCH Botania{r1.9-339} [Botania] (Botania r1.9-339.jar)
UCH AkashicTome{1.0-5} [Akashic Tome] (AkashicTome-1.0-5.jar)
UCH AppleCore{2.1.0} [AppleCore] (AppleCore-mc1.10.2-2.1.0.jar)
UCH appleskin{1.0.4} [AppleSkin] (AppleSkin-mc1.10.2-1.0.4.jar)
UCH tesla{1.2.1.50} [TESLA] (Tesla-1.10.2-1.2.1.50.jar)
UCH thedragonlib{1.10.2-1.0.3.0} [TheDragonLib] (thedragonlib-1.10.2-1.0.3.0.jar)
UCH armorplus{1.10.2-8.2.2.3} [ArmorPlus] (armorplus-1.10.2-8.2.2.3.jar)
UCH SmithsCore{1.10.2-1.2.1-259} [Smiths Core] (smithscore-1.10.2-1.2.1-259.jar)
UCH Armory{1.10.2-1.2.0.0-353} [Armory] (armory-1.10.2-1.2.0.0-353.jar)
UCH armory-weaponry{@VERSION@} [armory-weaponry] (Armory-Weaponry-1.3.0-53.jar)
UCH Aroma1997CoreHelper{1.1.1.1} [Aroma1997Core|Helper] (Aroma1997Core-1.9.4-1.1.1.1.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 mdecore{1.10.2-1.3} [MattDahEpic Core] (mdecore-1.10.2-1.3.jar)
UCH autooredictconv{1.10.2-1.0} [Auto Ore Dictionary Converter] (autooredictconv-1.10.2-1.0.jar)
UCH Morphtool{1.0-12} [Morph-o-Tool] (Morph-o-Tool-1.0-12.jar)
UCH Psi{r1.0-42} [Psi] (Psi-r1.0-42.jar)
UCH Quark{r1.0-60} [Quark] (Quark-r1.0-60.jar)
UCH AutoRegLib{1.0-2} [AutoRegLib] (AutoRegLib-1.0-2.jar)
UCH bagginses{2.4.2d} [Bagginses] (Bagginses-1.10.2-3.0.4g.jar)
UCH basemetals{2.4.0} [Base Metals] (BaseMetals_1.10.2-2.4.0.11.jar)
UCH golems{6.02} [Extra Golems] (ExtraGolems[1.10.2]-6.02.jar)
UCH golems_metal{6.02.1} [Base Metal Golems] (BaseMetalGolems[1.10]-6.02.1.jar)
UCH BetterAchievements{0.3.2.39} [Better Achievements] (BetterAchievements-1.10.2-0.3.2.39.jar)
UCH betteragriculture{1.0} [Better Agriculture] (BetterAgriculture-1.10.2-1.0.jar)
UCH betterbuilderswands{0.6.5} [Better Builder's Wands] (BetterBuildersWands-0.6.5-1.10r138+8595fc7.jar)
UCH BiomesOPlenty{5.0.0.2109} [Biomes O' Plenty] (BiomesOPlenty-1.10.2-5.0.0.2109-universal.jar)
UCH guideapi{@VERSION@} [Guide-API] (Guide-API-1.10.2-2.0.2-45.jar)
UCH BloodMagic{1.9.4-2.1.0-67} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.9.4-2.1.0-67.jar)
UCH BloodArsenal{1.10.2-2.0.1-17} [Blood Arsenal] (BloodArsenal-1.10.2-2.0.1-17.jar)
UCH infinitylib{1.10.2-0.2.1} [InfinityLib] (infinitylib-0.2.1.jar)
UCH boatifull{@MAJOR@.@MINOR@.@REVIS@} [Boatifull] (boatifull-0.2.jar)
UCH boatlantern{1.10.2-0.2.1} [Lantern] (boatlantern-0.2.1.jar)
UCH bookshelf{1.4.3.338} [Bookshelf] (Bookshelf-1.10.2-1.4.3.338.jar)
UCH brandonscore{2.1.1} [Brandon's Core] (BrandonsCore-1.10.2-2.1.1.61-universal.jar)
UCH BuildersGuides{1.10.2-1.0.2} [Builder's Guides] (buildersguides-1.10.2-1.0.2.jar)
UCH Bullseye{1.0.3} [Bullseye] (Bullseye-1.9.4-1.0.3.jar)
UCH Waila{1.7.0} [Waila] (Waila-1.7.0-B3_1.9.4.jar)
UCH SonarCore{3.1.6} [SonarCore] (SonarCore-1.9.4-3.1.6.jar)
UCH Calculator{3.1.2} [Calculator] (Calculator-1.9.4-3.1.2.jar)
UCH Chameleon{1.10-2.2.0} [Chameleon] (Chameleon-1.10-2.2.0.jar)
UCH mcmultipart{1.3.0} [MCMultiPart] (MCMultiPart-1.3.0-universal.jar)
UCH CharsetLib{0.3.0-pre15} [‽] (Charset-0.3.0-pre15.jar)
UCH CharsetAudio{0.3.0-pre15} [♫] (Charset-0.3.0-pre15.jar)
UCH CharsetCarts{0.3.0-pre15} [U] (Charset-0.3.0-pre15.jar)
UCH CharsetDecoration{0.3.0-pre15} [âš?] (Charset-0.3.0-pre15.jar)
UCH CharsetDrama{0.3.0-pre15} [!] (Charset-0.3.0-pre15.jar)
UCH CharsetFarming{0.3.0-pre15} [;] (Charset-0.3.0-pre15.jar)
UCH CharsetGates{0.3.0-pre15} [&] (Charset-0.3.0-pre15.jar)
UCH CharsetPipes{0.3.0-pre15} [|] (Charset-0.3.0-pre15.jar)
UCH CharsetStorage{0.3.0-pre15} [#] (Charset-0.3.0-pre15.jar)
UCH CharsetTweaks{0.3.0-pre15} [*] (Charset-0.3.0-pre15.jar)
UCH CharsetWires{0.3.0-pre15} [+] (Charset-0.3.0-pre15.jar)
UCH CharsetWrench{0.3.0-pre15} [/] (Charset-0.3.0-pre15.jar)
UCH ChestTransporter{2.5.6} [Chest Transporter] (ChestTransporter-1.10.2-2.5.6.jar)
UCH ChickenChunks{2.1.5.42} [ChickenChunks] (ChickenChunks-1.10.2-2.1.5.42-universal.jar)
UCH chisel{MC1.10.2-0.0.7.3} [Chisel] (Chisel-MC1.10.2-0.0.7.3.jar)
UCH chiselsandbits{12.7} [Chisels & Bits] (chiselsandbits-12.7.jar)
UCH clienttweaks{1.1.16} [Client Tweaks] (ClientTweaks_1.10.2-1.1.16.jar)
UCH combathelp{1.0.4} [Combat Help] (combathelp-1.10-1.0.4.jar)
UCH cyclopscore{0.8.1} [Cyclops Core] (CyclopsCore-1.9.4-0.8.1.jar)
UCH commoncapabilities{1.2.1} [CommonCapabilities] (CommonCapabilities-1.9.4-1.2.1.jar)
UCH CompactSolars{5.0.5.329} [Compact Solar Arrays] (CompactSolars-1.10.2-5.0.5.329-universal.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 coralreef{1.0} [Coral Reef] (CoralReef-1.2.jar)
UCH craftingtweaks{6.1.16} [Crafting Tweaks] (CraftingTweaks_1.10.2-6.1.16.jar)
UCH MineTweaker3{3.0.14} [MineTweaker 3] (CraftTweaker-1.10.2-3.0.15.jar)
UCH ctgui{1.0.0} [CT-GUI] (CraftTweaker-1.10.2-3.0.15.jar)
UCH CustomMainMenu{2.0.2} [Custom Main Menu] (CustomMainMenu-MC1.10.2-2.0.2.jar)
UCH cyberware{beta-0.2.4} [Cyberware] (cyberware-1.9.4-1.10.2-beta-0.2.4.jar)
UCH darkutils{1.1.6.99} [Dark Utilities] (DarkUtilities-1.10.2-1.1.6.99.jar)
UCH PTRModelLib{1.0.0} [PTRModelLib] (Decocraft-2.3.5_1.10.2.jar)
UCH props{2.3.4} [Decocraft] (Decocraft-2.3.5_1.10.2.jar)
UCH forestry{5.2.16.328} [Forestry] (forestry_1.10.2-5.2.16.328.jar)
UCH eleccore{1.6.345} [ElecCore] (ElecCore-1.10.2-1.6.345.jar)
UCH deepresonance{1.3.1} [DeepResonance] (deepresonance-1.10-1.3.1.jar)
UCH ding{1.0.1} [Ding] (Ding-1.10.2-1.0.1.jar)
UCH draconicevolution{2.0.3} [Draconic Evolution] (Draconic-Evolution-1.10.2-2.0.3.137-universal.jar)
UCH DurabilityShow{3.1.1} [Durability Show] (Durability Show-1.9.4-3.1.1.jar)
UCH elevatorid{1.2.0} [Elevator Mod] (ElevatorMod[V.1.2.0][MC.1.10.2].jar)
UCH embers{0.016} [Embers] (embers-0.016.jar)
UCH eplus{4.1.0.116} [Enchanting Plus] (EnchantingPlus-1.10.2-4.1.0.116.jar)
UCH enchiridion{3.1.14} [Enchiridion] (Enchiridion-1.10.2-3.1.14.jar)
UCH EnderBags{2.0.1} [EnderBags] (EnderBags-1.9.4-2.0.0.jar)
UCH endercore{1.10.2-0.4.1.60-beta} [EnderCore] (EnderCore-1.10.2-0.4.1.60-beta.jar)
UCH EnderIO{1.10.2-3.0.1.137_beta} [Ender IO] (EnderIO-1.10.2-3.0.1.137_beta.jar)
UCH shetiphiancore{3.3.5} [ShetiPhian-Core] (shetiphiancore-1.10.0-3.3.5.jar)
UCH endertanks{1.4.7} [EnderTanks] (endertanks-1.10.0-1.4.7.jar)
UCH enderthing{0.7.1} [Enderthing] (enderthing-1.10.2-0.7.1.jar)
UCH EnderZoo{1.10-1.2.3.43} [Ender Zoo] (EnderZoo-1.10-1.2.3.43.jar)
UCH energyarsenal{1.0} [Energy Arsenal] (EnergyArsenal-1.0-dev-build-2.jar)
UCH evilcraft{0.10.15} [EvilCraft] (EvilCraft-1.10.2-0.10.15.jar)
UCH shadowmc{3.5.0} [ShadowMC] (ShadowMC-1.10.2-3.6.0.jar)
UCH ExtraRails{1.1.1} [Extra Rails] (ExtraRails-1.10.2-1.1.1.jar)
UCH ExtraUtils2{1.0} [ExtraUtils2] (extrautils2-1.10.2-1.1.1.jar)
UCH zerocore{1.10.2-0.0.8.1} [Zero CORE] (zerocore-1.10.2-0.0.8.1.jar)
UCH bigreactors{0.4.5.19} [Extreme Reactors] (ExtremeReactors-1.10.2-0.4.5.19.jar)
UCH fastleafdecay{v11} [Fast Leaf Decay] (FastLeafDecay-v11.jar)
UCH flatcoloredblocks{mc1.10-v4.4} [Flat Colored Blocks] (flatcoloredblocks-mc1.10-v4.4.jar)
UCH ftbl{0.0.0} [FTBLib] (FTBLib-1.10.2-3.1.5.jar)
UCH ftbu{0.0.0} [FTBUtilities] (FTBUtilities-1.10.2-3.1.4.jar)
UCH funkylocomotion{1.0} [Funky Locomotion] (funky-locomotion-1.10.2-alpha-0.0.3.jar)
UCH gendustry{1.6.4.25} [GenDustry] (gendustry-1.6.4.25-mc1.10.2.jar)
UCH advgenerators{0.9.20.19} [Advanced Generators] (generators-0.9.20.19-mc1.10.2.jar)
UCH gravelminer{4.1.11} [GravelMiner] (GravelMiner_1.10.2-4.1.11.jar)
UCH gravisuite{3.0.1} [Gravitation Suite] (Gravitation Suite-3.0.1.jar)
UCH hammercore{1.1.8} [Hammer Core] (HammerCore_1.10.2-1.1.8.jar)
UCH hopperducts{1.4.8} [Hopper Ducts] (hopperducts-mc1.9.4-1.4.8.jar)
UCH hydrogel{0.9} [HydroGel] (hydrogel-0.9.jar)
UCH ichunutil{6.1.0} [iChunUtil] (iChunUtil-1.10.2-6.1.0.jar)
UCH industrialwires{1.1-3} [Industrial Wires] (IndustrialWires-1.1-3.jar)
UCH InfernalMobs{1.7.1} [Infernal Mobs] (InfernalMobs-1.10.jar)
UCH integrateddynamics{0.6.3} [Integrated Dynamics] (IntegratedDynamics-1.10.2-0.6.3.jar)
UCH integratedtunnels{1.0.0} [Integrated Tunnels] (IntegratedTunnels-1.10.2-1.0.0.jar)
UCH inventorytweaks{1.62-dev-66-c082db3} [Inventory Tweaks] (InventoryTweaks-1.62-dev-66.jar)
UCH ironbackpacks{1.10.2-2.2.17} [Iron Backpacks] (IronBackpacks-1.10.2-2.2.17.jar)
UCH ironchest{1.10.2-7.0.11.797} [Iron Chest] (ironchest-1.10.2-7.0.11.797.jar)
UCH jeibees{0.9.0.4} [JEI Bees] (jeibees-0.9.0.4-mc1.10.2.jar)
UCH journeymap{1.10.2-5.3.0} [JourneyMap] (journeymap-1.10.2-5.3.0.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.7.87} [Just Enough Resources] (JustEnoughResources-1.10.2-0.5.7.87.jar)
UCH llibrary{1.7.2} [LLibrary] (llibrary-1.7.2-1.10.2.jar)
UCH literalascension{1.10.2-1.0.0.0} [Literal Ascension] (literalascension-1.10.2-1.0.0.0.jar)
UCH boots{1.0} [Long Fall Boots] (LongFallBoots.jar)
UCH magneticraft{@VERSION@} [Magneticraft] (magneticraft-1.0.2-release.jar)
UCH Mekanism{9.2.0} [Mekanism] (Mekanism-1.10.2-9.2.0.294.jar)
UCH MekanismGenerators{9.2.0} [MekanismGenerators] (MekanismGenerators-1.10.2-9.2.0.294.jar)
UCH MekanismTools{9.2.0} [MekanismTools] (MekanismTools-1.10.2-9.2.0.294.jar)
UCH testdummy{1.11} [MmmMmmMmmMmm] (MmmMmmMmmMmm-1.11.jar)
UCH mobamputation{6.0.0} [MobAmputation] (MobAmputation-1.10.2-6.0.0.jar)
UCH mobdismemberment{6.0.0} [MobDismemberment] (MobDismemberment-1.10.2-6.0.0.jar)
UCH mobtotems{1.10.2-0.1.2} [Mob Totems] (mobtotems-1.10.2-0.1.2.jar)
UCH modsquad{1.0} [Tesla Essentials] (modsquad-1.3.1.jar)
UCH morebees{1.10.2-1.1.5} [More Bees] (morebees-1.10.2-1.1.5.jar)
UCH moreoverlays{1.9} [MoreOverlays] (moreoverlays-1.9-mc1.10.2.jar)
UCH Morpheus{1.10.2-3.1.12} [Morpheus] (Morpheus-1.10.2-3.1.12.jar)
UCH mousetweaks{2.6.4} [Mouse Tweaks] (MouseTweaks-2.6.4-mc1.10.2.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 nmsot{1.1.9-mc1.10.2} [No Mob Spawning on Trees] (NoMobSpawningOnTrees-1.1.9-mc1.10.2.jar)
UCH recipehandler{0.6} [NoMoreRecipeConflict] (NoMoreRecipeConflict-0.6(1.10.2).jar)
UCH notenoughwands{1.4.0} [Not Enough Wands] (notenoughwands-1.10-1.4.0.jar)
UCH samsocean{1.0.0} [Classic Oceans] (OceanFloor-1.10.2-1.0.1.jar)
UCH oredictdumper{3.1.3} [OreDictDumper] (OreDictDumper-1.9-3.1.3.jar)
UCH fodc{1.9.1} [Ore Dictionary Converter] (OreDictionaryConverter-1.9.1.jar)
UCH orespawn{2.0.0} [OreSpawn] (orespawn-2.0.0.9-1.10.2.jar)
UCH ProjectE{1.10.2-PE1.1.0B} [ProjectE] (ProjectE-1.10.2-PE1.1.0B.jar)
UCH p455w0rdsthings{1.2.9} [p455w0rd's Things] (p455w0rdsthings-1.10.2-1.2.9.jar)
UCH packingtape{0.6.0} [Packing Tape] (PackingTape-1.10.2-0.6.0.jar)
UCH harvestcraft{1.9.4-1.10.2g} [Pam's HarvestCraft] (Pam's HarvestCraft 1.9.4-1.10.2h.jar)
UCH platforms{1.2.4} [Platforms] (platforms-1.10.0-1.2.4.jar)
UCH portablecrafting{1.10.2-1.1} [Portable Crafting] (PortableCrafting-1.10.2-1.1.jar)
UCH progressiveautomation{1.6.53} [Progressive Automation] (ProgressiveAutomation-1.10.2-1.6.53.jar)
UCH projectx{0.1.2} [ProjectX] (ProjectX-[1.10.2]-0.1.2.jar)
UCH psionup{15.1} [PSIonic Upgrades] (PSIonicUpgrades-r1.15.jar)
UCH railcraft{10.0.0} [Railcraft] (Railcraft_1.10.2-10.0.0.jar)
UCH randomthings{3.7.7} [Random Things] (RandomThings-MC1.10.2-3.7.7.jar)
UCH rangedpumps{0.3} [Ranged Pumps] (rangedpumps-0.3.jar)
UCH redstonefluxarsenal{1.0} [Redstone Flux Arsenal] (RedstoneFluxArsenal-[1.10.2]-1.0.jar)
UCH StorageDrawers{1.10.2-3.5.2} [Storage Drawers] (StorageDrawers-1.10.2-3.5.2.jar)
UCH refinedstorage{1.2.6} [Refined Storage] (refinedstorage-1.2.6.jar)
UCH xreliquary{1.10.2-1.3.3.585} [Reliquary] (Reliquary-1.10.2-1.3.3.585.jar)
UCH ResourceLoader{1.5.1} [Resource Loader] (ResourceLoader-MC1.9.4-1.5.1.jar)
UCH rflux{0.0.1} [RF Lux] (rflux-0.0.1.jar)
UCH rftools{5.62alpha3} [RFTools] (rftools-1.11-5.62alpha3.jar)
UCH rftoolsdim{4.45} [RFTools Dimensions] (rftoolsdim-1.10-4.45.jar)
UCH roots{0.206} [Roots] (roots-0.206.jar)
UCH RTG{4.1.1.8} [Realistic Terrain Generation] (RTG-1.10.2-4.1.1.8.jar)
UCH Signals{1.0} [Signals] (Signals-1.10.2-0.5.0-universal.jar)
UCH valkyrielib{1.10.2-0.10.5d} [Valkyrie Lib] (valkyrielib-1.10.2-0.10.5e.jar)
UCH simplegenerators{1.10.2-0.10.5b} [Simple Generators] (simplegenerators-1.10.2-0.10.5b.jar)
UCH simpleretrogen{4.0.1+8} [Simple Retrogen] (simpleretrogen-1.10-4.0.1+8.jar)
UCH simplyconveyors{1.2.0} [Simply Conveyors] (SimplyConveyors-1.1.15.jar)
UCH SolarFluxReborn{1.5r} [Solar Flux Reborn] (SolarFluxReborn_1.10.2-1.5r.jar)
UCH solarvillage{1.1.0.25} [Solar Village] (SolarVillage-1.10.2-1.1.0.25.jar)
UCH SophisticatedWolves{3.6.1} [SophisticatedWolves] (SophisticatedWolves-3.6.3.jar)
UCH soulshardstow{1.10.2-2.6.6-46} [Soul Shards - The Old Ways] (SoulShards-TOW-1.10.2-2.6.6-46.jar)
UCH SparksHammers{1.10.2-1.4.3} [Spark's Hammers] (SparksHammers-1.10.2-1.4.3.jar)
UCH SpiceOfLife{1.3.6} [The Spice of Life] (SpiceOfLife-mc1.9.4-1.3.6.jar)
UCH stevescarts{2.1.0.59} [Steve's Carts 2] (StevesCarts-1.10.2-2.1.0.59.jar)
UCH StevesFactoryManager{1.0.9} [Steve's Factory Manager] (StevesFactoryManager-1.10.2-1.0.9.jar)
UCH storageboats{1.1} [Storage Boats Mod] (StorageBoats-1.1.jar)
UCH substratum{1.8.2.1} [Substratum] (Substratum-1.10.2-1.8.2.1.jar)
UCH rscircuits{1.0.4} [Super Circuit Maker] (SuperCircuitMaker-1.0.4.jar)
UCH tails{1.10.2-1.8.3} [Tails] (Tails-1.10.2-1.8.3.jar)
UCH terraqueous{1.2.10} [Terraqueous] (terraqueous-1.10.0-1.2.10.jar)
UCH teslamodularsolars{1.10.2 R1.1} [TESLA MODULAR SOLAR PANEL] (Tesla Modular Solars-1.10.2-1.2.jar)
UCH teslacoils{v0.2.1.0} [Tesla Coils] (teslacoils-0.2.1.0.jar)
UCH teslafied{1.0.0} [Teslafied] (teslafied-1.10.2-1.1.0.jar)
UCH theoneprobe{1.3.3} [The One Probe] (theoneprobe-1.10-1.3.3.jar)
UCH tinker_io{alpha 2.4.0} [Tinker I/O] (tinker_io-1.10.2-alpha 2.4.0.jar)
UCE tinkersdefense{1.4.0.4a} [Tinkers' Defense] (tinkersdefense-1.4.0.4a.jar)
UCH golems_tcon{6.02.1} [Tinkers' Golems Addon] (TinkersGolemsAddon[1.10.2]-6.02.1.jar)
UCH tinkertoolleveling{1.10.2-1.0.1.DEV.f5def58} [Tinkers Tool Leveling] (TinkerToolLeveling-1.10.2-1.0.1.jar)
UCH tombmanygraves{1.10.2-2.1.13} [Tomb Many Graves] (TombManyGraves-1.10.2-2.1.13.jar)
UCH topaddons{1.10.2-0.9.0} [TOP Addons] (topaddons-1.10.2-0.9.0.jar)
UCH Translocator{2.1.3.34} [Translocator] (Translocators-1.10.2-2.1.3.34-universal.jar)
UCH wailafeatures{0.3.1.13} [WAILA Features] (WAILA-features-1.10.2-0.3.1.13.jar)
UCH WailaHarvestability{1.1.9} [Waila Harvestability] (WailaHarvestability-mc1.10.2-1.1.9.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 wired{1.3.3} [WIRED: More Augs] (WIRED-1.3.3.jar)
UCH wolfarmor{1.0.2} [Wolf Armor and Storage] (wolfarmor-1.0.3.jar)
UD mdecore-core{1.0} [MDE Core - ASM Tweaks] (minecraft.jar)
Loaded coremods (and transformers):
ChiselCorePlugin (Chisel-MC1.10.2-0.0.7.3.jar)
team.chisel.common.asm.ChiselTransformer
LoadingHook (Mekanism-1.10.2-9.2.0.294.jar)
LoadingPlugin (Quark-r1.0-60.jar)
vazkii.quark.base.asm.ClassTransformer
FMLPlugin (InventoryTweaks-1.62-dev-66.jar)
invtweaks.forge.asm.ContainerTransformer
p455w0rds Things (p455w0rdsthings-1.10.2-1.2.9.jar)
p455w0rd.p455w0rdsthings.asm.HorseArmorTransformer
CCLCorePlugin (CodeChickenLib-1.10.2-2.4.3.145-universal.jar)
codechicken.lib.asm.ClassHeirachyManager
ForgelinPlugin (Forgelin-1.1.0.jar)
IC2core (industrialcraft-2-2.6.105-ex110.jar)
DepLoader (CodeChickenCore-1.10.2-2.3.5.91-universal.jar)
RBLoadingPlugin (RealBench-1.10.2-1.3.2.jar)
pw.prok.realbench.asm.RBTransformer
literalascension (literalascension-1.10.2-1.0.0.0.jar)
com.jamieswhiteshirt.literalascension.core.patcher.LiteralAscensionRuntimePatcher
AppEngCore (appliedenergistics2-rv4-alpha-7.jar)
appeng.coremod.asm.ASMIntegration
GenderLoadingPlugin ([1.10.2]Gender-1.2.7.jar)
com.github.ipixeli.gender.coremod.GenderClassTransformer
DepLoader (BrandonsCore-1.10.2-2.1.1.61-universal.jar)
LoadingPlugin (RandomThings-MC1.10.2-3.7.7.jar)
lumien.randomthings.asm.ClassTransformer
LoadingPlugin (ResourceLoader-MC1.9.4-1.5.1.jar)
lumien.resourceloader.asm.ClassTransformer
AppleCore (AppleCore-mc1.10.2-2.1.0.jar)
squeek.applecore.asm.TransformerModuleHandler
EnderCorePlugin (EnderCore-1.10.2-0.4.1.60-beta.jar)
com.enderio.core.common.transform.EnderCoreTransformer
TransformerLoader (OpenComputers-MC1.10.2-1.6.0.4.jar)
li.cil.oc.common.asm.ClassTransformer
BookshelfLoadingPlugin (Bookshelf-1.10.2-1.4.3.338.jar)
net.darkhax.bookshelf.asm.BookshelfTransformerManager
llibrary (llibrary-1.7.2-1.10.2.jar)
net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
CoreMod (Aroma1997Core-1.9.4-1.1.1.1.jar)
MDECore-Core (mdecore-1.10.2-1.3.jar)
com.mattdahepic.mdecore.asm.TickrateTransformer
ShetiPhian-ASM (shetiphiancore-1.10.0-3.3.5.jar)
shetiphian.core.asm.ClassTransformer
SFRCore (SolarFluxReborn_1.10.2-1.5r.jar)
com.mrdimka.solarfluxreborn.core.SFRSerializedTransformer
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 375.95' Renderer: 'GeForce GTX 970/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)
- craftingtweaksIntegration (Enabled/Not Forced)
- WailaIntegration (Enabled/Not Forced)
- theoneprobeIntegration (Enabled/Not Forced)
AE2 Version: alpha rv4-alpha-7 for Forge 12.18.2.2139
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.7) from AbyssalCraft-1.10.2-1.9.3.8.jar
* actuallyadditionsapi (29) from ActuallyAdditions-1.10.2-r81.jar
* AppleCoreAPI (2.2.0) from AppleCore-mc1.10.2-2.1.0.jar
* appliedenergistics2|API (rv4) from appliedenergistics2-rv4-alpha-7.jar
* ArmorPlusApi (1.0) from armorplus-1.10.2-8.2.2.3.jar
* armory-api|armor (1.0.0.0-353) from armory-1.10.2-1.2.0.0-353.jar
* armory-api|core (1.0.0.0-353) from armory-1.10.2-1.2.0.0-353.jar
* Armory-API|Crafting (1.0.0.0-353) from armory-1.10.2-1.2.0.0-353.jar
* Armory-API|Crafting|SmithingsAnvil (1.0.0.0-353) from armory-1.10.2-1.2.0.0-353.jar
* Armory-API|Crafting|SmithingsAnvil|Components (1.0.0.0-353) from armory-1.10.2-1.2.0.0-353.jar
* Armory-API|Crafting|SmithingsAnvil|Recipe (1.0.0.0-353) from armory-1.10.2-1.2.0.0-353.jar
* armory-api|events (1.0.0.0-353) from armory-1.10.2-1.2.0.0-353.jar
* armory-api|events|client (1.0.0.0-353) from armory-1.10.2-1.2.0.0-353.jar
* armory-api|events|client|model (1.0.0.0-353) from armory-1.10.2-1.2.0.0-353.jar
* armory-api|events|client|model|block (1.0.0.0-353) from armory-1.10.2-1.2.0.0-353.jar
* armory-api|events|client|model|item (1.0.0.0-353) from armory-1.10.2-1.2.0.0-353.jar
* armory-api|events|common (1.0.0.0-353) from armory-1.10.2-1.2.0.0-353.jar
* armory-api|fluid (1.0.0.0-353) from armory-1.10.2-1.2.0.0-353.jar
* armory-api|helpers (1.0.0.0-353) from armory-1.10.2-1.2.0.0-353.jar
* armory-api|logic (1.0.0.0-353) from armory-1.10.2-1.2.0.0-353.jar
* armory-api|materials (1.0.0.0-353) from armory-1.10.2-1.2.0.0-353.jar
* armory-api|model (1.0.0.0-353) from armory-1.10.2-1.2.0.0-353.jar
* armory-api|model|deserializers (1.0.0.0-353) from armory-1.10.2-1.2.0.0-353.jar
* armory-api|model|deserializers|definition (1.0.0.0-353) from armory-1.10.2-1.2.0.0-353.jar
* armory-api|registries (1.0.0.0-353) from armory-1.10.2-1.2.0.0-353.jar
* armory-api|textures (1.0.0.0-353) from armory-1.10.2-1.2.0.0-353.jar
* armory-api|util (1.0.0.0-353) from armory-1.10.2-1.2.0.0-353.jar
* armory-api|util|client (1.0.0.0-353) from armory-1.10.2-1.2.0.0-353.jar
* armory-api|util|common (1.0.0.0-353) from armory-1.10.2-1.2.0.0-353.jar
* armory-api|util|references (1.0.0.0-353) from armory-1.10.2-1.2.0.0-353.jar
* AromaBackupAPI (1.0) from AromaBackup-1.9.4-2.0.0.0.b62.jar
* Baubles|API (1.1.1.0) from mobtotems-1.10.2-0.1.2.jar
* BetterAchievements|API (0.3.2.39) from BetterAchievements-1.10.2-0.3.2.39.jar
* BloodMagic|API (@VERSION@) from BloodMagic-1.9.4-2.1.0-67.jar
* BotaniaAPI (85) from Botania r1.9-339.jar
* CalculatorAPI (1.9.4 - 1.0) from Calculator-1.9.4-3.1.2.jar
* CharsetAPI (0.1) from Charset-0.3.0-pre15.jar
* CharsetAPI|Audio (0.0) from Charset-0.3.0-pre15.jar
* CharsetAPI|Lib (0.2) from Charset-0.3.0-pre15.jar
* CharsetAPI|Pipes (0.3) from Charset-0.3.0-pre15.jar
* CharsetAPI|Storage (0.1) from Charset-0.3.0-pre15.jar
* CharsetAPI|Tape (0.0) from Charset-0.3.0-pre15.jar
* CharsetAPI|Wires (0.3) from Charset-0.3.0-pre15.jar
* ChiselAPI (0.0.1) from Chisel-MC1.10.2-0.0.7.3.jar
* ChiselAPI|Carving (0.0.1) from Chisel-MC1.10.2-0.0.7.3.jar
* ChiselsAndBitsAPI (12.5.0) from chiselsandbits-12.7.jar
* CoFHAPI (1.8.9R1.2.0B1) from theoneprobe-1.10-1.3.3.jar
* CoFHAPI|block (1.8.9R1.2.0B1) from zerocore-1.10.2-0.0.8.1.jar
* CoFHAPI|core (1.8.9R1.2.0B1) from zerocore-1.10.2-0.0.8.1.jar
* CoFHAPI|energy (1.8.9R1.2.0B1) from valkyrielib-1.10.2-0.10.5e.jar
* CoFHAPI|inventory (1.8.9R1.2.0B1) from valkyrielib-1.10.2-0.10.5e.jar
* CoFHAPI|item (1.8.9R1.2.0B1) from zerocore-1.10.2-0.0.8.1.jar
* CoFHAPI|tileentity (1.8.9R1.2.0B1) from zerocore-1.10.2-0.0.8.1.jar
* CoFHAPI|transport (1.8.9R1.2.0B1) from zerocore-1.10.2-0.0.8.1.jar
* commoncapabilities|api (0.0.1) from CommonCapabilities-1.9.4-1.2.1.jar
* compactstorage (v2.0.0a) from compactstorage-2.1-1.9.4.jar
* compatlayer (1.10-0.0.21alpha) from compatlayer-1.10-0.0.21alpha.jar
* ComputerCraft|API (1.80pr0) from zerocore-1.10.2-0.0.8.1.jar
* ComputerCraft|API|FileSystem (1.80pr0) from zerocore-1.10.2-0.0.8.1.jar
* ComputerCraft|API|Lua (1.80pr0) from zerocore-1.10.2-0.0.8.1.jar
* ComputerCraft|API|Media (1.80pr0) from zerocore-1.10.2-0.0.8.1.jar
* ComputerCraft|API|Peripheral (1.80pr0) from zerocore-1.10.2-0.0.8.1.jar
* ComputerCraft|API|Permissions (1.80pr0) from zerocore-1.10.2-0.0.8.1.jar
* ComputerCraft|API|Redstone (1.80pr0) from zerocore-1.10.2-0.0.8.1.jar
* ComputerCraft|API|Turtle (1.80pr0) from zerocore-1.10.2-0.0.8.1.jar
* CraftingTweaks|API (4.1) from CraftingTweaks_1.10.2-6.1.16.jar
* CSLib|API (0.3.0) from Decocraft-2.3.5_1.10.2.jar
* DR-API (1.0.4-Beta) from deepresonance-1.10-1.3.1.jar
* DraconicEvolution|API (1.3) from Draconic-Evolution-1.10.2-2.0.3.137-universal.jar
* ElecCoreAPI (1.0) from ElecCore-1.10.2-1.6.345.jar
* ElecCore|Abilities (#API_VER#) from ElecCore-1.10.2-1.6.345.jar
* EnderIOAPI (0.0.2) from EnderIO-1.10.2-3.0.1.137_beta.jar
* EnderIOAPI|Redstone (0.0.2) from EnderIO-1.10.2-3.0.1.137_beta.jar
* EnderIOAPI|Teleport (0.0.2) from EnderIO-1.10.2-3.0.1.137_beta.jar
* EnderIOAPI|Tools (0.0.2) from EnderIO-1.10.2-3.0.1.137_beta.jar
* ForestryAPI|apiculture (5.0.0) from forestry_1.10.2-5.2.16.328.jar
* ForestryAPI|arboriculture (4.2.1) from forestry_1.10.2-5.2.16.328.jar
* ForestryAPI|circuits (3.1.0) from forestry_1.10.2-5.2.16.328.jar
* ForestryAPI|climate (2.1.0) from forestry_1.10.2-5.2.16.328.jar
* ForestryAPI|core (5.1.0) from forestry_1.10.2-5.2.16.328.jar
* ForestryAPI|farming (2.1.0) from forestry_1.10.2-5.2.16.328.jar
* ForestryAPI|food (1.1.0) from forestry_1.10.2-5.2.16.328.jar
* ForestryAPI|fuels (3.0.0) from forestry_1.10.2-5.2.16.328.jar
* ForestryAPI|genetics (4.7.1) from forestry_1.10.2-5.2.16.328.jar
* ForestryAPI|greenhouse (5.2.0) from forestry_1.10.2-5.2.16.328.jar
* ForestryAPI|hives (4.1.0) from forestry_1.10.2-5.2.16.328.jar
* ForestryAPI|lepidopterology (1.3.0) from forestry_1.10.2-5.2.16.328.jar
* ForestryAPI|mail (3.1.0) from forestry_1.10.2-5.2.16.328.jar
* ForestryAPI|multiblock (3.0.0) from forestry_1.10.2-5.2.16.328.jar
* ForestryAPI|recipes (5.4.0) from forestry_1.10.2-5.2.16.328.jar
* ForestryAPI|storage (5.0.0) from forestry_1.10.2-5.2.16.328.jar
* ForestryAPI|world (2.1.0) from forestry_1.10.2-5.2.16.328.jar
* funkylocomotion_api (2.0) from funky-locomotion-1.10.2-alpha-0.0.3.jar
* gendustryAPI (2.3.0) from gendustry-1.6.4.25-mc1.10.2.jar
* Guide-API|API (1.10.2-2.0.2-45) from Guide-API-1.10.2-2.0.2-45.jar
* iChunUtil API (1.0.0) from iChunUtil-1.10.2-6.1.0.jar
* ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.10-50.jar
* ImmersiveEngineering|ImmersiveFluxAPI (1.0) from ImmersiveEngineering-0.10-50.jar
* integrateddynamics|api (0.2.0) from IntegratedDynamics-1.10.2-0.6.3.jar
* IronBackpacks|API (0.5) from IronBackpacks-1.10.2-2.2.17.jar
* jeresources|API (0.5.7.87) from JustEnoughResources-1.10.2-0.5.7.87.jar
* journeymap|client-api (1.3) from journeymap-1.10.2-5.3.0.jar
* journeymap|client-api-display (1.3) from journeymap-1.10.2-5.3.0.jar
* journeymap|client-api-event (1.3) from journeymap-1.10.2-5.3.0.jar
* journeymap|client-api-model (1.3) from journeymap-1.10.2-5.3.0.jar
* journeymap|client-api-util (1.3) from journeymap-1.10.2-5.3.0.jar
* JustEnoughItemsAPI (4.10.1) from jei_1.10.2-3.13.6.387.jar
* McJtyLib (1.11-2.2.0alpha10) from mcjtylib-1.11-2.2.0alpha10.jar
* MekanismAPI|core (9.0.0) from Mekanism-1.10.2-9.2.0.294.jar
* MekanismAPI|energy (9.0.0) from Mekanism-1.10.2-9.2.0.294.jar
* MekanismAPI|gas (9.0.0) from Mekanism-1.10.2-9.2.0.294.jar
* MekanismAPI|infuse (9.0.0) from Mekanism-1.10.2-9.2.0.294.jar
* MekanismAPI|laser (9.0.0) from Mekanism-1.10.2-9.2.0.294.jar
* MekanismAPI|reactor (9.0.0) from Mekanism-1.10.2-9.2.0.294.jar
* MekanismAPI|recipe (9.0.0) from Mekanism-1.10.2-9.2.0.294.jar
* MekanismAPI|transmitter (9.0.0) from Mekanism-1.10.2-9.2.0.294.jar
* MekanismAPI|util (9.0.0) from Mekanism-1.10.2-9.2.0.294.jar
* Model Loading (0.0.0) from magneticraft-1.0.2-release.jar
* OpenComputersAPI|Component (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.0.4.jar
* OpenComputersAPI|Core (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.0.4.jar
* OpenComputersAPI|Driver (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.0.4.jar
* OpenComputersAPI|Driver|Item (6.0.0-alpha) from zerocore-1.10.2-0.0.8.1.jar
* OpenComputersAPI|Event (6.0.0-alpha) from zerocore-1.10.2-0.0.8.1.jar
* OpenComputersAPI|FileSystem (6.0.0-alpha) from zerocore-1.10.2-0.0.8.1.jar
* OpenComputersAPI|Internal (6.0.0-alpha) from zerocore-1.10.2-0.0.8.1.jar
* OpenComputersAPI|Machine (6.0.0-alpha) from zerocore-1.10.2-0.0.8.1.jar
* OpenComputersAPI|Manual (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.0.4.jar
* OpenComputersAPI|Network (6.0.0-alpha) from zerocore-1.10.2-0.0.8.1.jar
* OpenComputersAPI|Prefab (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.0.4.jar
* ProjectEAPI (1.10.2-1.0.0) from ProjectE-1.10.2-PE1.1.0B.jar
* PsiAPI (2) from Psi-r1.0-42.jar
* PSIonicUpgradesAPI (1) from PSIonicUpgrades-r1.15.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
* SoulShardsTOW|API (0.1.5) from SoulShards-TOW-1.10.2-2.6.6-46.jar
* stevescartsAPI (2.1.0.59) from StevesCarts-1.10.2-2.1.0.59.jar
* stevescartsAPI|FARMS (2.1.0.59) from StevesCarts-1.10.2-2.1.0.59.jar
* StorageDrawersAPI (1.7.10-1.2.0) from StorageDrawers-1.10.2-3.5.2.jar
* StorageDrawersAPI|config (1.7.10-1.2.0) from StorageDrawers-1.10.2-3.5.2.jar
* StorageDrawersAPI|event (1.7.10-1.2.0) from refinedstorage-1.2.6.jar
* StorageDrawersAPI|inventory (1.7.10-1.2.0) from refinedstorage-1.2.6.jar
* StorageDrawersAPI|pack (1.7.10-1.2.0) from StorageDrawers-1.10.2-3.5.2.jar
* StorageDrawersAPI|registry (1.7.10-1.2.0) from StorageDrawers-1.10.2-3.5.2.jar
* StorageDrawersAPI|render (1.7.10-1.2.0) from refinedstorage-1.2.6.jar
* StorageDrawersAPI|storage (1.7.10-1.2.0) from refinedstorage-1.2.6.jar
* StorageDrawersAPI|storage-attribute (1.7.10-1.2.0) from refinedstorage-1.2.6.jar
* TerraqueousAPI (1.0) from terraqueous-1.10.0-1.2.10.jar
* TerraqueousAPI|Cloud (1.0) from terraqueous-1.10.0-1.2.10.jar
* TerraqueousAPI|Machines (1.0) from terraqueous-1.10.0-1.2.10.jar
* TerraqueousAPI|Plant (1.0) from terraqueous-1.10.0-1.2.10.jar
* valkyrielib.api (1.10.2-0.10.5d) from valkyrielib-1.10.2-0.10.5e.jar
* WailaAPI (1.3) from Waila-1.7.0-B3_1.9.4.jar
* zerocore|API|multiblock (1.9.4-0.0.1) from zerocore-1.10.2-0.0.8.1.jar
* zerocore|API|multiblock|rectangular (1.9.4-0.0.1) from zerocore-1.10.2-0.0.8.1.jar
* zerocore|API|multiblock|validation (1.9.4-0.0.1) from zerocore-1.10.2-0.0.8.1.jar
EnderIO: No known problems detected.
Detailed RF API diagnostics:
* RF API class 'EnergyStorage' is loaded from: jar:file:/C:/Users/Rafael/Documents/Curse/Minecraft/Instances/All%20the%20Mods%20-%20Modded/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/Rafael/Documents/Curse/Minecraft/Instances/All%20the%20Mods%20-%20Modded/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/Rafael/Documents/Curse/Minecraft/Instances/All%20the%20Mods%20-%20Modded/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/Rafael/Documents/Curse/Minecraft/Instances/All%20the%20Mods%20-%20Modded/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/Rafael/Documents/Curse/Minecraft/Instances/All%20the%20Mods%20-%20Modded/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/Rafael/Documents/Curse/Minecraft/Instances/All%20the%20Mods%20-%20Modded/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/Rafael/Documents/Curse/Minecraft/Instances/All%20the%20Mods%20-%20Modded/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/Rafael/Documents/Curse/Minecraft/Instances/All%20the%20Mods%20-%20Modded/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/Rafael/Documents/Curse/Minecraft/Instances/All%20the%20Mods%20-%20Modded/mods/BrandonsCore-1.10.2-2.1.1.61-universal.jar!/cofh/api/energy/TileEnergyHandler.class
Detailed Tesla API diagnostics:
* Tesla API class 'Tesla' is loaded from: jar:file:/C:/Users/Rafael/Documents/Curse/Minecraft/Instances/All%20the%20Mods%20-%20Modded/mods/Tesla-1.10.2-1.2.1.50.jar!/net/darkhax/tesla/Tesla.class
* Tesla API class 'TeslaCapabilities' is loaded from: jar:file:/C:/Users/Rafael/Documents/Curse/Minecraft/Instances/All%20the%20Mods%20-%20Modded/mods/Tesla-1.10.2-1.2.1.50.jar!/net/darkhax/tesla/capability/TeslaCapabilities.class
* Tesla API class 'ITeslaConsumer' is loaded from: jar:file:/C:/Users/Rafael/Documents/Curse/Minecraft/Instances/All%20the%20Mods%20-%20Modded/mods/Tesla-1.10.2-1.2.1.50.jar!/net/darkhax/tesla/api/ITeslaConsumer.class
* Tesla API class 'ITeslaHolder' is loaded from: jar:file:/C:/Users/Rafael/Documents/Curse/Minecraft/Instances/All%20the%20Mods%20-%20Modded/mods/Tesla-1.10.2-1.2.1.50.jar!/net/darkhax/tesla/api/ITeslaHolder.class
* Tesla API class 'ITeslaProducer' is loaded from: jar:file:/C:/Users/Rafael/Documents/Curse/Minecraft/Instances/All%20the%20Mods%20-%20Modded/mods/Tesla-1.10.2-1.2.1.50.jar!/net/darkhax/tesla/api/ITeslaProducer.class
* Tesla API class 'BaseTeslaContainer' is loaded from: jar:file:/C:/Users/Rafael/Documents/Curse/Minecraft/Instances/All%20the%20Mods%20-%20Modded/mods/Tesla-1.10.2-1.2.1.50.jar!/net/darkhax/tesla/api/implementation/BaseTeslaContainer.class
* Tesla API class 'BaseTeslaContainerProvider' is loaded from: jar:file:/C:/Users/Rafael/Documents/Curse/Minecraft/Instances/All%20the%20Mods%20-%20Modded/mods/Tesla-1.10.2-1.2.1.50.jar!/net/darkhax/tesla/api/implementation/BaseTeslaContainerProvider.class
* Tesla API class 'InfiniteTeslaConsumer' is loaded from: jar:file:/C:/Users/Rafael/Documents/Curse/Minecraft/Instances/All%20the%20Mods%20-%20Modded/mods/Tesla-1.10.2-1.2.1.50.jar!/net/darkhax/tesla/api/implementation/InfiniteTeslaConsumer.class
* Tesla API class 'InfiniteTeslaConsumerProvider' is loaded from: jar:file:/C:/Users/Rafael/Documents/Curse/Minecraft/Instances/All%20the%20Mods%20-%20Modded/mods/Tesla-1.10.2-1.2.1.50.jar!/net/darkhax/tesla/api/implementation/InfiniteTeslaConsumerProvider.class
* Tesla API class 'InfiniteTeslaProducer' is loaded from: jar:file:/C:/Users/Rafael/Documents/Curse/Minecraft/Instances/All%20the%20Mods%20-%20Modded/mods/Tesla-1.10.2-1.2.1.50.jar!/net/darkhax/tesla/api/implementation/InfiniteTeslaProducer.class
* Tesla API class 'InfiniteTeslaProducerProvider' is loaded from: jar:file:/C:/Users/Rafael/Documents/Curse/Minecraft/Instances/All%20the%20Mods%20-%20Modded/mods/Tesla-1.10.2-1.2.1.50.jar!/net/darkhax/tesla/api/implementation/InfiniteTeslaProducerProvider.class
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment