Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2019
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 88.95 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Sorry :(
  3.  
  4. Time: 2019-11-22 18:51:13 GMT
  5. Description: Watching Server
  6.  
  7. java.lang.Error: ServerHangWatchdog detected that a single server tick took 60.00 seconds (should be max 0.05)
  8. at p455w0rdslib.LibGlobals$Mods.isLoaded(LibGlobals.java:56)
  9. at p455w0rd.ae2wtlib.init.LibApiImpl.getAllWirelessTerminals(LibApiImpl.java:185)
  10. at p455w0rd.ae2wtlib.init.LibApiImpl.getAllWirelessTerminalsByType(LibApiImpl.java:203)
  11. at p455w0rd.wct.util.WCTUtils.getCraftingTerminals(WCTUtils.java:46)
  12. at p455w0rd.wct.init.ModEvents.tickEvent(ModEvents.java:75)
  13. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_753_ModEvents_tickEvent_PlayerTickEvent.invoke(.dynamic)
  14. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  15. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
  16. at net.minecraftforge.fml.common.FMLCommonHandler.onPlayerPostTick(FMLCommonHandler.java:370)
  17. at net.minecraft.entity.player.EntityPlayer.updateSize(EntityPlayer.java:378)
  18. at net.minecraft.entity.player.EntityPlayer.onUpdate(EntityPlayer.java:288)
  19. at net.minecraft.entity.player.EntityPlayerMP.onUpdateEntity(EntityPlayerMP.java:382)
  20. at net.minecraft.network.NetHandlerPlayServer.update(NetHandlerPlayServer.java:173)
  21. at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher$1.update(NetworkDispatcher.java:209)
  22. at net.minecraft.network.NetworkManager.processReceivedPackets(NetworkManager.java:285)
  23. at net.minecraft.network.NetworkSystem.networkTick(NetworkSystem.java:180)
  24. at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:790)
  25. at net.minecraft.server.dedicated.DedicatedServer.updateTimeLightAndEntities(DedicatedServer.java:397)
  26. at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:668)
  27. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
  28. at java.lang.Thread.run(Thread.java:748)
  29.  
  30.  
  31. A detailed walkthrough of the error, its code path and all known details is as follows:
  32. ---------------------------------------------------------------------------------------
  33.  
  34. -- Thread Dump --
  35. Threads: "Netty Epoll Server IO #7" Id=223 RUNNABLE
  36. at io.netty.channel.epoll.Native.epollWait0(Native Method)
  37. at io.netty.channel.epoll.Native.epollWait(Native.java:117)
  38. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223)
  39. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247)
  40. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
  41. at java.lang.Thread.run(Thread.java:748)
  42.  
  43.  
  44. "Netty Epoll Server IO #6" Id=214 RUNNABLE
  45. at io.netty.channel.epoll.Native.epollWait0(Native Method)
  46. at io.netty.channel.epoll.Native.epollWait(Native.java:117)
  47. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223)
  48. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247)
  49. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
  50. at java.lang.Thread.run(Thread.java:748)
  51.  
  52.  
  53. "Netty Epoll Server IO #5" Id=182 RUNNABLE
  54. at io.netty.channel.epoll.Native.epollWait0(Native Method)
  55. at io.netty.channel.epoll.Native.epollWait(Native.java:117)
  56. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223)
  57. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247)
  58. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
  59. at java.lang.Thread.run(Thread.java:748)
  60.  
  61.  
  62. "Netty Epoll Server IO #4" Id=181 RUNNABLE
  63. at io.netty.channel.epoll.Native.epollWait0(Native Method)
  64. at io.netty.channel.epoll.Native.epollWait(Native.java:117)
  65. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223)
  66. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247)
  67. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
  68. at java.lang.Thread.run(Thread.java:748)
  69.  
  70.  
  71. "AE Compass Service" Id=172 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@4279736c
  72. at sun.misc.Unsafe.park(Native Method)
  73. - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@4279736c
  74. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  75. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  76. at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
  77. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  78. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  79. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  80. at java.lang.Thread.run(Thread.java:748)
  81.  
  82.  
  83. "ForkJoinPool-1-worker-3" Id=170 WAITING on scala.concurrent.forkjoin.ForkJoinPool@4cbe8553
  84. at sun.misc.Unsafe.park(Native Method)
  85. - waiting on scala.concurrent.forkjoin.ForkJoinPool@4cbe8553
  86. at scala.concurrent.forkjoin.ForkJoinPool.scan(ForkJoinPool.java:2075)
  87. at scala.concurrent.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:1979)
  88. at scala.concurrent.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:107)
  89.  
  90.  
  91. "Chunk I/O Executor Thread-1" Id=168 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@4881181c
  92. at sun.misc.Unsafe.park(Native Method)
  93. - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@4881181c
  94. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  95. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  96. at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
  97. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  98. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  99. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  100. at java.lang.Thread.run(Thread.java:748)
  101.  
  102.  
  103. "Netty Epoll Server IO #3" Id=162 RUNNABLE
  104. at io.netty.channel.epoll.Native.epollWait0(Native Method)
  105. at io.netty.channel.epoll.Native.epollWait(Native.java:117)
  106. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223)
  107. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247)
  108. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
  109. at java.lang.Thread.run(Thread.java:748)
  110.  
  111.  
  112. "Netty Epoll Server IO #2" Id=161 RUNNABLE
  113. at io.netty.channel.epoll.Native.epollWait0(Native Method)
  114. at io.netty.channel.epoll.Native.epollWait(Native.java:117)
  115. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223)
  116. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247)
  117. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
  118. at java.lang.Thread.run(Thread.java:748)
  119.  
  120.  
  121. "OpenComputers-SaveHandler-1" Id=145 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@d838f68
  122. at sun.misc.Unsafe.park(Native Method)
  123. - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@d838f68
  124. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  125. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  126. at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1081)
  127. at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
  128. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  129. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  130. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  131. ...
  132.  
  133.  
  134. "File IO Thread" Id=96 TIMED_WAITING
  135. at java.lang.Thread.sleep(Native Method)
  136. at net.minecraft.world.storage.ThreadedFileIOBase.func_75736_b(SourceFile:44)
  137. at net.minecraft.world.storage.ThreadedFileIOBase.run(SourceFile:30)
  138. at java.lang.Thread.run(Thread.java:748)
  139.  
  140.  
  141. "Timer-0" Id=92 TIMED_WAITING on java.util.TaskQueue@4e86fa7
  142. at java.lang.Object.wait(Native Method)
  143. - waiting on java.util.TaskQueue@4e86fa7
  144. at java.util.TimerThread.mainLoop(Timer.java:552)
  145. at java.util.TimerThread.run(Timer.java:505)
  146.  
  147.  
  148. "Query Listener #42" Id=88 RUNNABLE
  149. at java.net.PlainDatagramSocketImpl.peekData(Native Method)
  150. - locked java.net.PlainDatagramSocketImpl@3c44e674
  151. at java.net.DatagramSocket.receive(DatagramSocket.java:743)
  152. - locked java.net.DatagramPacket@7cc55818
  153. - locked java.net.DatagramSocket@65d3a8b2
  154. at k4unl.minecraft.sip.network.rcon.RConThreadQuery.run(RConThreadQuery.java:325)
  155. at java.lang.Thread.run(Thread.java:748)
  156.  
  157.  
  158. "ServerInfoListener" Id=87 RUNNABLE (in native)
  159. at java.net.PlainSocketImpl.socketAccept(Native Method)
  160. at java.net.AbstractPlainSocketImpl.accept(AbstractPlainSocketImpl.java:409)
  161. at java.net.ServerSocket.implAccept(ServerSocket.java:545)
  162. at java.net.ServerSocket.accept(ServerSocket.java:513)
  163. at k4unl.minecraft.sip.network.TCPServerThread.run(TCPServerThread.java:56)
  164. at java.lang.Thread.run(Thread.java:748)
  165.  
  166.  
  167. "pool-4-thread-1" Id=86 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@6dac7027
  168. at sun.misc.Unsafe.park(Native Method)
  169. - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@6dac7027
  170. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  171. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  172. at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
  173. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  174. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  175. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  176. at java.lang.Thread.run(Thread.java:748)
  177.  
  178.  
  179. "Server Watchdog" Id=85 RUNNABLE
  180. at sun.management.ThreadImpl.dumpThreads0(Native Method)
  181. at sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:454)
  182. at net.minecraft.server.dedicated.ServerHangWatchdog.run(ServerHangWatchdog.java:45)
  183. at java.lang.Thread.run(Thread.java:748)
  184.  
  185.  
  186. "pool-3-thread-4" Id=75 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@2a7ebf62
  187. at sun.misc.Unsafe.park(Native Method)
  188. - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@2a7ebf62
  189. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  190. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  191. at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
  192. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  193. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  194. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  195. at java.lang.Thread.run(Thread.java:748)
  196.  
  197.  
  198. "pool-3-thread-3" Id=74 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@2a7ebf62
  199. at sun.misc.Unsafe.park(Native Method)
  200. - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@2a7ebf62
  201. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  202. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  203. at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
  204. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  205. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  206. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  207. at java.lang.Thread.run(Thread.java:748)
  208.  
  209.  
  210. "pool-3-thread-2" Id=73 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@2a7ebf62
  211. at sun.misc.Unsafe.park(Native Method)
  212. - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@2a7ebf62
  213. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  214. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  215. at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
  216. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  217. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  218. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  219. at java.lang.Thread.run(Thread.java:748)
  220.  
  221.  
  222. "pool-3-thread-1" Id=72 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@2a7ebf62
  223. at sun.misc.Unsafe.park(Native Method)
  224. - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@2a7ebf62
  225. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  226. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  227. at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
  228. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  229. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  230. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  231. at java.lang.Thread.run(Thread.java:748)
  232.  
  233.  
  234. "PR RoutingThread #3" Id=71 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@31128b1f
  235. at sun.misc.Unsafe.park(Native Method)
  236. - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@31128b1f
  237. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  238. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  239. at java.util.concurrent.PriorityBlockingQueue.take(PriorityBlockingQueue.java:550)
  240. at mrtjp.projectred.transportation.TableUpdateThread.run(router.scala:455)
  241.  
  242.  
  243. "PR RoutingThread #2" Id=70 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@31128b1f
  244. at sun.misc.Unsafe.park(Native Method)
  245. - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@31128b1f
  246. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  247. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  248. at java.util.concurrent.PriorityBlockingQueue.take(PriorityBlockingQueue.java:550)
  249. at mrtjp.projectred.transportation.TableUpdateThread.run(router.scala:455)
  250.  
  251.  
  252. "PR RoutingThread #1" Id=69 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@31128b1f
  253. at sun.misc.Unsafe.park(Native Method)
  254. - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@31128b1f
  255. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  256. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  257. at java.util.concurrent.PriorityBlockingQueue.take(PriorityBlockingQueue.java:550)
  258. at mrtjp.projectred.transportation.TableUpdateThread.run(router.scala:455)
  259.  
  260.  
  261. "PR RoutingThread #0" Id=68 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@31128b1f
  262. at sun.misc.Unsafe.park(Native Method)
  263. - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@31128b1f
  264. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  265. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  266. at java.util.concurrent.PriorityBlockingQueue.take(PriorityBlockingQueue.java:550)
  267. at mrtjp.projectred.transportation.TableUpdateThread.run(router.scala:455)
  268.  
  269.  
  270. "Java2D Disposer" Id=67 WAITING on java.lang.ref.ReferenceQueue$Lock@67c110bd
  271. at java.lang.Object.wait(Native Method)
  272. - waiting on java.lang.ref.ReferenceQueue$Lock@67c110bd
  273. at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:144)
  274. at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:165)
  275. at sun.java2d.Disposer.run(Disposer.java:148)
  276. at java.lang.Thread.run(Thread.java:748)
  277.  
  278.  
  279. "ResearchIOThread" Id=66 TIMED_WAITING on java.util.TaskQueue@69e2692a
  280. at java.lang.Object.wait(Native Method)
  281. - waiting on java.util.TaskQueue@69e2692a
  282. at java.util.TimerThread.mainLoop(Timer.java:552)
  283. at java.util.TimerThread.run(Timer.java:505)
  284.  
  285.  
  286. "threadDeathWatcher-2-1" Id=51 TIMED_WAITING
  287. at java.lang.Thread.sleep(Native Method)
  288. at io.netty.util.ThreadDeathWatcher$Watcher.run(ThreadDeathWatcher.java:152)
  289. at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144)
  290. at java.lang.Thread.run(Thread.java:748)
  291.  
  292.  
  293. "Netty Epoll Server IO #1" Id=50 RUNNABLE
  294. at io.netty.channel.epoll.Native.epollWait0(Native Method)
  295. at io.netty.channel.epoll.Native.epollWait(Native.java:117)
  296. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223)
  297. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247)
  298. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
  299. at java.lang.Thread.run(Thread.java:748)
  300.  
  301.  
  302. "Netty Epoll Server IO #0" Id=46 RUNNABLE
  303. at io.netty.channel.epoll.Native.epollWait0(Native Method)
  304. at io.netty.channel.epoll.Native.epollWait(Native.java:117)
  305. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223)
  306. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247)
  307. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
  308. at java.lang.Thread.run(Thread.java:748)
  309.  
  310.  
  311. "JLine terminal non blocking reader thread" Id=22 RUNNABLE (in native)
  312. at java.io.FileInputStream.readBytes(Native Method)
  313. at java.io.FileInputStream.read(FileInputStream.java:255)
  314. at org.jline.utils.InputStreamReader.read(InputStreamReader.java:270)
  315. - locked java.io.FileInputStream@36b85edb
  316. at org.jline.utils.InputStreamReader.read(InputStreamReader.java:200)
  317. - locked java.io.FileInputStream@36b85edb
  318. at org.jline.utils.NonBlockingReader.run(NonBlockingReader.java:276)
  319. at java.lang.Thread.run(Thread.java:748)
  320.  
  321.  
  322. "Server console handler" Id=21 TIMED_WAITING on org.jline.utils.NonBlockingReader@13576160
  323. at java.lang.Object.wait(Native Method)
  324. - waiting on org.jline.utils.NonBlockingReader@13576160
  325. at org.jline.utils.NonBlockingReader.read(NonBlockingReader.java:174)
  326. at org.jline.utils.NonBlockingReader.read(NonBlockingReader.java:113)
  327. at org.jline.keymap.BindingReader.readCharacter(BindingReader.java:132)
  328. at org.jline.keymap.BindingReader.readBinding(BindingReader.java:109)
  329. at org.jline.keymap.BindingReader.readBinding(BindingReader.java:60)
  330. at org.jline.reader.impl.LineReaderImpl.readBinding(LineReaderImpl.java:724)
  331. at org.jline.reader.impl.LineReaderImpl.readLine(LineReaderImpl.java:526)
  332. ...
  333.  
  334.  
  335. "DestroyJavaVM" Id=20 RUNNABLE
  336.  
  337.  
  338. "Server thread" Id=18 RUNNABLE
  339. at p455w0rdslib.LibGlobals$Mods.isLoaded(LibGlobals.java:56)
  340. at p455w0rd.ae2wtlib.init.LibApiImpl.getAllWirelessTerminals(LibApiImpl.java:185)
  341. at p455w0rd.ae2wtlib.init.LibApiImpl.getAllWirelessTerminalsByType(LibApiImpl.java:203)
  342. at p455w0rd.wct.util.WCTUtils.getCraftingTerminals(WCTUtils.java:46)
  343. at p455w0rd.wct.init.ModEvents.tickEvent(ModEvents.java:75)
  344. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_753_ModEvents_tickEvent_PlayerTickEvent.invoke(.dynamic)
  345. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  346. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
  347. ...
  348.  
  349.  
  350. "Server Infinisleeper" Id=17 TIMED_WAITING
  351. at java.lang.Thread.sleep(Native Method)
  352. at net.minecraft.server.dedicated.DedicatedServer$1.run(DedicatedServer.java:82)
  353.  
  354.  
  355. "Snooper Timer" Id=16 TIMED_WAITING on java.util.TaskQueue@6ad52c3
  356. at java.lang.Object.wait(Native Method)
  357. - waiting on java.util.TaskQueue@6ad52c3
  358. at java.util.TimerThread.mainLoop(Timer.java:552)
  359. at java.util.TimerThread.run(Timer.java:505)
  360.  
  361.  
  362. "Thread-1" Id=14 WAITING on java.util.LinkedList@72178a4b
  363. at java.lang.Object.wait(Native Method)
  364. - waiting on java.util.LinkedList@72178a4b
  365. at java.lang.Object.wait(Object.java:502)
  366. at com.zeitheron.hammercore.lib.zlib.utils.TaskedThread.run(TaskedThread.java:39)
  367.  
  368.  
  369. "Signal Dispatcher" Id=4 RUNNABLE
  370.  
  371.  
  372. "Finalizer" Id=3 WAITING on java.lang.ref.ReferenceQueue$Lock@5a63b908
  373. at java.lang.Object.wait(Native Method)
  374. - waiting on java.lang.ref.ReferenceQueue$Lock@5a63b908
  375. at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:144)
  376. at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:165)
  377. at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:216)
  378.  
  379.  
  380. "Reference Handler" Id=2 WAITING on java.lang.ref.Reference$Lock@407f83bc
  381. at java.lang.Object.wait(Native Method)
  382. - waiting on java.lang.ref.Reference$Lock@407f83bc
  383. at java.lang.Object.wait(Object.java:502)
  384. at java.lang.ref.Reference.tryHandlePending(Reference.java:191)
  385. at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:153)
  386.  
  387. -- System Details --
  388. Minecraft Version: 1.12.2
  389. Operating System: Linux (amd64) version 3.10.0
  390. Java Version: 1.8.0_211, Oracle Corporation
  391. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  392. Memory: 647080360 bytes (617 MB) / 2238697472 bytes (2134 MB) up to 4670816256 bytes (4454 MB)
  393. JVM Flags: 10 total; -Xms32M -Xmx4608M -XX:OnOutOfMemoryError=curl https://api.creeper.host/callbacks/minecraft/outofmemory.php?instance=mc-5dd58e7715e97 -k -XX:OnError=curl http://api.creeper.host/callbacks/minecraft/crash.php?instance=mc-5dd58e7715e97 -k -XX:+UseParNewGC -XX:+CMSIncrementalPacing -XX:+CMSClassUnloadingEnabled -XX:ParallelGCThreads=4 -XX:MinHeapFreeRatio=5 -XX:MaxHeapFreeRatio=10
  394. IntCache: cache: 5, tcache: 0, allocated: 12, tallocated: 94
  395. FML: MCP 9.42 Powered by Forge 14.23.5.2847 272 mods loaded, 272 mods active
  396. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  397.  
  398. | State | ID | Version | Source | Signature |
  399. |:------ |:------------------------- |:------------------------ |:-------------------------------------------------- |:---------------------------------------- |
  400. | LCHIJA | minecraft | 1.12.2 | minecraft.jar | None |
  401. | LCHIJA | mcp | 9.42 | minecraft.jar | None |
  402. | LCHIJA | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2847-universal.jar | None |
  403. | LCHIJA | forge | 14.23.5.2847 | forge-1.12.2-14.23.5.2847-universal.jar | None |
  404. | LCHIJA | creativecoredummy | 1.0.0 | minecraft.jar | None |
  405. | LCHIJA | littletilescore | 1.0.0 | minecraft.jar | None |
  406. | LCHIJA | micdoodlecore | | minecraft.jar | None |
  407. | LCHIJA | openmodscore | 0.12.2 | minecraft.jar | None |
  408. | LCHIJA | foamfixcore | 7.7.4 | minecraft.jar | None |
  409. | LCHIJA | opencomputers|core | 1.7.4.153 | minecraft.jar | None |
  410. | LCHIJA | randompatches | 1.12.2-1.19.1.1 | randompatches-1.12.2-1.19.1.1.jar | None |
  411. | LCHIJA | ruins | 17.2 | ruins-1.12.2.jar | None |
  412. | LCHIJA | fastbench | 1.7.2 | fastworkbench-1.12.2-1.7.2.jar | None |
  413. | LCHIJA | actuallyadditions | 1.12.2-r150 | actuallyadditions-1.12.2-r150.jar | None |
  414. | LCHIJA | baubles | 1.5.2 | baubles-1.12-1.5.2.jar | None |
  415. | LCHIJA | actuallybaubles | 1.1 | actuallybaubles-1.12-1.1.jar | None |
  416. | LCHIJA | appliedenergistics2 | rv6-stable-7 | appliedenergistics2-rv6-stable-7.jar | dfa4d3ac143316c6f32aa1a1beda1e34d42132e5 |
  417. | LCHIJA | mantle | 1.12-1.3.3.55 | mantle-1.12-1.3.3.55.jar | None |
  418. | LCHIJA | redstoneflux | 2.1.0 | redstoneflux-1.12-2.1.0.6-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  419. | LCHIJA | forgelin | 1.8.4 | forgelin-1.8.4.jar | None |
  420. | LCHIJA | alib | 1.0.12 | alib-1.0.12.jar | None |
  421. | LCHIJA | crafttweaker | 4.1.19 | crafttweaker2-1.12-4.1.19.jar | None |
  422. | LCHIJA | alchemistry | 1.0.34 | alchemistry-1.0.35.jar | None |
  423. | LCHIJA | mtlib | 3.0.6 | mtlib-3.0.6.jar | None |
  424. | LCHIJA | modtweaker | 4.0.17 | modtweaker-4.0.17.jar | None |
  425. | LCHIJA | jei | 4.15.0.292 | jei1.12.2-4.15.0.292.jar | None |
  426. | LCHIJA | chisel | MC1.12.2-1.0.1.44 | chisel-mc1.12.2-1.0.1.44.jar | None |
  427. | LCHIJA | tweakersconstruct | 1.12.2-1.5.1 | tweakersconstruct-1.12.2-1.5.1.jar | None |
  428. | LCHIJA | twilightforest | 3.10.1013 | twilightforest-1.12.2-3.10.1013-universal.jar | None |
  429. | LCHIJA | tconstruct | 1.12.2-2.12.0.157 | tconstruct-1.12.2-2.12.0.157.jar | None |
  430. | LCHIJA | p455w0rdslib | 2.2.156 | p455w0rdslib-1.12.2-2.2.156.jar | 186bc454cd122c9c2f1aa4f95611254bcc543363 |
  431. | LCHIJA | ae2wtlib | 1.0.30 | ae2wtlib-1.12.2-1.0.30.jar | 186bc454cd122c9c2f1aa4f95611254bcc543363 |
  432. | LCHIJA | akashictome | 1.2-12 | akashictome-1.2-12.jar | None |
  433. | LCHIJA | botania | r1.10-362 | botania_r1.10-362.jar | None |
  434. | LCHIJA | cofhcore | 4.6.3 | cofhcore-1.12.2-4.6.3.27-universal.jar | None |
  435. | LCHIJA | craftstudioapi | 1.0.0 | craftstudioapi-universal-1.0.1.95-mc1.12-alpha.jar | None |
  436. | LCHIJA | natura | 1.12.2-4.3.2.69 | natura-1.12.2-4.3.2.69.jar | None |
  437. | LCHIJA | harvestcraft | 1.12.2zb | pams_harvestcraft_1.12.2zb.jar | None |
  438. | LCHIJA | animania | 1.6.2 | animania-1.12.2-1.6.2.jar | None |
  439. | LCHIJA | applecore | 3.2.0 | applecore-mc1.12.2-3.2.0.jar | None |
  440. | LCHIJA | appleskin | 1.0.9 | appleskin-mc1.12-1.0.9.jar | None |
  441. | LCHIJA | architecturecraft | @VERSION@ | architecturecraft-1.12-3.98.jar | None |
  442. | LCHIJA | aroma1997core | 2.0.0.2 | aroma1997core-1.12.2-2.0.0.2.jar | dfbfe4c473253d8c5652417689848f650b2cbe32 |
  443. | LCHIJA | aromabackup | 2.1.1.4 | aromabackup-1.12.2-2.1.1.4.jar | dfbfe4c473253d8c5652417689848f650b2cbe32 |
  444. | LCHIJA | aromabackuprecovery | 2.1.1.4 | aromabackup-1.12.2-2.1.1.4.jar | dfbfe4c473253d8c5652417689848f650b2cbe32 |
  445. | LCHIJA | athenaeum | 1.12.2-1.17.4 | athenaeum-1.12.2-1.17.4.jar | None |
  446. | LCHIJA | artisanworktables | 1.12.2-1.22.10 | artisanworktables-1.12.2-1.22.10.jar | None |
  447. | LCHIJA | artisanintegrations | 1.12.2-1.0.0 | artisanintegrations-1.12.2-1.0.0.jar | None |
  448. | LCHIJA | astralsorcery | 1.10.20 | astralsorcery-1.12.2-1.10.20.jar | a0f0b759d895c15ceb3e3bcb5f3c2db7c582edf0 |
  449. | LCHIJA | quark | r1.6-177 | quark-r1.6-177.jar | None |
  450. | LCHIJA | autoreglib | 1.3-32 | autoreglib-1.3-32.jar | None |
  451. | LCHIJA | codechickenlib | 3.2.3.358 | codechickenlib-1.12.2-3.2.3.358-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  452. | LCHIJA | avaritia | 3.3.0 | avaritia-1.12.2-3.3.0.33-universal.jar | None |
  453. | LCHIJA | base | 3.13.0 | base-1.12.2-3.13.0.jar | None |
  454. | LCHIJA | bdlib | 1.14.3.12 | bdlib-1.14.3.12-mc1.12.2.jar | None |
  455. | LCHIJA | betterquesting | 3.5.316 | betterquesting-3.5.316.jar | None |
  456. | LCHIJA | bibliocraft | 2.4.5 | bibliocraftv2.4.5mc1.12.2.jar | None |
  457. | LCHIJA | reborncore | 3.16.0.469 | reborncore-1.12.2-3.16.0.469-universal.jar | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
  458. | LCHIJA | techreborn | 2.24.1.1017 | techreborn-1.12.2-2.24.1.1017-universal.jar | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
  459. | LCHIJA | forestry | 5.8.2.409 | forestry1.12.2-5.8.2.409.jar | None |
  460. | LCHIJA | binniecore | 2.5.1.188 | binnie-mods-1.12.2-2.5.1.188.jar | None |
  461. | LCHIJA | binniedesign | 2.5.1.188 | binnie-mods-1.12.2-2.5.1.188.jar | None |
  462. | LCHIJA | genetics | 2.5.1.188 | binnie-mods-1.12.2-2.5.1.188.jar | None |
  463. | LCHIJA | botany | 2.5.1.188 | binnie-mods-1.12.2-2.5.1.188.jar | None |
  464. | LCHIJA | extrabees | 2.5.1.188 | binnie-mods-1.12.2-2.5.1.188.jar | None |
  465. | LCHIJA | extratrees | 2.5.1.188 | binnie-mods-1.12.2-2.5.1.188.jar | None |
  466. | LCHIJA | blockcraftery | 1.12.2-1.3.1 | blockcraftery-1.12.2-1.3.1.jar | None |
  467. | LCHIJA | cyclicmagic | 1.19.18 | cyclic-1.12.2-1.19.18.jar | None |
  468. | LCHIJA | guideapi | 1.12-2.1.8-63 | guide-api-1.12-2.1.8-63.jar | None |
  469. | LCHIJA | bloodmagic | 1.12.2-2.4.3-105 | bloodmagic-1.12.2-2.4.3-105.jar | None |
  470. | LCHIJA | bloodarsenal | 1.12.2-2.2.0-29 | bloodarsenal-1.12.2-2.2.1-29.jar | None |
  471. | LCHIJA | bloodmoon | 1.5.3 | bloodmoon-mc1.12.2-1.5.3.jar | d72e0dd57935b3e9476212aea0c0df352dd76291 |
  472. | LCHIJA | bonsaitrees | 1.1.3 | bonsaitrees-1.1.3-b156.jar | None |
  473. | LCHIJA | bookshelf | 2.3.585 | bookshelf-1.12.2-2.3.585.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  474. | LCHIJA | hammercore | 2.0.5.5 | hammercore-1.12.2-2.0.5.5.jar | 4d7b29cd19124e986da685107d16ce4b49bc0a97 |
  475. | LCHIJA | botanicadds | 4r | botanicadditions-1.12.2-4r.jar | 4d7b29cd19124e986da685107d16ce4b49bc0a97 |
  476. | LCHIJA | bqforestry | 1.1.4 | bqforestry-1.1.4.jar | None |
  477. | LCHIJA | brandonscore | 2.4.17 | brandonscore-1.12.2-2.4.17.208-universal.jar | None |
  478. | LCHIJA | careerbees | 1.0 | careerbees-0.4.0.jar | None |
  479. | LCHIJA | ceramics | 1.12-1.3.7 | ceramics-1.12-1.3.7.jar | None |
  480. | LCHIJA | chameleon | 1.12-4.1.3 | chameleon-1.12-4.1.3.jar | None |
  481. | LCHIJA | chesttransporter | 2.8.8 | chesttransporter-1.12.2-2.8.8.jar | None |
  482. | LCHIJA | chickenchunks | 2.4.2.74 | chickenchunks-1.12.2-2.4.2.74-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  483. | LCHIJA | chiselsandbits | 14.33 | chiselsandbits-14.33.jar | None |
  484. | LCHIJA | chunkpregenerator | 2.1 | chunk_pregenerator_v1.12-2.2.jar | None |
  485. | LCHIJA | clumps | 3.1.2 | clumps-3.1.2.jar | None |
  486. | LCHIJA | cofhworld | 1.3.1 | cofhworld-1.12.2-1.3.1.7-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  487. | LCHIJA | cyclopscore | 1.5.1 | cyclopscore-1.12.2-1.5.1.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
  488. | LCHIJA | commoncapabilities | 2.4.4 | commoncapabilities-1.12.2-2.4.4.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
  489. | LCHIJA | storagedrawers | 1.12.2-5.4.0 | storagedrawers-1.12.2-5.4.0.jar | None |
  490. | LCHIJA | compactdrawers | 1.12.2-1.0.5.125 | compactdrawers-1.12.2-1.0.5.125.jar | None |
  491. | LCHIJA | contenttweaker | 1.12.2-4.9.1 | contenttweaker-1.12.2-4.9.1.jar | None |
  492. | LCHIJA | cookiecore | 2.0.0 | cookiecore-1.12-2.0.0.jar | 4bbb70ebe391f24f7704e343108a9b21b44c1b10 |
  493. | LCHIJA | cosmeticarmorreworked | 1.12.2-v4a | cosmeticarmorreworked-1.12.2-v4a.jar | aaaf83332a11df02406e9f266b1b65c1306f0f76 |
  494. | LCHIJA | craftingtweaks | 8.1.9 | craftingtweaks1.12.2-8.1.9.jar | None |
  495. | LCHIJA | crafttweakerjei | 2.0.3 | crafttweaker2-1.12-4.1.19.jar | None |
  496. | LCHIJA | opframe | 1.4.0 | onlinepicframev1.4.31mc1.12.2.jar | None |
  497. | LCHIJA | creativecore | 1.9.9 | creativecorev1.9.71mc1.12.2.jar | None |
  498. | LCHIJA | cucumber | 1.1.3 | cucumber-1.12.2-1.1.3.jar | None |
  499. | LCHIJA | customstartinggear | 1.2.0 | customstartinggear-1.12-1.2.0.9-universal.jar | None |
  500. | LCHIJA | theoneprobe | 1.4.28 | theoneprobe-1.12-1.4.28.jar | None |
  501. | LCHIJA | danknull | 1.6.80 | danknull-1.12.2-1.6.80.jar | 186bc454cd122c9c2f1aa4f95611254bcc543363 |
  502. | LCHIJA | darkutils | 1.8.226 | darkutils-1.12.2-1.8.226.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  503. | LCHIJA | ddssutils | 1.1 | ddssutils-1.1.2.jar | None |
  504. | LCHIJA | dldungeonsjbg | 1.12.10 | doomlikedungeons-1.12.10-mc1.12.2.jar | None |
  505. | LCHIJA | thermalfoundation | 2.6.3 | thermalfoundation-1.12.2-2.6.3.27-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  506. | LCHIJA | draconicevolution | 2.3.24 | draconic-evolution-1.12.2-2.3.24.349-universal.jar | None |
  507. | LCHIJA | dungeontactics | DT-0.16.1 | dungeontactics-1.12.2-0.16.1.jar | None |
  508. | LCHIJA | csb_ench_table | 1.1.3 | enchantingtable-1.12-1.1.3.jar | None |
  509. | LCHIJA | enderstorage | 2.4.6.137 | enderstorage-1.12.2-2.4.6.137-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  510. | LCHIJA | valkyrielib | 1.12.2-2.0.20.1 | valkyrielib-1.12.2-2.0.20.1.jar | None |
  511. | LCHIJA | environmentaltech | 1.12.2-2.0.20.1 | environmentaltech-1.12.2-2.0.20.1.jar | None |
  512. | LCHIJA | evilcraft | 0.10.78 | evilcraft-1.12.2-0.10.78.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
  513. | LCHIJA | evilcraftcompat | 1.0.0 | evilcraft-1.12.2-0.10.78.jar | None |
  514. | LCHIJA | mekanism | 1.12.2-9.7.9.380 | mekanism-1.12.2-9.7.9.380.jar | None |
  515. | LCHIJA | thermalexpansion | 5.5.4 | thermalexpansion-1.12.2-5.5.4.43-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  516. | LCHIJA | immersiveengineering | 0.12-92 | immersiveengineering-0.12-92.jar | 4cb49fcde3b43048c9889e0a3d083225da926334 |
  517. | LCHIJA | exchangers | 1.12.2-2.8 | exchangers-1.12.2-2.8.jar | 4ffa87db52cf086d00ecc4853a929367b1c39b5c |
  518. | LCHIJA | extendedcrafting | 1.5.6 | extendedcrafting-1.12.2-1.5.6.jar | None |
  519. | LCHIJA | minerva | 1.0.13 | minerva-library-1.0.13.jar | b851b8b7c7f4d8d0e910ff27618150ba80c026ec |
  520. | LCHIJA | extraalchemy | 0.5.2 | extraalchemy-0.5.2.jar | b851b8b7c7f4d8d0e910ff27618150ba80c026ec |
  521. | LCHIJA | extracells | 2.6.3 | extracells-1.12.2-2.6.4.jar | None |
  522. | LCHIJA | galacticraftcore | 4.0.2.237 | GalacticraftCore-1.12.2-4.0.2.237.jar | None |
  523. | LCHIJA | galacticraftplanets | 4.0.2.237 | Galacticraft-Planets-1.12.2-4.0.2.237.jar | None |
  524. | LCHIJA | mjrlegendslib | 1.12.2-1.1.9 | mjrlegendslib-1.12.2-1.1.9.jar | b02331787272ec3515ebe63ecdeea0d746653468 |
  525. | LCHIJA | extraplanets | 1.12.2-0.5.8 | extraplanets-1.12.2-0.5.8.jar | b02331787272ec3515ebe63ecdeea0d746653468 |
  526. | LCHIJA | extrautils2 | 1.0 | extrautils2-1.12-1.9.9.jar | None |
  527. | LCHIJA | opencomputers | 1.7.4.153 | opencomputers-mc1.12.2-1.7.4.153.jar | None |
  528. | LCHIJA | zerocore | 1.12.2-0.1.2.8 | zerocore-1.12.2-0.1.2.8.jar | None |
  529. | LCHIJA | bigreactors | 1.12.2-0.4.5.67 | extremereactors-1.12.2-0.4.5.67.jar | None |
  530. | LCHIJA | fastleafdecay | v14 | fastleafdecay-v14.jar | None |
  531. | LCHIJA | foamfix | 0.10.8-1.12.2 | foamfix-0.10.8-1.12.2.jar | None |
  532. | LCHIJA | forgemultipartcbe | 2.6.2.83 | forgemultipart-1.12.2-2.6.2.83-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  533. | LCHIJA | microblockcbe | 2.6.2.83 | forgemultipart-1.12.2-2.6.2.83-universal.jar | None |
  534. | LCHIJA | minecraftmultipartcbe | 2.6.2.83 | forgemultipart-1.12.2-2.6.2.83-universal.jar | None |
  535. | LCHIJA | ftblib | 5.4.4.4 | ftblib-5.4.4.4.jar | None |
  536. | LCHIJA | ftbutilities | 5.4.0.122 | ftbutilities-5.4.0.122.jar | None |
  537. | LCHIJA | cfm | 6.3.1 | furniture-6.3.1-1.12.2.jar | None |
  538. | LCHIJA | galacticrafttweaker | 1.12.2-1.0.3 | galacticrafttweaker-1.12.2-1.0.3.jar | b02331787272ec3515ebe63ecdeea0d746653468 |
  539. | LCHIJA | gendustry | 1.6.5.8 | gendustry-1.6.5.8-mc1.12.2.jar | None |
  540. | LCHIJA | gendustryjei | 1.0.2 | gendustryjei-1.0.2.jar | None |
  541. | LCHIJA | giacomos_fishing_net | 1.6.1 | giacomosfishingnet-1.12.2-1.6.1.jar | None |
  542. | LCHIJA | helpfixer | 1.12.1-1.5.18 | helpfixer-1.12.1-1.5.18.jar | None |
  543. | LCHIJA | librarianlib | 4.19.2 | librarianlib-1.12.2-4.19.2-release.jar | None |
  544. | LCHIJA | hooked | %VERSION% | hooked-1.0.3.jar | None |
  545. | LCHIJA | huntingdim | 1.0.39 | huntingdimension-1.12.2-1.0.39.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  546. | LCHIJA | llibrary | 1.7.19 | llibrary-1.7.19-1.12.2.jar | b9f30a813bee3b9dd5652c460310cfcd54f6b7ec |
  547. | LCHIJA | iceandfire | 1.8.3 | iceandfire-1.8.3.jar | None |
  548. | LCHIJA | teslacorelib | 1.0.15 | tesla-core-lib-1.12.2-1.0.15.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  549. | LCHIJA | industrialforegoing | 1.12.2-1.12.2 | industrialforegoing-1.12.2-1.12.13-237.jar | None |
  550. | LCHIJA | infernalmobs | 1.7.6 | infernalmobs-1.12.2.jar | None |
  551. | LCHIJA | integrateddynamics | 1.1.0 | integrateddynamics-1.12.2-1.1.0.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
  552. | LCHIJA | integrateddynamicscompat | 1.0.0 | integrateddynamics-1.12.2-1.1.0.jar | None |
  553. | LCHIJA | integratedtunnels | 1.6.10 | integratedtunnels-1.12.2-1.6.10.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
  554. | LCHIJA | integratedtunnelscompat | 1.0.0 | integratedtunnels-1.12.2-1.6.10.jar | None |
  555. | LCHIJA | mysticalagriculture | 1.7.5 | mysticalagriculture-1.12.2-1.7.5.jar | None |
  556. | LCHIJA | mysticalagradditions | 1.3.2 | mysticalagradditions-1.12.2-1.3.2.jar | None |
  557. | LCHIJA | nuclearcraft | 2.18k | nuclearcraft-2.18k-1.12.2.jar | None |
  558. | LCHIJA | mcjtylib_ng | 3.5.4 | mcjtylib-1.12-3.5.4.jar | None |
  559. | LCHIJA | rftools | 7.72 | rftools-1.12-7.72.jar | None |
  560. | LCHIJA | rustic | 1.1.1 | rustic-1.1.1.jar | None |
  561. | LCHIJA | integrationforegoing | 1.12.2-1.9 | integrationforegoing-1.12.2-1.9.jar | 4ffa87db52cf086d00ecc4853a929367b1c39b5c |
  562. | LCHIJA | ironchest | 1.12.2-7.0.67.844 | ironchest-1.12.2-7.0.72.847.jar | None |
  563. | LCHIJA | jeibees | 0.9.0.5 | jeibees-0.9.0.5-mc1.12.2.jar | None |
  564. | LCHIJA | journeymap | 1.12.2-5.5.5 | journeymap-1.12.2-5.5.5.jar | None |
  565. | LCHIJA | jrftl | 1.1 | jrftl1.12.2-1.1.jar | None |
  566. | LCHIJA | jee | 1.0.8 | justenoughenergistics-1.12.2-1.0.8.jar | None |
  567. | LCHIJA | k4lib | 1.12.1-2.1.81 | k4lib-1.12.1-2.1.81-universal.jar | None |
  568. | LCHIJA | fluidtank | 12.4.7 | largefluidtank-12.4.7.jar | 617a4e95f0af9de5402bb9883abe0f53a6bfa230 |
  569. | LCHIJA | fluidtank_ae2 | 12.4.7 | largefluidtank-12.4.7.jar | 617a4e95f0af9de5402bb9883abe0f53a6bfa230 |
  570. | LCHIJA | fluidtank_theoneprobe | 12.4.7 | largefluidtank-12.4.7.jar | 617a4e95f0af9de5402bb9883abe0f53a6bfa230 |
  571. | LCHIJA | lex | 1.0.8 | libex-1.12.2-1.0.8.jar | None |
  572. | LCHIJA | littletiles | 1.5.0 | littletilesv1.5.0-pre177mc1.12.2.jar | None |
  573. | LCHIJA | lootbags | 2.5.8.5 | lootbags-1.12.2-2.5.8.5.jar | None |
  574. | LCHIJA | loottweaker | 0.0.10 | loottweaker-1.12.2-0.0.10.jar | None |
  575. | LCHIJA | magicbees | 1.0 | magicbees-1.12.2-3.1.10.jar | None |
  576. | LCHIJA | malisiscore | 1.12.2-6.5.1-SNAPSHOT | malisiscore-1.12.2-6.5.1.jar | None |
  577. | LCHIJA | malisisdoors | 1.12.2-7.3.0 | malisisdoors-1.12.2-7.3.0.jar | None |
  578. | LCHIJA | mekanismgenerators | 1.12.2-9.7.9.380 | mekanismgenerators-1.12.2-9.7.9.380.jar | None |
  579. | LCHIJA | mekanismtools | 1.12.2-9.7.9.380 | mekanismtools-1.12.2-9.7.9.380.jar | None |
  580. | LCHIJA | taiga | 1.12.2-1.3.3 | taiga-1.12.2-1.3.4.jar | None |
  581. | LCHIJA | valoegheses_be | 1.4.10-public-alpha-ddss | zoesteria-1.4.10-public-alpha-ddss.jar | None |
  582. | LCHIJA | mekores | 2.0.12 | mekores-2.0.12.jar | None |
  583. | LCHIJA | mpr | 2.3.3 | mobspropertiesrandomness-2.3.3-mc1.12.x.jar | None |
  584. | LCHIJA | morelibs | 1.2.2 | morelibs-1.12.2-1.2.2.jar | None |
  585. | LCHIJA | mrtjpcore | 2.1.4.43 | mrtjpcore-1.12.2-2.1.4.43-universal.jar | None |
  586. | LCHIJA | projectred-core | 4.9.4.120 | projectred-1.12.2-4.9.4.120-base.jar | None |
  587. | LCHIJA | thermaldynamics | 2.5.5 | thermaldynamics-1.12.2-2.5.5.21-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  588. | LCHIJA | simplyjetpacks | 2.2.11.64 | simplyjetpacks2-1.12.2-2.2.11.64.jar | None |
  589. | LCHIJA | plustic | 7.1.6.1 | plustic-7.1.6.1.jar | None |
  590. | LCHIJA | pneumaticcraft | 1.12.2-0.11.7-375 | pneumaticcraft-repressurized-1.12.2-0.11.7-375.jar | None |
  591. | LCHIJA | refinedstorage | 1.6.15 | refinedstorage-1.6.15.jar | 57893d5b90a7336e8c63fe1c1e1ce472c3d59578 |
  592. | LCHIJA | moreplates | 5.5.2 | moreplates-1.12.2-5.5.2.jar | None |
  593. | LCHIJA | morpheus | 1.12.2-3.5.106 | morpheus-1.12.2-3.5.106.jar | None |
  594. | LCHIJA | mowziesmobs | 1.5.4 | mowziesmobs-1.5.4.jar | None |
  595. | LCHIJA | multimob | 1.0.5 | multimob-1.0.5.jar | None |
  596. | LCHIJA | naturescompass | 1.5.1 | naturescompass-1.12.2-1.5.1.jar | None |
  597. | LCHIJA | nex | 2.0.8 | netherex-1.12.2-2.0.8.jar | None |
  598. | LCHIJA | neid | 1.5.4.4 | notenoughids-1.5.4.4.jar | None |
  599. | LCHIJA | omlib | 3.1.3-246 | omlib-1.12.2-3.1.3-246.jar | None |
  600. | LCHIJA | ompd | 3.1.0-61 | ompd-1.12.2-3.1.0-61.jar | None |
  601. | LCHIJA | openmods | 0.12.2 | openmodslib-1.12.2-0.12.2.jar | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
  602. | LCHIJA | openblocks | 1.8.1 | openblocks-1.12.2-1.8.1.jar | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
  603. | LCHIJA | openmodularturrets | 3.1.4-356 | openmodularturrets-1.12.2-3.1.4-356.jar | None |
  604. | LCHIJA | overloaded | 0.0.58 | overloaded-1.12.2-0.0.58.jar | 644f38521a349310a5dae0239577dc7beebefaec |
  605. | LCHIJA | pamscookables | 1.1 | pamscookables-1.1.jar | None |
  606. | LCHIJA | patchouli | 1.0-20 | patchouli-1.0-20.jar | None |
  607. | LCHIJA | pickletweaks | 2.1.3 | pickletweaks-1.12.2-2.1.3.jar | None |
  608. | LCHIJA | placebo | 1.6.0 | placebo-1.12.2-1.6.0.jar | None |
  609. | LCHIJA | primitivemobs | 1.2.3a | primitivemobs-1.2.3a.jar | None |
  610. | LCHIJA | progressivebosses | 1.5.4 | progressivebosses-1.5.4-mc1.12.x.jar | None |
  611. | LCHIJA | projectred-compat | 1.0 | projectred-1.12.2-4.9.4.120-compat.jar | None |
  612. | LCHIJA | projectred-integration | 4.9.4.120 | projectred-1.12.2-4.9.4.120-integration.jar | None |
  613. | LCHIJA | projectred-transmission | 4.9.4.120 | projectred-1.12.2-4.9.4.120-integration.jar | None |
  614. | LCHIJA | projectred-fabrication | 4.9.4.120 | projectred-1.12.2-4.9.4.120-fabrication.jar | None |
  615. | LCHIJA | projectred-illumination | 4.9.4.120 | projectred-1.12.2-4.9.4.120-lighting.jar | None |
  616. | LCHIJA | projectred-expansion | 4.9.4.120 | projectred-1.12.2-4.9.4.120-mechanical.jar | None |
  617. | LCHIJA | projectred-relocation | 4.9.4.120 | projectred-1.12.2-4.9.4.120-mechanical.jar | None |
  618. | LCHIJA | projectred-transportation | 4.9.4.120 | projectred-1.12.2-4.9.4.120-mechanical.jar | None |
  619. | LCHIJA | projectred-exploration | 4.9.4.120 | projectred-1.12.2-4.9.4.120-world.jar | None |
  620. | LCHIJA | questbook | 3.1.1-1.12 | questbook-3.1.1-1.12.jar | None |
  621. | LCHIJA | rebornstorage | 1.0.0 | rebornstorage-1.12.2-3.3.4.85.jar | None |
  622. | LCHIJA | refined_avaritia | 2.6 | refinedavaritia-1.12.2-2.6.jar | None |
  623. | LCHIJA | refinedstorageaddons | 0.4.4 | refinedstorageaddons-0.4.4.jar | None |
  624. | LCHIJA | additionalstructures | 2.3.1 | rexs-additional-structures-1.12.x-v.2.3.1.jar | None |
  625. | LCHIJA | rftoolscontrol | 2.0.2 | rftoolsctrl-1.12-2.0.2.jar | None |
  626. | LCHIJA | rftoolsdim | 5.71 | rftoolsdim-1.12-5.71.jar | None |
  627. | LCHIJA | rftoolspower | 1.2.0 | rftoolspower-1.12-1.2.0.jar | None |
  628. | LCHIJA | rockhounding_core | 3.22 | rockhoundingcore-1.12.2-3.22.jar | None |
  629. | LCHIJA | gbook | 2.9.2 | guidebook-1.12.2-2.9.2.jar | None |
  630. | LCHIJA | rockhounding_chemistry | 1.12.2-3.46 | rockhoundingchemistry-1.12.2-3.46.jar | None |
  631. | LCHIJA | roguelike | 1.8.0 | roguelikedungeons-1.12.2-1.8.0.jar | None |
  632. | LCHIJA | roughmobs | 2.0.0 | roughmobs2-1.12.22.0.15.jar | None |
  633. | LCHIJA | sip | 1.12.1-3.0.36 | ServerInfoProvider-1.12.1-3.0.36-universal.jar | None |
  634. | LCHIJA | sgcraft | 1.13.2 | sgcraft-2.0.2.jar | None |
  635. | LCHIJA | sledgehammer | 1.12.2-1.6.6 | sledgehammer-1.12.2-1.6.6.jar | 565fa4dbf20e7c3c4423950ca8e0bdabf7568796 |
  636. | LCHIJA | solarflux | 4.35r | solarfluxreborn1.12.2-4.35r.jar | 4d7b29cd19124e986da685107d16ce4b49bc0a97 |
  637. | LCHIJA | specialai | 1.1.0_for_mc1.12.2 | specialai-1.1.0formc1.12.2.jar | None |
  638. | LCHIJA | spiceoflife | 1.3.12 | spiceoflife-mc1.12-1.3.12.jar | None |
  639. | LCHIJA | bq_standard | 3.4.169 | standardexpansion-3.4.169.jar | None |
  640. | LCHIJA | stevescarts | 2.4.31.135 | stevescarts-1.12.2-2.4.31.135.jar | None |
  641. | LCHIJA | storagecabinet | 1.0 | storagecabinet-1.2.0.jar | None |
  642. | LCHIJA | storagedrawersextra | @VERSION@ | storagedrawersextras-1.12-3.1.0.jar | None |
  643. | LCHIJA | storagetech | 6.0 | storagetech_r6.0.jar | None |
  644. | LCHIJA | thermalcultivation | 0.3.3 | thermalcultivation-1.12.2-0.3.3.12-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  645. | LCHIJA | thermalinnovation | 0.3.3 | thermalinnovation-1.12.2-0.3.3.12-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  646. | LCHIJA | tinkersjei | 1.2 | tinkersjei-1.2.jar | None |
  647. | LCHIJA | tinkertoolleveling | 1.12.2-1.1.0.DEV.b23e769 | tinkertoolleveling-1.12.2-1.1.0.jar | None |
  648. | LCHIJA | tombstone | 3.5.9 | tombstone-3.5.9-1.12.2.jar | None |
  649. | LCHIJA | torchmaster | 1.8.0.79 | torchmaster1.12.2-1.8.0.79.jar | 5e9a436b366831c8f54a7e80b015784da69278c6 |
  650. | LCHIJA | traverse | 1.6.0 | traverse-1.12.2-1.6.0-69.jar | None |
  651. | LCHIJA | undergroundbiomes | 1.3.7 | undergroundbiomesconstructs-1.12-1.3.7.jar | None |
  652. | LCHIJA | uteamcore | 2.2.4.133 | uteamcore-1.12.2-2.2.4.133.jar | None |
  653. | LCHIJA | usefulrailroads | 1.1.1.9 | usefulrailroads-1.12.2-1.1.1.9.jar | None |
  654. | LCHIJA | v0idssmartbackpacks | 1.0.6 | v0ids_smart_backpacks-1.0.6.jar | None |
  655. | LCHIJA | universalmodifiers | 1.12.2-1.0.16.1 | valkyrielib-1.12.2-2.0.20.1.jar | None |
  656. | LCHIJA | vanillafix | 1.0.10-SNAPSHOT | vanillafix-1.0.10-99.jar | None |
  657. | LCHIJA | vc | 5.9.13 | viescraft-1.12.2-5.9.13.jar | None |
  658. | LCHIJA | vulcanite | 1.5.2 | vulcanite-1.5.2-mc1.12.x.jar | None |
  659. | LCHIJA | wanionlib | 1.12.2-2.4 | wanionlib-1.12.2-2.4.jar | None |
  660. | LCHIJA | wct | 3.12.93 | wirelesscraftingterminal-1.12.2-3.12.93.jar | 186bc454cd122c9c2f1aa4f95611254bcc543363 |
  661. | LCHIJA | worleycaves | 1.5.1 | worleycaves-1.5.1.jar | None |
  662. | LCHIJA | xnet | 1.8.2 | xnet-1.12-1.8.2.jar | None |
  663. | LCHIJA | techreborn_compat | 1.0.0 | TechReborn-ModCompatibility-1.12.2-1.2.0.52.jar | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
  664. | LCHIJA | orelib | 3.6.0.1 | orelib-1.12.2-3.6.0.1.jar | 7a2128d395ad96ceb9d9030fbd41d035b435753a |
  665. | LCHIJA | phosphor-lighting | 1.12.2-0.2.6 | phosphor-1.12.2-0.2.6build50-universal.jar | f0387d288626cc2d937daa504e74af570c52a2f1 |
  666. | LCHIJA | solcarrot | 1.8.3 | solcarrot-1.12.2-1.8.3.jar | None |
  667. | LCHIJA | hungeroverhaul | 1.12.2-1.3.3.jenkins148 | hungeroverhaul-1.12.2-1.3.3.jenkins148.jar | None |
  668. | LCHIJA | librarianliblate | 4.19.2 | librarianlib-1.12.2-4.19.2-release.jar | None |
  669. | LCHIJA | mysticallib | 1.12.2-1.4.0 | mysticallib-1.12.2-1.4.0.jar | None |
  670. | LCHIJA | teslacorelib_registries | 1.0.15 | tesla-core-lib-1.12.2-1.0.15.jar | None |
  671. | LCHIJA | unidict | 1.12.2-2.9.2 | unidict-1.12.2-2.9.2.jar | None |
  672. Loaded coremods (and transformers): OpenModsCorePlugin (openmodslib-1.12.2-0.12.2.jar)
  673. openmods.core.OpenModsClassTransformer
  674. HCASM (hammercore-1.12.2-2.0.5.5.jar)
  675. com.zeitheron.hammercore.asm.HammerCoreTransformer
  676. PhosphorFMLLoadingPlugin (phosphor-1.12.2-0.2.6build50-universal.jar)
  677.  
  678. MekanismCoremod (mekanism-1.12.2-9.7.9.380.jar)
  679. mekanism.coremod.KeybindingMigrationHelper
  680. CTMCorePlugin (ctm-mc1.12.2-1.0.0.29.jar)
  681. team.chisel.ctm.client.asm.CTMTransformer
  682. TransformerLoader (opencomputers-mc1.12.2-1.7.4.153.jar)
  683. li.cil.oc.common.asm.ClassTransformer
  684. Quark Plugin (quark-r1.6-177.jar)
  685. vazkii.quark.base.asm.ClassTransformer
  686. IELoadingPlugin (ImmersiveEngineering-core-0.12-92.jar)
  687. blusunrize.immersiveengineering.common.asm.IEClassTransformer
  688. p455w0rdc0re (p455w0rdslib-1.12.2-2.2.156.jar)
  689. p455w0rdslib.asm.ClassTransformer
  690. VanillaFixLoadingPlugin (vanillafix-1.0.10-99.jar)
  691.  
  692. LibrarianLib Plugin (librarianlib-1.12.2-4.19.2-release.jar)
  693. com.teamwizardry.librarianlib.asm.LibLibTransformer
  694. MalisisCorePlugin (malisiscore-1.12.2-6.5.1.jar)
  695.  
  696. Plugin (notenoughids-1.5.4.4.jar)
  697. ru.fewizz.neid.asm.Transformer
  698. CreativePatchingLoader (creativecorev1.9.71mc1.12.2.jar)
  699.  
  700. RandomPatches (randompatches-1.12.2-1.19.1.1.jar)
  701. com.therandomlabs.randompatches.core.RPTransformer
  702. LittlePatchingLoader (littletilesv1.5.0-pre177mc1.12.2.jar)
  703. com.creativemd.littletiles.LittleTilesTransformer
  704. LoadingPlugin (bloodmoon-mc1.12.2-1.5.3.jar)
  705. lumien.bloodmoon.asm.ClassTransformer
  706. 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.8-1.12.2.jar)
  707. pl.asie.foamfix.coremod.FoamFixTransformer
  708. iceandfire (iceandfire-1.8.3.jar)
  709. com.github.alexthe666.iceandfire.patcher.IceAndFireRuntimePatcher
  710. MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.2.237.jar)
  711. micdoodle8.mods.miccore.MicdoodleTransformer
  712. AstralCore (astralsorcery-1.12.2-1.10.20.jar)
  713.  
  714. llibrary (llibrary-core-1.0.11-1.12.2.jar)
  715. net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
  716. net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
  717. ForgelinPlugin (forgelin-1.8.4.jar)
  718.  
  719. CoreMod (aroma1997core-1.12.2-2.0.0.2.jar)
  720.  
  721. AppleCore (applecore-mc1.12.2-3.2.0.jar)
  722. squeek.applecore.asm.TransformerModuleHandler
  723. 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]
  724. AE2 Version: stable rv6-stable-7 for Forge 14.23.5.2768
  725. Pulsar/tconstruct loaded Pulses: - TinkerCommons (Enabled/Forced)
  726. - TinkerWorld (Enabled/Not Forced)
  727. - TinkerTools (Enabled/Not Forced)
  728. - TinkerHarvestTools (Enabled/Forced)
  729. - TinkerMeleeWeapons (Enabled/Forced)
  730. - TinkerRangedWeapons (Enabled/Forced)
  731. - TinkerModifiers (Enabled/Forced)
  732. - TinkerSmeltery (Enabled/Not Forced)
  733. - TinkerGadgets (Enabled/Not Forced)
  734. - TinkerOredict (Enabled/Forced)
  735. - TinkerIntegration (Enabled/Forced)
  736. - TinkerFluids (Enabled/Forced)
  737. - TinkerMaterials (Enabled/Forced)
  738. - TinkerModelRegister (Enabled/Forced)
  739. - chiselIntegration (Enabled/Not Forced)
  740. - chiselsandbitsIntegration (Enabled/Not Forced)
  741. - craftingtweaksIntegration (Enabled/Not Forced)
  742. - theoneprobeIntegration (Enabled/Not Forced)
  743. Pulsar/natura loaded Pulses: - NaturaCommons (Enabled/Forced)
  744. - NaturaOverworld (Enabled/Not Forced)
  745. - NaturaNether (Enabled/Not Forced)
  746. - NaturaDecorative (Enabled/Not Forced)
  747. - NaturaTools (Enabled/Not Forced)
  748. - NaturaEntities (Enabled/Not Forced)
  749. - NaturaOredict (Enabled/Forced)
  750. - NaturaWorld (Enabled/Not Forced)
  751. - craftingtweaksIntegration (Enabled/Not Forced)
  752. HammerCore Debug Information: Dependent Mods:
  753. -Botanic Additions (botanicadds) @4r
  754. List of loaded APIs: * actuallyadditionsapi (34) from actuallyadditions-1.12.2-r150.jar
  755. * ae2wtlib|API (1.0.30) from ae2wtlib-1.12.2-1.0.30.jar
  756. * AppleCoreAPI (3.2.0) from applecore-mc1.12.2-3.2.0.jar
  757. * appliedenergistics2|API (rv6) from appliedenergistics2-rv6-stable-7.jar
  758. * ArtisanWorktablesAPI (8) from artisanworktables-1.12.2-1.22.10.jar
  759. * Base|API (1.0.0) from base-1.12.2-3.13.0.jar
  760. * Baubles|API (1.4.0.2) from baubles-1.12-1.5.2.jar
  761. * BetterQuesting|API (3.2) from betterquesting-3.5.316.jar
  762. * BetterQuesting|API2 (3.1) from betterquesting-3.5.316.jar
  763. * BetterWithModsAPI (Beta 0.6) from appleskin-mc1.12-1.0.9.jar
  764. * bigreactors|API (4.0.1) from extremereactors-1.12.2-0.4.5.67.jar
  765. * bloodmagic-api (2.0.0) from bloodmagic-1.12.2-2.4.3-105.jar
  766. * BotaniaAPI (93) from botania_r1.10-362.jar
  767. * chesttransporter|api (2) from chesttransporter-1.12.2-2.8.8.jar
  768. * Chisel-API (0.0.1) from chisel-mc1.12.2-1.0.1.44.jar
  769. * ChiselAPI|Carving (0.0.1) from chisel-mc1.12.2-1.0.1.44.jar
  770. * ChiselsAndBitsAPI (14.25.0) from chiselsandbits-14.33.jar
  771. * CoFHAPI (1.8.9R1.2.0B1) from ServerInfoProvider-1.12.1-3.0.36-universal.jar
  772. * cofhapi (2.5.0) from cofhcore-1.12.2-4.6.3.27-universal.jar
  773. * CoFHAPI|energy (1.8.9R1.2.0B1) from ServerInfoProvider-1.12.1-3.0.36-universal.jar
  774. * commoncapabilities|api (0.0.1) from commoncapabilities-1.12.2-2.4.4.jar
  775. * cosmeticarmorreworked|api (1.0.0) from cosmeticarmorreworked-1.12.2-v4a.jar
  776. * CraftingTweaks|API (4.1) from craftingtweaks1.12.2-8.1.9.jar
  777. * ctm-api (0.1.0) from ctm-mc1.12.2-1.0.0.29.jar
  778. * ctm-api-events (0.1.0) from ctm-mc1.12.2-1.0.0.29.jar
  779. * ctm-api-models (0.1.0) from ctm-mc1.12.2-1.0.0.29.jar
  780. * ctm-api-textures (0.1.0) from ctm-mc1.12.2-1.0.0.29.jar
  781. * ctm-api-utils (0.1.0) from ctm-mc1.12.2-1.0.0.29.jar
  782. * DLDungeonsAPI (1.1) from doomlikedungeons-1.12.10-mc1.12.2.jar
  783. * DraconicEvolution|API (1.3) from draconic-evolution-1.12.2-2.3.24.349-universal.jar
  784. * ForestryAPI|apiculture (5.0.0) from forestry1.12.2-5.8.2.409.jar
  785. * ForestryAPI|arboriculture (4.3.0) from forestry1.12.2-5.8.2.409.jar
  786. * ForestryAPI|book (5.8.1) from forestry1.12.2-5.8.2.409.jar
  787. * ForestryAPI|circuits (3.1.0) from forestry1.12.2-5.8.2.409.jar
  788. * ForestryAPI|climate (5.0.0) from forestry1.12.2-5.8.2.409.jar
  789. * ForestryAPI|core (5.7.0) from forestry1.12.2-5.8.2.409.jar
  790. * ForestryAPI|farming (5.8.0) from forestry1.12.2-5.8.2.409.jar
  791. * ForestryAPI|food (1.1.0) from forestry1.12.2-5.8.2.409.jar
  792. * ForestryAPI|fuels (3.0.0) from forestry1.12.2-5.8.2.409.jar
  793. * ForestryAPI|genetics (5.7.0) from forestry1.12.2-5.8.2.409.jar
  794. * ForestryAPI|gui (5.8.0) from forestry1.12.2-5.8.2.409.jar
  795. * ForestryAPI|hives (4.1.0) from forestry1.12.2-5.8.2.409.jar
  796. * ForestryAPI|lepidopterology (1.4.0) from forestry1.12.2-5.8.2.409.jar
  797. * ForestryAPI|mail (3.1.0) from forestry1.12.2-5.8.2.409.jar
  798. * ForestryAPI|modules (5.7.0) from forestry1.12.2-5.8.2.409.jar
  799. * ForestryAPI|multiblock (3.0.0) from forestry1.12.2-5.8.2.409.jar
  800. * ForestryAPI|recipes (5.4.0) from forestry1.12.2-5.8.2.409.jar
  801. * ForestryAPI|storage (5.0.0) from forestry1.12.2-5.8.2.409.jar
  802. * ForestryAPI|world (2.1.0) from forestry1.12.2-5.8.2.409.jar
  803. * Galacticraft API (1.1) from GalacticraftCore-1.12.2-4.0.2.237.jar
  804. * gendustryAPI (2.3.0) from gendustry-1.6.5.8-mc1.12.2.jar
  805. * Guide-API|API (2.0.0) from guide-api-1.12-2.1.8-63.jar
  806. * ImmersiveEngineering|API (1.0) from immersiveengineering-0.12-92.jar
  807. * ImmersiveEngineering|ImmersiveFluxAPI (1.0) from immersiveengineering-0.12-92.jar
  808. * industrialforegoingapi (5) from industrialforegoing-1.12.2-1.12.13-237.jar
  809. * integrateddynamics|api (0.2.0) from integrateddynamics-1.12.2-1.1.0.jar
  810. * jeresources|API (0.9.2.60) from justenoughresources-1.12.2-0.9.2.60.jar
  811. * journeymap|client-api (1.4) from journeymap-1.12.2-5.5.5.jar
  812. * journeymap|client-api-display (1.4) from journeymap-1.12.2-5.5.5.jar
  813. * journeymap|client-api-event (1.4) from journeymap-1.12.2-5.5.5.jar
  814. * journeymap|client-api-model (1.4) from journeymap-1.12.2-5.5.5.jar
  815. * journeymap|client-api-util (1.4) from journeymap-1.12.2-5.5.5.jar
  816. * JustEnoughItemsAPI (4.13.0) from jei1.12.2-4.15.0.292.jar
  817. * MekanismAPI|core (9.7.8) from mekanism-1.12.2-9.7.9.380.jar
  818. * MekanismAPI|energy (9.7.8) from mekanism-1.12.2-9.7.9.380.jar
  819. * MekanismAPI|gas (9.7.8) from mekanism-1.12.2-9.7.9.380.jar
  820. * MekanismAPI|infuse (9.7.8) from mekanism-1.12.2-9.7.9.380.jar
  821. * MekanismAPI|laser (9.7.8) from mekanism-1.12.2-9.7.9.380.jar
  822. * MekanismAPI|transmitter (9.7.8) from mekanism-1.12.2-9.7.9.380.jar
  823. * MekanismAPI|util (9.0.0) from mekanism-1.12.2-9.7.9.380.jar
  824. * MouseTweaks|API (1.0) from artisanworktables-1.12.2-1.22.10.jar
  825. * openblocks|api (1.2) from openblocks-1.12.2-1.8.1.jar
  826. * opencomputersapi|component (7.0.0-alpha) from opencomputers-mc1.12.2-1.7.4.153.jar
  827. * opencomputersapi|core (7.0.0-alpha) from opencomputers-mc1.12.2-1.7.4.153.jar
  828. * opencomputersapi|driver (7.0.0-alpha) from opencomputers-mc1.12.2-1.7.4.153.jar
  829. * opencomputersapi|driver|item (7.0.0-alpha) from opencomputers-mc1.12.2-1.7.4.153.jar
  830. * opencomputersapi|event (7.0.0-alpha) from opencomputers-mc1.12.2-1.7.4.153.jar
  831. * opencomputersapi|filesystem (7.0.0-alpha) from opencomputers-mc1.12.2-1.7.4.153.jar
  832. * opencomputersapi|internal (7.0.0-alpha) from opencomputers-mc1.12.2-1.7.4.153.jar
  833. * opencomputersapi|machine (7.0.0-alpha) from opencomputers-mc1.12.2-1.7.4.153.jar
  834. * opencomputersapi|manual (7.0.0-alpha) from opencomputers-mc1.12.2-1.7.4.153.jar
  835. * opencomputersapi|network (7.0.0-alpha) from opencomputers-mc1.12.2-1.7.4.153.jar
  836. * opencomputersapi|prefab (7.0.0-alpha) from opencomputers-mc1.12.2-1.7.4.153.jar
  837. * PatchouliAPI (6) from patchouli-1.0-20.jar
  838. * PneumaticCraftApi (1.1) from pneumaticcraft-repressurized-1.12.2-0.11.7-375.jar
  839. * projectred|api (2.1) from projectred-1.12.2-4.9.4.120-base.jar
  840. * QuarkAPI (4) from quark-r1.6-177.jar
  841. * reborncoreAPI (3.16.0.469) from reborncore-1.12.2-3.16.0.469-universal.jar
  842. * reborncoreAPI|Power (3.16.0.469) from reborncore-1.12.2-3.16.0.469-universal.jar
  843. * reborncoreAPI|Praescriptum (3.16.0.469) from reborncore-1.12.2-3.16.0.469-universal.jar
  844. * reborncoreAPI|Recipe (3.16.0.469) from reborncore-1.12.2-3.16.0.469-universal.jar
  845. * reborncoreAPI|Tile (3.16.0.469) from reborncore-1.12.2-3.16.0.469-universal.jar
  846. * redstonefluxapi (2.1.0) from redstoneflux-1.12-2.1.0.6-universal.jar
  847. * rh_api (3.00) from rockhoundingcore-1.12.2-3.22.jar
  848. * stevescartsAPI (${version}) from stevescarts-1.12.2-2.4.31.135.jar
  849. * stevescartsAPI|FARMS (${version}) from stevescarts-1.12.2-2.4.31.135.jar
  850. * StorageDrawersAPI (2.1.0) from storagedrawers-1.12.2-5.4.0.jar
  851. * StorageDrawersAPI|event (2.1.0) from storagedrawers-1.12.2-5.4.0.jar
  852. * StorageDrawersAPI|registry (2.1.0) from storagedrawers-1.12.2-5.4.0.jar
  853. * StorageDrawersAPI|render (2.1.0) from storagedrawers-1.12.2-5.4.0.jar
  854. * StorageDrawersAPI|storage (2.1.0) from storagedrawers-1.12.2-5.4.0.jar
  855. * StorageDrawersAPI|storage-attribute (2.1.0) from storagedrawers-1.12.2-5.4.0.jar
  856. * techrebornAPI (2.24.1.1017) from techreborn-1.12.2-2.24.1.1017-universal.jar
  857. * theoneprobe_api (1.4.4) from theoneprobe-1.12-1.4.28.jar
  858. * tombstone-api (1.0.3) from tombstone-3.5.9-1.12.2.jar
  859. * tombstone-api-capability (1.0.3) from tombstone-3.5.9-1.12.2.jar
  860. * tombstone-api-event (1.0.3) from tombstone-3.5.9-1.12.2.jar
  861. * tombstone-api-magic (1.0.3) from tombstone-3.5.9-1.12.2.jar
  862. * tombstone-api-recipe (1.0.3) from tombstone-3.5.9-1.12.2.jar
  863. * valkyrielib.api (1.12.2-2.0.10a) from valkyrielib-1.12.2-2.0.20.1.jar
  864. * wct|api (1.1) from wirelesscraftingterminal-1.12.2-3.12.93.jar
  865. * zerocore|API|multiblock (1.10.2-0.0.2) from zerocore-1.12.2-0.1.2.8.jar
  866. * zerocore|API|multiblock|rectangular (1.10.2-0.0.2) from zerocore-1.12.2-0.1.2.8.jar
  867. * zerocore|API|multiblock|tier (1.10.2-0.0.2) from zerocore-1.12.2-0.1.2.8.jar
  868. * zerocore|API|multiblock|validation (1.10.2-0.0.2) from zerocore-1.12.2-0.1.2.8.jar
  869. RebornCore: Plugin Engine: 0
  870. RebornCore Version: 3.16.0.469
  871. Runtime Debofucsation 1
  872. forestry : Modules have been disabled in the config: Machines, Core
  873. AE2 Integration: IC2:OFF, RC:OFF, MFR:OFF, Waila:OFF, Mekanism:ON, OpenComputers:ON, THE_ONE_PROBE:ON, TESLA:OFF, CRAFTTWEAKER:ON
  874. Suspected Mods: p455w0rd's Library (p455w0rdslib), AE2 Wireless Terminals (AE2WTLib) (ae2wtlib), Wireless Crafting Terminal 2 (wct)
  875. Profiler Position: N/A (disabled)
  876. Player Count: 4 / 10; [GCEntityPlayerMP['2092'/18397, l='world', x=19196.98, y=65.00, z=14986.75], GCEntityPlayerMP['VukGamingSide'/555346, l='world', x=19195.94, y=65.00, z=14982.78], GCEntityPlayerMP['PaLePan'/279685, l='world', x=34024.93, y=63.00, z=23600.44], GCEntityPlayerMP['Darkpois0n'/581743, l='world', x=-71429.24, y=67.00, z=29102.85]]
  877. Is Modded: Definitely; Server brand changed to 'fml,forge'
  878. Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement