Advertisement
Guest User

Untitled

a guest
Jan 24th, 2020
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.39 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. EnderCorePlugin (EnderCore-1.12.2-0.5.57-core.jar)
  5. MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.1.181.jar)
  6. Quark Plugin (Quark-r1.6-177.jar)
  7. CXLibraryCore (cxlibrary-1.12.1-1.6.1.jar)
  8. MovingWorldCore (movingworld-1.12-6.342-full.jar)
  9. CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar)
  10. Contact their authors BEFORE contacting forge
  11.  
  12. // My bad.
  13.  
  14. Time: 1/24/20 8:53 PM
  15. Description: Watching Server
  16.  
  17. java.lang.Error: ServerHangWatchdog detected that a single server tick took 60.00 seconds (should be max 0.05)
  18. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  19. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
  20. at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:691)
  21. at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:673)
  22. at net.minecraft.item.ItemStack.forgeInit(ItemStack.java:1217)
  23. at net.minecraft.item.ItemStack.<init>(ItemStack.java:112)
  24. at net.minecraft.item.ItemStack.<init>(ItemStack.java:98)
  25. at net.minecraft.item.ItemStack.<init>(ItemStack.java:95)
  26. at net.minecraft.item.ItemStack.<init>(ItemStack.java:90)
  27. at com.matez.wildnature.entity.AI.EntityAIEatItem.getClosestItem(EntityAIEatItem.java:98)
  28. at com.matez.wildnature.entity.AI.EntityAIEatItem.searchForDestination(EntityAIEatItem.java:59)
  29. at com.matez.wildnature.entity.AI.EntityAIEatItem.func_75250_a(EntityAIEatItem.java:51)
  30. at net.minecraft.entity.ai.EntityAITasks.func_75774_a(SourceFile:94)
  31. at net.minecraft.entity.EntityLiving.func_70626_be(EntityLiving.java:763)
  32. at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:2359)
  33. at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:577)
  34. at net.minecraft.entity.EntityAgeable.func_70636_d(EntityAgeable.java:178)
  35. at net.minecraft.entity.passive.EntityAnimal.func_70636_d(SourceFile:43)
  36. at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2179)
  37. at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:295)
  38. at net.minecraft.world.World.func_72866_a(World.java:1996)
  39. at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832)
  40. at net.minecraft.world.World.func_72870_g(World.java:1958)
  41. at net.minecraft.world.World.func_72939_s(World.java:1762)
  42. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:613)
  43. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767)
  44. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397)
  45. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
  46. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
  47. at java.lang.Thread.run(Thread.java:748)
  48.  
  49.  
  50. A detailed walkthrough of the error, its code path and all known details is as follows:
  51. ---------------------------------------------------------------------------------------
  52.  
  53. -- Head --
  54. Thread: Server Watchdog
  55. Stacktrace:
  56. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  57. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
  58. at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:691)
  59. at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:673)
  60. at net.minecraft.item.ItemStack.forgeInit(ItemStack.java:1217)
  61. at net.minecraft.item.ItemStack.<init>(ItemStack.java:112)
  62. at net.minecraft.item.ItemStack.<init>(ItemStack.java:98)
  63. at net.minecraft.item.ItemStack.<init>(ItemStack.java:95)
  64. at net.minecraft.item.ItemStack.<init>(ItemStack.java:90)
  65. at com.matez.wildnature.entity.AI.EntityAIEatItem.getClosestItem(EntityAIEatItem.java:98)
  66. at com.matez.wildnature.entity.AI.EntityAIEatItem.searchForDestination(EntityAIEatItem.java:59)
  67. at com.matez.wildnature.entity.AI.EntityAIEatItem.func_75250_a(EntityAIEatItem.java:51)
  68. at net.minecraft.entity.ai.EntityAITasks.func_75774_a(SourceFile:94)
  69. at net.minecraft.entity.EntityLiving.func_70626_be(EntityLiving.java:763)
  70. at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:2359)
  71. at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:577)
  72. at net.minecraft.entity.EntityAgeable.func_70636_d(EntityAgeable.java:178)
  73. at net.minecraft.entity.passive.EntityAnimal.func_70636_d(SourceFile:43)
  74. at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2179)
  75. at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:295)
  76. at net.minecraft.world.World.func_72866_a(World.java:1996)
  77. at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832)
  78. at net.minecraft.world.World.func_72870_g(World.java:1958)
  79. at net.minecraft.world.World.func_72939_s(World.java:1762)
  80. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:613)
  81. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767)
  82. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397)
  83. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
  84.  
  85. -- Thread Dump --
  86. Details:
  87. Threads: "Netty Epoll Server IO #8" Id=83 RUNNABLE
  88. at io.netty.channel.epoll.Native.epollWait0(Native Method)
  89. at io.netty.channel.epoll.Native.epollWait(Native.java:117)
  90. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223)
  91. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247)
  92. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
  93. at java.lang.Thread.run(Thread.java:748)
  94.  
  95.  
  96. "Netty Epoll Server IO #7" Id=82 RUNNABLE (in native)
  97. at io.netty.channel.epoll.Native.epollWait0(Native Method)
  98. at io.netty.channel.epoll.Native.epollWait(Native.java:117)
  99. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223)
  100. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247)
  101. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
  102. at java.lang.Thread.run(Thread.java:748)
  103.  
  104.  
  105. "Netty Epoll Server IO #6" Id=81 RUNNABLE (in native)
  106. at io.netty.channel.epoll.Native.epollWait0(Native Method)
  107. at io.netty.channel.epoll.Native.epollWait(Native.java:117)
  108. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223)
  109. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247)
  110. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
  111. at java.lang.Thread.run(Thread.java:748)
  112.  
  113.  
  114. "Netty Epoll Server IO #5" Id=80 RUNNABLE
  115. at io.netty.channel.epoll.Native.epollWait0(Native Method)
  116. at io.netty.channel.epoll.Native.epollWait(Native.java:117)
  117. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223)
  118. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247)
  119. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
  120. at java.lang.Thread.run(Thread.java:748)
  121.  
  122.  
  123. "Chunk I/O Executor Thread-1" Id=79 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@63aac51c
  124. at sun.misc.Unsafe.park(Native Method)
  125. - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@63aac51c
  126. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  127. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  128. at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
  129. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  130. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  131. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  132. at java.lang.Thread.run(Thread.java:748)
  133.  
  134.  
  135. "Netty Epoll Server IO #4" Id=75 RUNNABLE
  136. at io.netty.channel.epoll.Native.epollWait0(Native Method)
  137. at io.netty.channel.epoll.Native.epollWait(Native.java:117)
  138. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223)
  139. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247)
  140. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
  141. at java.lang.Thread.run(Thread.java:748)
  142.  
  143.  
  144. "Netty Epoll Server IO #3" Id=74 RUNNABLE (in native)
  145. at io.netty.channel.epoll.Native.epollWait0(Native Method)
  146. at io.netty.channel.epoll.Native.epollWait(Native.java:117)
  147. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223)
  148. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247)
  149. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
  150. at java.lang.Thread.run(Thread.java:748)
  151.  
  152.  
  153. "Netty Epoll Server IO #2" Id=73 RUNNABLE (in native)
  154. at io.netty.channel.epoll.Native.epollWait0(Native Method)
  155. at io.netty.channel.epoll.Native.epollWait(Native.java:117)
  156. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223)
  157. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247)
  158. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
  159. at java.lang.Thread.run(Thread.java:748)
  160.  
  161.  
  162. "threadDeathWatcher-2-1" Id=72 TIMED_WAITING
  163. at java.lang.Thread.sleep(Native Method)
  164. at io.netty.util.ThreadDeathWatcher$Watcher.run(ThreadDeathWatcher.java:152)
  165. at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144)
  166. at java.lang.Thread.run(Thread.java:748)
  167.  
  168.  
  169. "Netty Epoll Server IO #1" Id=71 RUNNABLE
  170. at io.netty.channel.epoll.Native.epollWait0(Native Method)
  171. at io.netty.channel.epoll.Native.epollWait(Native.java:117)
  172. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223)
  173. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247)
  174. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
  175. at java.lang.Thread.run(Thread.java:748)
  176.  
  177.  
  178. "ICBM-Classic-WorkerThread-3" Id=63 TIMED_WAITING
  179. at java.lang.Thread.sleep(Native Method)
  180. at icbm.classic.content.explosive.thread2.WorkerThread.run(WorkerThread.java:69)
  181.  
  182.  
  183. "ICBM-Classic-WorkerThread-2" Id=62 TIMED_WAITING
  184. at java.lang.Thread.sleep(Native Method)
  185. at icbm.classic.content.explosive.thread2.WorkerThread.run(WorkerThread.java:69)
  186.  
  187.  
  188. "ICBM-Classic-WorkerThread-1" Id=61 TIMED_WAITING
  189. at java.lang.Thread.sleep(Native Method)
  190. at icbm.classic.content.explosive.thread2.WorkerThread.run(WorkerThread.java:69)
  191.  
  192.  
  193. "ICBM-Classic-WorkerThread-0" Id=60 TIMED_WAITING
  194. at java.lang.Thread.sleep(Native Method)
  195. at icbm.classic.content.explosive.thread2.WorkerThread.run(WorkerThread.java:69)
  196.  
  197.  
  198. "Server Watchdog" Id=59 RUNNABLE
  199. at sun.management.ThreadImpl.dumpThreads0(Native Method)
  200. at sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:454)
  201. at net.minecraft.server.dedicated.ServerHangWatchdog.run(ServerHangWatchdog.java:45)
  202. at java.lang.Thread.run(Thread.java:748)
  203.  
  204.  
  205. "File IO Thread" Id=58 TIMED_WAITING
  206. at java.lang.Thread.sleep(Native Method)
  207. at net.minecraft.world.storage.ThreadedFileIOBase.func_75736_b(SourceFile:51)
  208. at net.minecraft.world.storage.ThreadedFileIOBase.run(SourceFile:30)
  209. at java.lang.Thread.run(Thread.java:748)
  210.  
  211.  
  212. "ic2-poolthread-1" Id=56 WAITING on ic2.core.util.PriorityExecutor$FixedPriorityQueue@6d6d2719
  213. at java.lang.Object.wait(Native Method)
  214. - waiting on ic2.core.util.PriorityExecutor$FixedPriorityQueue@6d6d2719
  215. at java.lang.Object.wait(Object.java:502)
  216. at ic2.core.util.PriorityExecutor$FixedPriorityQueue.take(PriorityExecutor.java:143)
  217. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  218. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  219. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  220. at java.lang.Thread.run(Thread.java:748)
  221.  
  222.  
  223. "Ender IO Scheduler" Id=55 TIMED_WAITING
  224. at java.lang.Thread.sleep(Native Method)
  225. at info.loenwind.scheduler.Scheduler.run(Scheduler.java:41)
  226.  
  227.  
  228. "Netty Epoll Server IO #0" Id=47 RUNNABLE (in native)
  229. at io.netty.channel.epoll.Native.epollWait0(Native Method)
  230. at io.netty.channel.epoll.Native.epollWait(Native.java:117)
  231. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223)
  232. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247)
  233. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
  234. at java.lang.Thread.run(Thread.java:748)
  235.  
  236.  
  237. "Java2D Disposer" Id=46 WAITING on java.lang.ref.ReferenceQueue$Lock@6952ae6c
  238. at java.lang.Object.wait(Native Method)
  239. - waiting on java.lang.ref.ReferenceQueue$Lock@6952ae6c
  240. at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:144)
  241. at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:165)
  242. at sun.java2d.Disposer.run(Disposer.java:148)
  243. at java.lang.Thread.run(Thread.java:748)
  244.  
  245.  
  246. "Server console handler" Id=21 RUNNABLE (in native)
  247. at java.io.FileInputStream.readBytes(Native Method)
  248. at java.io.FileInputStream.read(FileInputStream.java:255)
  249. at java.io.BufferedInputStream.read1(BufferedInputStream.java:284)
  250. at java.io.BufferedInputStream.read(BufferedInputStream.java:345)
  251. - locked java.io.BufferedInputStream@2c502d22
  252. at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:284)
  253. at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:326)
  254. at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:178)
  255. - locked java.io.InputStreamReader@19678f91
  256. at java.io.InputStreamReader.read(InputStreamReader.java:184)
  257. ...
  258.  
  259.  
  260. "DestroyJavaVM" Id=20 RUNNABLE
  261.  
  262.  
  263. "Server thread" Id=18 RUNNABLE
  264. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  265. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
  266. at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:691)
  267. at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:673)
  268. at net.minecraft.item.ItemStack.forgeInit(ItemStack.java:1217)
  269. at net.minecraft.item.ItemStack.<init>(ItemStack.java:112)
  270. at net.minecraft.item.ItemStack.<init>(ItemStack.java:98)
  271. at net.minecraft.item.ItemStack.<init>(ItemStack.java:95)
  272. ...
  273.  
  274.  
  275. "Server Infinisleeper" Id=17 TIMED_WAITING
  276. at java.lang.Thread.sleep(Native Method)
  277. at net.minecraft.server.dedicated.DedicatedServer$1.run(DedicatedServer.java:82)
  278.  
  279.  
  280. "Snooper Timer" Id=16 TIMED_WAITING on java.util.TaskQueue@1d36264b
  281. at java.lang.Object.wait(Native Method)
  282. - waiting on java.util.TaskQueue@1d36264b
  283. at java.util.TimerThread.mainLoop(Timer.java:552)
  284. at java.util.TimerThread.run(Timer.java:505)
  285.  
  286.  
  287. "Signal Dispatcher" Id=4 RUNNABLE
  288.  
  289.  
  290. "Finalizer" Id=3 WAITING on java.lang.ref.ReferenceQueue$Lock@61ebda4f
  291. at java.lang.Object.wait(Native Method)
  292. - waiting on java.lang.ref.ReferenceQueue$Lock@61ebda4f
  293. at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:144)
  294. at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:165)
  295. at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:216)
  296.  
  297.  
  298. "Reference Handler" Id=2 WAITING on java.lang.ref.Reference$Lock@4c7fd26d
  299. at java.lang.Object.wait(Native Method)
  300. - waiting on java.lang.ref.Reference$Lock@4c7fd26d
  301. at java.lang.Object.wait(Object.java:502)
  302. at java.lang.ref.Reference.tryHandlePending(Reference.java:191)
  303. at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:153)
  304.  
  305.  
  306.  
  307. Stacktrace:
  308. at net.minecraft.server.dedicated.ServerHangWatchdog.run(ServerHangWatchdog.java:62)
  309. at java.lang.Thread.run(Thread.java:748)
  310.  
  311. -- System Details --
  312. Details:
  313. Minecraft Version: 1.12.2
  314. Operating System: Linux (amd64) version 4.19-ovh-xxxx-std-ipv6-64
  315. Java Version: 1.8.0_211, Oracle Corporation
  316. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  317. Memory: 2370088680 bytes (2260 MB) / 3713007616 bytes (3541 MB) up to 7635730432 bytes (7282 MB)
  318. JVM Flags: 4 total; -Xmx8192M -Xms1024M -XX:ParallelGCThreads=2 -XX:ThreadStackSize=512
  319. IntCache: cache: 1, tcache: 1, allocated: 12, tallocated: 94
  320. FML: MCP 9.42 Powered by Forge 14.23.5.2847 65 mods loaded, 65 mods active
  321. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  322.  
  323. | State | ID | Version | Source | Signature |
  324. |:------ |:-------------------------------------------- |:------------------------ |:------------------------------------------------- |:---------------------------------------- |
  325. | LCHIJA | minecraft | 1.12.2 | minecraft.jar | None |
  326. | LCHIJA | mcp | 9.42 | minecraft.jar | None |
  327. | LCHIJA | FML | 8.0.99.99 | custom.jar | None |
  328. | LCHIJA | forge | 14.23.5.2847 | custom.jar | None |
  329. | LCHIJA | micdoodlecore | | minecraft.jar | None |
  330. | LCHIJA | com.elytradev.movingworld.common.asm.coremod | | minecraft.jar | None |
  331. | LCHIJA | securitycraft | v1.8.14.1 | 1.12.2SecurityCraftv1.8.14.1_1.jar | None |
  332. | LCHIJA | quark | r1.6-177 | Quark-r1.6-177.jar | None |
  333. | LCHIJA | autoreglib | 1.3-32 | AutoRegLib-1.3-32.jar | None |
  334. | LCHIJA | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None |
  335. | LCHIJA | bibliocraft | 2.4.5 | BiblioCraft[v2.4.5][MC1.12.2].jar | None |
  336. | LCHIJA | blockcraftery | 1.12.2-1.3.1 | blockcraftery-1.12.2-1.3.1.jar | None |
  337. | LCHIJA | chameleon | 1.12-4.1.3 | Chameleon-Library-1.12.jar | None |
  338. | LCHIJA | codechickenlib | 3.2.3.358 | CodeChickenLib-1.12.2-3.2.3.358-universal (1).jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  339. | LCHIJA | chickenchunks | 2.4.1.73 | ChickenChunks-Mod-1.12.2.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  340. | LCHIJA | chisel | MC1.12.2-0.2.1.35 | Chisel-MC1.12.2-0.2.1.35.jar | None |
  341. | LCHIJA | chiselsandbits | 14.33 | chiselsandbits-14.33.jar | None |
  342. | LCHIJA | redstoneflux | 2.1.0 | RedstoneFlux-1.12.2.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  343. | LCHIJA | cofhcore | 4.6.2 | CoFHCore-1.12.2-4.6.2.25-universal.jar | None |
  344. | LCHIJA | cofhworld | 1.3.0 | CoFHWorld-1.12.2-1.3.0.6-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  345. | LCHIJA | cxlibrary | 1.6.1 | cxlibrary-1.12.1-1.6.1.jar | None |
  346. | LCHIJA | movingworld | 1.12-6.342 | movingworld-1.12-6.342-full.jar | None |
  347. | LCHIJA | davincisvessels | @DVESSELSVER@ | davincisvessels-1.12-6.340-full.jar | None |
  348. | LCHIJA | endercore | 1.12.2-0.5.57 | EnderCore-1.12.2-0.5.57.jar | None |
  349. | LCHIJA | thermalfoundation | 2.6.2 | ThermalFoundation-1.12.2-2.6.2.26-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  350. | LCHIJA | thermalexpansion | 5.5.3 | ThermalExpansion-1.12.2-5.5.3.41-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  351. | LCHIJA | enderio | 5.0.25 | Ender-IO-Mod-1.12.2.jar | None |
  352. | LCHIJA | enderiointegrationtic | 5.0.25 | Ender-IO-Mod-1.12.2.jar | None |
  353. | LCHIJA | enderiobase | 5.0.25 | Ender-IO-Mod-1.12.2.jar | None |
  354. | LCHIJA | enderioconduits | 5.0.25 | Ender-IO-Mod-1.12.2.jar | None |
  355. | LCHIJA | enderioconduitsappliedenergistics | 5.0.25 | Ender-IO-Mod-1.12.2.jar | None |
  356. | LCHIJA | enderioconduitsopencomputers | 5.0.25 | Ender-IO-Mod-1.12.2.jar | None |
  357. | LCHIJA | enderioconduitsrefinedstorage | 5.0.25 | Ender-IO-Mod-1.12.2.jar | None |
  358. | LCHIJA | enderiointegrationforestry | 5.0.25 | Ender-IO-Mod-1.12.2.jar | None |
  359. | LCHIJA | mantle | 1.12-1.3.3.49 | Mantle-1.12-1.3.3.49.jar | None |
  360. | LCHIJA | tconstruct | 1.12.2-2.12.0.115 | Tinkers-Construct-Mod-1.12.2.jar | None |
  361. | LCHIJA | enderiointegrationticlate | 5.0.25 | Ender-IO-Mod-1.12.2.jar | None |
  362. | LCHIJA | ftblib | 5.4.3.120 | FTBLib-5.4.3.120.jar | None |
  363. | LCHIJA | enderiomachines | 5.0.25 | Ender-IO-Mod-1.12.2.jar | None |
  364. | LCHIJA | enderiopowertools | 5.0.25 | Ender-IO-Mod-1.12.2.jar | None |
  365. | LCHIJA | ic2 | 2.8.153-ex112 | industrialcraft-2-2.8.153-ex112.jar | de041f9f6187debbc77034a344134053277aa3b0 |
  366. | LCHIJA | galacticraftcore | 4.0.1.181 | GalacticraftCore-1.12.2-4.0.1.181.jar | None |
  367. | LCHIJA | galacticraftplanets | 4.0.1.181 | Galacticraft-Planets-1.12.2-4.0.1.181.jar | None |
  368. | LCHIJA | mjrlegendslib | 1.12.2-1.1.8 | MJRLegendsLib-1.12.2-1.1.8.jar | b02331787272ec3515ebe63ecdeea0d746653468 |
  369. | LCHIJA | extraplanets | 1.12.2-0.5.3 | ExtraPlanets-1.12.2-0.5.3.jar | b02331787272ec3515ebe63ecdeea0d746653468 |
  370. | LCHIJA | extrautils2 | 1.0 | extrautils2-1.12-1.7.4.jar | None |
  371. | LCHIJA | flansmod | 5.5.2 | Flan's Mod-1.12.2-5.5.2.jar | None |
  372. | LCHIJA | ftbutilities | 5.4.0.99 | FTBUtilities-5.4.0.99.jar | None |
  373. | LCHIJA | ichunutil | 7.2.1 | iChunUtil-1.12.2-7.2.1.jar | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
  374. | LCHIJA | hats | 7.0.0 | Hats-1.12.2-7.0.2.jar | None |
  375. | LCHIJA | icbmclassic | 1.12.2-3.3.0.63 | ICBM-classic-1.12.2-3.3.0b63.jar | None |
  376. | LCHIJA | infernalmobs | 1.7.6 | Infernal-Mobs-Mod-1.12.2.jar | None |
  377. | LCHIJA | ironchest | 1.12.2-7.0.34.820 | ironchest-1.12.2-7.0.34.820.jar | None |
  378. | LCHIJA | lucky | 7.6.0 | luckyblock-1.12.2-7.6.0.zip | None |
  379. | LCHIJA | lunatriuscore | 1.2.0.42 | LunatriusCore-1.12.2-1.2.0.42-universal.jar | None |
  380. | LCHIJA | mcjtylib_ng | 3.5.0 | McJtyLib-1.12.2.jar | None |
  381. | LCHIJA | morefurnaces | 1.10.1 | More-Furnaces-Mod-1.12.1.jar | None |
  382. | LCHIJA | rftools | 7.70 | RFTools-Mod-1.12.2.jar | None |
  383. | LCHIJA | solarflux | 4.32r | SolarFluxReborn_1.12.2-4.32r.jar | 4d7b29cd19124e986da685107d16ce4b49bc0a97 |
  384. | LCHIJA | storagedrawers | 1.12-5.3.5 | StorageDrawers-1.12.2-5.3.8.jar | None |
  385. | LCHIJA | thermaldynamics | 2.5.4 | ThermalDynamics-1.12.2-2.5.4.18-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  386. | LCHIJA | tinkertoolleveling | 1.12.2-1.1.0.DEV.b23e769 | TinkerToolLeveling-1.12.2-1.1.0.jar | None |
  387. | LCHIJA | tombstone | 3.5.5 | tombstone-3.5.5-1.12.jar | None |
  388. | LCHIJA | wildnature | 1.2 | wildnature-1.2.jar | None |
  389. | LCHIJA | mysticallib | 1.12.2-1.3.1 | mysticallib-1.12.2-1.3.1.jar | None |
  390.  
  391. Loaded coremods (and transformers):
  392. EnderCorePlugin (EnderCore-1.12.2-0.5.57-core.jar)
  393. com.enderio.core.common.transform.EnderCoreTransformer
  394. com.enderio.core.common.transform.SimpleMixinPatcher
  395. MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.1.181.jar)
  396. micdoodle8.mods.miccore.MicdoodleTransformer
  397. Quark Plugin (Quark-r1.6-177.jar)
  398. vazkii.quark.base.asm.ClassTransformer
  399. CXLibraryCore (cxlibrary-1.12.1-1.6.1.jar)
  400. cubex2.cxlibrary.CoreModTransformer
  401. MovingWorldCore (movingworld-1.12-6.342-full.jar)
  402.  
  403. CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar)
  404. team.chisel.ctm.client.asm.CTMTransformer
  405. Pulsar/tconstruct loaded Pulses:
  406. - TinkerCommons (Enabled/Forced)
  407. - TinkerWorld (Enabled/Not Forced)
  408. - TinkerTools (Enabled/Not Forced)
  409. - TinkerHarvestTools (Enabled/Forced)
  410. - TinkerMeleeWeapons (Enabled/Forced)
  411. - TinkerRangedWeapons (Enabled/Forced)
  412. - TinkerModifiers (Enabled/Forced)
  413. - TinkerSmeltery (Enabled/Not Forced)
  414. - TinkerGadgets (Enabled/Not Forced)
  415. - TinkerOredict (Enabled/Forced)
  416. - TinkerIntegration (Enabled/Forced)
  417. - TinkerFluids (Enabled/Forced)
  418. - TinkerMaterials (Enabled/Forced)
  419. - TinkerModelRegister (Enabled/Forced)
  420. - chiselIntegration (Enabled/Not Forced)
  421. - chiselsandbitsIntegration (Enabled/Not Forced)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement