Advertisement
Guest User

Untitled

a guest
Jul 16th, 2019
413
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.98 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. ForgelinPlugin (Forgelin-1.8.3.jar)
  5. Quark Plugin (Quark-r1.5-168.jar)
  6. LibrarianLib Plugin (librarianlib-1.12.2-4.19.2-release.jar)
  7. ShetiPhian-ASM (ShetiPhian-ASM-1.12.0.jar)
  8. Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.5-1.12.2.jar)
  9. Wizardry Plugin (wizardry-0.10.8.jar)
  10. LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
  11. Plugin (NotEnoughIDs-1.5.4.2.jar)
  12. DynamicSurroundingsCore (DynamicSurroundings-core-1.12.2-3.5.4.3.jar)
  13. CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar)
  14. FMLPlugin (elulib-0.1.11.jar)
  15. Contact their authors BEFORE contacting forge
  16.  
  17. // Ouch. That hurt :(
  18.  
  19. Time: 7/16/19 1:26 AM
  20. Description: There was a severe problem during mod loading that has caused the game to fail
  21.  
  22. net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Not Enough Wands (notenoughwands)
  23. Caused by: java.lang.NoSuchMethodError: mcjty.lib.network.PacketHandler.nextID()I
  24. at romelo333.notenoughwands.network.NEWPacketHandler.registerMessages(NEWPacketHandler.java:15)
  25. at romelo333.notenoughwands.proxy.CommonProxy.preInit(CommonProxy.java:30)
  26. at romelo333.notenoughwands.proxy.ClientProxy.preInit(ClientProxy.java:25)
  27. at romelo333.notenoughwands.NotEnoughWands.preInit(NotEnoughWands.java:59)
  28. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  29. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  30. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  31. at java.lang.reflect.Method.invoke(Unknown Source)
  32. at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637)
  33. at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
  34. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  35. at java.lang.reflect.Method.invoke(Unknown Source)
  36. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  37. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  38. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  39. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  40. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  41. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  42. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  43. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)
  44. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
  45. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  46. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  47. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  48. at java.lang.reflect.Method.invoke(Unknown Source)
  49. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  50. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  51. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  52. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  53. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  54. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  55. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  56. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)
  57. at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:627)
  58. at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:252)
  59. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)
  60. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
  61. at net.minecraft.client.main.Main.main(SourceFile:123)
  62. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  63. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  64. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  65. at java.lang.reflect.Method.invoke(Unknown Source)
  66. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  67. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  68. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  69. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  70. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  71. at java.lang.reflect.Method.invoke(Unknown Source)
  72. at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196)
  73. at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231)
  74. at org.multimc.EntryPoint.listen(EntryPoint.java:143)
  75. at org.multimc.EntryPoint.main(EntryPoint.java:34)
  76.  
  77.  
  78. A detailed walkthrough of the error, its code path and all known details is as follows:
  79. ---------------------------------------------------------------------------------------
  80.  
  81. -- System Details --
  82. Details:
  83. Minecraft Version: 1.12.2
  84. Operating System: Windows 10 (amd64) version 10.0
  85. Java Version: 1.8.0_181, Oracle Corporation
  86. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  87. Memory: 5417750544 bytes (5166 MB) / 8026849280 bytes (7655 MB) up to 8026849280 bytes (7655 MB)
  88. JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms4096m -Xmx8064m
  89. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  90. FML: MCP 9.42 Powered by Forge 14.23.5.2838 128 mods loaded, 128 mods active
  91. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  92.  
  93. | State | ID | Version | Source | Signature |
  94. |:----- |:------------------------ |:------------------------- |:--------------------------------------------------------- |:---------------------------------------- |
  95. | LCH | minecraft | 1.12.2 | minecraft.jar | None |
  96. | LCH | mcp | 9.42 | minecraft.jar | None |
  97. | LCH | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2838-universal.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  98. | LCH | forge | 14.23.5.2838 | forge-1.12.2-14.23.5.2838-universal.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  99. | LCH | foamfixcore | 7.7.4 | minecraft.jar | None |
  100. | LCH | dsurroundcore | 3.5.4.3 | minecraft.jar | None |
  101. | LCH | elucore | 1.0 | minecraft.jar | None |
  102. | LCH | aiimprovements | 0.0.1.3 | AIImprovements-1.12-0.0.1b3.jar | None |
  103. | LCH | akashictome | 1.2-10 | AkashicTome-1.2-10.jar | None |
  104. | LCH | ambientsounds | 3.0 | AmbientSounds_v3.0.9_mc1.12.2.jar | None |
  105. | LCH | codechickenlib | 3.2.2.353 | CodeChickenLib-1.12.2-3.2.2.353-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  106. | LCH | ancientwarfare | 1.12.2-2.7.0.704 | ancientwarfare-1.12.2-2.7.0.704.jar | None |
  107. | LCH | ancientwarfarestructure | 1.12.2-2.7.0.704 | ancientwarfare-1.12.2-2.7.0.704.jar | None |
  108. | LCH | ancientwarfarevehicle | 1.12.2-2.7.0.704 | ancientwarfare-1.12.2-2.7.0.704.jar | None |
  109. | LCH | ancientwarfarenpc | 1.12.2-2.7.0.704 | ancientwarfare-1.12.2-2.7.0.704.jar | None |
  110. | LCH | ancientwarfareautomation | 1.12.2-2.7.0.704 | ancientwarfare-1.12.2-2.7.0.704.jar | None |
  111. | LCH | antiqueatlas | 4.5.1 | antiqueatlas-1.12.2-4.5.1.jar | e631d7254e451d0360d0148cb21407d5511d45e9 |
  112. | LCH | antiqueatlasoverlay | 1.2 | antiqueatlas-1.12.2-4.5.1.jar | e631d7254e451d0360d0148cb21407d5511d45e9 |
  113. | LCH | architecturecraft | @VERSION@ | architecturecraft-1.12-3.80.jar | None |
  114. | LCH | atmtweaks | 1.2 | atmtweaks-1.2 (1).jar | None |
  115. | LCH | psi | r1.1-59 | Psi-r1.1-59.jar | None |
  116. | LCH | crafttweaker | 4.1.9 | CraftTweaker2-1.12-4.1.9.jar | None |
  117. | LCH | mtlib | 3.0.6 | MTLib-3.0.6.jar | None |
  118. | LCH | modtweaker | 4.0.6 | modtweaker-4.0.6.jar | None |
  119. | LCH | forgelin | 1.8.3 | Forgelin-1.8.3.jar | None |
  120. | LCH | baubles | 1.5.2 | Baubles-1.12-1.5.2 (1).jar | None |
  121. | LCH | thaumcraft | 6.1.BETA26 | Thaumcraft-1.12.2-6.1.BETA26.jar | None |
  122. | LCH | thaumic_arcana | 1.2.0 | Thaumic+Arcana-1.2.0.jar | None |
  123. | LCH | jei | 4.15.0.268 | jei_1.12.2-4.15.0.268.jar | None |
  124. | LCH | quark | r1.5-168 | Quark-r1.5-168.jar | None |
  125. | LCH | autoreglib | 1.3-31 | AutoRegLib-1.3-31.jar | None |
  126. | LCH | bedbugs | @VERSION@ | BedBugs-1.12-1.0.1 (1).jar | None |
  127. | LCH | betterbuilderswands | 0.11.1 | BetterBuildersWands-1.12-0.11.1.245+69d0d70 (1).jar | None |
  128. | LCH | bibliocraft | 2.4.5 | BiblioCraft[v2.4.5][MC1.12.2].jar | None |
  129. | LCH | mantle | 1.12-1.3.1.21 | Mantle-1.12-1.3.1.21.jar | None |
  130. | LCH | natura | 1.12.2-4.3.2.69 | natura-1.12.2-4.3.2.69.jar | None |
  131. | LCH | forestry | 5.8.2.387 | forestry_1.12.2-5.8.2.387.jar | None |
  132. | LCH | binniecore | 2.5.1.188 | binnie-mods-1.12.2-2.5.1.188.jar | None |
  133. | LCH | binniedesign | 2.5.1.188 | binnie-mods-1.12.2-2.5.1.188.jar | None |
  134. | LCH | genetics | 2.5.1.188 | binnie-mods-1.12.2-2.5.1.188.jar | None |
  135. | LCH | botany | 2.5.1.188 | binnie-mods-1.12.2-2.5.1.188.jar | None |
  136. | LCH | extrabees | 2.5.1.188 | binnie-mods-1.12.2-2.5.1.188.jar | None |
  137. | LCH | extratrees | 2.5.1.188 | binnie-mods-1.12.2-2.5.1.188.jar | None |
  138. | LCH | biomesoplenty | 7.0.1.2399 | BiomesOPlenty-1.12.2-7.0.1.2399-universal.jar | None |
  139. | LCH | bookshelf | 2.3.585 | Bookshelf-1.12.2-2.3.585.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  140. | LCH | botania | r1.10-361 | Botania+r1.10-361.jar | None |
  141. | LCH | ceramics | 1.12-1.3.7 | Ceramics-1.12-1.3.7.jar | None |
  142. | LCH | chameleon | 1.12-4.1.3 | Chameleon-1.12-4.1.3.jar | None |
  143. | LCH | ctm | MC1.12.2-0.3.3.22 | CTM-MC1.12.2-0.3.3.22.jar | None |
  144. | LCH | roots | 1.12.2-3.0.2 | Roots-1.12.2-3.0.2.jar | None |
  145. | LCH | chisel | MC1.12.2-0.2.1.35 | Chisel-MC1.12.2-0.2.1.35.jar | None |
  146. | LCH | chiselsandbits | 14.33 | chiselsandbits-14.33.jar | None |
  147. | LCH | craftingtweaks | 8.1.9 | CraftingTweaks_1.12.2-8.1.9.jar | None |
  148. | LCH | ctgui | 1.0.0 | CraftTweaker2-1.12-4.1.9.jar | None |
  149. | LCH | crafttweakerjei | 2.0.2 | CraftTweaker2-1.12-4.1.9.jar | None |
  150. | LCH | customnpcs | 1.12 | CustomNPCs_1.12.2(30Jan19).jar | None |
  151. | LCH | cyclicmagic | 1.19.12 | Cyclic-1.12.2-1.19.12.jar | 1bc8f8dbe770187a854cef35dad0ff40ba441bbe |
  152. | LCH | defaultoptions | 9.2.5 | DefaultOptions_1.12.2-9.2.5.jar | None |
  153. | LCH | diethopper | 1.1 | diethopper-1.1.jar | None |
  154. | LCH | ding | 1.0.1 | Ding-1.12.1-1.0.1.jar | None |
  155. | LCH | ebwizardry | 4.1.4 | Electroblob's+Wizardry+-+4.1.4+-+MC+1.12.2.jar | None |
  156. | LCH | embers | 1.13-hotfix2 | EmbersRekindled-1.13-hotfix2.jar | None |
  157. | LCH | foamfix | 0.10.5-1.12.2 | foamfix-0.10.5-1.12.2.jar | None |
  158. | LCH | mcmultipart | 2.4.1 | MCMultiPart-2.4.1.jar | None |
  159. | LCH | ftbl | 4.2.5 | FTBLib-4.2.5.jar | None |
  160. | LCH | ftbu | 4.2.4 | FTBUtilities-4.2.4.jar | None |
  161. | LCH | guideapi | 1.12-2.1.6-61 | Guide-API-1.12-2.1.6-61.jar | None |
  162. | LCH | harvest | 1.12-1.2.6-18 | Harvest-1.12-1.2.6-18.jar | None |
  163. | LCH | helpfixer | 1.12.1-1.5.18 | HelpFixer-1.12.1-1.5.18.jar | None |
  164. | LCH | jeibees | 0.9.0.5 | jeibees-0.9.0.5-mc1.12.2.jar | None |
  165. | LCH | justenoughdimensions | 1.6.0-dev.20171225.032648 | justenoughdimensions-1.12.2-1.6.0-dev.20171225.032648.jar | 2b03e1423915a189b8094816baa18f239d576dff |
  166. | LCH | jeresources | 0.8.6.33 | JustEnoughResources-1.12.2-0.8.6.33.jar | None |
  167. | LCH | librarianlib | 4.19.2 | librarianlib-1.12.2-4.19.2-release.jar | None |
  168. | LCH | magipsi | 1.3 | MagicalPsi-1.3.jar | None |
  169. | LCH | magicbees | 1.0 | MagicBees-1.12.2-3.1.10 (1).jar | None |
  170. | LCH | mca | 6.0.0-beta | MCA-1.12.2-6.0.0-beta-universal.jar | None |
  171. | LCH | mcjtylib_ng | 3.5.3 | mcjtylib-1.12-3.5.3.jar | None |
  172. | LCH | mercurius | 1.0.6 | Mercurius-1.12.2.jar | None |
  173. | LCH | mobends | 0.24 | mobends-0.24_for_MC-1.12.jar | None |
  174. | LCH | modnametooltip | 1.10.0 | modnametooltip_1.12.2-1.10.0.jar | None |
  175. | LCH | moreoverlays | 1.13 | moreoverlays-1.13-mc1.12.1.jar | None |
  176. | LCH | mousetweaks | 2.8 | MouseTweaks-2.8-mc1.12.1.jar | None |
  177. | LCH | mysticalworld | 1.12.2-1.3.1 | MysticWorld-1.12.2-1.3.1.jar | None |
  178. | LCH | nmsot | 1.2.1-mc1.12 | NoMobSpawningOnTrees-1.2.1-mc1.12.jar | None |
  179. | LCH | neid | 1.5.4.2 | NotEnoughIDs-1.5.4.2.jar | None |
  180. | LCE | notenoughwands | 1.6.0 | notenoughwands-1.12-1.6.0.jar | None |
  181. | LC | oreexcavation | 1.4.140 | OreExcavation-1.4.140.jar | None |
  182. | LC | p455w0rdslib | 2.0.25 | p455w0rdslib-1.12-2.0.25.jar | None |
  183. | LC | packmode | 1.2.0 | packmode-1.12.2-1.2.0.jar | None |
  184. | LC | patchouli | 1.0-20 | Patchouli-1.0-20.jar | None |
  185. | LC | shetiphiancore | 3.5.9 | shetiphiancore-1.12.0-3.5.9.jar | None |
  186. | LC | platforms | 1.4.6 | platforms-1.12.0-1.4.6.jar | None |
  187. | LC | quickleafdecay | 1.2.4 | QuickLeafDecay-MC1.12.1-1.2.4.jar | None |
  188. | LC | reauth | 3.5.2 | ReAuth-3.5.2.jar | daba0ec4df71b6da841768c49fb873def208a1e3 |
  189. | LC | resourceloader | 1.5.3 | ResourceLoader-MC1.12.1-1.5.3.jar | d72e0dd57935b3e9476212aea0c0df352dd76291 |
  190. | LC | rustic | 1.1.0 | rustic-1.1.0.jar | None |
  191. | LC | rusticthaumaturgy | 4.4a | Rustic+Thaumaturgy-4.4a.jar | None |
  192. | LC | simplesponge | 3.5 | SimpleSponge-1.12-3.5.jar | None |
  193. | LC | flammpfeil.slashblade | mc1.12-r25 | SlashBlade-mc1.12-r25.jar | None |
  194. | LC | soulshardstow | 1.12-2.7.4-53 | SoulShards-TOW-1.12-2.7.4-53.jar | None |
  195. | LC | lemonlib | 1.3.0 | LemonLib-1.12.2.jar | None |
  196. | LC | statues | 1.0.1 | statues-rechiseled-1.12.2-1.0.1.jar | None |
  197. | LC | storagedrawers | 1.12-5.2.5 | StorageDrawers-1.12.1-5.3.3.jar | None |
  198. | LC | storagedrawersextra | @VERSION@ | StorageDrawersExtras-1.12-3.1.0.jar | None |
  199. | LC | tg | 0.1.5.0 | Thaumic_Gadgets_1.12.2_0.1.5.1_tb.26.jar | None |
  200. | LC | thaumicperiphery | 0.3.0 | thaumicperiphery-0.3.0.jar | None |
  201. | LC | thaumicrestoration | 1.3.1 | ThaumicRestoration-1.3.1.jar | None |
  202. | LC | thaumicwonders | 1.7.0 | thaumicwonders-1.7.0.jar | None |
  203. | LC | traverse | 1.6.0 | Traverse-1.12.2-1.6.0-69.jar | None |
  204. | LC | variedcommodities | 1.12.2 | VariedCommodities_1.12.2(15may18.jar | None |
  205. | LC | waystones | 4.0.72 | Waystones_1.12.2-4.0.72.jar | None |
  206. | LC | wizardry | 0.10.8 | wizardry-0.10.8.jar | None |
  207. | LC | worldedit | 6.1.10-SNAPSHOT | worldedit-forge-mc1.12.2-6.1.10-SNAPSHOT-dist.jar | None |
  208. | LC | xtones | 1.12-1.0.8-11 | Xtones-1.12-1.0.8-11.jar | None |
  209. | LC | drplibrary | 1.12.2-0.1.3-SNAPSHOT | drplibrary-1.12.2-0.1.3-SNAPSHOT-20190129.014240.jar | 893c317856cf6819b3a8381c5664e4b06df7d1cc |
  210. | LC | drpcmblueprints | 1.12.2-1.2.3 | drpcmblueprints-1.12.2-1.2.3.jar | 893c317856cf6819b3a8381c5664e4b06df7d1cc |
  211. | LC | drpcmmaarg | 1.12.2-0.10.0-SNAPSHOT | drpcmmaarg-1.12.2-0.10.0-SNAPSHOT-20181116.054036.jar | 893c317856cf6819b3a8381c5664e4b06df7d1cc |
  212. | LC | drpcmguis | 1.12.2-0.0.2-SNAPSHOT | drpcmguis-1.12.2-0.0.1-SNAPSHOT-20181125.100253.jar | 893c317856cf6819b3a8381c5664e4b06df7d1cc |
  213. | LC | drpcore | 1.12.2-0.4.7 | drpcore-1.12.2-0.4.7.jar | 893c317856cf6819b3a8381c5664e4b06df7d1cc |
  214. | LC | drpcmlocks | 1.12.2-1.0.1 | drpcmlocks-1.12.2-1.0.0-SNAPSHOT-20181126.091203.jar | 893c317856cf6819b3a8381c5664e4b06df7d1cc |
  215. | LC | drpmedieval | 1.12.2-0.3.5 | drpmedieval-1.12.2-0.3.5.jar | None |
  216. | LC | orelib | 3.5.2.2 | OreLib-1.12.2-3.5.2.2.jar | 7a2128d395ad96ceb9d9030fbd41d035b435753a |
  217. | LC | dsurround | 3.5.4.3 | DynamicSurroundings-1.12.2-3.5.4.3.jar | 7a2128d395ad96ceb9d9030fbd41d035b435753a |
  218. | LC | structurize | 1.12.2-0.10.79-ALPHA | structurize-1.12.2-0.10.79-ALPHA.jar | None |
  219. | LC | minecolonies | 1.12.2-0.10.259-RELEASE | minecolonies-1.12.2-0.10.259-RELEASE-universal.jar | None |
  220. | LC | elulib | 0.1.11 | elulib-0.1.11.jar | None |
  221. | LC | librarianliblate | 4.19.2 | librarianlib-1.12.2-4.19.2-release.jar | None |
  222. | LC | mysticallib | 1.12.2-1.3.1 | mysticallib-1.12.2-1.3.1.jar | None |
  223.  
  224. Loaded coremods (and transformers):
  225. ForgelinPlugin (Forgelin-1.8.3.jar)
  226.  
  227. Quark Plugin (Quark-r1.5-168.jar)
  228. vazkii.quark.base.asm.ClassTransformer
  229. LibrarianLib Plugin (librarianlib-1.12.2-4.19.2-release.jar)
  230. com.teamwizardry.librarianlib.asm.LibLibTransformer
  231. ShetiPhian-ASM (ShetiPhian-ASM-1.12.0.jar)
  232. shetiphian.asm.ClassTransformer
  233. Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.5-1.12.2.jar)
  234. pl.asie.foamfix.coremod.FoamFixTransformer
  235. Wizardry Plugin (wizardry-0.10.8.jar)
  236. com.teamwizardry.wizardry.asm.WizardryTransformer
  237. LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
  238. lumien.resourceloader.asm.ClassTransformer
  239. Plugin (NotEnoughIDs-1.5.4.2.jar)
  240. ru.fewizz.neid.asm.Transformer
  241. DynamicSurroundingsCore (DynamicSurroundings-core-1.12.2-3.5.4.3.jar)
  242. org.orecruncher.dsurround.asm.Transformer
  243. CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar)
  244. team.chisel.ctm.client.asm.CTMTransformer
  245. FMLPlugin (elulib-0.1.11.jar)
  246. elucent.elulib.asm.ASMTransformer
  247. GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 419.17' Renderer: 'GeForce GTX 1080/PCIe/SSE2'
  248. Pulsar/natura loaded Pulses:
  249. - NaturaCommons (Enabled/Forced)
  250. - NaturaOverworld (Enabled/Not Forced)
  251. - NaturaNether (Enabled/Not Forced)
  252. - NaturaDecorative (Enabled/Not Forced)
  253. - NaturaTools (Enabled/Not Forced)
  254. - NaturaEntities (Enabled/Not Forced)
  255. - NaturaOredict (Enabled/Forced)
  256. - NaturaWorld (Enabled/Not Forced)
  257. - craftingtweaksIntegration (Enabled/Not Forced)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement