Guest User

Crash report mc server with Dynmap

a guest
Aug 25th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 76.73 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. TheBetweenlandsLoadingPlugin (TheBetweenlands-3.3.9-core.jar)
  5. AppleCore (AppleCore-mc1.12.2-3.1.3.jar)
  6. ForgelinPlugin (Forgelin-1.7.4.jar)
  7. BedPatch (bedpatch-2.2-1.12.2.jar)
  8. EnderCorePlugin (EnderCore-1.12.2-0.5.31.jar)
  9. RandomPatches (randompatches-1.12.2-1.2.1.1.jar)
  10. CTMCorePlugin (CTM-MC1.12-0.3.0.15.jar)
  11. OpenModsCorePlugin (OpenModsLib-1.12.2-0.11.5.jar)
  12. Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.9.9.1-1.12.2-anarchy.jar)
  13. Plugin (NotEnoughIDs-1.5.4.2.jar)
  14. MalisisCorePlugin (malisiscore-1.12.2-6.4.0.jar)
  15. ShetiPhian-ASM (ShetiPhian-ASM-1.12.0.jar)
  16. FMLPlugin (elulib-0.1.12.jar)
  17. LoadingPlugin (Quark-r1.4-125.jar)
  18. Inventory Tweaks Coremod (InventoryTweaks-1.64-dev.jar)
  19. CoreMod (Aroma1997Core-1.12.2-2.0.0.0.b155.jar)
  20. IELoadingPlugin (ImmersiveEngineering-core-0.12-82.jar)
  21. LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
  22. DynamicSurroundingsCore (DynamicSurroundings-1.12.2-3.4.9.14.jar)
  23. TransformerLoader (OpenComputers-MC1.12.2-1.7.2.67.jar)
  24. LibrarianLib Plugin (librarianlib-1.12.2-4.9.jar)
  25. AstralCore (astralsorcery-1.12.2-1.9.1.jar)
  26. GottaGoFastLoader (gottagofast-1.1.jar)
  27. Contact their authors BEFORE contacting forge
  28.  
  29. // Uh... Did I do that?
  30.  
  31. Time: 8/25/18 5:47 AM
  32. Description: Exception in server tick loop
  33.  
  34. net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Dynmap (dynmap)
  35. Caused by: java.lang.NullPointerException
  36. at org.dynmap.modsupport.impl.ModModelDefinitionImpl.writeToFile(ModModelDefinitionImpl.java:249)
  37. at org.dynmap.modsupport.ModSupportImpl.complete(ModSupportImpl.java:62)
  38. at org.dynmap.DynmapCore.enableCore(DynmapCore.java:491)
  39. at org.dynmap.forge.DynmapPlugin.onStart(DynmapPlugin.java:1404)
  40. at org.dynmap.forge.DynmapPlugin.serverStarted(DynmapPlugin.java:1990)
  41. at org.dynmap.forge.DynmapMod.serverStarted(DynmapMod.java:121)
  42. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  43. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  44. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  45. at java.lang.reflect.Method.invoke(Method.java:498)
  46. at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:627)
  47. at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
  48. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  49. at java.lang.reflect.Method.invoke(Method.java:498)
  50. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  51. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  52. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  53. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  54. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  55. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  56. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  57. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:218)
  58. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:196)
  59. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  60. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  61. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  62. at java.lang.reflect.Method.invoke(Method.java:498)
  63. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  64. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  65. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  66. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  67. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  68. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  69. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  70. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:135)
  71. at net.minecraftforge.fml.common.Loader.serverStarted(Loader.java:807)
  72. at net.minecraftforge.fml.common.FMLCommonHandler.handleServerStarted(FMLCommonHandler.java:301)
  73. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:488)
  74. at java.lang.Thread.run(Thread.java:748)
  75.  
  76.  
  77. A detailed walkthrough of the error, its code path and all known details is as follows:
  78. ---------------------------------------------------------------------------------------
  79.  
  80. -- System Details --
  81. Details:
  82. Minecraft Version: 1.12.2
  83. Operating System: Linux (amd64) version 4.15.0-33-generic
  84. Java Version: 1.8.0_181, Oracle Corporation
  85. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  86. Memory: 2895009576 bytes (2760 MB) / 4791992320 bytes (4570 MB) up to 5726797824 bytes (5461 MB)
  87. JVM Flags: 2 total; -Xms1024M -Xmx6144M
  88. IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94
  89. FML: MCP 9.42 Powered by Forge 14.23.4.2740 301 mods loaded, 301 mods active
  90. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  91.  
  92. | State | ID | Version | Source | Signature |
  93. |:---------- |:------------------------------------ |:------------------------------- |:--------------------------------------------------------- |:---------------------------------------- |
  94. | UCHIJAAAA | minecraft | 1.12.2 | minecraft.jar | None |
  95. | UCHIJAAAA | mcp | 9.42 | minecraft.jar | None |
  96. | UCHIJAAAA | FML | 8.0.99.99 | forge-1.12.2-14.23.4.2740-universal.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  97. | UCHIJAAAA | forge | 14.23.4.2740 | forge-1.12.2-14.23.4.2740-universal.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  98. | UCHIJAAAA | randompatches | 1.12.2-1.2.1.1 | minecraft.jar | None |
  99. | UCHIJAAAA | openmodscore | 0.11.5 | minecraft.jar | None |
  100. | UCHIJAAAA | foamfixcore | 7.7.4 | minecraft.jar | None |
  101. | UCHIJAAAA | opencomputers|core | 1.7.2.67 | minecraft.jar | None |
  102. | UCHIJAAAA | elucore | 1.0 | minecraft.jar | None |
  103. | UCHIJAAAA | gottagofast | 1.1 | gottagofast-1.1.jar | None |
  104. | UCHIJAAAA | securitycraft | v1.8.6 | [1.12.x]+SecurityCraft+v1.8.6.jar | None |
  105. | UCHIJAAAA | crafttweaker | 4.1.9 | CraftTweaker2-1.12-4.1.9.jar | None |
  106. | UCHIJAAAA | mtlib | 3.0.5 | MTLib-3.0.5.jar | None |
  107. | UCHIJAAAA | modtweaker | 4.0.12 | modtweaker-4.0.12.jar | None |
  108. | UCHIJAAAA | jei | 4.10.0.200 | jei_1.12.2-4.10.0.200.jar | None |
  109. | UCHIJAAAA | abyssalcraft | 1.9.4.10 | AbyssalCraft-1.12.2-1.9.4.10.jar | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 |
  110. | UCHIJAAAA | chisel | MC1.12.2-0.2.0.31 | Chisel-MC1.12.2-0.2.0.31.jar | None |
  111. | UCHIJAAAA | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None |
  112. | UCHIJAAAA | endercore | 1.12.2-0.5.31 | EnderCore-1.12.2-0.5.31.jar | None |
  113. | UCHIJAAAA | thaumcraft | 6.1.BETA16 | Thaumcraft-1.12.2-6.1.BETA16.jar | None |
  114. | UCHIJAAAA | codechickenlib | 3.2.1.351 | CodeChickenLib-1.12.2-3.2.1.351-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  115. | UCHIJAAAA | redstoneflux | 2.0.2 | RedstoneFlux-1.12-2.0.2.3-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  116. | UCHIJAAAA | cofhcore | 4.5.3 | CoFHCore-1.12.2-4.5.3.20-universal.jar | None |
  117. | UCHIJAAAA | cofhworld | 1.2.0 | CoFHWorld-1.12.2-1.2.0.5-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  118. | UCHIJAAAA | thermalfoundation | 2.5.0 | ThermalFoundation-1.12.2-2.5.0.19-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  119. | UCHIJAAAA | thermalexpansion | 5.5.0 | ThermalExpansion-1.12.2-5.5.0.29-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  120. | UCHIJAAAA | enderio | 5.0.26 | EnderIO-1.12.2-5.0.26.jar | None |
  121. | UCHIJAAAA | enderiointegrationtic | 5.0.26 | EnderIO-1.12.2-5.0.26.jar | None |
  122. | UCHIJAAAA | mantle | 1.12-1.3.2.24 | Mantle-1.12-1.3.2.24.jar | None |
  123. | UCHIJAAAA | tconstruct | 1.12.2-2.10.1.87 | TConstruct-1.12.2-2.10.1.87.jar | None |
  124. | UCHIJAAAA | acintegration | 1.6.5 | AbyssalCraft+Integration-1.12.2-1.6.5.jar | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 |
  125. | UCHIJAAAA | fastbench | 1.5.0 | FastWorkbench-1.12.2-1.5.0.jar | None |
  126. | UCHIJAAAA | actuallyadditions | 1.12.2-r135 | ActuallyAdditions-1.12.2-r135.jar | None |
  127. | UCHIJAAAA | actuallybaubles | 1.1 | ActuallyBaubles-1.12-1.1.jar | None |
  128. | UCHIJAAAA | opencomputers | 1.7.2.67 | OpenComputers-MC1.12.2-1.7.2.67.jar | None |
  129. | UCHIJAAAA | actuallycomputers | 2.1.0 | actuallycomputers-2.1.0.jar | None |
  130. | UCHIJAAAA | additionalbanners | 1.1.42 | AdditionalBanners-1.12.2-1.1.42.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  131. | UCHIJAAAA | libvulpes | 0.2.8.-32 | LibVulpes-1.12.2-0.2.8-32-universal.jar | None |
  132. | UCHIJAAAA | advancedrocketry | 1.4.0.-88 | AdvancedRocketry-1.12.2-1.4.0-88-universal.jar | None |
  133. | UCHIJAAAA | appliedenergistics2 | rv6-alpha-1 | appliedenergistics2-rv6-alpha-1.jar | None |
  134. | UCHIJAAAA | bdlib | 1.14.3.12 | bdlib-1.14.3.12-mc1.12.2.jar | None |
  135. | UCHIJAAAA | ae2stuff | 0.7.0.4 | ae2stuff-0.7.0.4-mc1.12.2.jar | None |
  136. | UCHIJAAAA | aiimprovements | 0.0.1.1 | AIImprovements-1.12.1-0.0.1b1.jar | None |
  137. | UCHIJAAAA | akashictome | 1.2-10 | AkashicTome-1.2-10.jar | None |
  138. | UCHIJAAAA | extrautils2 | 1.0 | extrautils2-1.12-1.7.6.jar | None |
  139. | UCHIJAAAA | flyringbaublemod | 0.3.1_1.12-d4e654e | angelRingToBauble-1.12-0.3.1.50+d4e654e.jar | None |
  140. | UCHIJAAAA | biomesoplenty | 7.0.1.2393 | BiomesOPlenty-1.12.2-7.0.1.2393-universal.jar | None |
  141. | UCHIJAAAA | botania | r1.10-354 | Botania+r1.10-354.jar | None |
  142. | UCHIJAAAA | craftstudioapi | 1.0.0 | CraftStudio-1.0.0.93-mc1.12-alpha.jar | None |
  143. | UCHIJAAAA | natura | 1.12.2-4.3.2.49 | natura-1.12.2-4.3.2.49.jar | None |
  144. | UCHIJAAAA | harvestcraft | 1.12.2u | Pam's+HarvestCraft+1.12.2u.jar | None |
  145. | UCHIJAAAA | quark | r1.4-125 | Quark-r1.4-125.jar | None |
  146. | UCHIJAAAA | animania | 1.5.1.1 | animania-1.12.2-1.5.1.1.jar | None |
  147. | UCHIJAAAA | applecore | 3.1.3 | AppleCore-mc1.12.2-3.1.3.jar | None |
  148. | UCHIJAAAA | appleskin | 1.0.9 | AppleSkin-mc1.12-1.0.9.jar | None |
  149. | UCHIJAAAA | aquaculture | 1.6.6 | Aquaculture-1.12.2-1.6.6.jar | None |
  150. | UCHIJAAAA | conarm | 1.0.1.1 | conarm-1.12.2-1.0.1.1.jar | 5d5b8aee896a4f5ea3f3114784742662a67ad32f |
  151. | UCHIJAAAA | ic2 | 2.8.90-ex112 | industrialcraft-2-2.8.90-ex112.jar | de041f9f6187debbc77034a344134053277aa3b0 |
  152. | UCHIJAAAA | reborncore | 3.9.3.324 | RebornCore-1.12.2-3.9.3.324-universal.jar | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
  153. | UCHIJAAAA | techreborn | 2.16.0.746 | TechReborn-1.12.2-2.16.0.746-universal.jar | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
  154. | UCHIJAAAA | forestry | 5.8.0.308 | forestry_1.12.2-5.8.0.308.jar | None |
  155. | UCHIJAAAA | theoneprobe | 1.4.23 | theoneprobe-1.12-1.4.23.jar | None |
  156. | UCHIJAAAA | immersiveengineering | 0.12-82 | ImmersiveEngineering-0.12-82.jar | 4cb49fcde3b43048c9889e0a3d083225da926334 |
  157. | UCHIJAAAA | immersivepetroleum | 1.1.9 | immersivepetroleum-1.12.2-1.1.9.jar | None |
  158. | UCHIJAAAA | forgelin | 1.7.4 | Forgelin-1.7.4.jar | None |
  159. | UCHIJAAAA | computercraft | 1.80pr1 | ComputerCraft1.80pr1.jar | None |
  160. | UCHIJAAAA | mcmultipart | 2.5.1 | MCMultiPart-2.5.1.jar | None |
  161. | UCHIJAAAA | mekanism | 1.12.2-9.4.13.349 | Mekanism-1.12.2-9.4.13.349.jar | None |
  162. | UCHIJAAAA | teslacorelib | 1.0.14 | tesla-core-lib-1.12.2-1.0.14.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  163. | UCHIJAAAA | industrialforegoing | 1.12.2-1.12.2 | industrialforegoing-1.12.2-1.10.2-178.jar | None |
  164. | UCHIJAAAA | cucumber | 1.1.0 | cucumber-1.12-1.1.0.jar | None |
  165. | UCHIJAAAA | mysticalagriculture | 1.6.12 | mysticalagriculture-1.12-1.6.12.jar | None |
  166. | UCHIJAAAA | mysticalagradditions | 1.2.8 | mysticalagradditions-1.12-1.2.8.jar | None |
  167. | UCHIJAAAA | mcjtylib_ng | 3.0.2 | mcjtylib-1.12-3.0.2.jar | None |
  168. | UCHIJAAAA | rftools | 7.54 | rftools-1.12-7.54.jar | None |
  169. | UCHIJAAAA | rustic | 1.0.5 | rustic-1.0.5.jar | None |
  170. | UCHIJAAAA | integrationforegoing | 1.12.2-1.7 | IntegrationForegoing-1.12.2-1.7.jar | 4ffa87db52cf086d00ecc4853a929367b1c39b5c |
  171. | UCHIJAAAA | forgemultipartcbe | 2.4.2.60 | ForgeMultipart-1.12.2-2.4.2.60-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  172. | UCHIJAAAA | mrtjpcore | 2.1.3.35 | MrTJPCore-1.12.2-2.1.3.35-universal.jar | None |
  173. | UCHIJAAAA | projectred-core | 4.9.1.92 | ProjectRed-1.12.2-4.9.1.92-Base.jar | None |
  174. | UCHIJAAAA | projectred-exploration | 4.9.1.92 | ProjectRed-1.12.2-4.9.1.92-world.jar | None |
  175. | UCHIJAAAA | twilightforest | 3.7.424 | twilightforest-1.12.2-3.7.424-universal.jar | None |
  176. | UCHIJAAAA | plustic | 6.5.2.0 | plustic-6.5.2.0.jar | None |
  177. | UCHIJAAAA | armoryexpansion | 0.1.4 | armoryexpansion-0.1.4.jar | None |
  178. | UCHIJAAAA | aroma1997core | 2.0.0.0.b155 | Aroma1997Core-1.12.2-2.0.0.0.b155.jar | dfbfe4c473253d8c5652417689848f650b2cbe32 |
  179. | UCHIJAAAA | aroma1997sdimension | 2.0.0.2.b77 | Aroma1997s-Dimensional-World-1.12.2-2.0.0.2.b77.jar | dfbfe4c473253d8c5652417689848f650b2cbe32 |
  180. | UCHIJAAAA | astralsorcery | 1.9.1 | astralsorcery-1.12.2-1.9.1.jar | a0f0b759d895c15ceb3e3bcb5f3c2db7c582edf0 |
  181. | UCHIJAAAA | atmtweaks | 1.1 | atmtweaks-1.1.jar | None |
  182. | UCHIJAAAA | attributefix | 1.0.1 | AttributeFix-1.12.2-1.0.1.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  183. | UCHIJAAAA | autoreglib | 1.3-18 | AutoRegLib-1.3-18.jar | None |
  184. | UCHIJAAAA | badwithernocookiereloaded | 1.12.2-3.1.14 | badwithernocookiereloaded-1.12.2-3.1.14.jar | None |
  185. | UCHIJAAAA | base | 3.10.0 | base-1.12.2-3.10.0.jar | None |
  186. | UCHIJAAAA | bedpatch | 2.2 | bedpatch-2.2-1.12.2.jar | 6bf7527e690fb5e8719b9832bce5000a3e87dfe6 |
  187. | UCHIJAAAA | betterbuilderswands | 0.11.1 | BetterBuildersWands-1.12-0.11.1.245+69d0d70.jar | None |
  188. | UCHIJAAAA | bibliocraft | 2.4.5 | BiblioCraft[v2.4.5][MC1.12.2].jar | None |
  189. | UCHIJAAAA | binniecore | 2.5.0.167 | binnie-mods-1.12.2-2.5.0.167.jar | None |
  190. | UCHIJAAAA | binniedesign | 2.5.0.167 | binnie-mods-1.12.2-2.5.0.167.jar | None |
  191. | UCHIJAAAA | genetics | 2.5.0.167 | binnie-mods-1.12.2-2.5.0.167.jar | None |
  192. | UCHIJAAAA | botany | 2.5.0.167 | binnie-mods-1.12.2-2.5.0.167.jar | None |
  193. | UCHIJAAAA | extrabees | 2.5.0.167 | binnie-mods-1.12.2-2.5.0.167.jar | None |
  194. | UCHIJAAAA | extratrees | 2.5.0.167 | binnie-mods-1.12.2-2.5.0.167.jar | None |
  195. | UCHIJAAAA | birdsfoods | 3.1 - [1.12] | birdsfoods-1.12+-+3.1.jar | None |
  196. | UCHIJAAAA | blockcraftery | 0.1.3 | blockcraftery-0.1.3.jar | None |
  197. | UCHIJAAAA | cyclicmagic | 1.15.15 | Cyclic-1.12.2-1.15.15.jar | None |
  198. | UCHIJAAAA | mobtotems | 1.12.1-0.3.0 | mobtotems-1.12.1-0.3.0.jar | None |
  199. | UCHIJAAAA | guideapi | 1.12-2.1.5-60 | Guide-API-1.12-2.1.5-60.jar | None |
  200. | UCHIJAAAA | bloodmagic | 1.12.2-2.2.12-97 | BloodMagic-1.12.2-2.2.12-97.jar | None |
  201. | UCHIJAAAA | bonsaitrees | 1.0.5 | bonsaitrees-1.0.5-b77.jar | None |
  202. | UCHIJAAAA | bookshelf | 2.3.553 | Bookshelf-1.12.2-2.3.553.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  203. | UCHIJAAAA | brandonscore | 2.4.3 | BrandonsCore-1.12.2-2.4.3.168-universal.jar | None |
  204. | UCHIJAAAA | careerbees | 1.0 | careerbees-0.4.0.jar | None |
  205. | UCHIJAAAA | ceramics | 1.12-1.3.4 | Ceramics-1.12-1.3.4.jar | None |
  206. | UCHIJAAAA | chameleon | 1.12-4.1.3 | Chameleon-1.12-4.1.3.jar | None |
  207. | UCHIJAAAA | chickenchunks | 2.4.1.73 | ChickenChunks-1.12.2-2.4.1.73-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  208. | UCHIJAAAA | chiselsandbits | 14.18 | chiselsandbits-14.18.jar | None |
  209. | UCHIJAAAA | cyclopscore | 0.11.6 | CyclopsCore-1.12.2-0.11.6.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
  210. | UCHIJAAAA | colossalchests | 1.6.11 | ColossalChests-1.12.2-1.6.11.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
  211. | UCHIJAAAA | commoncapabilities | 1.4.0 | CommonCapabilities-1.12-1.4.0.jar | None |
  212. | UCHIJAAAA | storagedrawers | 1.12-5.3.5 | StorageDrawers-1.12.2-5.3.7.jar | None |
  213. | UCHIJAAAA | refinedstorage | 1.5.34 | refinedstorage-1.5.34.jar | 57893d5b90a7336e8c63fe1c1e1ce472c3d59578 |
  214. | UCHIJAAAA | compactmachines3 | 3.0.12 | compactmachines3-1.12.2-3.0.12-b215.jar | None |
  215. | UCHIJAAAA | compactsolars | 1.12.2-5.0.17.340 | CompactSolars-1.12.2-5.0.17.340-universal.jar | None |
  216. | UCHIJAAAA | cookingforblockheads | 6.4.40 | CookingForBlockheads_1.12.2-6.4.40.jar | None |
  217. | UCHIJAAAA | cosmeticarmorreworked | 1.12.2-v1 | CosmeticArmorReworked-1.12.2-v1.jar | aaaf83332a11df02406e9f266b1b65c1306f0f76 |
  218. | UCHIJAAAA | craftingtweaks | 8.1.9 | CraftingTweaks_1.12.2-8.1.9.jar | None |
  219. | UCHIJAAAA | crafttweakerjei | 2.0.2 | CraftTweaker2-1.12-4.1.9.jar | None |
  220. | UCHIJAAAA | darkutils | 1.8.211 | DarkUtils-1.12.2-1.8.211.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  221. | UCHIJAAAA | deathcounter | 1.0.1 | DeathCounter-HYW-1.12.2-1.0.1.jar | None |
  222. | UCHIJAAAA | ptrmodellib | 1.0.2 | PTRLib-1.0.2.jar | None |
  223. | UCHIJAAAA | props | 2.6.1 | Decocraft-2.6.1_1.12.2.jar | None |
  224. | UCHIJAAAA | defaultworldgenerator-port | 1.12-2.3 | DefaultWorldGenerator-port-1.12-2.3.jar | None |
  225. | UCHIJAAAA | cdm | 0.4.1 | device-mod-0.4.1-1.12.2.jar | None |
  226. | UCHIJAAAA | diethopper | 1.1 | diethopper-1.1.jar | None |
  227. | UCHIJAAAA | dismantler | 0.1.2 | dismantler-0.1.2.jar | None |
  228. | UCHIJAAAA | doggytalents | 1.14.2.321 | Doggy+Talents-1.12.2-1.14.2.321-universal.jar | None |
  229. | UCHIJAAAA | dldungeonsjdg | 1.11.1 | DoomlikeDungeons-1.11.1-MC1.12.2.jar | None |
  230. | UCHIJAAAA | dsurround | 3.4.9.14 | DynamicSurroundings-1.12.2-3.4.9.14.jar | 7a2128d395ad96ceb9d9030fbd41d035b435753a |
  231. | UCHIJAAAEE | dynmap | 2.6-beta-1-23 | Dynmap-HEAD-forge-1.12.2.jar | None |
  232. | UCHIJAAA | dynmapblockscan | 3.0-alpha-1-7 | DynmapBlockScan-3.0-alpha-1-forge-1.12.2.jar | None |
  233. | UCHIJAAA | enderiobase | 5.0.26 | EnderIO-1.12.2-5.0.26.jar | None |
  234. | UCHIJAAA | enderioconduits | 5.0.26 | EnderIO-1.12.2-5.0.26.jar | None |
  235. | UCHIJAAA | enderioconduitsappliedenergistics | 5.0.26 | EnderIO-1.12.2-5.0.26.jar | None |
  236. | UCHIJAAA | enderioconduitsopencomputers | 5.0.26 | EnderIO-1.12.2-5.0.26.jar | None |
  237. | UCHIJAAA | enderioconduitsrefinedstorage | 5.0.26 | EnderIO-1.12.2-5.0.26.jar | None |
  238. | UCHIJAAA | enderiointegrationforestry | 5.0.26 | EnderIO-1.12.2-5.0.26.jar | None |
  239. | UCHIJAAA | enderiointegrationticlate | 5.0.26 | EnderIO-1.12.2-5.0.26.jar | None |
  240. | UCHIJAAA | ichunutil | 7.1.4 | iChunUtil-1.12.2-7.1.4.jar | None |
  241. | UCHIJAAA | ftblib | 5.2.0.23 | FTBLib-5.2.0.23.jar | None |
  242. | UCHIJAAA | enderiomachines | 5.0.26 | EnderIO-1.12.2-5.0.26.jar | None |
  243. | UCHIJAAA | enderiopowertools | 5.0.26 | EnderIO-1.12.2-5.0.26.jar | None |
  244. | UCHIJAAA | enderstorage | 2.4.4.132 | EnderStorage-1.12.2-2.4.4.132-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  245. | UCHIJAAA | exchangers | 1.12.2-2.7.2 | Exchangers-1.12.2-2.7.2.jar | 4ffa87db52cf086d00ecc4853a929367b1c39b5c |
  246. | UCHIJAAA | excore | 2.0.0-beta19-1.12.2 | EXCore-2.0.0-beta19-1.12.2.jar | None |
  247. | UCHIJAAA | extracells | 2.5.13 | ExtraCells-1.12.2-2.5.13a60.jar | None |
  248. | UCHIJAAA | shadowmc | 3.8.0 | ShadowMC-1.12-3.8.0.jar | None |
  249. | UCHIJAAA | extrarails | 1.3.0 | ExtraRails-1.12-1.3.0.jar | None |
  250. | UCHIJAAA | zerocore | 1.12-0.1.2.2 | zerocore-1.12-0.1.2.2.jar | None |
  251. | UCHIJAAA | bigreactors | 1.12.2-0.4.5.49 | ExtremeReactors-1.12.2-0.4.5.49.jar | None |
  252. | UCHIJAAA | fairylights | 2.1.2 | fairylights-2.1.2-1.12.x.jar | None |
  253. | UCHIJAAA | fastfurnace | 1.1.0 | FastFurnace-1.12.2-1.1.0.jar | None |
  254. | UCHIJAAA | fencejumper | 1.0.3 | fencejumper-1.12-1.0.3.jar | None |
  255. | UCHIJAAA | flatcoloredblocks | mc1.12-6.6 | flatcoloredblocks-mc1.12-6.6.jar | None |
  256. | UCHIJAAA | floralchemy | 1.12.2-1.0.1 | Floralchemy-1.12.2-1.0.1.jar | None |
  257. | UCHIJAAA | foamfix | 0.9.9.1-1.12.2 | foamfix-0.9.9.1-1.12.2-anarchy.jar | None |
  258. | UCHIJAAA | microblockcbe | 2.4.2.60 | ForgeMultipart-1.12.2-2.4.2.60-universal.jar | None |
  259. | UCHIJAAA | minecraftmultipartcbe | 2.4.2.60 | ForgeMultipart-1.12.2-2.4.2.60-universal.jar | None |
  260. | UCHIJAAA | journeymap | 1.12.2-5.5.2 | journeymap-1.12.2-5.5.2.jar | None |
  261. | UCHIJAAA | ftbutilities | 5.2.0.28 | FTBUtilities-5.2.0.28.jar | None |
  262. | UCHIJAAA | funkylocomotion | 1.0 | funky-locomotion-1.12.2-1.1.1.jar | None |
  263. | UCHIJAAA | cfm | 5.7.0 | furniture-5.7.0-1.12.2.jar | None |
  264. | UCHIJAAA | gendustry | 1.6.5.8 | gendustry-1.6.5.8-mc1.12.2.jar | None |
  265. | UCHIJAAA | advgenerators | 0.9.20.12 | generators-0.9.20.12-mc1.12.2.jar | None |
  266. | UCHIJAAA | harvest | 1.12-1.2.6-18 | Harvest-1.12-1.2.6-18.jar | None |
  267. | UCHIJAAA | helpfixer | 1.12.1-1.5.18 | HelpFixer-1.12.1-1.5.18.jar | None |
  268. | UCHIJAAA | librarianlib | 9.4 | librarianlib-1.12.2-4.9.jar | None |
  269. | UCHIJAAA | hooked | %VERSION% | hooked-1.0.2.jar | None |
  270. | UCHIJAAA | immersivetech | 1.3.10 | immersivetech-1.12-1.3.10.jar | None |
  271. | UCHIJAAA | initialinventory | 2.0.2 | InitialInventory-3.0.0.jar | None |
  272. | UCHIJAAA | integrateddynamics | 0.11.13 | IntegratedDynamics-1.12.2-0.11.13.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
  273. | UCHIJAAA | integrateddynamicscompat | 1.0.0 | IntegratedDynamics-1.12.2-0.11.13.jar | None |
  274. | UCHIJAAA | integratedtunnels | 1.5.6 | IntegratedTunnels-1.12.2-1.5.6.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
  275. | UCHIJAAA | integratedtunnelscompat | 1.0.0 | IntegratedTunnels-1.12.2-1.5.6.jar | None |
  276. | UCHIJAAA | kjlib | 1.0.4 | kjlib-1.0.4.jar | None |
  277. | UCHIJAAA | inventorygenerators | 1.1.2 | inventorygenerators-1.1.2.jar | None |
  278. | UCHIJAAA | inventorytweaks | 1.64-dev+release.110.b4fac73 | InventoryTweaks-1.64-dev.jar | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
  279. | UCHIJAAA | ironbackpacks | 1.12.2-3.0.8-12 | IronBackpacks-1.12.2-3.0.8-12.jar | None |
  280. | UCHIJAAA | ironchest | 1.12.2-7.0.44.829 | ironchest-1.12.2-7.0.44.829.jar | None |
  281. | UCHIJAAA | jaopcaagriculture | 1.12.2-1.2.1.13 | JAOPCAAgriculture-1.12.2-1.2.1.13.jar | None |
  282. | UCHIJAAA | jaopca | 1.12.2-2.2.8.90 | JAOPCA-1.12.2-2.2.8.90.jar | None |
  283. | UCHIJAAA | oredictinit | 1.12.2-2.2.1.68 | JAOPCA-1.12.2-2.2.8.90.jar | None |
  284. | UCHIJAAA | jaopcaadditions | 1.12.2-2.2.1.9 | JAOPCAAdditions-1.12.2-2.2.1.9.jar | None |
  285. | UCHIJAAA | jeibees | 0.9.0.5 | jeibees-0.9.0.5-mc1.12.2.jar | None |
  286. | UCHIJAAA | justenoughdimensions | 1.6.0-dev.20180619.124018 | justenoughdimensions-1.12.2-1.6.0-dev.20180619.124018.jar | 2b03e1423915a189b8094816baa18f239d576dff |
  287. | UCHIJAAA | justenoughreactors | 1.1.1.47 | JustEnoughReactors-1.12.2-1.1.1.47.jar | 2238d4a92d81ab407741a2fdb741cebddfeacba6 |
  288. | UCHIJAAA | kleeslabs | 5.4.10 | KleeSlabs_1.12.2-5.4.10.jar | None |
  289. | UCHIJAAA | lunatriuscore | 1.2.0.42 | LunatriusCore-1.12.2-1.2.0.42-universal.jar | None |
  290. | UCHIJAAA | magicbees | 1.0 | MagicBees-1.12.2-3.1.10.jar | None |
  291. | UCHIJAAA | malisiscore | 1.12.2-6.4.0 | malisiscore-1.12.2-6.4.0.jar | None |
  292. | UCHIJAAA | malisisdoors | 1.12.2-7.3.0 | malisisdoors-1.12.2-7.3.0.jar | None |
  293. | UCHIJAAA | mekanismgenerators | 9.4.11 | MekanismGenerators-1.12.2-9.4.13.349.jar | None |
  294. | UCHIJAAA | mekanismtools | 9.4.11 | MekanismTools-1.12.2-9.4.13.349.jar | None |
  295. | UCHIJAAA | minecolonies | 1.12.2-0.9.91-ALPHA | minecolonies-1.12.2-0.9.91-ALPHA-universal.jar | None |
  296. | UCHIJAAA | zawa | 1.12.2-1.3.2 | zawa+-+1.3.2+(1.12.2).jar | None |
  297. | UCHIJAAA | moon-core | 7.0 | moon-core+7.0+(1.12).jar | None |
  298. | UCHIJAAA | morpheus | 1.12-3.3.2 | Morpheus-1.12-3.3.2.jar | None |
  299. | UCHIJAAA | musiccraft | 3.2.3 | MusicCraft-3.2.3.jar | None |
  300. | UCHIJAAA | naturescompass | 1.5.1 | NaturesCompass-1.12.2-1.5.1.jar | None |
  301. | UCHIJAAA | nmsot | 1.2.2-mc1.12.2 | NoMobSpawningOnTrees-1.2.2-mc1.12.2.jar | None |
  302. | UCHIJAAA | neid | 1.5.4.2 | NotEnoughIDs-1.5.4.2.jar | None |
  303. | UCHIJAAA | notenoughwands | 1.7.0 | notenoughwands-1.12-1.7.0.jar | None |
  304. | UCHIJAAA | xnet | 1.7.2 | xnet-1.12-1.7.2.jar | None |
  305. | UCHIJAAA | ocxnetdriver | 1.0.2 | ocxnetdriver-1.0.2-b11.jar | None |
  306. | UCHIJAAA | oreexcavation | 1.4.119 | OreExcavation-1.4.119.jar | None |
  307. | UCHIJAAA | oeintegration | 2.3.3 | oeintegration-2.3.3.jar | None |
  308. | UCHIJAAA | omlib | 3.0.0-148 | omlib-1.12.2-3.0.0-148.jar | None |
  309. | UCHIJAAA | ompd | 3.0.0-36 | ompd-1.12.2-3.0.0-36.jar | None |
  310. | UCHIJAAA | openmods | 0.11.5 | OpenModsLib-1.12.2-0.11.5.jar | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
  311. | UCHIJAAA | openblocks | 1.7.6 | OpenBlocks-1.12.2-1.7.6.jar | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
  312. | UCHIJAAA | openmodularturrets | 3.0.1-257 | openmodularturrets-1.12.2-3.0.1-257.jar | None |
  313. | UCHIJAAA | overloaded | 0.0.52 | Overloaded-1.12.2-0.0.52.jar | 644f38521a349310a5dae0239577dc7beebefaec |
  314. | UCHIJAAA | p455w0rdslib | 2.0.29 | p455w0rdslib-1.12-2.0.29.jar | None |
  315. | UCHIJAAA | packmode | 1.2.0 | packmode-1.12.2-1.2.0.jar | None |
  316. | UCHIJAAA | pamscookables | 1.1 | pamscookables-1.1.jar | None |
  317. | UCHIJAAA | parry | 1.0 | parry-1.0-hotfix.jar | None |
  318. | UCHIJAAA | placeableitems | 3.3 | placeableitems-3.3.jar | None |
  319. | UCHIJAAA | placebo | 1.4.0 | Placebo-1.12.2-1.4.0.jar | None |
  320. | UCHIJAAA | plants2 | 2.9.1 | Plants-1.12.2-2.9.1.jar | None |
  321. | UCHIJAAA | shetiphiancore | 3.5.7 | shetiphiancore-1.12.0-3.5.7.jar | None |
  322. | UCHIJAAA | platforms | 1.4.5 | platforms-1.12.0-1.4.5.jar | None |
  323. | UCHIJAAA | pneumaticcraft | 1.12.2-0.6.8-219 | pneumaticcraft-repressurized-1.12.2-0.6.8-219.jar | None |
  324. | UCHIJAAA | portality | 1.0-SNAPSHOT | portality-1.12.2-1.0.4-6.jar | None |
  325. | UCHIJAAA | sonarcore | 5.0.13 | sonarcore-1.12.2-5.0.13-11.jar | None |
  326. | UCHIJAAA | practicallogistics2 | 3.0.4 | practicallogistics2-1.12.2-3.0.4.jar | None |
  327. | UCHIJAAA | primitivemobs | 1.1.6 | primitivemobs-1.1.6_beta.jar | None |
  328. | UCHIJAAA | projectred-compat | 1.0 | ProjectRed-1.12.2-4.9.1.92-compat.jar | None |
  329. | UCHIJAAA | projectred-integration | 4.9.1.92 | ProjectRed-1.12.2-4.9.1.92-integration.jar | None |
  330. | UCHIJAAA | projectred-transmission | 4.9.1.92 | ProjectRed-1.12.2-4.9.1.92-integration.jar | None |
  331. | UCHIJAAA | projectred-fabrication | 4.9.1.92 | ProjectRed-1.12.2-4.9.1.92-fabrication.jar | None |
  332. | UCHIJAAA | projectred-illumination | 4.9.1.92 | ProjectRed-1.12.2-4.9.1.92-lighting.jar | None |
  333. | UCHIJAAA | projectred-expansion | 4.9.1.92 | ProjectRed-1.12.2-4.9.1.92-mechanical.jar | None |
  334. | UCHIJAAA | projectred-relocation | 4.9.1.92 | ProjectRed-1.12.2-4.9.1.92-mechanical.jar | None |
  335. | UCHIJAAA | projectred-transportation | 4.9.1.92 | ProjectRed-1.12.2-4.9.1.92-mechanical.jar | None |
  336. | UCHIJAAA | quantumstorage | 4.5.0 | QuantumStorage-1.12-4.5.0.jar | None |
  337. | UCHIJAAA | quickleafdecay | 1.2.4 | QuickLeafDecay-MC1.12.1-1.2.4.jar | None |
  338. | UCHIJAAA | randomtweaks | 1.12.2-2.1.2.3 | randomtweaks-1.12.2-2.1.2.3.jar | None |
  339. | UCHIJAAA | rangedpumps | 0.5 | rangedpumps-0.5.jar | None |
  340. | UCHIJAAA | rebornstorage | 1.0.0 | RebornStorage-1.12.2-3.1.0.50.jar | None |
  341. | UCHIJAAA | redstonearsenal | 2.5.1 | RedstoneArsenal-1.12.2-2.5.1.13-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  342. | UCHIJAAA | refinedstorageaddons | 0.3 | refinedstorageaddons-0.3.jar | None |
  343. | UCHIJAAA | rftoolscontrol | 1.9.1 | rftoolsctrl-1.12-1.9.1.jar | None |
  344. | UCHIJAAA | rftoolsdim | 5.60 | rftoolsdim-1.12-5.60.jar | None |
  345. | UCHIJAAA | rftoolspower | 1.1.0 | rftoolspower-1.12-1.1.0.jar | None |
  346. | UCHIJAAA | rftpwroc | 0.1 | rftpwr_oc-0.2.jar | None |
  347. | UCHIJAAA | roguelike | 1.8.0 | RoguelikeDungeons-1.12.2-1.8.0.jar | None |
  348. | UCHIJAAA | roots | 0.104 | roots-2-0.104.jar | None |
  349. | UCHIJAAA | woodenshears | @MAJOR@.@MINOR@.@REVIS@.@BUILD@ | SBM-WoodenShears-1.12-0.0.1b8.jar | None |
  350. | UCHIJAAA | schematica | 1.8.0.169 | Schematica-1.12.2-1.8.0.169-universal.jar | None |
  351. | UCHIJAAA | thermaldynamics | 2.5.1 | ThermalDynamics-1.12.2-2.5.1.14-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  352. | UCHIJAAA | simplyjetpacks | 2.2.7.45 | SimplyJetpacks2-1.12.2-2.2.7.45.jar | None |
  353. | UCHIJAAA | soulshardsrespawn | 1.12.2-1.0.6-8 | SoulShardsRespawn-1.12.2-1.0.6-8.jar | None |
  354. | UCHIJAAA | stevescarts | 2.4.21.105 | StevesCarts-1.12.2-2.4.21.105.jar | None |
  355. | UCHIJAAA | stg | 1.12.2-1.2.3 | stg-1.12.2-1.2.3.jar | None |
  356. | UCHIJAAA | storagedrawersextra | @VERSION@ | StorageDrawersExtras-1.12-3.1.0.jar | None |
  357. | UCHIJAAA | tatw | 1.0.1.2 | Tatw-1.12.2-1.0.1.2.jar | dfbfe4c473253d8c5652417689848f650b2cbe32 |
  358. | UCHIJAAA | thaumcomp | 0.3.0.16 | ThaumicComputers-MC1.12.2-0.3.0.16.jar | None |
  359. | UCHIJAAA | tcinventoryscan | 2.0.10 | ThaumicInventoryScanning_1.12.2-2.0.10.jar | None |
  360. | UCHIJAAA | thaumicperiphery | 0.2.3 | thaumicperiphery-0.2.3.jar | None |
  361. | UCHIJAAA | tombmanygraves2api | 1.12.2-1.0.0 | tombmanygraves2api-1.12.2-1.0.0.jar | None |
  362. | UCHIJAAA | tombmanygraves | 1.12-4.1.0 | TombManyGraves-1.12-4.1.0.jar | None |
  363. | UCHIJAAA | thebetweenlands | 3.3.9 | TheBetweenlands-3.3.9-universal.jar | 38067d6878811efb38b6a045521cfd80b9b60b38 |
  364. | UCHIJAAA | thermalcultivation | 0.3.0 | ThermalCultivation-1.12.2-0.3.0.7-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  365. | UCHIJAAA | thermalinnovation | 0.3.0 | ThermalInnovation-1.12.2-0.3.0.7-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  366. | UCHIJAAA | tinker_io | release 2.6.1 | tinker_io-1.12.2-release+2.6.1.jar | None |
  367. | UCHIJAAA | tinkersjei | 1.0 | tinkersjei-1.0.jar | None |
  368. | UCHIJAAA | tinkersoc | 0.1 | tinkersoc-0.4.jar | None |
  369. | UCHIJAAA | tinkertoolleveling | 1.12.2-1.0.5.DEV.30c7957 | TinkerToolLeveling-1.12.2-1.0.5.jar | None |
  370. | UCHIJAAA | tombmanypluginscosmeticarmorreworked | 1.0.0 | tombmanypluginscosmeticarmorreworked-1.0.0.jar | None |
  371. | UCHIJAAA | tombmanypluginsthebetweenlands | 1.0.0 | tombmanypluginsthebetweenlands-1.0.0.jar | None |
  372. | UCHIJAAA | topaddons | 1.12.2-1.7.0 | topaddons-1.12.2-1.7.0.jar | None |
  373. | UCHIJAAA | torched | 7.0.0 | Torched-1.12.2-7.0.0.jar | None |
  374. | UCHIJAAA | transport | @1.12.2-1.0.0@ | Transport-1.12.2-1.0.0.jar | None |
  375. | UCHIJAAA | traverse | 1.5.4 | Traverse-1.12.2-1.5.4-61.jar | None |
  376. | UCHIJAAA | unloader | 1.2.0 | unloader-1.2.0.jar | None |
  377. | UCHIJAAA | usefulnullifiers | 1.4.1 | usefulnullifiers-1.4.1.jar | None |
  378. | UCHIJAAA | valkyrielib | 1.12.2-2.0.11a | valkyrielib-1.12.2-2.0.11a.jar | None |
  379. | UCHIJAAA | universalmodifiers | 1.12.2-1.0.9a | valkyrielib-1.12.2-2.0.11a.jar | None |
  380. | UCHIJAAA | waim | 1.0.0 | WAIM-1.0.0.jar | None |
  381. | UCHIJAAA | wanionlib | 1.12.2-1.5 | WanionLib-1.12.2-1.5.jar | None |
  382. | UCHIJAAA | waterstrainer | 3.2.0 | WaterStrainer-1.12-3.2.0.jar | None |
  383. | UCHIJAAA | waystones | 4.0.43 | Waystones_1.12.2-4.0.43.jar | None |
  384. | UCHIJAAA | wetstone | 1.0 | wetstone-1.0.jar | None |
  385. | UCHIJAAA | wirelesscharger | 1.12.2-1.0.5 | WirelessCharger-1.12.2-1.0.5.jar | aaaf83332a11df02406e9f266b1b65c1306f0f76 |
  386. | UCHIJAAA | wct | 3.9.67 | WirelessCraftingTerminal-1.12.2-3.9.67.jar | None |
  387. | UCHIJAAA | worleycaves | 1.1.1 | worleycaves-1.1.1.jar | None |
  388. | UCHIJAAA | xtones | 1.12-1.0.8-11 | Xtones-1.12-1.0.8-11.jar | None |
  389. | UCHIJAAA | ynot | 0.2.3 | YNot-0.2.3.jar | None |
  390. | UCHIJAAA | elulib | 0.1.12 | elulib-0.1.12.jar | None |
  391. | UCHIJAAA | librarianliblate | 9.4 | librarianlib-1.12.2-4.9.jar | None |
  392. | UCHIJAAA | teslacorelib_registries | 1.0.14 | tesla-core-lib-1.12.2-1.0.14.jar | None |
  393. | UCHIJAAA | unidict | 1.12.2-2.5d | UniDict-1.12.2-2.5d.jar | None |
  394. | UCHIJAAA | wrapup | 1.12-1.1.3 | WrapUp-1.12-1.1.3.jar | None |
  395.  
  396. Loaded coremods (and transformers):
  397. TheBetweenlandsLoadingPlugin (TheBetweenlands-3.3.9-core.jar)
  398. thebetweenlands.core.TheBetweenlandsClassTransformer
  399. AppleCore (AppleCore-mc1.12.2-3.1.3.jar)
  400. squeek.applecore.asm.TransformerModuleHandler
  401. ForgelinPlugin (Forgelin-1.7.4.jar)
  402.  
  403. BedPatch (bedpatch-2.2-1.12.2.jar)
  404. com.mordenkainen.bedpatch.BedPatchASM
  405. EnderCorePlugin (EnderCore-1.12.2-0.5.31.jar)
  406. com.enderio.core.common.transform.EnderCoreTransformer
  407. com.enderio.core.common.transform.SimpleMixinPatcher
  408. RandomPatches (randompatches-1.12.2-1.2.1.1.jar)
  409. com.therandomlabs.randompatches.RPTransformer
  410. CTMCorePlugin (CTM-MC1.12-0.3.0.15.jar)
  411. team.chisel.ctm.client.asm.CTMTransformer
  412. OpenModsCorePlugin (OpenModsLib-1.12.2-0.11.5.jar)
  413. openmods.core.OpenModsClassTransformer
  414. Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.9.9.1-1.12.2-anarchy.jar)
  415. pl.asie.foamfix.coremod.FoamFixTransformer
  416. Plugin (NotEnoughIDs-1.5.4.2.jar)
  417. ru.fewizz.neid.asm.Transformer
  418. MalisisCorePlugin (malisiscore-1.12.2-6.4.0.jar)
  419.  
  420. ShetiPhian-ASM (ShetiPhian-ASM-1.12.0.jar)
  421. shetiphian.asm.ClassTransformer
  422. FMLPlugin (elulib-0.1.12.jar)
  423. elucent.elulib.asm.ASMTransformer
  424. LoadingPlugin (Quark-r1.4-125.jar)
  425. vazkii.quark.base.asm.ClassTransformer
  426. Inventory Tweaks Coremod (InventoryTweaks-1.64-dev.jar)
  427. invtweaks.forge.asm.ContainerTransformer
  428. CoreMod (Aroma1997Core-1.12.2-2.0.0.0.b155.jar)
  429.  
  430. IELoadingPlugin (ImmersiveEngineering-core-0.12-82.jar)
  431. blusunrize.immersiveengineering.common.asm.IEClassTransformer
  432. LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
  433. lumien.resourceloader.asm.ClassTransformer
  434. DynamicSurroundingsCore (DynamicSurroundings-1.12.2-3.4.9.14.jar)
  435. org.blockartistry.DynSurround.asm.Transformer
  436. TransformerLoader (OpenComputers-MC1.12.2-1.7.2.67.jar)
  437. li.cil.oc.common.asm.ClassTransformer
  438. LibrarianLib Plugin (librarianlib-1.12.2-4.9.jar)
  439. com.teamwizardry.librarianlib.asm.LibLibTransformer
  440. AstralCore (astralsorcery-1.12.2-1.9.1.jar)
  441.  
  442. GottaGoFastLoader (gottagofast-1.1.jar)
  443. com.thiakil.gottagofast.coremod.GottaGoFastASMTransformer
  444. OpenModsLib class transformers: [llama_null_fix:FINISHED],[horse_base_null_fix:FINISHED],[pre_world_render_hook:ENABLED],[player_render_hook:ENABLED],[horse_null_fix:FINISHED]
  445. Pulsar/tconstruct loaded Pulses:
  446. - TinkerCommons (Enabled/Forced)
  447. - TinkerWorld (Enabled/Not Forced)
  448. - TinkerTools (Enabled/Not Forced)
  449. - TinkerHarvestTools (Enabled/Forced)
  450. - TinkerMeleeWeapons (Enabled/Forced)
  451. - TinkerRangedWeapons (Enabled/Forced)
  452. - TinkerModifiers (Enabled/Forced)
  453. - TinkerSmeltery (Enabled/Not Forced)
  454. - TinkerGadgets (Enabled/Not Forced)
  455. - TinkerOredict (Enabled/Forced)
  456. - TinkerIntegration (Enabled/Forced)
  457. - TinkerFluids (Enabled/Forced)
  458. - TinkerMaterials (Enabled/Forced)
  459. - TinkerModelRegister (Enabled/Forced)
  460. - chiselIntegration (Enabled/Not Forced)
  461. - chiselsandbitsIntegration (Enabled/Not Forced)
  462. - craftingtweaksIntegration (Enabled/Not Forced)
  463. - theoneprobeIntegration (Enabled/Not Forced)
  464.  
  465. AE2 Version: alpha rv6-alpha-1 for Forge 14.23.3.2655
  466. Pulsar/natura loaded Pulses:
  467. - NaturaCommons (Enabled/Forced)
  468. - NaturaOverworld (Enabled/Not Forced)
  469. - NaturaNether (Enabled/Not Forced)
  470. - NaturaDecorative (Enabled/Not Forced)
  471. - NaturaTools (Enabled/Not Forced)
  472. - NaturaEntities (Enabled/Not Forced)
  473. - NaturaOredict (Enabled/Forced)
  474. - NaturaWorld (Enabled/Not Forced)
  475. - craftingtweaksIntegration (Enabled/Not Forced)
  476.  
  477. List of loaded APIs:
  478. * AbyssalCraftAPI (1.15.1) from AbyssalCraft-1.12.2-1.9.4.10.jar
  479. * AbyssalCraftAPI|Biome (1.15.1) from AbyssalCraft-1.12.2-1.9.4.10.jar
  480. * AbyssalCraftAPI|Block (1.15.1) from AbyssalCraft-1.12.2-1.9.4.10.jar
  481. * AbyssalCraftAPI|Caps (1.15.1) from AbyssalCraft-1.12.2-1.9.4.10.jar
  482. * AbyssalCraftAPI|Condition (1.15.1) from AbyssalCraft-1.12.2-1.9.4.10.jar
  483. * AbyssalCraftAPI|Disruption (1.15.1) from AbyssalCraft-1.12.2-1.9.4.10.jar
  484. * AbyssalCraftAPI|Energy (1.15.1) from AbyssalCraft-1.12.2-1.9.4.10.jar
  485. * AbyssalCraftAPI|Entity (1.15.1) from AbyssalCraft-1.12.2-1.9.4.10.jar
  486. * AbyssalCraftAPI|Event (1.15.1) from AbyssalCraft-1.12.2-1.9.4.10.jar
  487. * AbyssalCraftAPI|Integration (1.15.1) from AbyssalCraft-1.12.2-1.9.4.10.jar
  488. * AbyssalCraftAPI|Internal (1.15.1) from AbyssalCraft-1.12.2-1.9.4.10.jar
  489. * AbyssalCraftAPI|Item (1.15.1) from AbyssalCraft-1.12.2-1.9.4.10.jar
  490. * AbyssalCraftAPI|Necronomicon (1.15.1) from AbyssalCraft-1.12.2-1.9.4.10.jar
  491. * AbyssalCraftAPI|Recipe (1.15.1) from AbyssalCraft-1.12.2-1.9.4.10.jar
  492. * AbyssalCraftAPI|Ritual (1.15.1) from AbyssalCraft-1.12.2-1.9.4.10.jar
  493. * AbyssalCraftAPI|Spell (1.15.1) from AbyssalCraft-1.12.2-1.9.4.10.jar
  494. * actuallyadditionsapi (33) from ActuallyAdditions-1.12.2-r135.jar
  495. * AppleCoreAPI (3.1.0) from AppleCore-mc1.12.2-3.1.3.jar
  496. * appliedenergistics2|API (rv6) from appliedenergistics2-rv6-alpha-1.jar
  497. * Base|API (1.0.0) from base-1.12.2-3.10.0.jar
  498. * Baubles|API (1.4.0.2) from mobtotems-1.12.1-0.3.0.jar
  499. * betteradvancements|API (0.0.8.50) from BetterAdvancements-1.12.2-0.0.8.50.jar
  500. * BetterWithModsAPI (Beta 0.6) from AppleSkin-mc1.12-1.0.9.jar
  501. * BetweenlandsAPI (1.10.1) from TheBetweenlands-3.3.9-universal.jar
  502. * bigreactors|API (4.0.1) from ExtremeReactors-1.12.2-0.4.5.49.jar
  503. * bloodmagic-api (2.0.0) from BloodMagic-1.12.2-2.2.12-97.jar
  504. * BotaniaAPI (89) from Botania+r1.10-354.jar
  505. * Chisel-API (0.0.1) from Chisel-MC1.12.2-0.2.0.31.jar
  506. * ChiselAPI|Carving (0.0.1) from Chisel-MC1.12.2-0.2.0.31.jar
  507. * ChiselsAndBitsAPI (13.8.0) from chiselsandbits-14.18.jar
  508. * cofhapi (2.5.0) from CoFHCore-1.12.2-4.5.3.20-universal.jar
  509. * commoncapabilities|api (0.0.1) from CommonCapabilities-1.12-1.4.0.jar
  510. * compatlayer (0.3.0) from compatlayer-1.11.2-0.3.0.jar
  511. * ComputerCraft|API (1.80pr1) from ComputerCraft1.80pr1.jar
  512. * ComputerCraft|API|FileSystem (1.80pr1) from ComputerCraft1.80pr1.jar
  513. * ComputerCraft|API|Lua (1.80pr1) from ComputerCraft1.80pr1.jar
  514. * ComputerCraft|API|Media (1.80pr1) from ComputerCraft1.80pr1.jar
  515. * ComputerCraft|API|Network (1.80pr1) from ComputerCraft1.80pr1.jar
  516. * ComputerCraft|API|Peripheral (1.80pr1) from ComputerCraft1.80pr1.jar
  517. * ComputerCraft|API|Permissions (1.80pr1) from ComputerCraft1.80pr1.jar
  518. * ComputerCraft|API|Redstone (1.80pr1) from ComputerCraft1.80pr1.jar
  519. * ComputerCraft|API|Turtle (1.80pr1) from ComputerCraft1.80pr1.jar
  520. * CraftingTweaks|API (4.1) from CraftingTweaks_1.12.2-8.1.9.jar
  521. * CSLib|API (1.0.1) from PTRLib-1.0.2.jar
  522. * ctm-api (0.1.0) from CTM-MC1.12-0.3.0.15.jar
  523. * ctm-api-events (0.1.0) from CTM-MC1.12-0.3.0.15.jar
  524. * ctm-api-models (0.1.0) from CTM-MC1.12-0.3.0.15.jar
  525. * ctm-api-textures (0.1.0) from CTM-MC1.12-0.3.0.15.jar
  526. * ctm-api-utils (0.1.0) from CTM-MC1.12-0.3.0.15.jar
  527. * DLDungeonsAPI (1.1) from DoomlikeDungeons-1.11.1-MC1.12.2.jar
  528. * enderioapi (4.0.0) from EnderIO-1.12.2-5.0.26.jar
  529. * enderioapi|addon (4.0.0) from EnderIO-1.12.2-5.0.26.jar
  530. * enderioapi|capacitor (4.0.0) from EnderIO-1.12.2-5.0.26.jar
  531. * enderioapi|conduits (4.0.0) from EnderIO-1.12.2-5.0.26.jar
  532. * enderioapi|farm (4.0.0) from EnderIO-1.12.2-5.0.26.jar
  533. * enderioapi|redstone (4.0.0) from EnderIO-1.12.2-5.0.26.jar
  534. * enderioapi|teleport (4.0.0) from EnderIO-1.12.2-5.0.26.jar
  535. * enderioapi|tools (4.0.0) from EnderIO-1.12.2-5.0.26.jar
  536. * enderioapi|upgrades (4.0.0) from EnderIO-1.12.2-5.0.26.jar
  537. * ForestryAPI|apiculture (5.0.0) from forestry_1.12.2-5.8.0.308.jar
  538. * ForestryAPI|arboriculture (4.3.0) from forestry_1.12.2-5.8.0.308.jar
  539. * ForestryAPI|book (5.8.1) from forestry_1.12.2-5.8.0.308.jar
  540. * ForestryAPI|circuits (3.1.0) from forestry_1.12.2-5.8.0.308.jar
  541. * ForestryAPI|climate (5.0.0) from forestry_1.12.2-5.8.0.308.jar
  542. * ForestryAPI|core (5.7.0) from forestry_1.12.2-5.8.0.308.jar
  543. * ForestryAPI|farming (5.8.0) from forestry_1.12.2-5.8.0.308.jar
  544. * ForestryAPI|food (1.1.0) from forestry_1.12.2-5.8.0.308.jar
  545. * ForestryAPI|fuels (3.0.0) from forestry_1.12.2-5.8.0.308.jar
  546. * ForestryAPI|genetics (5.7.0) from forestry_1.12.2-5.8.0.308.jar
  547. * ForestryAPI|greenhouse (5.2.0) from forestry_1.12.2-5.8.0.308.jar
  548. * ForestryAPI|gui (5.8.0) from forestry_1.12.2-5.8.0.308.jar
  549. * ForestryAPI|hives (4.1.0) from forestry_1.12.2-5.8.0.308.jar
  550. * ForestryAPI|lepidopterology (1.4.0) from forestry_1.12.2-5.8.0.308.jar
  551. * ForestryAPI|mail (3.1.0) from forestry_1.12.2-5.8.0.308.jar
  552. * ForestryAPI|modules (5.7.0) from forestry_1.12.2-5.8.0.308.jar
  553. * ForestryAPI|multiblock (3.0.0) from forestry_1.12.2-5.8.0.308.jar
  554. * ForestryAPI|recipes (5.4.0) from forestry_1.12.2-5.8.0.308.jar
  555. * ForestryAPI|storage (5.0.0) from forestry_1.12.2-5.8.0.308.jar
  556. * ForestryAPI|world (2.1.0) from forestry_1.12.2-5.8.0.308.jar
  557. * funkylocomotion_api (2.0) from funky-locomotion-1.12.2-1.1.1.jar
  558. * gendustryAPI (2.3.0) from gendustry-1.6.5.8-mc1.12.2.jar
  559. * Guide-API|API (2.0.0) from Guide-API-1.12-2.1.5-60.jar
  560. * iChunUtil API (1.2.0) from iChunUtil-1.12.2-7.1.4.jar
  561. * ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.12-82.jar
  562. * ImmersiveEngineering|ImmersiveFluxAPI (1.0) from ImmersiveEngineering-0.12-82.jar
  563. * industrialforegoingapi (5) from industrialforegoing-1.12.2-1.10.2-178.jar
  564. * integrateddynamics|api (0.2.0) from IntegratedDynamics-1.12.2-0.11.13.jar
  565. * jeresources|API (0.8.7.41) from JustEnoughResources-1.12.2-0.8.7.41.jar
  566. * journeymap|client-api (1.4) from journeymap-1.12.2-5.5.2.jar
  567. * journeymap|client-api-display (1.4) from journeymap-1.12.2-5.5.2.jar
  568. * journeymap|client-api-event (1.4) from journeymap-1.12.2-5.5.2.jar
  569. * journeymap|client-api-model (1.4) from journeymap-1.12.2-5.5.2.jar
  570. * journeymap|client-api-util (1.4) from journeymap-1.12.2-5.5.2.jar
  571. * JustEnoughItemsAPI (4.13.0) from jei_1.12.2-4.10.0.200.jar
  572. * MekanismAPI|core (9.0.0) from Mekanism-1.12.2-9.4.13.349.jar
  573. * MekanismAPI|energy (9.0.0) from Mekanism-1.12.2-9.4.13.349.jar
  574. * MekanismAPI|gas (9.0.0) from Mekanism-1.12.2-9.4.13.349.jar
  575. * MekanismAPI|infuse (9.0.0) from Mekanism-1.12.2-9.4.13.349.jar
  576. * MekanismAPI|laser (9.0.0) from Mekanism-1.12.2-9.4.13.349.jar
  577. * MekanismAPI|transmitter (9.0.0) from Mekanism-1.12.2-9.4.13.349.jar
  578. * MekanismAPI|util (9.0.0) from Mekanism-1.12.2-9.4.13.349.jar
  579. * MouseTweaks|API (1.0) from MouseTweaks-2.8-mc1.12.1.jar
  580. * openblocks|api (1.2) from OpenBlocks-1.12.2-1.7.6.jar
  581. * opencomputersapi|component (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
  582. * opencomputersapi|core (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
  583. * opencomputersapi|driver (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
  584. * opencomputersapi|driver|item (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
  585. * opencomputersapi|event (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
  586. * opencomputersapi|filesystem (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
  587. * opencomputersapi|internal (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
  588. * opencomputersapi|machine (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
  589. * opencomputersapi|manual (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
  590. * opencomputersapi|network (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
  591. * opencomputersapi|prefab (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
  592. * PneumaticCraftApi (1.0) from pneumaticcraft-repressurized-1.12.2-0.6.8-219.jar
  593. * practicallogistics2-api (3.1) from practicallogistics2-1.12.2-3.0.4.jar
  594. * ProjectEAPI (1.9.4-1.0.0) from p455w0rdslib-1.12-2.0.29.jar
  595. * projectred|api (2.0) from ProjectRed-1.12.2-4.9.1.92-Base.jar
  596. * QuarkAPI (2) from Quark-r1.4-125.jar
  597. * reborncoreAPI (3.9.3.324) from RebornCore-1.12.2-3.9.3.324-universal.jar
  598. * reborncoreAPI|Power (3.9.3.324) from RebornCore-1.12.2-3.9.3.324-universal.jar
  599. * reborncoreAPI|Recipe (3.9.3.324) from RebornCore-1.12.2-3.9.3.324-universal.jar
  600. * reborncoreAPI|Tile (3.9.3.324) from RebornCore-1.12.2-3.9.3.324-universal.jar
  601. * SchematicaAPI (1.1) from Schematica-1.12.2-1.8.0.169-universal.jar
  602. * SchematicaAPI|Events (1.1) from Schematica-1.12.2-1.8.0.169-universal.jar
  603. * SecurityCraftAPI (1.2.2) from [1.12.x]+SecurityCraft+v1.8.6.jar
  604. * sonarapi (1.0.1) from sonarcore-1.12.2-5.0.13-11.jar
  605. * stevescartsAPI (${version}) from StevesCarts-1.12.2-2.4.21.105.jar
  606. * stevescartsAPI|FARMS (${version}) from StevesCarts-1.12.2-2.4.21.105.jar
  607. * StorageDrawersAPI (2.1.0) from StorageDrawers-1.12.2-5.3.7.jar
  608. * StorageDrawersAPI|event (2.1.0) from StorageDrawers-1.12.2-5.3.7.jar
  609. * StorageDrawersAPI|registry (2.1.0) from StorageDrawers-1.12.2-5.3.7.jar
  610. * StorageDrawersAPI|render (2.1.0) from StorageDrawers-1.12.2-5.3.7.jar
  611. * StorageDrawersAPI|storage (2.1.0) from StorageDrawers-1.12.2-5.3.7.jar
  612. * StorageDrawersAPI|storage-attribute (2.1.0) from StorageDrawers-1.12.2-5.3.7.jar
  613. * techrebornAPI (2.16.0.746) from TechReborn-1.12.2-2.16.0.746-universal.jar
  614. * Thaumcraft|API (6.0.2) from Thaumcraft-1.12.2-6.1.BETA16.jar
  615. * theoneprobe_api (1.4.4) from theoneprobe-1.12-1.4.23.jar
  616. * valkyrielib.api (1.12.2-2.0.10a) from valkyrielib-1.12.2-2.0.11a.jar
  617. * wct|api (1.1) from WirelessCraftingTerminal-1.12.2-3.9.67.jar
  618. * zerocore|API|multiblock (1.10.2-0.0.2) from zerocore-1.12-0.1.2.2.jar
  619. * zerocore|API|multiblock|rectangular (1.10.2-0.0.2) from zerocore-1.12-0.1.2.2.jar
  620. * zerocore|API|multiblock|tier (1.10.2-0.0.2) from zerocore-1.12-0.1.2.2.jar
  621. * zerocore|API|multiblock|validation (1.10.2-0.0.2) from zerocore-1.12-0.1.2.2.jar
  622. RebornCore:
  623. Plugin Engine: 0
  624. RebornCore Version: 3.9.3.324
  625. Runtime Debofucsation 1
  626. Ender IO: No known problems detected.
  627.  
  628. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  629. !!!You are looking at the diagnostics information, not at the crash. !!!
  630. !!!Scroll up until you see the line with '---- Minecraft Crash Report ----'!!!
  631. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  632.  
  633. AE2 Integration: IC2:ON, RC:OFF, MFR:OFF, Waila:OFF, Mekanism:ON, OpenComputers:ON, THE_ONE_PROBE:ON, TESLA:OFF, CRAFTTWEAKER:ON
  634. Profiler Position: N/A (disabled)
  635. Player Count: 0 / 20; []
  636. Is Modded: Definitely; Server brand changed to 'fml,forge'
  637. Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment