Advertisement
Guest User

Untitled

a guest
Aug 20th, 2016
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.93 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. CorePlugin (FluxedRedstone-2.3.0.48.jar)
  5. BetterFontsCore (TTFR-1.10.2-1.5.2.jar)
  6. AppleCore (AppleCore-mc1.10.2-2.0.0.jar)
  7. CCCDeobfPlugin (unknown)
  8. LoadingPlugin (Quark-r1.0-52.jar)
  9. FMLPlugin (InventoryTweaks-1.61-58.jar)
  10. LoadingPlugin (RandomThings-MC1.10.2-3.7.5.jar)
  11. CCLCorePlugin (CodeChickenLib-1.10.2-2.2.3.58-universal.jar)
  12. CodeChickenCorePlugin (CodeChickenCore-1.10.2-2.1.8.79-universal.jar)
  13. BetterMinecraftChat (BetterMinecraftChat_1.10.2-4.1.6.jar)
  14. IC2core (industrialcraft-2-2.6.42-ex110.jar)
  15. MalisisCorePlugin (malisiscore-1.9.4-4.1.1.jar)
  16. Contact their authors BEFORE contacting forge
  17.  
  18. // Don't do that.
  19.  
  20. Time: 20.08.16 20:44
  21. Description: There was a severe problem during mod loading that has caused the game to fail
  22.  
  23. net.minecraftforge.fml.common.LoaderException: java.lang.AbstractMethodError
  24. at net.minecraftforge.fml.common.LoadController.transition(LoadController.java:186)
  25. at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:610)
  26. at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:255)
  27. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:439)
  28. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351)
  29. at net.minecraft.client.main.Main.main(SourceFile:124)
  30. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  31. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  32. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  33. at java.lang.reflect.Method.invoke(Method.java:498)
  34. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  35. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  36. Caused by: java.lang.AbstractMethodError
  37. at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.addObjectRaw(FMLControlledNamespacedRegistry.java:580)
  38. at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.add(FMLControlledNamespacedRegistry.java:478)
  39. at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.register(FMLControlledNamespacedRegistry.java:825)
  40. at net.minecraftforge.fml.common.registry.GameData.register_impl(GameData.java:254)
  41. at net.minecraftforge.fml.common.registry.GameRegistry.register(GameRegistry.java:153)
  42. at WayofTime.bloodmagic.compat.guideapi.CompatibilityGuideAPI.loadCompatibility(CompatibilityGuideAPI.java:23)
  43. at WayofTime.bloodmagic.registry.ModCompatibility.loadCompat(ModCompatibility.java:27)
  44. at WayofTime.bloodmagic.BloodMagic.preInit(BloodMagic.java:103)
  45. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  46. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  47. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  48. at java.lang.reflect.Method.invoke(Method.java:498)
  49. at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:595)
  50. at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
  51. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  52. at java.lang.reflect.Method.invoke(Method.java:498)
  53. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  54. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  55. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  56. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  57. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  58. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:239)
  59. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:217)
  60. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  61. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  62. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  63. at java.lang.reflect.Method.invoke(Method.java:498)
  64. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  65. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  66. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  67. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  68. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  69. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:142)
  70. at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:607)
  71. ... 10 more
  72.  
  73.  
  74. A detailed walkthrough of the error, its code path and all known details is as follows:
  75. ---------------------------------------------------------------------------------------
  76.  
  77. -- System Details --
  78. Details:
  79. Minecraft Version: 1.10.2
  80. Operating System: Linux (amd64) version 4.6.4-1-ARCH
  81. Java Version: 1.8.0_102, Oracle Corporation
  82. Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle Corporation
  83. Memory: 611048224 bytes (582 MB) / 1484783616 bytes (1416 MB) up to 2885681152 bytes (2752 MB)
  84. JVM Flags: 1 total; -Xmx3096M
  85. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  86. FML: MCP 9.32 Powered by Forge 12.18.1.2068 125 mods loaded, 125 mods active
  87. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  88. UCH mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
  89. UCH FML{8.0.99.99} [Forge Mod Loader] (forge-1.10.2-12.18.1.2068-universal.jar)
  90. UCH Forge{12.18.1.2068} [Minecraft Forge] (forge-1.10.2-12.18.1.2068-universal.jar)
  91. UCH CodeChickenCore{2.1.8.79} [CodeChicken Core] (minecraft.jar)
  92. UCH BetterFonts{1.5.2} [BetterFonts] (minecraft.jar)
  93. UCH actuallyadditions{1.10.2-r60} [Actually Additions] (ActuallyAdditions-1.10.2-r60.jar)
  94. UCH CookingPlus{0.7.4} [The Agricultural Revolution] (Agricultural-Revolution-1.10.2-0.7.4-1.0.jar)
  95. UCH agriculturalexpansion{r-1.2.0} [Agricultural Expansion] (AgriculturalExpansion[1.9.4][1.10.2]-r1.2.1.jar)
  96. UCH mantle{1.10.2-0.10.4.jenkins163} [Mantle] (Mantle-1.10.2-0.10.4.jar)
  97. UCH tconstruct{1.10.2-2.4.0.jenkins325} [Tinkers' Construct] (TConstruct-1.10.2-2.4.0.jar)
  98. UCH immersiveengineering{${version}} [Immersive Engineering] (ImmersiveEngineering-0.10-37.jar)
  99. UCH JEI{3.9.0.245} [Just Enough Items] (jei_1.10.2-3.9.0.245.jar)
  100. UCH AppleCore{2.0.0} [AppleCore] (AppleCore-mc1.10.2-2.0.0.jar)
  101. UCH appleskin{1.0.1} [AppleSkin] (AppleSkin-mc1.10.2-1.0.1.jar)
  102. UCH aquaculture{1.4.0} [Aquaculture] (Aquaculture-1.10.2-1.4.0.28.jar)
  103. UCH mcmultipart{1.2.1} [MCMultiPart] (MCMultiPart-1.2.1-universal.jar)
  104. UCH bagelsmore{1.0.1} [Bagelsmore: The Return] (Bagelsmore-1.9.4-1.0.1.jar)
  105. UCH basemetals{2.4.0} [Base Metals] (BaseMetals_1.10.2-2.4.0.11.jar)
  106. UCH Baubles{1.2.1.0} [Baubles] (Baubles-1.9.4-1.2.1.0.jar)
  107. UCH bdlib{1.12.2.8} [BD Lib] (bdlib-1.12.2.8-mc1.10.2.jar)
  108. UCH BetterAchievements{0.3.1.31} [Better Achievements] (BetterAchievements-1.10.2-0.3.1.31.jar)
  109. UCH betteragriculture{0.16} [Better Agriculture] (BetterAgriculture_(MC-1.10)-0.16.jar)
  110. UCH betterminecraftchat{4.1.6} [BetterMinecraftChat] (BetterMinecraftChat_1.10.2-4.1.6.jar)
  111. UCH blockdrops{1.0.10} [Block Drops] (BlockDrops-1.10.2-1.0.10.jar)
  112. UCH guideapi{@VERSION@} [Guide-API] (Guide-API-1.9.4-2.0.0-42.jar)
  113. UCE BloodMagic{1.9.4-2.0.4-56} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.9.4-2.0.4-56.jar)
  114. UCE BloodArsenal{1.10.2-2.0.1-CUSTOM} [Blood Arsenal] (BloodArsenal-1.10.2-2.0.1-11.jar)
  115. UCH bookshelf{1.3.0.282} [Bookshelf] (Bookshelf-1.10.2-1.3.0.282.jar)
  116. UCH bookshelfapi{3.1.0} [Bookshelf] (Bookshelf-API-1.9.4-3.1.0.jar)
  117. UCH Waila{1.7.0} [Waila] (Waila-1.7.0-B3_1.9.4.jar)
  118. UCH SonarCore{3.1.4} [SonarCore] (SonarCore-1.9.4-3.1.4.jar)
  119. UCH Calculator{3.1.1} [Calculator] (Calculator-1.9.4-3.1.1.jar)
  120. UCH Chameleon{1.10-2.1.7} [Chameleon] (Chameleon-1.10-2.1.7.jar)
  121. UCH CharsetLib{0.3.0-pre12} [‽] (Charset-0.3.0-pre12.jar)
  122. UCH CharsetAudio{0.3.0-pre12} [♫] (Charset-0.3.0-pre12.jar)
  123. UCH CharsetCarts{0.3.0-pre12} [U] (Charset-0.3.0-pre12.jar)
  124. UCH CharsetDecoration{0.3.0-pre12} [�?] (Charset-0.3.0-pre12.jar)
  125. UCH CharsetDrama{0.3.0-pre12} [!] (Charset-0.3.0-pre12.jar)
  126. UCH CharsetFarming{0.3.0-pre12} [;] (Charset-0.3.0-pre12.jar)
  127. UCH CharsetGates{0.3.0-pre12} [&] (Charset-0.3.0-pre12.jar)
  128. UCH CharsetPipes{0.3.0-pre12} [|] (Charset-0.3.0-pre12.jar)
  129. UCH CharsetStorage{0.3.0-pre12} [#] (Charset-0.3.0-pre12.jar)
  130. UCH CharsetTweaks{0.3.0-pre12} [*] (Charset-0.3.0-pre12.jar)
  131. UCH CharsetWires{0.3.0-pre12} [+] (Charset-0.3.0-pre12.jar)
  132. UCH CharsetWrench{0.3.0-pre12} [/] (Charset-0.3.0-pre12.jar)
  133. UCH ChickenChunks{2.1.3.36} [ChickenChunks] (ChickenChunks-1.10.2-2.1.3.36-universal.jar)
  134. UCH chiselsandbits{11.10} [Chisels & Bits] (chiselsandbits-11.10.jar)
  135. UCH cyclopscore{0.7.5} [Cyclops Core] (CyclopsCore-1.9.4-0.7.5.jar)
  136. UCH commoncapabilities{1.1.1} [CommonCapabilities] (CommonCapabilities-1.9.4-1.1.1.jar)
  137. UCH cookingforblockheads{3.1.26} [Cooking for Blockheads] (CookingForBlockheads-mc1.9.4-3.1.26.jar)
  138. UCH MineTweaker3{3.0.10} [MineTweaker 3] (CraftTweaker-1.10.2-3.0.10.jar)
  139. UCH cyclicmagic{1.5.1} [Cyclic] (Cyclic-1.10.2-1.5.1.jar)
  140. UCH StorageDrawers{1.10.2-3.2.6} [Storage Drawers] (StorageDrawers-1.10.2-3.2.6.jar)
  141. UCH bitdrawers{0.3} [Drawers & Bits] (DrawersBits-1.10.2-0.3.jar)
  142. UCH poweradvantage{2.3.0} [Power Advantage] (PowerAdvantage_1.10.2-2.3.0.jar)
  143. UCH electricadvantage{2.2.0} [Electric Advantage] (ElectricAdvantage_1.10.2-2.2.0.jar)
  144. UCH EnderStorage{2.1.3.72} [EnderStorage] (EnderStorage-1.10.2-2.1.3.72-universal.jar)
  145. UCH endmetals{1.0.4} [End Metals] (EndMetals_1.9-1.0.4.jar)
  146. UCH ValkyrieLib{1.10.2-0.10.2} [Valkyrie Lib] (valkyrielib-1.10.2-0.10.2.jar)
  147. UCH EnvironmentalTech{1.10.2-0.10.2e} [Environmental Tech] (environmentaltech-1.10.2-0.10.2e.jar)
  148. UCH expandablebackpack{1.1} [Expandable Backpacks] (expandableBackpacks1.1.8.jar)
  149. UCH FFS{1.9.4-1.6.4-b29} [Fancy Fluid Storage] (Fancy Fluid Storage-1.9.4-1.6.4-b29.jar)
  150. UCH fastfood{0.2.3} [Fast Food] (FastFood-0.2.3.jar)
  151. UCH fastleafdecay{v11} [Fast Leaf Decay] (FastLeafDecay-v11.jar)
  152. UCH reborncore{2.6.2.27} [RebornCore] (RebornCore-1.10.2-2.6.2.27-universal.jar)
  153. UCH reborncore-mcmultipart{2.6.2.27} [reborncore-MCMultiPart] (RebornCore-1.10.2-2.6.2.27-universal.jar)
  154. UCH tesla{1.2.1.46} [TESLA] (Tesla-1.10.2-1.2.1.46.jar)
  155. UCH fluxedredstone{2.3.0.48} [FluxedRedstone] (FluxedRedstone-2.3.0.48.jar)
  156. UCH FluxNetworks{1.0.5} [Flux Networks] (FluxNetworks-1.9.4-1.0.5.jar)
  157. UCH IC2{2.6.42-ex110} [IndustrialCraft 2] (industrialcraft-2-2.6.42-ex110.jar)
  158. UCH forestry{5.2.9.241} [Forestry] (forestry_1.10.2-5.2.9.241.jar)
  159. UCH fusionlordspatrons{1.10.2-b2} [FusionLord's Patrons] (FusionLord's Patrons-1.10.2-b2.jar)
  160. UCH gadgetsngoodies{1.1.3} [Gadgets n' Goodies Mod] (Gadgets_n_Goodies_mod_v1.1.4_mc_v1.10.2.jar)
  161. UCH advgenerators{0.9.20.10} [Advanced Generators] (generators-0.9.20.10-mc1.10.2.jar)
  162. UCH graves{1.10.2-b28-universal} [Graves Mod] (Graves-1.10.2-b28-universal.jar)
  163. UCH Automation{5.1.0} [Inductive Automation] (InductiveAutomation-1.9.4-5.1.0.jar)
  164. UCH integrateddynamics{0.4.2} [Integrated Dynamics] (IntegratedDynamics-1.9.4-0.4.2.jar)
  165. UCH inventorytweaks{1.61-58-a1fd884} [Inventory Tweaks] (InventoryTweaks-1.61-58.jar)
  166. UCH ironchest{1.10.2-7.0.9.796} [Iron Chest] (ironchest-1.10.2-7.0.9.796.jar)
  167. UCH itemscroller{0.7.0} [Item Scroller] (itemscroller-1.10.2-0.7.0.jar)
  168. UCH jeibees{0.9.0.1} [JEI Bees] (jeibees-0.9.0.1-mc1.10.2.jar)
  169. UCH justenoughbuttons{1.10.2-1.2} [Just Enough Buttons] (justenoughbuttons-1.10.2-1.2.jar)
  170. UCH jeresources{0.5.0.51} [Just Enough Resources] (JustEnoughResources-1.10.2-0.5.0.51.jar)
  171. UCH largestuff{2.1.2} [LargeStuff] (LargeStuff-2.1.2.jar)
  172. UCH lucky{7.3.0} [Lucky Block] (LuckyBlock_1-10-2_v7-3-0.jar)
  173. UCH magneticraft{@VERSION@} [Magneticraft] (magneticraft-1.0.0-prerelease2-all.jar)
  174. UCH malisiscore{1.9.4-4.1.1} [MalisisCore] (malisiscore-1.9.4-4.1.1.jar)
  175. UCH malisisblocks{1.9.4-4.0.1} [Malisis Blocks] (malisisblocks-1.9.4-4.0.1.jar)
  176. UCH malisisdoors{1.9.4-5.0.3} [MalisisDoors] (malisisdoors-1.9.4-5.0.3.jar)
  177. UCH MapWriter{2.6.19} [MapWriter] (MapWriter-1.10.2-2.6.19.jar)
  178. UCH moreoverlays{1.6} [MoreOverlays] (moreoverlays-1.6-mc1.9.4.jar)
  179. UCH moreplayermodels{1.9.4} [MorePlayerModels] (MorePlayerModels_1.9.4beta(29may16).jar)
  180. UCH Morphtool{1.0-6} [Morph-o-Tool] (Morph-o-Tool-1.0-6.jar)
  181. UCH mousetweaks{2.6.4} [Mouse Tweaks] (MouseTweaks-2.6.4-mc1.10.2.jar)
  182. UCH nethermetals{1.1.2} [Nether Metals] (NetherMetals_1.9-1.1.2.jar)
  183. UCH netherportalfix{1.0} [Nether Portal Fix] (netherportalfix-mc1.9.4-4.0.1.jar)
  184. UCH recipehandler{0.5} [NoMoreRecipeConflict] (NoMoreRecipeConflict-0.5(1.10.2).jar)
  185. UCH notenoughwands{1.3.5} [Not Enough Wands] (notenoughwands-1.9.4-1.3.5.jar)
  186. UCH orespawn{1.1.0} [Ore Spawn] (OreSpawn_1.10.2-1.1.0.jar)
  187. UCH Psi{r1.0-37} [Psi] (Psi-r1.0-37.jar)
  188. UCH Quark{r1.0-52} [Quark] (Quark-r1.0-52.jar)
  189. UCH randomthings{3.7.5} [Random Things] (RandomThings-MC1.10.2-3.7.5.jar)
  190. UCH refinedstorage{0.8.20} [Refined Storage] (refinedstorage-0.8.20.jar)
  191. UCH xreliquary{1.10.2-1.3.3.492} [Reliquary] (Reliquary-1.10.2-1.3.3.492.jar)
  192. UCH reptilemod{3.5.2} [Reptile Mod] (reptilemod-1.10.2-3.5.2-57.jar)
  193. UCH rftools{5.16} [RFTools] (rftools-1.10-5.16.jar)
  194. UCH roots{0.112} [Roots] (roots-1.10.2-0.112.0.jar)
  195. UCH AS_Ruins{16.2} [Ruins Spawning System] (Ruins-1.10.2.jar)
  196. UCH SimpleGenerators{1.10.2-0.10.2b} [Simple Generators] (simplegenerators-1.10.2-0.10.2b.jar)
  197. UCH simplycaterpillar{6.0.1.20} [Simply Caterpillar] (SimplyCaterpillar-Forge-6.0.1.20.jar)
  198. UCH SophisticatedWolves{3.6.1} [SophisticatedWolves] (SophisticatedWolves-3.6.3.jar)
  199. UCH steamadvantage{2.2.0} [Steam Advantage] (SteamAdvantage_1.10.2-2.2.0.jar)
  200. UCH tellme{0.3.0-pre.3} [Tell Me] (tellme-1.10.2-0.3.0-pre.3.jar)
  201. UCH teslacoils{v0.2.1.0} [Tesla Coils] (teslacoils-0.2.1.0.jar)
  202. UCH guru{1.58} [The Basic Elements] (thebasicelements-1.4-1.10.2.jar)
  203. UCH TinkersAddons{1.0.3} [Tinkers' Addons] (Tinkers' Addons-1.10.x-1.0.3.jar)
  204. UCH totemic{1.9.4-0.7.8} [Totemic] (Totemic-1.9.4-0.7.8.jar)
  205. UCH twitchintegration{1.0} [Twitch Integration] (TwitchIntegration_1.10.2-2.1.6.jar)
  206. UCH usefulnullifiers{1.1} [Useful Nullifiers] (usefulnullifiers-1.1.jar)
  207. UCH va{1.10.2-1.3} [Vanilla Automation] (va-1.10.2-1.3.jar)
  208. UCH WailaHarvestability{1.1.8} [Waila Harvestability] (WailaHarvestability-mc1.10.2-1.1.8.jar)
  209. UCH waterstrainer{1.2.1} [Water Strainer] (WaterStrainer-1.9.4-1.2.1.jar)
  210. UCH icse{1.1.0.0} [I Can See Everything] (Wawla-1.10.2-2.3.0.200.jar)
  211. UCH wawla{2.3.0.194} [What Are We Looking At] (Wawla-1.10.2-2.3.0.200.jar)
  212. UCH zc_villages{0.11.4} [ZC Villages] (ZC Villages-0.11.4-1.10.2.jar)
  213. Loaded coremods (and transformers):
  214. CorePlugin (FluxedRedstone-2.3.0.48.jar)
  215.  
  216. BetterFontsCore (TTFR-1.10.2-1.5.2.jar)
  217. cubex2.ttfr.BFClassTransformer
  218. AppleCore (AppleCore-mc1.10.2-2.0.0.jar)
  219. squeek.applecore.asm.TransformerModuleHandler
  220. CCCDeobfPlugin (unknown)
  221.  
  222. LoadingPlugin (Quark-r1.0-52.jar)
  223. vazkii.quark.base.asm.ClassTransformer
  224. FMLPlugin (InventoryTweaks-1.61-58.jar)
  225. invtweaks.forge.asm.ContainerTransformer
  226. LoadingPlugin (RandomThings-MC1.10.2-3.7.5.jar)
  227. lumien.randomthings.asm.ClassTransformer
  228. CCLCorePlugin (CodeChickenLib-1.10.2-2.2.3.58-universal.jar)
  229. codechicken.lib.asm.ClassHeirachyManager
  230. codechicken.lib.asm.RenderHookTransformer
  231. CodeChickenCorePlugin (CodeChickenCore-1.10.2-2.1.8.79-universal.jar)
  232. codechicken.core.asm.TweakTransformer
  233. codechicken.core.asm.DelegatedTransformer
  234. codechicken.core.asm.DefaultImplementationTransformer
  235. BetterMinecraftChat (BetterMinecraftChat_1.10.2-4.1.6.jar)
  236. net.blay09.mods.bmc.coremod.ClassTransformer
  237. IC2core (industrialcraft-2-2.6.42-ex110.jar)
  238.  
  239. MalisisCorePlugin (malisiscore-1.9.4-4.1.1.jar)
  240. net.malisis.core.util.chunkcollision.ChunkCollisionTransformer
  241. net.malisis.core.util.chunkblock.ChunkBlockTransformer
  242. net.malisis.core.renderer.transformer.MalisisRendererTransformer
  243. net.malisis.core.renderer.icon.asm.TextureMapTransformer
  244. net.malisis.core.util.clientnotif.ClientNotifTransformer
  245. GL info: ' Vendor: 'Intel Open Source Technology Center' Version: '3.0 Mesa 12.0.1' Renderer: 'Mesa DRI Intel(R) Sandybridge Mobile '
  246. Pulsar/tconstruct loaded Pulses:
  247. - TinkerCommons (Enabled/Forced)
  248. - TinkerWorld (Enabled/Not Forced)
  249. - TinkerTools (Enabled/Not Forced)
  250. - TinkerSmeltery (Enabled/Not Forced)
  251. - TinkerGadgets (Enabled/Not Forced)
  252. - TinkerOredict (Enabled/Forced)
  253. - TinkerIntegration (Enabled/Forced)
  254. - TinkerFluids (Enabled/Forced)
  255. - TinkerMaterials (Enabled/Forced)
  256. - chiselsandbitsIntegration (Enabled/Not Forced)
  257. - WailaIntegration (Enabled/Not Forced)
  258.  
  259. CodeChickenCore: ignoreInvalidMCVersion state: false
  260. List of loaded APIs:
  261. * actuallyadditionsapi (21) from ActuallyAdditions-1.10.2-r60.jar
  262. * AppleCoreAPI (2.1.0) from AppleCore-mc1.10.2-2.0.0.jar
  263. * Baubles|API (1.1.1.0) from Baubles-1.9.4-1.2.1.0.jar
  264. * BetterAchievements|API (0.3.1.31) from BetterAchievements-1.10.2-0.3.1.31.jar
  265. * BloodMagic|API (@VERSION@) from BloodMagic-1.9.4-2.0.4-56.jar
  266. * CalculatorAPI (1.9.4 - 1.0) from Calculator-1.9.4-3.1.1.jar
  267. * CharsetAPI (0.1) from Charset-0.3.0-pre12.jar
  268. * CharsetAPI|Audio (0.0) from Charset-0.3.0-pre12.jar
  269. * CharsetAPI|Lib (0.2) from Charset-0.3.0-pre12.jar
  270. * CharsetAPI|Pipes (0.3) from Charset-0.3.0-pre12.jar
  271. * CharsetAPI|Storage (0.1) from Charset-0.3.0-pre12.jar
  272. * CharsetAPI|Tape (0.0) from Charset-0.3.0-pre12.jar
  273. * CharsetAPI|Wires (0.3) from Charset-0.3.0-pre12.jar
  274. * ChiselsAndBitsAPI (11.7.0) from chiselsandbits-11.10.jar
  275. * CoFHAPI (1.8.9R1.2.0B1) from ImmersiveEngineering-0.10-37.jar
  276. * CoFHAPI|core (1.8.9R1.2.0B1) from valkyrielib-1.10.2-0.10.2.jar
  277. * CoFHAPI|energy (1.8.9R1.2.0B1) from RebornCore-1.10.2-2.6.2.27-universal.jar
  278. * CoFHAPI|inventory (1.8.9R1.2.0B1) from valkyrielib-1.10.2-0.10.2.jar
  279. * CoFHAPI|item (1.8.9R1.2.0B1) from mcjtylib-1.10-1.9.9.jar
  280. * commoncapabilities|api (0.0.1) from CommonCapabilities-1.9.4-1.1.1.jar
  281. * environmentaltech.api (1.10.2-0.10.2e) from environmentaltech-1.10.2-0.10.2e.jar
  282. * FluxNetworkAPI (1.0.0) from FluxNetworks-1.9.4-1.0.5.jar
  283. * ForestryAPI|apiculture (5.0.0) from forestry_1.10.2-5.2.9.241.jar
  284. * ForestryAPI|arboriculture (4.2.1) from forestry_1.10.2-5.2.9.241.jar
  285. * ForestryAPI|circuits (3.1.0) from forestry_1.10.2-5.2.9.241.jar
  286. * ForestryAPI|core (5.0.0) from forestry_1.10.2-5.2.9.241.jar
  287. * ForestryAPI|farming (2.1.0) from forestry_1.10.2-5.2.9.241.jar
  288. * ForestryAPI|food (1.1.0) from forestry_1.10.2-5.2.9.241.jar
  289. * ForestryAPI|fuels (3.0.0) from forestry_1.10.2-5.2.9.241.jar
  290. * ForestryAPI|genetics (4.7.1) from forestry_1.10.2-5.2.9.241.jar
  291. * ForestryAPI|greenhouse (5.0.0) from forestry_1.10.2-5.2.9.241.jar
  292. * ForestryAPI|hives (4.1.0) from forestry_1.10.2-5.2.9.241.jar
  293. * ForestryAPI|lepidopterology (1.3.0) from forestry_1.10.2-5.2.9.241.jar
  294. * ForestryAPI|mail (3.0.0) from forestry_1.10.2-5.2.9.241.jar
  295. * ForestryAPI|multiblock (3.0.0) from forestry_1.10.2-5.2.9.241.jar
  296. * ForestryAPI|recipes (5.4.0) from forestry_1.10.2-5.2.9.241.jar
  297. * ForestryAPI|storage (5.0.0) from forestry_1.10.2-5.2.9.241.jar
  298. * ForestryAPI|world (2.1.0) from forestry_1.10.2-5.2.9.241.jar
  299. * Guide-API|API (1.9.4-2.0.0-42) from Guide-API-1.9.4-2.0.0-42.jar
  300. * ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.10-37.jar
  301. * ImmersiveEngineering|ImmersiveFluxAPI (1.0) from ImmersiveEngineering-0.10-37.jar
  302. * integrateddynamics|api (0.1.0) from IntegratedDynamics-1.9.4-0.4.2.jar
  303. * jeresources|API (0.5.0.51) from JustEnoughResources-1.10.2-0.5.0.51.jar
  304. * JustEnoughItemsAPI (4.1.0) from jei_1.10.2-3.9.0.245.jar
  305. * MapWriterApi (1.1.0) from MapWriter-1.10.2-2.6.19.jar
  306. * McJtyLib (1.10-1.9.9) from mcjtylib-1.10-1.9.9.jar
  307. * PsiAPI (2) from Psi-r1.0-37.jar
  308. * reborncoreAPI (2.6.2.27) from RebornCore-1.10.2-2.6.2.27-universal.jar
  309. * StorageDrawersAPI (1.7.10-1.2.0) from refinedstorage-0.8.20.jar
  310. * StorageDrawersAPI|config (1.7.10-1.2.0) from StorageDrawers-1.10.2-3.2.6.jar
  311. * StorageDrawersAPI|event (1.7.10-1.2.0) from StorageDrawers-1.10.2-3.2.6.jar
  312. * StorageDrawersAPI|inventory (1.7.10-1.2.0) from StorageDrawers-1.10.2-3.2.6.jar
  313. * StorageDrawersAPI|pack (1.7.10-1.2.0) from StorageDrawers-1.10.2-3.2.6.jar
  314. * StorageDrawersAPI|registry (1.7.10-1.2.0) from refinedstorage-0.8.20.jar
  315. * StorageDrawersAPI|render (1.7.10-1.2.0) from StorageDrawers-1.10.2-3.2.6.jar
  316. * StorageDrawersAPI|storage (1.7.10-1.2.0) from refinedstorage-0.8.20.jar
  317. * StorageDrawersAPI|storage-attribute (1.7.10-1.2.0) from refinedstorage-0.8.20.jar
  318. * totemic|API (2.0.0) from Totemic-1.9.4-0.7.8.jar
  319. * ValkyrieLib.api (1.10.2-0.10.2) from valkyrielib-1.10.2-0.10.2.jar
  320. * WailaAPI (1.3) from Waila-1.7.0-B3_1.9.4.jar
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement