Advertisement
drakray

Untitled

Jun 19th, 2017
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.51 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. DummyPlugin (ForgeEndertech-1.11.2-2.1.3.0-build.0067.jar)
  5. CCLCorePlugin (CodeChickenLib-1.11.2-2.7.0.268-universal.jar)
  6. LoadingPlugin (Quark-r1.2-93.jar)
  7. LoadingPlugin (RandomThings-MC1.11.2-4.0.jar)
  8. CoFH Loading Plugin (CoFHCore-1.11.2-4.2.2.6-universal.jar)
  9. CoreMod (Aroma1997Core-1.11.2-1.2.0.0.b81.jar)
  10. RebornCoreASM (RebornCore-1.11.2-2.16.0.106-universal.jar)
  11. Inventory Tweaks Coremod (InventoryTweaks-1.62.jar)
  12. RBLoadingPlugin (RealBench-1.11.2-1.3.2.jar)
  13. AppleCore (AppleCore-mc1.11.2-2.2.0.jar)
  14. ForgelinPlugin (Forgelin-1.4.1.jar)
  15. MalisisCorePlugin (malisiscore-1.11.2-5.2.1.jar)
  16. Plugin (NotEnoughIDs-1.5.4.1.jar)
  17. CTMCorePlugin (CTM-MC1.11.2-0.1.1.5.jar)
  18. Contact their authors BEFORE contacting forge
  19.  
  20. // Oops.
  21.  
  22. Time: 6/19/17 11:37 PM
  23. Description: There was a severe problem during mod loading that has caused the game to fail
  24.  
  25. net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Better With Mods (betterwithmods)
  26. Caused by: java.lang.NullPointerException
  27. at betterwithmods.module.compat.immersiveengineering.ImmersiveEngineering.init(ImmersiveEngineering.java:143)
  28. at betterwithmods.module.Module.lambda$init$3(Module.java:148)
  29. at betterwithmods.module.Module$$Lambda$755/195000312.accept(Unknown Source)
  30. at java.util.ArrayList.forEach(ArrayList.java:1249)
  31. at betterwithmods.module.Module.forEachEnabled(Module.java:204)
  32. at betterwithmods.module.Module.init(Module.java:148)
  33. at betterwithmods.module.compat.CompatModule.init(CompatModule.java:83)
  34. at betterwithmods.module.ModuleLoader.lambda$init$4(ModuleLoader.java:71)
  35. at betterwithmods.module.ModuleLoader$$Lambda$754/1311291894.accept(Unknown Source)
  36. at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
  37. at java.util.stream.ReferencePipeline$Head.forEachOrdered(ReferencePipeline.java:590)
  38. at betterwithmods.module.ModuleLoader.forEachEnabled(ModuleLoader.java:175)
  39. at betterwithmods.module.ModuleLoader.init(ModuleLoader.java:71)
  40. at betterwithmods.BWMod.init(BWMod.java:64)
  41. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  42. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  43. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  44. at java.lang.reflect.Method.invoke(Method.java:483)
  45. at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:641)
  46. at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
  47. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  48. at java.lang.reflect.Method.invoke(Method.java:483)
  49. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  50. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  51. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  52. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  53. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  54. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:252)
  55. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:230)
  56. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  57. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  58. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  59. at java.lang.reflect.Method.invoke(Method.java:483)
  60. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  61. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  62. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  63. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  64. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  65. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:147)
  66. at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:828)
  67. at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:357)
  68. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:521)
  69. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:352)
  70. at net.minecraft.client.main.Main.main(SourceFile:124)
  71. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  72. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  73. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  74. at java.lang.reflect.Method.invoke(Method.java:483)
  75. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  76. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  77.  
  78.  
  79. A detailed walkthrough of the error, its code path and all known details is as follows:
  80. ---------------------------------------------------------------------------------------
  81.  
  82. -- System Details --
  83. Details:
  84. Minecraft Version: 1.11.2
  85. Operating System: Windows 7 (amd64) version 6.1
  86. Java Version: 1.8.0_25, Oracle Corporation
  87. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  88. Memory: 269544816 bytes (257 MB) / 1674051584 bytes (1596 MB) up to 6263668736 bytes (5973 MB)
  89. JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx6G -Xmn512M
  90. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  91. FML: MCP 9.38 Powered by Forge 13.20.0.2315 133 mods loaded, 133 mods active
  92. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  93. UCHI minecraft{1.11.2} [Minecraft] (minecraft.jar)
  94. UCHI mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
  95. UCHI FML{8.0.99.99} [Forge Mod Loader] (forge-1.11.2-13.20.0.2315.jar)
  96. UCHI forge{13.20.0.2315} [Minecraft Forge] (forge-1.11.2-13.20.0.2315.jar)
  97. UCHI aroma1997core{${version}} [Aroma1997Core] (Aroma1997Core-1.11.2-1.2.0.0.b81.jar)
  98. UCHI <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
  99. UCHI ccl-entityhook{1.0} [ccl-entityhook] (CodeChickenLib-1.11.2-2.7.0.268-universal.jar)
  100. UCHI actuallyadditions{1.11.2-r110} [Actually Additions] (ActuallyAdditions-1.11.2-r110.jar)
  101. UCHI forgeendertech{1.11.2-2.1.3.0} [Forge Endertech] (ForgeEndertech-1.11.2-2.1.3.0-build.0067.jar)
  102. UCHI adchimneys{1.11.2-2.0.12.0} [Advanced Chimneys] (AdChimneys-1.11.2-2.0.12.0-build.0069.jar)
  103. UCHI additionalbanners{1.4.0.32} [Additional Banners] (AdditionalBanners-1.11.2-1.4.0.32.jar)
  104. UCHE betterwithmods{1.2.9-1.11.2} [Better With Mods] (Better With Mods-1.2.29-1.11.2.jar)
  105. UCHI quark{r1.2-93} [Quark] (Quark-r1.2-93.jar)
  106. UCHI cofhcore{4.2.2} [CoFH Core] (CoFHCore-1.11.2-4.2.2.6-universal.jar)
  107. UCHI animania{1.1.5} [Animania] (animania-1.11.2-1.1.5.jar)
  108. UCHI antiqueatlas{4.4.5} [Antique Atlas] (antiqueatlas-1.11.2-4.4.5.jar)
  109. UCHI antiqueatlasoverlay{1.2} [Antique Atlas Overlay] (antiqueatlas-1.11.2-4.4.5.jar)
  110. UCHI applecore{2.2.0} [AppleCore] (AppleCore-mc1.11.2-2.2.0.jar)
  111. UCHI jsonrecipeedit{1.11.2-0.4} [JSON Recipe Edit] (jsonRecipeEdit-1.11.2-0.4.jar)
  112. UCHI jei{4.5.0.289} [Just Enough Items] (jei_1.11.2-4.5.0.289.jar)
  113. UCHI appleskin{1.0.6} [AppleSkin] (AppleSkin-mc1.11-1.0.6.jar)
  114. UCHI aquaculture{1.5.1} [Aquaculture] (Aquaculture-1.11.2-1.5.1.2.jar)
  115. UCHI aroma1997corehelper{1.0} [Aroma1997Core|Helper] (Aroma1997Core-1.11.2-1.2.0.0.b81.jar)
  116. UCHI aroma1997sdimension{1.0} [Aroma1997sDimension] (Aroma1997s-Dimensional-World-1.11.2-1.3.0.0.b31.jar)
  117. UCHI autoreglib{1.1-4} [AutoRegLib] (AutoRegLib-1.1-4.jar)
  118. UCHI baubles{1.4.5} [Baubles] (Baubles-1.11-1.4.5.jar)
  119. UCHI bdlib{1.13.2.7} [BD Lib] (bdlib-1.13.2.7-mc1.11.2.jar)
  120. UCHI betterwithaddons{@VERSION@} [Better with Addons] (Better With Addons-0.8.jar)
  121. UCHI betterachievements{0.4.4.17} [Better Achievements] (BetterAchievements-1.11.2-0.4.4.17.jar)
  122. UCHI bibliocraft{2.3.2} [BiblioCraft] (BiblioCraft[v2.3.2][MC1.11.2].jar)
  123. UCHI biomesoplenty{6.2.0.2267} [Biomes O' Plenty] (BiomesOPlenty-1.11.2-6.2.0.2267-universal.jar)
  124. UCHI bibliowoodsbop{2.0} [BiblioWoodBoP] (BiblioWoods[BiomesOPlenty][v2.0][MC1.11.2].jar)
  125. UCHI bibliowoodsforestry{2.0} [BiblioWoodForestry] (BiblioWoods[Forestry][v2.0][MC1.11.2].jar)
  126. UCHI bibliowoodsnatura{2.0} [BiblioWoodNatura] (BiblioWoods[Natura][v2.0][MC1.11.2].jar)
  127. UCHI guideapi{1.11.2-2.1.1-52} [Guide-API] (Guide-API-1.11.2-2.1.1-52.jar)
  128. UCHI bloodmagic{1.11-2.1.10-79} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.11-2.1.10-79.jar)
  129. UCHI lazymodder{0.1} [Lazy Modder] (LazyModder-1.11-1.0.jar)
  130. UCHI bloodbaubles{0.0} [Blood Baubles] (BloodBaubles-1.11-1.0.jar)
  131. UCHI botania{r1.9-344} [Botania] (Botania r1.9-344.jar)
  132. UCHI chesttransporter{2.7.9} [Chest Transporter] (ChestTransporter-1.11.2-2.7.9.jar)
  133. UCHI chisel{MC1.11.2-0.0.11.16} [Chisel] (Chisel-MC1.11.2-0.0.11.16.jar)
  134. UCHI codechickenlib{2.7.0.268} [CodeChicken Lib] (CodeChickenLib-1.11.2-2.7.0.268-universal.jar)
  135. UCHI cookingforblockheads{5.3.20} [Cooking for Blockheads] (CookingForBlockheads_1.11.2-5.3.20.jar)
  136. UCHI crafttweakerjei{1.0.2} [CraftTweaker JEI Support] (CraftTweaker-1.11.2-3.0.26.jar)
  137. UCHI crafttweaker{3.0.26} [Crafttweaker] (CraftTweaker-1.11.2-3.0.26.jar)
  138. UCHI ctgui{1.0.0} [CT-GUI] (CraftTweaker-1.11.2-3.0.26.jar)
  139. UCHI ctm{MC1.11.2-0.1.1.5} [CTM] (CTM-MC1.11.2-0.1.1.5.jar)
  140. UCHI cyclopscore{0.10.6} [Cyclops Core] (CyclopsCore-1.11.2-0.10.6.jar)
  141. UCHI d3core{1.3.0.66} [DยณCore] (D3Core-1.11.2-1.3.0.66.jar)
  142. UCHI dirt2path{1.6.1} [Dirt2Path] (dirt2path-1.6.1.jar)
  143. UCHI earthworks{1.3.4} [Earthworks] (Earthworks-1.11.2-1.3.4.jar)
  144. UCHI forestry{5.3.4.102} [Forestry] (forestry_1.11.2-5.3.4.102.jar)
  145. UCHI eleccore{1.7.425} [ElecCore] (ElecCore-1.11-1.7.425.jar)
  146. UCHI logicaldrops{0.9.4} [Logical Drops] (EM3R50N-LogicalDrops-1.11.2-13.20.0.2201.jar)
  147. UCHI embers{0.216} [Embers] (embers-0.216.jar)
  148. UCHI evilcraft{0.10.28} [EvilCraft] (EvilCraft-1.11.2-0.10.28.jar)
  149. UCHI tem{2.4.01} [Tim's Expansion Mod] (ExpansionMod-2.4.02(MC1.11.2).jar)
  150. UCHI extrautils2{1.0} [extrautils2] (extrautils2-1.11.2-1.4.4.jar)
  151. UCHI zerocore{1.11.2-0.1.0.6} [Zero CORE] (zerocore-1.11.2-0.1.0.6.jar)
  152. UCHI bigreactors{1.11.2-0.4.5.30} [Extreme Reactors] (ExtremeReactors-1.11.2-0.4.5.30.jar)
  153. UCHI fastleafdecay{v12} [Fast Leaf Decay] (FastLeafDecay-v12.jar)
  154. UCHI forgelin{1.4.1} [Forgelin] (Forgelin-1.4.1.jar)
  155. UCHI silentlib{2.1.4} [Silent Lib] (SilentLib-1.11.x-2.1.4-59.jar)
  156. UCHI funores{1.5.2} [Fun Ores] (FunOres-1.11.x-1.5.2c-107.jar)
  157. UCHI gendustry{1.6.5.7} [GenDustry] (gendustry-1.6.5.7-mc1.11.2.jar)
  158. UCHI advgenerators{0.9.20.5} [Advanced Generators] (generators-0.9.20.5-mc1.11.2.jar)
  159. UCHI grimpack{4.0.1.17} [Grim Pack] (Grim Pack-1.11.2-4.0.1.17.jar)
  160. UCHI hopperducts{1.4.9.1} [Hopper Ducts] (hopperducts-mc1.11.2-1.4.9.1.jar)
  161. UCHI waila{1.8.17} [Waila] (Hwyla-1.8.17-B31_1.11.jar)
  162. UCHI immersiveengineering{0.11-62} [Immersive Engineering] (ImmersiveEngineering-0.11-62.jar)
  163. UCHI immersivepetroleum{1.0.6} [Immersive Petroleum] (immersivepetroleum-1.11.2-1.0.6.jar)
  164. UCHI iv{2.1.0 - Beta 5} [Improved Villagers] (Improved Villagers-2.1.0 - Beta 5.jar)
  165. UCHI lunatriuscore{1.1.2.39} [LunatriusCore] (LunatriusCore-1.11-1.1.2.39-universal.jar)
  166. UCHI ingameinfoxml{2.8.1.91} [InGame Info XML] (InGameInfoXML-1.11-2.8.1.91-universal.jar)
  167. UCHI inventorytweaks{1.62+release.90.40cf8fc} [Inventory Tweaks] (InventoryTweaks-1.62.jar)
  168. UCHI ironchest{1.11.2-7.0.24.809} [Iron Chest] (ironchest-1.11.2-7.0.24.809.jar)
  169. UCHI itemscroller{0.11.0} [Item Scroller] (itemscroller-1.11.2-0.11.0.jar)
  170. UCHI jehc{1.2.2} [Just Enough HarvestCraft] (jehc-1.11.2-1.2.2.jar)
  171. UCHI jeibees{0.9.0.5} [JEI Bees] (jeibees-0.9.0.5-mc1.11.2.jar)
  172. UCHI jeresources{0.6.5.8} [Just Enough Resources] (JustEnoughResources-1.11.2-0.6.5.8.jar)
  173. UCHI librarianlib{2.0} [LibrarianLib] (librarianlib-2.0.jar)
  174. UCHI lumberjack{1.0} [lumberjack] (Lumberjack-1.11.2-1.3.1.48.jar)
  175. UCHI magicbees{1.0} [MagicBees] (MagicBees-Alpha-3.0.2.jar)
  176. UCHI malisiscore{1.11.2-5.2.1} [MalisisCore] (malisiscore-1.11.2-5.2.1.jar)
  177. UCHI malisisdoors{1.11.2-6.1.1} [MalisisDoors] (malisisdoors-1.11.2-6.1.1.jar)
  178. UCHI megaquarry{1.2.2} [Mega Quarry] (MegaQuarry-1.2.2-1.11+.jar)
  179. UCHI mekanism{9.3.2} [Mekanism] (Mekanism-1.11.2-9.3.2.307.jar)
  180. UCHI mekanismgenerators{9.3.2} [MekanismGenerators] (MekanismGenerators-1.11.2-9.3.2.307.jar)
  181. UCHI mekanismtools{9.3.2} [MekanismTools] (MekanismTools-1.11.2-9.3.2.307.jar)
  182. UCHI mikedongles{0.4.3-[1.11.2]} [Mike Dongles] (MikeDongles-0.4.3-MC[1.11.2].jar)
  183. UCHI examplemod{1.0} [examplemod] (missing_pieces-1.11.2-4.3.0.jar)
  184. UCHI missing_pieces{4.3.0} [Missing Pieces] (missing_pieces-1.11.2-4.3.0.jar)
  185. UCHI mtlib{@VERSION@} [MTLib] (MTLib-2.0.3.jar)
  186. UCHI modtweaker{3.0.1} [Mod Tweaker] (modtweaker-3.0.1.jar)
  187. UCHI morebees{1.11.2-1.4.1} [More Bees] (morebees-1.11.2-1.4.1.jar)
  188. UCHI moreoverlays{1.12} [MoreOverlays] (moreoverlays-1.12-mc1.11.2.jar)
  189. UCHI mysticalagriculture{1.5.6} [Mystical Agriculture] (mysticalagriculture[1.11.2]-1.5.6.jar)
  190. UCHI mysticalagradditions{1.0.2} [Mystical Agradditions] (mysticalagradditions[1.11.2]-1.0.2.jar)
  191. UCHI botanicaladdons{1.10} [Natural Pledge] (NaturalPledge-r2.0.jar)
  192. UCHI nodami{0.1} [No Damage Immunity (NoDamI)] (nodami-1.11.2-0.1.jar)
  193. UCHI recipehandler{0.8} [NoMoreRecipeConflict] (NoMoreRecipeConflict-0.8(1.11).jar)
  194. UCHI neid{1.5.4.1} [NotEnoughIDs] (NotEnoughIDs-1.5.4.1.jar)
  195. UCHI harvestcraft{1.11.2g} [Pam's HarvestCraft] (Pam's HarvestCraft 1.11.2h.jar)
  196. UCHI rdt{0.0.4.2} [Random Decorative Things] (RandomDecorativeThings-0.0.4.2.jar)
  197. UCHI randomthings{4.0} [Random Things] (RandomThings-MC1.11.2-4.0.jar)
  198. UCHI reborncore{2.16.0.106} [Reborn Core] (RebornCore-1.11.2-2.16.0.106-universal.jar)
  199. UCHI reborncore-mcmultipart{2.16.0.106} [reborncore-MCMultiPart] (RebornCore-1.11.2-2.16.0.106-universal.jar)
  200. UCHI thermalfoundation{2.2.2} [Thermal Foundation] (ThermalFoundation-1.11.2-2.2.2.4-universal.jar)
  201. UCHI thermalexpansion{5.2.3} [Thermal Expansion] (ThermalExpansion-1.11.2-5.2.3.4-universal.jar)
  202. UCHI redstonearsenal{2.2.2} [Redstone Arsenal] (RedstoneArsenal-1.11.2-2.2.2.4-universal.jar)
  203. UCHI refinedstorage{1.4.16} [Refined Storage] (refinedstorage-1.4.16.jar)
  204. UCHI xreliquary{1.11.2-1.3.3.653} [Reliquary] (Reliquary-1.11.2-1.3.3.653.jar)
  205. UCHI roots{0.020} [Roots 2] (roots-2-0.020.jar)
  206. UCHI ruins{16.5} [Ruins Mod] (Ruins-1.11.2.jar)
  207. UCHI rustic{0.3.7} [Rustic] (rustic-0.3.7.jar)
  208. UCHI silentgems{2.3.15} [Silent's Gems] (SilentsGems-1.11.x-2.3.15-184.jar)
  209. UCHI sgextraparts{1.2.6} [Silent's Gems: Extra Parts] (SGExtraParts-1.11.x-1.2.6-21.jar)
  210. UCHI signpost{1.05.5} [Sign Post] (signpost-1.11.2-1.05.5.jar)
  211. UCHI sparkshammers{1.11.2-1.6.5} [Spark's Hammers] (sparkshammers-1.11.2-1.6.5.jar)
  212. UCHI spiceoflife{1.3.8} [The Spice of Life] (SpiceOfLife-mc1.11.2-1.3.8.jar)
  213. UCHI stevescarts{2.3.0.22} [Steve's Carts 2] (StevesCarts-1.11.2-2.3.0.22.jar)
  214. UCHI stg{1.11.2-1.1.1} [SwingThroughGrass] (stg-1.11.2-1.1.1.jar)
  215. UCHI storageboats{2.0} [Storage Boats Mod] (StorageBoats-2.4.jar)
  216. UCHI thermaldynamics{2.2.2} [Thermal Dynamics] (ThermalDynamics-1.11.2-2.2.3.5-universal.jar)
  217. UCHI torchmaster{1.4.0.45} [TorchMaster] (torchmaster_1.11.2-1.4.0.45.jar)
  218. UCHI totemic{1.11.2-0.8.6} [Totemic] (Totemic-1.11.2-0.8.6.jar)
  219. UCHI villagerinventory{1.0.3} [Villager Inventory Viewer] (VillagerInventory-1.11-1.0.3.jar)
  220. UCHI wailaharvestability{1.1.10} [Waila Harvestability] (WailaHarvestability-mc1.11-1.1.10.jar)
  221. UCHI wawla{2.4.0.233} [What Are We Looking At] (Wawla-1.11.2-2.4.0.233.jar)
  222. UCHI waystones{3.0.16} [Waystones] (Waystones_1.11.2-3.0.16.jar)
  223. UCHI woot{1.11.2-0.2.0} [Woot] (woot-1.11.2-0.2.0.jar)
  224. UCHI denseores{1.0} [denseores] (denseores-1.11-1.0.2.jar)
  225. UCHI librarianliblate{2.0} [LibrarianLib Stage 2] (librarianlib-2.0.jar)
  226. Loaded coremods (and transformers):
  227. DummyPlugin (ForgeEndertech-1.11.2-2.1.3.0-build.0067.jar)
  228.  
  229. CCLCorePlugin (CodeChickenLib-1.11.2-2.7.0.268-universal.jar)
  230. codechicken.lib.asm.ClassHierarchyManager
  231. codechicken.lib.asm.CCL_ASMTransformer
  232. LoadingPlugin (Quark-r1.2-93.jar)
  233. vazkii.quark.base.asm.ClassTransformer
  234. LoadingPlugin (RandomThings-MC1.11.2-4.0.jar)
  235. lumien.randomthings.asm.ClassTransformer
  236. CoFH Loading Plugin (CoFHCore-1.11.2-4.2.2.6-universal.jar)
  237. cofh.asm.CoFHClassTransformer
  238. cofh.asm.repack.codechicken.lib.asm.ClassHierarchyManager
  239. CoreMod (Aroma1997Core-1.11.2-1.2.0.0.b81.jar)
  240.  
  241. RebornCoreASM (RebornCore-1.11.2-2.16.0.106-universal.jar)
  242. reborncore.mixin.transformer.MixinTransformer
  243. Inventory Tweaks Coremod (InventoryTweaks-1.62.jar)
  244. invtweaks.forge.asm.ContainerTransformer
  245. RBLoadingPlugin (RealBench-1.11.2-1.3.2.jar)
  246. pw.prok.realbench.asm.RBTransformer
  247. AppleCore (AppleCore-mc1.11.2-2.2.0.jar)
  248. squeek.applecore.asm.TransformerModuleHandler
  249. ForgelinPlugin (Forgelin-1.4.1.jar)
  250.  
  251. MalisisCorePlugin (malisiscore-1.11.2-5.2.1.jar)
  252. net.malisis.core.util.chunkcollision.ChunkCollisionTransformer
  253. net.malisis.core.util.chunkblock.ChunkBlockTransformer
  254. net.malisis.core.renderer.transformer.MalisisRendererTransformer
  255. net.malisis.core.renderer.icon.asm.TextureMapTransformer
  256. net.malisis.core.util.clientnotif.ClientNotifTransformer
  257. Plugin (NotEnoughIDs-1.5.4.1.jar)
  258. ru.fewizz.neid.asm.Transformer
  259. CTMCorePlugin (CTM-MC1.11.2-0.1.1.5.jar)
  260. team.chisel.ctm.client.asm.CTMTransformer
  261. GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.5.13416 Compatibility Profile Context 15.300.1025.0' Renderer: 'AMD Radeon HD 7700 Series'
  262. List of loaded APIs:
  263. * actuallyadditionsapi (33) from ActuallyAdditions-1.11.2-r110.jar
  264. * antiqueatlasapi (5.1) from antiqueatlas-1.11.2-4.4.5.jar
  265. * AppleCoreAPI (2.3.0) from AppleCore-mc1.11.2-2.2.0.jar
  266. * Baubles|API (1.4.0.2) from Baubles-1.11-1.4.5.jar
  267. * BetterAchievements|API (0.4.4.17) from BetterAchievements-1.11.2-0.4.4.17.jar
  268. * BetterWithModsAPI (Beta 0.6) from Quark-r1.2-93.jar
  269. * betterwithmodsAPI (@VERSION@) from Better With Mods-1.2.29-1.11.2.jar
  270. * bigreactors|API (4.0.1) from ExtremeReactors-1.11.2-0.4.5.30.jar
  271. * bloodmagic|API (1.11-2.1.10-79) from BloodMagic-1.11-2.1.10-79.jar
  272. * BotaniaAPI (86) from Botania r1.9-344.jar
  273. * botanicaladdonsAPI (1) from NaturalPledge-r2.0.jar
  274. * chesttransporter|api (1) from ChestTransporter-1.11.2-2.7.9.jar
  275. * Chisel-API (0.0.1) from Chisel-MC1.11.2-0.0.11.16.jar
  276. * ChiselAPI|Carving (0.0.1) from Chisel-MC1.11.2-0.0.11.16.jar
  277. * CoFHAPI (1.8.9R1.2.0B1) from sparkshammers-1.11.2-1.6.5.jar
  278. * cofhapi (1.5.0) from animania-1.11.2-1.1.5.jar
  279. * cofhapi|block (1.8.0) from CoFHCore-1.11.2-4.2.2.6-universal.jar
  280. * cofhapi|core (1.8.0) from CoFHCore-1.11.2-4.2.2.6-universal.jar
  281. * CoFHAPI|energy (1.8.9R1.2.0B1) from Mekanism-1.11.2-9.3.2.307.jar
  282. * cofhapi|energy (1.5.0) from animania-1.11.2-1.1.5.jar
  283. * CoFHAPI|item (1.8.9R1.2.0B1) from Mekanism-1.11.2-9.3.2.307.jar
  284. * cofhapi|item (1.6.0) from zerocore-1.11.2-0.1.0.6.jar
  285. * cofhapi|tileentity (1.8.0) from CoFHCore-1.11.2-4.2.2.6-universal.jar
  286. * cofhapi|util (1.8.0) from CoFHCore-1.11.2-4.2.2.6-universal.jar
  287. * CoFHAPI|value (1.8.9R1.2.0B1) from sparkshammers-1.11.2-1.6.5.jar
  288. * cofhlib (1.8.1) from CoFHCore-1.11.2-4.2.2.6-universal.jar
  289. * cofhlib|audio (1.8.1) from CoFHCore-1.11.2-4.2.2.6-universal.jar
  290. * cofhlib|gui (1.8.1) from CoFHCore-1.11.2-4.2.2.6-universal.jar
  291. * cofhlib|gui|container (1.8.1) from CoFHCore-1.11.2-4.2.2.6-universal.jar
  292. * cofhlib|gui|element (1.8.1) from CoFHCore-1.11.2-4.2.2.6-universal.jar
  293. * cofhlib|gui|element|listbox (1.8.1) from CoFHCore-1.11.2-4.2.2.6-universal.jar
  294. * cofhlib|gui|slot (1.8.1) from CoFHCore-1.11.2-4.2.2.6-universal.jar
  295. * cofhlib|inventory (1.8.1) from CoFHCore-1.11.2-4.2.2.6-universal.jar
  296. * cofhlib|util (1.8.1) from CoFHCore-1.11.2-4.2.2.6-universal.jar
  297. * cofhlib|util|helpers (1.8.1) from CoFHCore-1.11.2-4.2.2.6-universal.jar
  298. * cofhlib|world (1.8.1) from CoFHCore-1.11.2-4.2.2.6-universal.jar
  299. * cofhlib|world|feature (1.8.1) from CoFHCore-1.11.2-4.2.2.6-universal.jar
  300. * ctm-api (0.1.0) from CTM-MC1.11.2-0.1.1.5.jar
  301. * ctm-api-events (0.1.0) from CTM-MC1.11.2-0.1.1.5.jar
  302. * ctm-api-models (0.1.0) from CTM-MC1.11.2-0.1.1.5.jar
  303. * ctm-api-textures (0.1.0) from CTM-MC1.11.2-0.1.1.5.jar
  304. * ctm-api-utils (0.1.0) from CTM-MC1.11.2-0.1.1.5.jar
  305. * ElecCoreAPI (1.0) from ElecCore-1.11-1.7.425.jar
  306. * ElecCore|Abilities (#API_VER#) from ElecCore-1.11-1.7.425.jar
  307. * ForestryAPI|apiculture (5.0.0) from forestry_1.11.2-5.3.4.102.jar
  308. * ForestryAPI|arboriculture (4.2.1) from forestry_1.11.2-5.3.4.102.jar
  309. * ForestryAPI|circuits (3.1.0) from forestry_1.11.2-5.3.4.102.jar
  310. * ForestryAPI|climate (2.1.0) from forestry_1.11.2-5.3.4.102.jar
  311. * ForestryAPI|core (5.1.0) from forestry_1.11.2-5.3.4.102.jar
  312. * ForestryAPI|farming (2.2.0) from forestry_1.11.2-5.3.4.102.jar
  313. * ForestryAPI|food (1.1.0) from forestry_1.11.2-5.3.4.102.jar
  314. * ForestryAPI|fuels (3.0.0) from forestry_1.11.2-5.3.4.102.jar
  315. * ForestryAPI|genetics (4.7.1) from forestry_1.11.2-5.3.4.102.jar
  316. * ForestryAPI|greenhouse (5.2.0) from forestry_1.11.2-5.3.4.102.jar
  317. * ForestryAPI|hives (4.1.0) from forestry_1.11.2-5.3.4.102.jar
  318. * ForestryAPI|lepidopterology (1.4.0) from forestry_1.11.2-5.3.4.102.jar
  319. * ForestryAPI|mail (3.1.0) from forestry_1.11.2-5.3.4.102.jar
  320. * ForestryAPI|multiblock (3.0.0) from forestry_1.11.2-5.3.4.102.jar
  321. * ForestryAPI|recipes (5.4.0) from forestry_1.11.2-5.3.4.102.jar
  322. * ForestryAPI|storage (5.0.0) from forestry_1.11.2-5.3.4.102.jar
  323. * ForestryAPI|world (2.1.0) from forestry_1.11.2-5.3.4.102.jar
  324. * FunOresAPI (3) from FunOres-1.11.x-1.5.2c-107.jar
  325. * gendustryAPI (2.3.0) from gendustry-1.6.5.7-mc1.11.2.jar
  326. * Guide-API|API (2.0.0) from Guide-API-1.11.2-2.1.1-52.jar
  327. * ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.11-62.jar
  328. * ImmersiveEngineering|ImmersiveFluxAPI (1.0) from ImmersiveEngineering-0.11-62.jar
  329. * jeresources|API (0.6.5.8) from JustEnoughResources-1.11.2-0.6.5.8.jar
  330. * jsonrecipeedit|API (0.1) from jsonRecipeEdit-1.11.2-0.4.jar
  331. * JustEnoughItemsAPI (4.13.0) from jei_1.11.2-4.5.0.289.jar
  332. * MekanismAPI|core (9.0.0) from Mekanism-1.11.2-9.3.2.307.jar
  333. * MekanismAPI|energy (9.0.0) from Mekanism-1.11.2-9.3.2.307.jar
  334. * MekanismAPI|gas (9.0.0) from Mekanism-1.11.2-9.3.2.307.jar
  335. * MekanismAPI|infuse (9.0.0) from Mekanism-1.11.2-9.3.2.307.jar
  336. * MekanismAPI|laser (9.0.0) from Mekanism-1.11.2-9.3.2.307.jar
  337. * MekanismAPI|transmitter (9.0.0) from Mekanism-1.11.2-9.3.2.307.jar
  338. * MekanismAPI|util (9.0.0) from Mekanism-1.11.2-9.3.2.307.jar
  339. * reborncoreAPI (2.16.0.106) from RebornCore-1.11.2-2.16.0.106-universal.jar
  340. * reborncoreAPI|Fuel (2.16.0.106) from RebornCore-1.11.2-2.16.0.106-universal.jar
  341. * reborncoreAPI|Power (2.16.0.106) from RebornCore-1.11.2-2.16.0.106-universal.jar
  342. * reborncoreAPI|Recipe (2.16.0.106) from RebornCore-1.11.2-2.16.0.106-universal.jar
  343. * reborncoreAPI|Tile (2.16.0.106) from RebornCore-1.11.2-2.16.0.106-universal.jar
  344. * SilentGemsAPI (3) from SilentsGems-1.11.x-2.3.15-184.jar
  345. * stevescartsAPI (2.3.0.22) from StevesCarts-1.11.2-2.3.0.22.jar
  346. * stevescartsAPI|FARMS (2.3.0.22) from StevesCarts-1.11.2-2.3.0.22.jar
  347. * StorageDrawersAPI (1.10.2-1.3.0) from refinedstorage-1.4.16.jar
  348. * StorageDrawersAPI|config (1.10.2-1.3.0) from refinedstorage-1.4.16.jar
  349. * StorageDrawersAPI|event (1.10.2-1.3.0) from refinedstorage-1.4.16.jar
  350. * StorageDrawersAPI|pack (1.10.2-1.3.0) from refinedstorage-1.4.16.jar
  351. * StorageDrawersAPI|registry (1.10.2-1.3.0) from refinedstorage-1.4.16.jar
  352. * StorageDrawersAPI|render (1.10.2-1.3.0) from refinedstorage-1.4.16.jar
  353. * StorageDrawersAPI|storage (1.10.2-1.3.0) from refinedstorage-1.4.16.jar
  354. * StorageDrawersAPI|storage-attribute (1.10.2-1.3.0) from refinedstorage-1.4.16.jar
  355. * totemic|API (1.11.2-4.1.0) from Totemic-1.11.2-0.8.6.jar
  356. * WailaAPI (1.3) from Hwyla-1.8.17-B31_1.11.jar
  357. * zerocore|API|multiblock (1.10.2-0.0.2) from zerocore-1.11.2-0.1.0.6.jar
  358. * zerocore|API|multiblock|rectangular (1.10.2-0.0.2) from zerocore-1.11.2-0.1.0.6.jar
  359. * zerocore|API|multiblock|tier (1.10.2-0.0.2) from zerocore-1.11.2-0.1.0.6.jar
  360. * zerocore|API|multiblock|validation (1.10.2-0.0.2) from zerocore-1.11.2-0.1.0.6.jar
  361. codechickenlib Invalid Fingerprint Reports: - No invalid fingerprints.:
  362. d3core: Debug: false Silliness: true AprilFools: true PastPost:false
  363. RebornCore:
  364. Plugin Engine: 0
  365. RebornCore Version: 2.16.0.106
  366. Mixin Status: 1
  367. Runtime Debofucsation 1
  368. RenderEngine: 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement