Advertisement
Guest User

Untitled

a guest
Sep 11th, 2019
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 54.07 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. MekanismCoremod (Mekanism-1.12.2-9.7.5.376.jar)
  5. BedPatch (bedpatch-2.2-1.12.2.jar)
  6. 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)
  7. AppleCore (AppleCore-mc1.12.2-3.2.0.jar)
  8. CorePlugin (SmoothFont-mc1.12.2-2.0.jar)
  9. TransformerLoader (OpenComputers-MC1.12.2-1.7.4.153.jar)
  10. SqueezerCore (SqueezerPatch-1.12.2-1.0.0.jar)
  11. ForgelinPlugin (Forgelin-1.8.2.jar)
  12. ApotheosisCore (Apotheosis-1.12.2-1.10.2.jar)
  13. CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar)
  14. EnderCorePlugin (EnderCore-1.12.2-0.5.57-core.jar)
  15. BNBGamingCore (BNBGamingCore-1.12.2-0.11.0.jar)
  16. AstralCore (astralsorcery-1.12.2-1.10.19.jar)
  17. LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
  18. MalisisCorePlugin (malisiscore-1.12.2-6.5.1.jar)
  19. SurgeLoadingPlugin (Surge-1.12.2-2.0.77.jar)
  20. CoreMod (Aroma1997Core-1.12.2-2.0.0.2.b165.jar)
  21. Contact their authors BEFORE contacting forge
  22.  
  23. // Oops.
  24.  
  25. Time: 11/09/19 19:46
  26. Description: Watching Server
  27.  
  28. java.lang.Error: ServerHangWatchdog detected that a single server tick took 60.00 seconds (should be max 0.05)
  29. at twilightforest.world.ChunkGeneratorTFBase.func_177458_a(ChunkGeneratorTFBase.java:438)
  30. at net.minecraft.world.gen.ChunkProviderServer.func_177458_a(ChunkProviderServer.java:299)
  31. at net.minecraft.world.WorldServer.func_175734_a(WorldServer.java:244)
  32. at net.minecraft.world.WorldEntitySpawner.func_77192_a(WorldEntitySpawner.java:127)
  33. at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:203)
  34. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:756)
  35. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397)
  36. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
  37. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
  38. at java.lang.Thread.run(Thread.java:748)
  39.  
  40.  
  41. A detailed walkthrough of the error, its code path and all known details is as follows:
  42. ---------------------------------------------------------------------------------------
  43.  
  44. -- Head --
  45. Thread: Server Watchdog
  46. Stacktrace:
  47. at twilightforest.world.ChunkGeneratorTFBase.func_177458_a(ChunkGeneratorTFBase.java:438)
  48. at net.minecraft.world.gen.ChunkProviderServer.func_177458_a(ChunkProviderServer.java:299)
  49. at net.minecraft.world.WorldServer.func_175734_a(WorldServer.java:244)
  50. at net.minecraft.world.WorldEntitySpawner.func_77192_a(WorldEntitySpawner.java:127)
  51. at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:203)
  52. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:756)
  53. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397)
  54. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
  55.  
  56. -- Thread Dump --
  57. Details:
  58. Threads: "Netty Epoll Server IO #4" Id=275 RUNNABLE
  59. at io.netty.channel.epoll.Native.epollWait0(Native Method)
  60. at io.netty.channel.epoll.Native.epollWait(Native.java:117)
  61. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223)
  62. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247)
  63. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
  64. at java.lang.Thread.run(Thread.java:748)
  65.  
  66.  
  67. "Netty Epoll Server IO #3" Id=272 RUNNABLE
  68. at io.netty.channel.epoll.Native.epollWait0(Native Method)
  69. at io.netty.channel.epoll.Native.epollWait(Native.java:117)
  70. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223)
  71. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247)
  72. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
  73. at java.lang.Thread.run(Thread.java:748)
  74.  
  75.  
  76. "Chunk I/O Executor Thread-1" Id=76 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@721c2a75
  77. at sun.misc.Unsafe.park(Native Method)
  78. - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@721c2a75
  79. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  80. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  81. at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
  82. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  83. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  84. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  85. at java.lang.Thread.run(Thread.java:748)
  86.  
  87.  
  88. "Netty Epoll Server IO #2" Id=72 RUNNABLE
  89. at io.netty.channel.epoll.Native.epollWait0(Native Method)
  90. at io.netty.channel.epoll.Native.epollWait(Native.java:117)
  91. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223)
  92. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247)
  93. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
  94. at java.lang.Thread.run(Thread.java:748)
  95.  
  96.  
  97. "threadDeathWatcher-2-1" Id=71 TIMED_WAITING
  98. at java.lang.Thread.sleep(Native Method)
  99. at io.netty.util.ThreadDeathWatcher$Watcher.run(ThreadDeathWatcher.java:152)
  100. at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144)
  101. at java.lang.Thread.run(Thread.java:748)
  102.  
  103.  
  104. "Netty Epoll Server IO #1" Id=70 RUNNABLE
  105. at io.netty.channel.epoll.Native.epollWait0(Native Method)
  106. at io.netty.channel.epoll.Native.epollWait(Native.java:117)
  107. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223)
  108. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247)
  109. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
  110. at java.lang.Thread.run(Thread.java:748)
  111.  
  112.  
  113. "pool-5-thread-3" Id=68 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7cdbca46
  114. at sun.misc.Unsafe.park(Native Method)
  115. - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7cdbca46
  116. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  117. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  118. at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
  119. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  120. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  121. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  122. at java.lang.Thread.run(Thread.java:748)
  123.  
  124.  
  125. "pool-5-thread-2" Id=67 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7cdbca46
  126. at sun.misc.Unsafe.park(Native Method)
  127. - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7cdbca46
  128. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  129. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  130. at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
  131. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  132. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  133. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  134. at java.lang.Thread.run(Thread.java:748)
  135.  
  136.  
  137. "pool-5-thread-1" Id=66 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7cdbca46
  138. at sun.misc.Unsafe.park(Native Method)
  139. - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7cdbca46
  140. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  141. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  142. at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
  143. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  144. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  145. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  146. at java.lang.Thread.run(Thread.java:748)
  147.  
  148.  
  149. "OpenComputers-SaveHandler-1" Id=65 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@78e44105
  150. at sun.misc.Unsafe.park(Native Method)
  151. - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@78e44105
  152. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  153. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  154. at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1081)
  155. at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
  156. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  157. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  158. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  159. ...
  160.  
  161.  
  162. "File IO Thread" Id=64 TIMED_WAITING
  163. at java.lang.Thread.sleep(Native Method)
  164. at net.minecraft.world.storage.ThreadedFileIOBase.func_75736_b(SourceFile:51)
  165. at net.minecraft.world.storage.ThreadedFileIOBase.run(SourceFile:30)
  166. at java.lang.Thread.run(Thread.java:748)
  167.  
  168.  
  169. "Java2D Disposer" Id=61 WAITING on java.lang.ref.ReferenceQueue$Lock@3de6c07d
  170. at java.lang.Object.wait(Native Method)
  171. - waiting on java.lang.ref.ReferenceQueue$Lock@3de6c07d
  172. at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:144)
  173. at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:165)
  174. at sun.java2d.Disposer.run(Disposer.java:148)
  175. at java.lang.Thread.run(Thread.java:748)
  176.  
  177.  
  178. "Timer-1" Id=59 TIMED_WAITING on java.util.TaskQueue@2eba0a36
  179. at java.lang.Object.wait(Native Method)
  180. - waiting on java.util.TaskQueue@2eba0a36
  181. at java.util.TimerThread.mainLoop(Timer.java:552)
  182. at java.util.TimerThread.run(Timer.java:505)
  183.  
  184.  
  185. "Thread-14" Id=54 TIMED_WAITING on com.xcompwiz.mystcraft.world.profiling.ChunkProfilerManager@c917c5d
  186. at java.lang.Object.wait(Native Method)
  187. - waiting on com.xcompwiz.mystcraft.world.profiling.ChunkProfilerManager@c917c5d
  188. at com.xcompwiz.mystcraft.world.profiling.ChunkProfilerManager.run(ChunkProfilerManager.java:87)
  189.  
  190.  
  191. "Server Watchdog" Id=52 RUNNABLE
  192. at sun.management.ThreadImpl.dumpThreads0(Native Method)
  193. at sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:454)
  194. at net.minecraft.server.dedicated.ServerHangWatchdog.run(ServerHangWatchdog.java:45)
  195. at java.lang.Thread.run(Thread.java:748)
  196.  
  197.  
  198. "ResearchIOThread" Id=50 TIMED_WAITING on java.util.TaskQueue@5627e8a3
  199. at java.lang.Object.wait(Native Method)
  200. - waiting on java.util.TaskQueue@5627e8a3
  201. at java.util.TimerThread.mainLoop(Timer.java:552)
  202. at java.util.TimerThread.run(Timer.java:505)
  203.  
  204.  
  205. "Netty Epoll Server IO #0" Id=36 RUNNABLE
  206. at io.netty.channel.epoll.Native.epollWait0(Native Method)
  207. at io.netty.channel.epoll.Native.epollWait(Native.java:117)
  208. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223)
  209. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247)
  210. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
  211. at java.lang.Thread.run(Thread.java:748)
  212.  
  213.  
  214. "Timer-0" Id=35 TIMED_WAITING on java.util.TaskQueue@5dc93f32
  215. at java.lang.Object.wait(Native Method)
  216. - waiting on java.util.TaskQueue@5dc93f32
  217. at java.util.TimerThread.mainLoop(Timer.java:552)
  218. at java.util.TimerThread.run(Timer.java:505)
  219.  
  220.  
  221. "Server console handler" Id=20 RUNNABLE (in native)
  222. at java.io.FileInputStream.readBytes(Native Method)
  223. at java.io.FileInputStream.read(FileInputStream.java:255)
  224. at java.io.BufferedInputStream.read1(BufferedInputStream.java:284)
  225. at java.io.BufferedInputStream.read(BufferedInputStream.java:345)
  226. - locked java.io.BufferedInputStream@23dc7507
  227. at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:284)
  228. at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:326)
  229. at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:178)
  230. - locked java.io.InputStreamReader@24a896b5
  231. at java.io.InputStreamReader.read(InputStreamReader.java:184)
  232. ...
  233.  
  234.  
  235. "DestroyJavaVM" Id=19 RUNNABLE
  236.  
  237.  
  238. "Server thread" Id=17 RUNNABLE
  239. at twilightforest.world.ChunkGeneratorTFBase.func_177458_a(ChunkGeneratorTFBase.java:438)
  240. at net.minecraft.world.gen.ChunkProviderServer.func_177458_a(ChunkProviderServer.java:299)
  241. at net.minecraft.world.WorldServer.func_175734_a(WorldServer.java:244)
  242. at net.minecraft.world.WorldEntitySpawner.func_77192_a(WorldEntitySpawner.java:127)
  243. at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:203)
  244. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:756)
  245. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397)
  246. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
  247. ...
  248.  
  249.  
  250. "Server Infinisleeper" Id=16 TIMED_WAITING
  251. at java.lang.Thread.sleep(Native Method)
  252. at net.minecraft.server.dedicated.DedicatedServer$1.run(DedicatedServer.java:82)
  253.  
  254.  
  255. "Snooper Timer" Id=15 TIMED_WAITING on java.util.TaskQueue@4d230073
  256. at java.lang.Object.wait(Native Method)
  257. - waiting on java.util.TaskQueue@4d230073
  258. at java.util.TimerThread.mainLoop(Timer.java:552)
  259. at java.util.TimerThread.run(Timer.java:505)
  260.  
  261.  
  262. "Signal Dispatcher" Id=4 RUNNABLE
  263.  
  264.  
  265. "Finalizer" Id=3 WAITING on java.lang.ref.ReferenceQueue$Lock@5987864a
  266. at java.lang.Object.wait(Native Method)
  267. - waiting on java.lang.ref.ReferenceQueue$Lock@5987864a
  268. at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:144)
  269. at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:165)
  270. at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:216)
  271.  
  272.  
  273. "Reference Handler" Id=2 WAITING on java.lang.ref.Reference$Lock@1933b430
  274. at java.lang.Object.wait(Native Method)
  275. - waiting on java.lang.ref.Reference$Lock@1933b430
  276. at java.lang.Object.wait(Object.java:502)
  277. at java.lang.ref.Reference.tryHandlePending(Reference.java:191)
  278. at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:153)
  279.  
  280.  
  281.  
  282. Stacktrace:
  283. at net.minecraft.server.dedicated.ServerHangWatchdog.run(ServerHangWatchdog.java:62)
  284. at java.lang.Thread.run(Thread.java:748)
  285.  
  286. -- System Details --
  287. Details:
  288. Minecraft Version: 1.12.2
  289. Operating System: Linux (amd64) version 4.4.134-1-pve
  290. Java Version: 1.8.0_191, Oracle Corporation
  291. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  292. Memory: 13521040408 bytes (12894 MB) / 16743661568 bytes (15968 MB) up to 16743661568 bytes (15968 MB)
  293. JVM Flags: 2 total; -Xmx16000M -Xms16000M
  294. IntCache: cache: 0, tcache: 0, allocated: 1, tallocated: 38
  295. FML: MCP 9.42 Powered by Forge 14.23.5.2838 198 mods loaded, 198 mods active
  296. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  297.  
  298. | State | ID | Version | Source | Signature |
  299. |:------ |:------------------------ |:------------------------ |:----------------------------------------------- |:---------------------------------------- |
  300. | LCHIJA | minecraft | 1.12.2 | minecraft.jar | None |
  301. | LCHIJA | mcp | 9.42 | minecraft.jar | None |
  302. | LCHIJA | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2838-universal.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  303. | LCHIJA | forge | 14.23.5.2838 | forge-1.12.2-14.23.5.2838-universal.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  304. | LCHIJA | smoothfontcore | mc1.12.2-2.0 | minecraft.jar | None |
  305. | LCHIJA | bnbgamingcore | 0.11.0 | minecraft.jar | None |
  306. | LCHIJA | foamfixcore | 7.7.4 | minecraft.jar | None |
  307. | LCHIJA | opencomputers|core | 1.7.4.153 | minecraft.jar | None |
  308. | LCHIJA | advancementbook | 1.0.3 | Advancement_Book-1.12-1.0.3.jar | None |
  309. | LCHIJA | appliedenergistics2 | rv6-stable-6 | appliedenergistics2-rv6-stable-6.jar | dfa4d3ac143316c6f32aa1a1beda1e34d42132e5 |
  310. | LCHIJA | bdlib | 1.14.3.12 | bdlib-1.14.3.12-mc1.12.2.jar | None |
  311. | LCHIJA | ae2stuff | 0.7.0.4 | ae2stuff-0.7.0.4-mc1.12.2.jar | None |
  312. | LCHIJA | animalcrops | 1.12.2-0.2.0 | AnimalCrops-1.12.2-0.2.0.jar | None |
  313. | LCHIJA | mantle | 1.12-1.3.3.49 | Mantle-1.12-1.3.3.49.jar | None |
  314. | LCHIJA | inspirations | 1.12.2-0.2.4 | Inspirations-1.12.2-0.2.4.jar | None |
  315. | LCHIJA | placebo | 1.6.0 | Placebo-1.12.2-1.6.0.jar | None |
  316. | LCHIJA | apotheosis | 1.10.2 | Apotheosis-1.12.2-1.10.2.jar | None |
  317. | LCHIJA | applecore | 3.2.0 | AppleCore-mc1.12.2-3.2.0.jar | None |
  318. | LCHIJA | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None |
  319. | LCHIJA | statues | 0.8.7.2 | statues-1.12.X-0.8.7.2.jar | None |
  320. | LCHIJA | crafttweaker | 4.1.18 | CraftTweaker2-1.12-4.1.18.jar | None |
  321. | LCHIJA | mtlib | 3.0.6 | MTLib-3.0.6.jar | None |
  322. | LCHIJA | modtweaker | 4.0.17 | modtweaker-4.0.17.jar | None |
  323. | LCHIJA | bookshelf | 2.3.581 | Bookshelf-1.12.2-2.3.581.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  324. | LCHIJA | gamestages | 2.0.115 | GameStages-1.12.2-2.0.115.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  325. | LCHIJA | recipestages | 1.1.1 | RecipeStages-1.1.1.jar | None |
  326. | LCHIJA | primitivecrafting | 1.3.1 | PrimitiveCrafting MC1.12.2 v1.3.1.jar | 55e88f24d04398481ae6f1ce76f65fd776f14227 |
  327. | LCHIJA | jei | 4.15.0.279 | jei_1.12.2-4.15.0.279.jar | None |
  328. | LCHIJA | appleskin | 1.0.9 | AppleSkin-mc1.12-1.0.9.jar | None |
  329. | LCHIJA | aroma1997core | 2.0.0.2.b165 | Aroma1997Core-1.12.2-2.0.0.2.b165.jar | dfbfe4c473253d8c5652417689848f650b2cbe32 |
  330. | LCHIJA | aromabackup | 3.0.0.0.b117 | AromaBackup-1.12.2-3.0.0.0.b117.jar | dfbfe4c473253d8c5652417689848f650b2cbe32 |
  331. | LCHIJA | aromabackuprecovery | 3.0.0.0.b117 | AromaBackup-1.12.2-3.0.0.0.b117.jar | dfbfe4c473253d8c5652417689848f650b2cbe32 |
  332. | LCHIJA | astralsorcery | 1.10.19 | astralsorcery-1.12.2-1.10.19.jar | a0f0b759d895c15ceb3e3bcb5f3c2db7c582edf0 |
  333. | LCHIJA | waila | 1.8.26 | Hwyla-1.8.26-B41_1.12.2.jar | None |
  334. | LCHIJA | bdsandm | 0.0.24 | BarrelsDrumsStorageAndMore-0.0.24.jar | None |
  335. | LCHIJA | base | 3.11.0 | base-1.12.2-3.11.0.jar | None |
  336. | LCHIJA | bedpatch | 2.2 | bedpatch-2.2-1.12.2.jar | 6bf7527e690fb5e8719b9832bce5000a3e87dfe6 |
  337. | LCHIJA | bibliocraft | 2.4.5 | BiblioCraft[v2.4.5][MC1.12.2].jar | None |
  338. | LCHIJA | bnbgaminglib | 2.17.6 | BNBGamingLib-1.12.2-2.17.6.jar | None |
  339. | LCHIJA | bonsaitrees | 1.1.3 | bonsaitrees-1.1.3-b156.jar | None |
  340. | LCHIJA | bouncy_creepers | 0.0.4 | BouncyCreepers-0.0.4.jar | None |
  341. | LCHIJA | buildinggadgets | 2.6.8 | BuildingGadgets-2.6.8.jar | None |
  342. | LCHIJA | caliper | 1.1.45 | Caliper-1.12.2-1.1.45.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  343. | LCHIJA | calmdownzombieguy | 1.0.0 | CalmDownZombieGuy-1.12.2-1.0.0.jar | None |
  344. | LCHIJA | carryon | 1.12.1 | CarryOn MC1.12.2 v1.12.1.jar | 55e88f24d04398481ae6f1ce76f65fd776f14227 |
  345. | LCHIJA | chisel | MC1.12.2-0.2.1.35 | Chisel-MC1.12.2-0.2.1.35.jar | None |
  346. | LCHIJA | twilightforest | 3.8.689 | twilightforest-1.12.2-3.8.689-universal.jar | None |
  347. | LCHIJA | tconstruct | 1.12.2-2.12.0.135 | TConstruct-1.12.2-2.12.0.135.jar | None |
  348. | LCHIJA | ceramics | 1.12-1.3.7 | Ceramics-1.12-1.3.7.jar | None |
  349. | LCHIJA | chargers | 1.2.0.4 | Chargers-1.12.2-1.2.0.4.jar | 58e787c8aafad8b327883f94d4fa544f936d7b01 |
  350. | LCHIJA | chineseworkshop | 1.2.6 | ChineseWorkshop-1.12.2_1.2.6.jar | None |
  351. | LCHIJA | chiselsandbits | 14.32 | chiselsandbits-14.32.jar | None |
  352. | LCHIJA | clickmachine | 1.2.0 | ClickMachine-1.12.2-1.2.0.jar | None |
  353. | LCHIJA | clumps | 3.1.2 | Clumps-3.1.2.jar | None |
  354. | LCHIJA | codechickenlib | 3.2.2.353 | CodeChickenLib-1.12.2-3.2.2.353-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  355. | LCHIJA | redstoneflux | 2.1.0 | RedstoneFlux-1.12-2.1.0.6-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  356. | LCHIJA | cofhcore | 4.6.3 | CoFHCore-1.12.2-4.6.3.27-universal.jar | None |
  357. | LCHIJA | cofhworld | 1.3.1 | CoFHWorld-1.12.2-1.3.1.7-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  358. | LCHIJA | cyclopscore | 1.0.6 | CyclopsCore-1.12.2-1.0.6.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
  359. | LCHIJA | commoncapabilities | 2.1.0 | CommonCapabilities-1.12.2-2.1.0.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
  360. | LCHIJA | compactmachines3 | 3.0.18 | compactmachines3-1.12.2-3.0.18-b278.jar | None |
  361. | LCHIJA | compactstorage | 3.1 | CompactStorage-3.1-12.jar | None |
  362. | LCHIJA | compatched | 1.6.0 | ComPatchedStorage-1.12.2-1.6.0.jar | None |
  363. | LCHIJA | contenttweaker | 1.12.2-4.9.1 | ContentTweaker-1.12.2-4.9.1.jar | None |
  364. | LCHIJA | conarm | 1.2.3 | conarm-1.12.2-1.2.3.jar | 5d5b8aee896a4f5ea3f3114784742662a67ad32f |
  365. | LCHIJA | cookingforblockheads | 6.4.70 | CookingForBlockheads_1.12.2-6.4.70.jar | None |
  366. | LCHIJA | crafttweakerjei | 2.0.3 | CraftTweaker2-1.12-4.1.18.jar | None |
  367. | LCHIJA | cucumber | 1.1.3 | Cucumber-1.12.2-1.1.3.jar | None |
  368. | LCHIJA | culinaryconstruct | 1.3.2.1 | culinaryconstruct-1.3.2.1.jar | 5d5b8aee896a4f5ea3f3114784742662a67ad32f |
  369. | LCHIJA | fastbench | 1.7.2 | FastWorkbench-1.12.2-1.7.2.jar | None |
  370. | LCHIJA | cyclicmagic | 1.19.11 | Cyclic-1.12.2-1.19.11.jar | 1bc8f8dbe770187a854cef35dad0ff40ba441bbe |
  371. | LCHIJA | darkutils | 1.8.226 | DarkUtils-1.12.2-1.8.226.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  372. | LCHIJA | patchouli | 1.0-19 | Patchouli-1.0-19.jar | None |
  373. | LCHIJA | thermalfoundation | 2.6.3 | ThermalFoundation-1.12.2-2.6.3.27-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  374. | LCHIJA | deepmoblearning | 1.12.2-2.5.2 | deepmoblearning-1.12.2-2.5.2-universal.jar | None |
  375. | LCHIJA | dimstages | 2.0.23 | DimensionStages-1.12.2-2.0.23.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  376. | LCHIJA | dragonmurder | 1.0.1 | DragonMurder-1.12.2-1.0.1.jar | None |
  377. | LCHIJA | elevatorid | 1.4.2 | ElevatorMod-1.12.2-1.4.2.jar | None |
  378. | LCHIJA | endercore | 1.12.2-0.5.57 | EnderCore-1.12.2-0.5.57.jar | None |
  379. | LCHIJA | endercrop | 1.12.2-1.6.0 | endercrop-1.12.2-1.6.0.jar | None |
  380. | LCHIJA | enderstorage | 2.4.5.135 | EnderStorage-1.12.2-2.4.5.135-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  381. | LCHIJA | enderutilities | 0.7.12 | enderutilities-1.12.2-0.7.12.jar | 2b03e1423915a189b8094816baa18f239d576dff |
  382. | LCHIJA | extendedcrafting | 1.5.4 | ExtendedCrafting-1.12.2-1.5.4.jar | None |
  383. | LCHIJA | extracells | 2.6.2 | ExtraCells-1.12.2-2.6.2a.jar | None |
  384. | LCHIJA | farmingforblockheads | 3.1.26 | FarmingForBlockheads_1.12.2-3.1.26.jar | None |
  385. | LCHIJA | fastfurnace | 1.3.1 | FastFurnace-1.12.2-1.3.1.jar | None |
  386. | LCHIJA | fenceoverhaul | 1.3.4 | FenceOverhaul-1.3.4.jar | None |
  387. | LCHIJA | findme | 1.1.0 | findme-1.12.2-1.1.0-8.jar | None |
  388. | LCHIJA | slabmachines | 1.0.6 | Slab_Machines-1.0.6.jar | None |
  389. | LCHIJA | mcmultipart | 2.5.3 | MCMultiPart-2.5.3.jar | None |
  390. | LCHIJA | mekanism | 1.12.2-9.7.5.376 | Mekanism-1.12.2-9.7.5.376.jar | None |
  391. | LCHIJA | sonarcore | 5.0.19 | sonarcore-1.12.2-5.0.19-20.jar | None |
  392. | LCHIJA | fluxnetworks | 3.0.19 | fluxnetworks-1.12.2-3.0.19-21.jar | None |
  393. | LCHIJA | foamfix | 0.10.5-1.12.2 | foamfix-0.10.5-1.12.2.jar | None |
  394. | LCHIJA | forgelin | 1.8.2 | Forgelin-1.8.2.jar | None |
  395. | LCHIJA | forgemultipartcbe | 2.6.1.81 | ForgeMultipart-1.12.2-2.6.1.81-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  396. | LCHIJA | microblockcbe | 2.6.1.81 | ForgeMultipart-1.12.2-2.6.1.81-universal.jar | None |
  397. | LCHIJA | minecraftmultipartcbe | 2.6.1.81 | ForgeMultipart-1.12.2-2.6.1.81-universal.jar | None |
  398. | LCHIJA | forgivingvoid | 1.0.22 | ForgivingVoid_1.12.2-1.0.22.jar | None |
  399. | LCHIJA | guideapi | 1.12-2.1.8-63 | Guide-API-1.12-2.1.8-63.jar | None |
  400. | LCHIJA | headcrumbs | 2.0.4 | Headcrumbs-1.12.2-2.0.5.17.jar | None |
  401. | LCHIJA | horsepower | 2.6.4 | HorsePower-1.12.2-2.6.4.74.jar | cd7e958342770a8b17c919055da42c24dfefd879 |
  402. | LCHIJA | huntingdim | 1.0.38 | HuntingDimension-1.12.2-1.0.38.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  403. | LCHIJA | hydrogel | 1.1.0 | HydroGel-1.12.2-1.1.0.jar | None |
  404. | LCHIJA | ichunutil | 7.2.0 | iChunUtil-1.12.2-7.1.4.jar | None |
  405. | LCHIJA | incontrol | 3.9.10 | incontrol-1.12-3.9.10.jar | None |
  406. | LCHIJA | teslacorelib | 1.0.15 | tesla-core-lib-1.12.2-1.0.15.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  407. | LCHIJA | industrialforegoing | 1.12.2-1.12.2 | industrialforegoing-1.12.2-1.12.12-236.jar | None |
  408. | LCHIJA | integrateddynamics | 1.0.8 | IntegratedDynamics-1.12.2-1.0.8.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
  409. | LCHIJA | integrateddynamicscompat | 1.0.0 | IntegratedDynamics-1.12.2-1.0.8.jar | None |
  410. | LCHIJA | integratedtunnels | 1.6.7 | IntegratedTunnels-1.12.2-1.6.7.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
  411. | LCHIJA | integratedtunnelscompat | 1.0.0 | IntegratedTunnels-1.12.2-1.6.7.jar | None |
  412. | LCHIJA | inventorysorter | 1.13.3+57 | inventorysorter-1.12.2-1.13.3+57.jar | None |
  413. | LCHIJA | ironjetpacks | 1.1.0 | IronJetpacks-1.12-2-1.1.0.jar | None |
  414. | LCHIJA | itemstages | 2.0.50 | ItemStages-1.12.2-2.0.50.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  415. | LCHIJA | journeymap | 1.12.2-5.5.4 | journeymap-1.12.2-5.5.4.jar | None |
  416. | LCHIJA | kleeslabs | 5.4.11 | KleeSlabs_1.12.2-5.4.11.jar | None |
  417. | LCHIJA | limitlessstructureblocks | 1.1.0 | LimitlessStructureBlocks-1.12.2-1.1.0.jar | None |
  418. | LCHIJA | lostcities | 2.0.17 | lostcities-1.12-2.0.17.jar | None |
  419. | LCHIJA | malisiscore | 1.12.2-6.5.1-SNAPSHOT | malisiscore-1.12.2-6.5.1.jar | None |
  420. | LCHIJA | malisisdoors | 1.12.2-7.3.0 | malisisdoors-1.12.2-7.3.0.jar | None |
  421. | LCHIJA | mcjtylib_ng | 3.1.1 | mcjtylib-1.12-3.1.1.jar | None |
  422. | LCHIJA | mekanismgenerators | 1.12.2-9.7.5.376 | MekanismGenerators-1.12.2-9.7.5.376.jar | None |
  423. | LCHIJA | mercurius | 1.0.6 | Mercurius-1.12.2.jar | None |
  424. | LCHIJA | mob_grinding_utils | 0.3.13 | MobGrindingUtils-0.3.13.jar | None |
  425. | LCHIJA | mobstages | 2.0.13 | MobStages-1.12.2-2.0.13.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  426. | LCHIJA | morecauldrons | 1.4.4 | More-Cauldrons-1.4.4.jar | None |
  427. | LCHIJA | morebuckets | 1.0.4 | MoreBuckets-1.12.2-1.0.4.jar | None |
  428. | LCHIJA | morpheus | 1.12.2-3.5.106 | Morpheus-1.12.2-3.5.106.jar | None |
  429. | LCHIJA | mputils | 1.5.6 | MPUtils-1.12.2-1.5.7.jar | None |
  430. | LCHIJA | mpbasic | 1.4.7 | mpbasic-1.12.2-1.4.11.jar | None |
  431. | LCHIJA | mystcraft | 0.13.7.03 | mystcraft-1.12.2-0.13.7.03.jar | None |
  432. | LCHIJA | mysticalagriculture | 1.7.5 | MysticalAgriculture-1.12.2-1.7.5.jar | None |
  433. | LCHIJA | mysticalagradditions | 1.3.2 | MysticalAgradditions-1.12.2-1.3.2.jar | None |
  434. | LCHIJA | nuclearcraft | 2.17a | NuclearCraft-2.17a-1.12.2.jar | None |
  435. | LCHIJA | opencomputers | 1.7.4.153 | OpenComputers-MC1.12.2-1.7.4.153.jar | None |
  436. | LCHIJA | xnet | 1.7.6 | xnet-1.12-1.7.6.jar | None |
  437. | LCHIJA | ocxnetdriver | 1.0.3 | ocxnetdriver-1.0.3-b17.jar | None |
  438. | LCHIJA | ogdragon | 0.1.4 | ogdragon-1.12.2-0.1.4.jar | None |
  439. | LCHIJA | oreexcavation | 1.4.137 | OreExcavation-1.4.137.jar | None |
  440. | LCHIJA | prestige | 1.1.53 | Prestige-1.12.2-1.1.53.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  441. | LCHIJA | parabox | 2.0.0 | Parabox-1.12.2-2.0.0.jar | None |
  442. | LCHIJA | pickletweaks | 2.1.3 | PickleTweaks-1.12.2-2.1.3.jar | None |
  443. | LCHIJA | planefix | 1.0.0 | PlaneFix-1.12.2-1.0.0.jar | None |
  444. | LCHIJA | portalgun | 7.1.0 | PortalGun-1.12.2-7.1.0.jar | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
  445. | LCHIJA | practicallogistics2 | 3.0.8 | practicallogistics2-1.12.2-3.0.8-11.jar | None |
  446. | LCHIJA | projecte | 1.12.2-PE1.4.1 | ProjectE-1.12.2-PE1.4.1.jar | None |
  447. | LCHIJA | rangedpumps | 0.5 | rangedpumps-0.5.jar | None |
  448. | LCHIJA | realfilingcabinet | 0.2.0.14 | realfilingcabinet-1.12-0.2.0.14.jar | None |
  449. | LCHIJA | resourcehogs | 1.0.12 | ResourceHogs-1.12.2-1.0.12.jar | None |
  450. | LCHIJA | rftoolspower | 1.1.2 | rftoolspower-1.12-1.1.2.jar | None |
  451. | LCHIJA | rustic | 1.0.15 | rustic-1.0.15.jar | None |
  452. | LCHIJA | valkyrielib | 1.12.2-2.0.20.1 | valkyrielib-1.12.2-2.0.20.1.jar | None |
  453. | LCHIJA | simplegenerators | 1.12.2-2.0.20.2 | simplegenerators-1.12.2-2.0.20.2.jar | None |
  454. | LCHIJA | storagenetwork | 1.7.6 | SimpleStorageNetwork-1.12.2-1.7.6.jar | 1bc8f8dbe770187a854cef35dad0ff40ba441bbe |
  455. | LCHIJA | skybonsais | 1.0.1 | SkyBonsais-1.0.1.jar | None |
  456. | LCHIJA | skygrid | 1.1.7 | SkyGrid-1.1.7.jar | None |
  457. | LCHIJA | slimyboyos | 1.0.0 | SlimyBoyos-1.0.0.jar | None |
  458. | LCHIJA | snad | 1.12.1-1.7.09.16a | Snad-1.12.1-1.7.09.16a.jar | None |
  459. | LCHIJA | sqpatch | 1.0.0 | SqueezerPatch-1.12.2-1.0.0.jar | None |
  460. | LCHIJA | stg | 1.12.2-1.2.3 | stg-1.12.2-1.2.3.jar | None |
  461. | LCHIJA | sasit | 1.1.15 | StuffASockInIt-1.12.2-1.1.15.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  462. | LCHIJA | supersoundmuffler | 1.0.2.10 | supersoundmuffler-1.12.2-1.0.2.10.jar | None |
  463. | LCHIJA | surge | 2.0.77 | Surge-1.12.2-2.0.77.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  464. | LCHIJA | sync | 7.1.0 | Sync-1.12.2-7.1.0.jar | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
  465. | LCHIJA | tallgates | 1.0.0 | TallGates-1.12.2-1.0.0.1.jar | None |
  466. | LCHIJA | telepastries | 0.3.4 | TelePastries-0.3.4.jar | None |
  467. | LCHIJA | thermaldynamics | 2.5.5 | ThermalDynamics-1.12.2-2.5.5.21-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  468. | LCHIJA | thermalinnovation | 0.3.3 | ThermalInnovation-1.12.2-0.3.3.12-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  469. | LCHIJA | tcomplement | ${version} | TinkersComplement-1.12.2-0.4.0.jar | None |
  470. | LCHIJA | tinkertoolleveling | 1.12.2-1.1.0.DEV.b23e769 | TinkerToolLeveling-1.12.2-1.1.0.jar | None |
  471. | LCHIJA | tp | 3.2.32 | tinyprogressions-1.12.2-3.3.32-Release.jar | None |
  472. | LCHIJA | togetherforever | 1.0.2 | togetherforever-1.12.2-1.0.12-22.jar | None |
  473. | LCHIJA | tombstone | 3.5.2 | tombstone-3.5.2-1.12.jar | None |
  474. | LCHIJA | topography | 1.5.1 | Topography-1.12.2-1.5.1.jar | None |
  475. | LCHIJA | torchmaster | 1.7.1.74 | torchmaster_1.12.2-1.7.1.74.jar | 5e9a436b366831c8f54a7e80b015784da69278c6 |
  476. | LCHIJA | translocators | 2.5.1.77 | Translocators-1.12.2-2.5.1.77-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  477. | LCHIJA | treegrowingsimulator | 0.0.4 | TreeGrowingSimulator2017-1.0.1.jar | None |
  478. | LCHIJA | triumph | 3.17.0 | Triumph-1.12.2-3.17.0.jar | None |
  479. | LCHIJA | twitchcrumbs | 3.0.4 | Twitchcrumbs_1.12.2-3.0.4.jar | None |
  480. | LCHIJA | uppers | 0.0.6 | Uppers-0.0.6.jar | None |
  481. | LCHIJA | universalmodifiers | 1.12.2-1.0.16.1 | valkyrielib-1.12.2-2.0.20.1.jar | None |
  482. | LCHIJA | vc | 5.9.13 | ViesCraft-1.12.2-5.9.13.jar | None |
  483. | LCHIJA | waddles | 0.6.0 | Waddles-1.12.2-0.6.0.jar | None |
  484. | LCHIJA | wailastages | 2.0.24 | WailaStages-1.12.2-2.0.24.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  485. | LCHIJA | walljump | 1.12.2-1.2.3 | walljump-1.12.2-1.2.3.jar | None |
  486. | LCHIJA | wawla | 2.5.273 | Wawla-1.12.2-2.5.273.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  487. | LCHIJA | weirdinggadget | 1.0 | weirdinggadget-1.12.2-2.1.16-universal.jar | None |
  488. | LCHIJA | withercrumbs | @version@ | witherCrumbs-1.12.2-0.11.jar | None |
  489. | LCHIJA | xcpatch | 1.0.1 | XCPatch-1.12.2-1.0.1.jar | None |
  490. | LCHIJA | xlfoodmod | 1.12.2-1.9.1 | XL-Food-Mod-1.12.2-1.9.1.jar | None |
  491. | LCHIJA | ynot | 0.2.3 | YNot-0.2.3.jar | None |
  492. | LCHIJA | yoyos | 1.12.2-1.2.2.20 | yoyos_1.12.2-1.2.2.20.jar | None |
  493. | LCHIJA | zenstages | 0.4.1-19 | zenstages-0.4.1-19.jar | None |
  494. | LCHIJA | matteroverdrive | 0.7.0.0 | MatterOverdrive-1.12.2-0.7.1.0-universal.jar | None |
  495. | LCHIJA | pipemaster | 1.0.2 | PipeMaster-1.0.2-b8.jar | None |
  496. | LCHIJA | sky_orchards | 0.0.12 | SkyOrchards-0.0.12.jar | None |
  497. | LCHIJA | teslacorelib_registries | 1.0.15 | tesla-core-lib-1.12.2-1.0.15.jar | None |
  498.  
  499. Loaded coremods (and transformers):
  500. MekanismCoremod (Mekanism-1.12.2-9.7.5.376.jar)
  501. mekanism.coremod.KeybindingMigrationHelper
  502. BedPatch (bedpatch-2.2-1.12.2.jar)
  503. com.mordenkainen.bedpatch.BedPatchASM
  504. 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)
  505. pl.asie.foamfix.coremod.FoamFixTransformer
  506. AppleCore (AppleCore-mc1.12.2-3.2.0.jar)
  507. squeek.applecore.asm.TransformerModuleHandler
  508. CorePlugin (SmoothFont-mc1.12.2-2.0.jar)
  509. bre.smoothfont.asm.Transformer
  510. TransformerLoader (OpenComputers-MC1.12.2-1.7.4.153.jar)
  511. li.cil.oc.common.asm.ClassTransformer
  512. SqueezerCore (SqueezerPatch-1.12.2-1.0.0.jar)
  513. shadows.squeezer.Transformer
  514. ForgelinPlugin (Forgelin-1.8.2.jar)
  515.  
  516. ApotheosisCore (Apotheosis-1.12.2-1.10.2.jar)
  517. shadows.ApotheosisTransformer
  518. CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar)
  519. team.chisel.ctm.client.asm.CTMTransformer
  520. EnderCorePlugin (EnderCore-1.12.2-0.5.57-core.jar)
  521. com.enderio.core.common.transform.EnderCoreTransformer
  522. com.enderio.core.common.transform.SimpleMixinPatcher
  523. BNBGamingCore (BNBGamingCore-1.12.2-0.11.0.jar)
  524. com.bloodnbonesgaming.bnbgamingcore.core.BNBGamingCoreClassTransformer
  525. AstralCore (astralsorcery-1.12.2-1.10.19.jar)
  526.  
  527. LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
  528. lumien.resourceloader.asm.ClassTransformer
  529. MalisisCorePlugin (malisiscore-1.12.2-6.5.1.jar)
  530.  
  531. SurgeLoadingPlugin (Surge-1.12.2-2.0.77.jar)
  532.  
  533. CoreMod (Aroma1997Core-1.12.2-2.0.0.2.b165.jar)
  534.  
  535. AE2 Version: stable rv6-stable-6 for Forge 14.23.5.2768
  536. Pulsar/inspirations loaded Pulses:
  537. - InspirationsShared (Enabled/Forced)
  538. - InspirationsBuilding (Enabled/Not Forced)
  539. - InspirationsUtility (Enabled/Not Forced)
  540. - InspirationsTools (Enabled/Not Forced)
  541. - InspirationsRecipes (Enabled/Not Forced)
  542. - InspirationsTweaks (Enabled/Not Forced)
  543. - InspirationsShared (Enabled/Forced)
  544. - WailaPlugin (Enabled/Not Forced)
  545.  
  546. Pulsar/tconstruct loaded Pulses:
  547. - TinkerCommons (Enabled/Forced)
  548. - TinkerWorld (Enabled/Not Forced)
  549. - TinkerTools (Enabled/Not Forced)
  550. - TinkerHarvestTools (Enabled/Forced)
  551. - TinkerMeleeWeapons (Enabled/Forced)
  552. - TinkerRangedWeapons (Enabled/Forced)
  553. - TinkerModifiers (Enabled/Forced)
  554. - TinkerSmeltery (Enabled/Not Forced)
  555. - TinkerGadgets (Enabled/Not Forced)
  556. - TinkerOredict (Enabled/Forced)
  557. - TinkerIntegration (Enabled/Forced)
  558. - TinkerFluids (Enabled/Forced)
  559. - TinkerMaterials (Enabled/Forced)
  560. - TinkerModelRegister (Enabled/Forced)
  561. - chiselIntegration (Enabled/Not Forced)
  562. - chiselsandbitsIntegration (Enabled/Not Forced)
  563. - wailaIntegration (Enabled/Not Forced)
  564.  
  565. Pulsar/tcomplement loaded Pulses:
  566. - ModuleCommons (Enabled/Forced)
  567. - ModuleMelter (Enabled/Not Forced)
  568. - ModuleArmor (Enabled/Not Forced)
  569. - CeramicsPlugin (Enabled/Not Forced)
  570. - ChiselPlugin (Enabled/Not Forced)
  571. - Oredict (Enabled/Forced)
  572.  
  573. List of loaded APIs:
  574. * AppleCoreAPI (3.2.0) from AppleCore-mc1.12.2-3.2.0.jar
  575. * appliedenergistics2|API (rv6) from appliedenergistics2-rv6-stable-6.jar
  576. * Base|API (1.0.0) from base-1.12.2-3.11.0.jar
  577. * Baubles|API (1.4.0.2) from Baubles-1.12-1.5.2.jar
  578. * betteradvancements|API (0.0.11) from Triumph-1.12.2-3.17.0.jar
  579. * BetterWithModsAPI (Beta 0.6) from AppleSkin-mc1.12-1.0.9.jar
  580. * Chisel-API (0.0.1) from Chisel-MC1.12.2-0.2.1.35.jar
  581. * ChiselAPI|Carving (0.0.1) from Chisel-MC1.12.2-0.2.1.35.jar
  582. * ChiselsAndBitsAPI (14.25.0) from chiselsandbits-14.32.jar
  583. * cofhapi (2.5.0) from CoFHCore-1.12.2-4.6.3.27-universal.jar
  584. * commoncapabilities|api (0.0.1) from CommonCapabilities-1.12.2-2.1.0.jar
  585. * compactstorage (3.1) from CompactStorage-3.1-12.jar
  586. * ctm-api (0.1.0) from CTM-MC1.12.2-0.3.3.22.jar
  587. * ctm-api-events (0.1.0) from CTM-MC1.12.2-0.3.3.22.jar
  588. * ctm-api-models (0.1.0) from CTM-MC1.12.2-0.3.3.22.jar
  589. * ctm-api-textures (0.1.0) from CTM-MC1.12.2-0.3.3.22.jar
  590. * ctm-api-utils (0.1.0) from CTM-MC1.12.2-0.3.3.22.jar
  591. * Culinary Construct API (1) from culinaryconstruct-1.3.2.1.jar
  592. * farmingforblockheads|api (1.0) from FarmingForBlockheads_1.12.2-3.1.26.jar
  593. * fluxapi (1.0) from fluxnetworks-1.12.2-3.0.19-21.jar
  594. * Guide-API|API (2.0.0) from Guide-API-1.12-2.1.8-63.jar
  595. * iChunUtil API (1.2.0) from iChunUtil-1.12.2-7.1.4.jar
  596. * industrialforegoingapi (5) from industrialforegoing-1.12.2-1.12.12-236.jar
  597. * integrateddynamics|api (0.2.0) from IntegratedDynamics-1.12.2-1.0.8.jar
  598. * journeymap|client-api (1.4) from journeymap-1.12.2-5.5.4.jar
  599. * journeymap|client-api-display (1.4) from journeymap-1.12.2-5.5.4.jar
  600. * journeymap|client-api-event (1.4) from journeymap-1.12.2-5.5.4.jar
  601. * journeymap|client-api-model (1.4) from journeymap-1.12.2-5.5.4.jar
  602. * journeymap|client-api-util (1.4) from journeymap-1.12.2-5.5.4.jar
  603. * JustEnoughItemsAPI (4.13.0) from jei_1.12.2-4.15.0.279.jar
  604. * MatterOverdrive|API (0.4.1) from MatterOverdrive-1.12.2-0.7.1.0-universal.jar
  605. * MekanismAPI|core (9.7.5) from Mekanism-1.12.2-9.7.5.376.jar
  606. * MekanismAPI|energy (9.7.5) from Mekanism-1.12.2-9.7.5.376.jar
  607. * MekanismAPI|gas (9.7.5) from Mekanism-1.12.2-9.7.5.376.jar
  608. * MekanismAPI|infuse (9.7.5) from Mekanism-1.12.2-9.7.5.376.jar
  609. * MekanismAPI|laser (9.7.5) from Mekanism-1.12.2-9.7.5.376.jar
  610. * MekanismAPI|transmitter (9.7.5) from Mekanism-1.12.2-9.7.5.376.jar
  611. * MekanismAPI|util (9.0.0) from Mekanism-1.12.2-9.7.5.376.jar
  612. * MouseTweaks|API (1.0) from MouseTweaks-2.10-mc1.12.2.jar
  613. * Mystcraft|API (0.2) from mystcraft-1.12.2-0.13.7.03.jar
  614. * opencomputersapi|component (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.4.153.jar
  615. * opencomputersapi|core (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.4.153.jar
  616. * opencomputersapi|driver (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.4.153.jar
  617. * opencomputersapi|driver|item (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.4.153.jar
  618. * opencomputersapi|event (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.4.153.jar
  619. * opencomputersapi|filesystem (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.4.153.jar
  620. * opencomputersapi|internal (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.4.153.jar
  621. * opencomputersapi|machine (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.4.153.jar
  622. * opencomputersapi|manual (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.4.153.jar
  623. * opencomputersapi|network (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.4.153.jar
  624. * opencomputersapi|prefab (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.4.153.jar
  625. * PatchouliAPI (6) from Patchouli-1.0-19.jar
  626. * practicallogistics2-api (3.1) from practicallogistics2-1.12.2-3.0.8-11.jar
  627. * projecteapi (1.12.2-1.2.0) from ProjectE-1.12.2-PE1.4.1.jar
  628. * RealFilingCabinetAPI (0) from realfilingcabinet-1.12-0.2.0.14.jar
  629. * redstonefluxapi (2.1.0) from RedstoneFlux-1.12-2.1.0.6-universal.jar
  630. * sonarapi (1.0.1) from sonarcore-1.12.2-5.0.19-20.jar
  631. * togetherforeverapi (1) from togetherforever-1.12.2-1.0.12-22.jar
  632. * tombstone-api (1.0.2) from tombstone-3.5.2-1.12.jar
  633. * tombstone-api-capability (1.0.2) from tombstone-3.5.2-1.12.jar
  634. * tombstone-api-event (1.0.2) from tombstone-3.5.2-1.12.jar
  635. * tombstone-api-magic (1.0.2) from tombstone-3.5.2-1.12.jar
  636. * tombstone-api-recipe (1.0.2) from tombstone-3.5.2-1.12.jar
  637. * valkyrielib.api (1.12.2-2.0.10a) from valkyrielib-1.12.2-2.0.20.1.jar
  638. * WailaAPI (1.3) from Hwyla-1.8.26-B41_1.12.2.jar
  639. AE2 Integration: IC2:OFF, RC:OFF, MFR:OFF, Waila:ON, Mekanism:ON, OpenComputers:ON, THE_ONE_PROBE:OFF, TESLA:OFF, CRAFTTWEAKER:ON
  640. Profiler Position: N/A (disabled)
  641. Player Count: 2 / 5; [EntityPlayerMP['Malice_Red'/520, l='world', x=7.51, y=53.00, z=23.20], EntityPlayerMP['ZenithMkII'/94765, l='world', x=-1026.35, y=28.77, z=273.95]]
  642. Is Modded: Definitely; Server brand changed to 'fml,forge'
  643. Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement