Created
June 15, 2020 12:55
-
-
Save charmesal/4a16e40bd155d1ca2ae9d2d035fe24e4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
---- Minecraft Crash Report ---- | |
// I'm sorry, Dave. | |
Time: 6/15/20 2:51 PM | |
Description: Watching Server | |
java.lang.Error: ServerHangWatchdog detected that a single server tick took 1000.00 seconds (should be max 0.05) | |
at java.util.AbstractCollection.containsAll(AbstractCollection.java:317) ~[?:1.8.0_252] {} | |
at com.google.common.collect.Sets.equalsImpl(Sets.java:1598) ~[server-1.15.2-extra.jar:?] {} | |
at com.google.common.collect.ImmutableSet.equals(ImmutableSet.java:347) ~[server-1.15.2-extra.jar:?] {} | |
at com.google.common.collect.Maps.equalsImpl(Maps.java:3777) ~[server-1.15.2-extra.jar:?] {} | |
at com.google.common.collect.ImmutableMap.equals(ImmutableMap.java:807) ~[server-1.15.2-extra.jar:?] {} | |
at org.dynmap.blockscan.statehandlers.StateContainer$StateRec.equals(StateContainer.java:36) ~[?:?] {re:classloading} | |
at java.util.ArrayList.indexOf(ArrayList.java:321) ~[?:1.8.0_252] {} | |
at org.dynmap.blockscan.statehandlers.ForgeStateContainer.<init>(ForgeStateContainer.java:58) ~[?:?] {re:classloading} | |
at org.dynmap.blockscan.DynmapBlockScanPlugin.serverStarting(DynmapBlockScanPlugin.java:372) ~[?:?] {re:classloading} | |
at org.dynmap.blockscan.DynmapBlockScanMod.onServerStarting(DynmapBlockScanMod.java:62) ~[?:?] {re:classloading} | |
at net.minecraftforge.eventbus.ASMEventHandler_469_DynmapBlockScanMod_onServerStarting_FMLServerStartingEvent.invoke(.dynamic) ~[?:?] {} | |
at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80) ~[eventbus-2.2.0-service.jar:?] {} | |
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) ~[eventbus-2.2.0-service.jar:?] {} | |
at net.minecraftforge.fml.server.ServerLifecycleHooks.handleServerStarting(ServerLifecycleHooks.java:95) ~[?:?] {re:classloading} | |
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:243) ~[?:?] {re:classloading,pl:accesstransformer:B} | |
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:613) ~[?:?] {re:classloading,pl:accesstransformer:B,re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,pl:mixin:A,pl:runtimedistcleaner:A} | |
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_252] {} | |
A detailed walkthrough of the error, its code path and all known details is as follows: | |
--------------------------------------------------------------------------------------- | |
-- Head -- | |
Thread: Server Watchdog | |
Stacktrace: | |
at java.util.AbstractCollection.containsAll(AbstractCollection.java:317) | |
at com.google.common.collect.Sets.equalsImpl(Sets.java:1598) | |
at com.google.common.collect.ImmutableSet.equals(ImmutableSet.java:347) | |
at com.google.common.collect.Maps.equalsImpl(Maps.java:3777) | |
at com.google.common.collect.ImmutableMap.equals(ImmutableMap.java:807) | |
at org.dynmap.blockscan.statehandlers.StateContainer$StateRec.equals(StateContainer.java:36) | |
at java.util.ArrayList.indexOf(ArrayList.java:321) | |
at org.dynmap.blockscan.statehandlers.ForgeStateContainer.<init>(ForgeStateContainer.java:58) | |
at org.dynmap.blockscan.DynmapBlockScanPlugin.serverStarting(DynmapBlockScanPlugin.java:372) | |
at org.dynmap.blockscan.DynmapBlockScanMod.onServerStarting(DynmapBlockScanMod.java:62) | |
at net.minecraftforge.eventbus.ASMEventHandler_469_DynmapBlockScanMod_onServerStarting_FMLServerStartingEvent.invoke(.dynamic) | |
at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80) | |
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) | |
at net.minecraftforge.fml.server.ServerLifecycleHooks.handleServerStarting(ServerLifecycleHooks.java:95) | |
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:243) | |
-- Thread Dump -- | |
Details: | |
Threads: "VoiceServer Listen Thread" Id=140 RUNNABLE (in native) | |
at java.net.PlainSocketImpl.socketAccept(Native Method) | |
at java.net.AbstractPlainSocketImpl.accept(AbstractPlainSocketImpl.java:409) | |
at java.net.ServerSocket.implAccept(ServerSocket.java:560) | |
at java.net.ServerSocket.accept(ServerSocket.java:528) | |
at mekanism.additions.common.voice.VoiceServerManager$ListenThread.run(VoiceServerManager.java:86) | |
"Thread-51" Id=137 RUNNABLE (in native) | |
at sun.nio.fs.LinuxWatchService.poll(Native Method) | |
at sun.nio.fs.LinuxWatchService.access$600(LinuxWatchService.java:47) | |
at sun.nio.fs.LinuxWatchService$Poller.run(LinuxWatchService.java:314) | |
at java.lang.Thread.run(Thread.java:748) | |
"Server Watchdog" Id=136 RUNNABLE | |
at sun.management.ThreadImpl.dumpThreads0(Native Method) | |
at sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:454) | |
at net.minecraft.server.dedicated.ServerHangWatchdog.run(ServerHangWatchdog.java:37) | |
at java.lang.Thread.run(Thread.java:748) | |
"poi IO worker" Id=132 WAITING on java.lang.String@7edbc7ec | |
at sun.misc.Unsafe.park(Native Method) | |
- waiting on java.lang.String@7edbc7ec | |
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) | |
at net.minecraft.world.chunk.storage.IOWorker.func_227105_c_(SourceFile:124) | |
at net.minecraft.world.chunk.storage.IOWorker.func_227107_d_(SourceFile:134) | |
at net.minecraft.world.chunk.storage.IOWorker$$Lambda$11257/1671358231.run(Unknown Source) | |
at java.lang.Thread.run(Thread.java:748) | |
"chunk IO worker" Id=131 WAITING on java.lang.String@7edbc7ec | |
at sun.misc.Unsafe.park(Native Method) | |
- waiting on java.lang.String@7edbc7ec | |
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) | |
at net.minecraft.world.chunk.storage.IOWorker.func_227105_c_(SourceFile:124) | |
at net.minecraft.world.chunk.storage.IOWorker.func_227107_d_(SourceFile:134) | |
at net.minecraft.world.chunk.storage.IOWorker$$Lambda$11257/1671358231.run(Unknown Source) | |
at java.lang.Thread.run(Thread.java:748) | |
"poi IO worker" Id=130 WAITING on java.lang.String@7edbc7ec | |
at sun.misc.Unsafe.park(Native Method) | |
- waiting on java.lang.String@7edbc7ec | |
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) | |
at net.minecraft.world.chunk.storage.IOWorker.func_227105_c_(SourceFile:124) | |
at net.minecraft.world.chunk.storage.IOWorker.func_227107_d_(SourceFile:134) | |
at net.minecraft.world.chunk.storage.IOWorker$$Lambda$11257/1671358231.run(Unknown Source) | |
at java.lang.Thread.run(Thread.java:748) | |
"chunk IO worker" Id=129 WAITING on java.lang.String@7edbc7ec | |
at sun.misc.Unsafe.park(Native Method) | |
- waiting on java.lang.String@7edbc7ec | |
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) | |
at net.minecraft.world.chunk.storage.IOWorker.func_227105_c_(SourceFile:124) | |
at net.minecraft.world.chunk.storage.IOWorker.func_227107_d_(SourceFile:134) | |
at net.minecraft.world.chunk.storage.IOWorker$$Lambda$11257/1671358231.run(Unknown Source) | |
at java.lang.Thread.run(Thread.java:748) | |
"poi IO worker" Id=128 WAITING on java.lang.String@7edbc7ec | |
at sun.misc.Unsafe.park(Native Method) | |
- waiting on java.lang.String@7edbc7ec | |
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) | |
at net.minecraft.world.chunk.storage.IOWorker.func_227105_c_(SourceFile:124) | |
at net.minecraft.world.chunk.storage.IOWorker.func_227107_d_(SourceFile:134) | |
at net.minecraft.world.chunk.storage.IOWorker$$Lambda$11257/1671358231.run(Unknown Source) | |
at java.lang.Thread.run(Thread.java:748) | |
"chunk IO worker" Id=127 WAITING on java.lang.String@7edbc7ec | |
at sun.misc.Unsafe.park(Native Method) | |
- waiting on java.lang.String@7edbc7ec | |
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) | |
at net.minecraft.world.chunk.storage.IOWorker.func_227105_c_(SourceFile:124) | |
at net.minecraft.world.chunk.storage.IOWorker.func_227107_d_(SourceFile:134) | |
at net.minecraft.world.chunk.storage.IOWorker$$Lambda$11257/1671358231.run(Unknown Source) | |
at java.lang.Thread.run(Thread.java:748) | |
"poi IO worker" Id=126 WAITING on java.lang.String@7edbc7ec | |
at sun.misc.Unsafe.park(Native Method) | |
- waiting on java.lang.String@7edbc7ec | |
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) | |
at net.minecraft.world.chunk.storage.IOWorker.func_227105_c_(SourceFile:124) | |
at net.minecraft.world.chunk.storage.IOWorker.func_227107_d_(SourceFile:134) | |
at net.minecraft.world.chunk.storage.IOWorker$$Lambda$11257/1671358231.run(Unknown Source) | |
at java.lang.Thread.run(Thread.java:748) | |
"chunk IO worker" Id=125 WAITING on java.lang.String@7edbc7ec | |
at sun.misc.Unsafe.park(Native Method) | |
- waiting on java.lang.String@7edbc7ec | |
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) | |
at net.minecraft.world.chunk.storage.IOWorker.func_227105_c_(SourceFile:124) | |
at net.minecraft.world.chunk.storage.IOWorker.func_227107_d_(SourceFile:134) | |
at net.minecraft.world.chunk.storage.IOWorker$$Lambda$11257/1671358231.run(Unknown Source) | |
at java.lang.Thread.run(Thread.java:748) | |
"poi IO worker" Id=124 WAITING on java.lang.String@7edbc7ec | |
at sun.misc.Unsafe.park(Native Method) | |
- waiting on java.lang.String@7edbc7ec | |
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) | |
at net.minecraft.world.chunk.storage.IOWorker.func_227105_c_(SourceFile:124) | |
at net.minecraft.world.chunk.storage.IOWorker.func_227107_d_(SourceFile:134) | |
at net.minecraft.world.chunk.storage.IOWorker$$Lambda$11257/1671358231.run(Unknown Source) | |
at java.lang.Thread.run(Thread.java:748) | |
"chunk IO worker" Id=123 WAITING on java.lang.String@7edbc7ec | |
at sun.misc.Unsafe.park(Native Method) | |
- waiting on java.lang.String@7edbc7ec | |
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) | |
at net.minecraft.world.chunk.storage.IOWorker.func_227105_c_(SourceFile:124) | |
at net.minecraft.world.chunk.storage.IOWorker.func_227107_d_(SourceFile:134) | |
at net.minecraft.world.chunk.storage.IOWorker$$Lambda$11257/1671358231.run(Unknown Source) | |
at java.lang.Thread.run(Thread.java:748) | |
"poi IO worker" Id=122 WAITING on java.lang.String@7edbc7ec | |
at sun.misc.Unsafe.park(Native Method) | |
- waiting on java.lang.String@7edbc7ec | |
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) | |
at net.minecraft.world.chunk.storage.IOWorker.func_227105_c_(SourceFile:124) | |
at net.minecraft.world.chunk.storage.IOWorker.func_227107_d_(SourceFile:134) | |
at net.minecraft.world.chunk.storage.IOWorker$$Lambda$11257/1671358231.run(Unknown Source) | |
at java.lang.Thread.run(Thread.java:748) | |
"chunk IO worker" Id=121 WAITING on java.lang.String@7edbc7ec | |
at sun.misc.Unsafe.park(Native Method) | |
- waiting on java.lang.String@7edbc7ec | |
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) | |
at net.minecraft.world.chunk.storage.IOWorker.func_227105_c_(SourceFile:124) | |
at net.minecraft.world.chunk.storage.IOWorker.func_227107_d_(SourceFile:134) | |
at net.minecraft.world.chunk.storage.IOWorker$$Lambda$11257/1671358231.run(Unknown Source) | |
at java.lang.Thread.run(Thread.java:748) | |
"poi IO worker" Id=120 WAITING on java.lang.String@7edbc7ec | |
at sun.misc.Unsafe.park(Native Method) | |
- waiting on java.lang.String@7edbc7ec | |
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) | |
at net.minecraft.world.chunk.storage.IOWorker.func_227105_c_(SourceFile:124) | |
at net.minecraft.world.chunk.storage.IOWorker.func_227107_d_(SourceFile:134) | |
at net.minecraft.world.chunk.storage.IOWorker$$Lambda$11257/1671358231.run(Unknown Source) | |
at java.lang.Thread.run(Thread.java:748) | |
"chunk IO worker" Id=119 WAITING on java.lang.String@7edbc7ec | |
at sun.misc.Unsafe.park(Native Method) | |
- waiting on java.lang.String@7edbc7ec | |
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) | |
at net.minecraft.world.chunk.storage.IOWorker.func_227105_c_(SourceFile:124) | |
at net.minecraft.world.chunk.storage.IOWorker.func_227107_d_(SourceFile:134) | |
at net.minecraft.world.chunk.storage.IOWorker$$Lambda$11257/1671358231.run(Unknown Source) | |
at java.lang.Thread.run(Thread.java:748) | |
"poi IO worker" Id=118 WAITING on java.lang.String@7edbc7ec | |
at sun.misc.Unsafe.park(Native Method) | |
- waiting on java.lang.String@7edbc7ec | |
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) | |
at net.minecraft.world.chunk.storage.IOWorker.func_227105_c_(SourceFile:124) | |
at net.minecraft.world.chunk.storage.IOWorker.func_227107_d_(SourceFile:134) | |
at net.minecraft.world.chunk.storage.IOWorker$$Lambda$11257/1671358231.run(Unknown Source) | |
at java.lang.Thread.run(Thread.java:748) | |
"chunk IO worker" Id=117 WAITING on java.lang.String@7edbc7ec | |
at sun.misc.Unsafe.park(Native Method) | |
- waiting on java.lang.String@7edbc7ec | |
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) | |
at net.minecraft.world.chunk.storage.IOWorker.func_227105_c_(SourceFile:124) | |
at net.minecraft.world.chunk.storage.IOWorker.func_227107_d_(SourceFile:134) | |
at net.minecraft.world.chunk.storage.IOWorker$$Lambda$11257/1671358231.run(Unknown Source) | |
at java.lang.Thread.run(Thread.java:748) | |
"poi IO worker" Id=116 WAITING on java.lang.String@7edbc7ec | |
at sun.misc.Unsafe.park(Native Method) | |
- waiting on java.lang.String@7edbc7ec | |
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) | |
at net.minecraft.world.chunk.storage.IOWorker.func_227105_c_(SourceFile:124) | |
at net.minecraft.world.chunk.storage.IOWorker.func_227107_d_(SourceFile:134) | |
at net.minecraft.world.chunk.storage.IOWorker$$Lambda$11257/1671358231.run(Unknown Source) | |
at java.lang.Thread.run(Thread.java:748) | |
"chunk IO worker" Id=115 WAITING on java.lang.String@7edbc7ec | |
at sun.misc.Unsafe.park(Native Method) | |
- waiting on java.lang.String@7edbc7ec | |
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) | |
at net.minecraft.world.chunk.storage.IOWorker.func_227105_c_(SourceFile:124) | |
at net.minecraft.world.chunk.storage.IOWorker.func_227107_d_(SourceFile:134) | |
at net.minecraft.world.chunk.storage.IOWorker$$Lambda$11257/1671358231.run(Unknown Source) | |
at java.lang.Thread.run(Thread.java:748) | |
"poi IO worker" Id=114 WAITING on java.lang.String@7edbc7ec | |
at sun.misc.Unsafe.park(Native Method) | |
- waiting on java.lang.String@7edbc7ec | |
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) | |
at net.minecraft.world.chunk.storage.IOWorker.func_227105_c_(SourceFile:124) | |
at net.minecraft.world.chunk.storage.IOWorker.func_227107_d_(SourceFile:134) | |
at net.minecraft.world.chunk.storage.IOWorker$$Lambda$11257/1671358231.run(Unknown Source) | |
at java.lang.Thread.run(Thread.java:748) | |
"chunk IO worker" Id=113 WAITING on java.lang.String@7edbc7ec | |
at sun.misc.Unsafe.park(Native Method) | |
- waiting on java.lang.String@7edbc7ec | |
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) | |
at net.minecraft.world.chunk.storage.IOWorker.func_227105_c_(SourceFile:124) | |
at net.minecraft.world.chunk.storage.IOWorker.func_227107_d_(SourceFile:134) | |
at net.minecraft.world.chunk.storage.IOWorker$$Lambda$11257/1671358231.run(Unknown Source) | |
at java.lang.Thread.run(Thread.java:748) | |
"poi IO worker" Id=112 WAITING on java.lang.String@7edbc7ec | |
at sun.misc.Unsafe.park(Native Method) | |
- waiting on java.lang.String@7edbc7ec | |
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) | |
at net.minecraft.world.chunk.storage.IOWorker.func_227105_c_(SourceFile:124) | |
at net.minecraft.world.chunk.storage.IOWorker.func_227107_d_(SourceFile:134) | |
at net.minecraft.world.chunk.storage.IOWorker$$Lambda$11257/1671358231.run(Unknown Source) | |
at java.lang.Thread.run(Thread.java:748) | |
"chunk IO worker" Id=111 WAITING on java.lang.String@7edbc7ec | |
at sun.misc.Unsafe.park(Native Method) | |
- waiting on java.lang.String@7edbc7ec | |
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) | |
at net.minecraft.world.chunk.storage.IOWorker.func_227105_c_(SourceFile:124) | |
at net.minecraft.world.chunk.storage.IOWorker.func_227107_d_(SourceFile:134) | |
at net.minecraft.world.chunk.storage.IOWorker$$Lambda$11257/1671358231.run(Unknown Source) | |
at java.lang.Thread.run(Thread.java:748) | |
"poi IO worker" Id=110 WAITING on java.lang.String@7edbc7ec | |
at sun.misc.Unsafe.park(Native Method) | |
- waiting on java.lang.String@7edbc7ec | |
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) | |
at net.minecraft.world.chunk.storage.IOWorker.func_227105_c_(SourceFile:124) | |
at net.minecraft.world.chunk.storage.IOWorker.func_227107_d_(SourceFile:134) | |
at net.minecraft.world.chunk.storage.IOWorker$$Lambda$11257/1671358231.run(Unknown Source) | |
at java.lang.Thread.run(Thread.java:748) | |
"chunk IO worker" Id=109 WAITING on java.lang.String@7edbc7ec | |
at sun.misc.Unsafe.park(Native Method) | |
- waiting on java.lang.String@7edbc7ec | |
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) | |
at net.minecraft.world.chunk.storage.IOWorker.func_227105_c_(SourceFile:124) | |
at net.minecraft.world.chunk.storage.IOWorker.func_227107_d_(SourceFile:134) | |
at net.minecraft.world.chunk.storage.IOWorker$$Lambda$11257/1671358231.run(Unknown Source) | |
at java.lang.Thread.run(Thread.java:748) | |
"poi IO worker" Id=108 WAITING on java.lang.String@7edbc7ec | |
at sun.misc.Unsafe.park(Native Method) | |
- waiting on java.lang.String@7edbc7ec | |
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) | |
at net.minecraft.world.chunk.storage.IOWorker.func_227105_c_(SourceFile:124) | |
at net.minecraft.world.chunk.storage.IOWorker.func_227107_d_(SourceFile:134) | |
at net.minecraft.world.chunk.storage.IOWorker$$Lambda$11257/1671358231.run(Unknown Source) | |
at java.lang.Thread.run(Thread.java:748) | |
"chunk IO worker" Id=107 WAITING on java.lang.String@7edbc7ec | |
at sun.misc.Unsafe.park(Native Method) | |
- waiting on java.lang.String@7edbc7ec | |
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) | |
at net.minecraft.world.chunk.storage.IOWorker.func_227105_c_(SourceFile:124) | |
at net.minecraft.world.chunk.storage.IOWorker.func_227107_d_(SourceFile:134) | |
at net.minecraft.world.chunk.storage.IOWorker$$Lambda$11257/1671358231.run(Unknown Source) | |
at java.lang.Thread.run(Thread.java:748) | |
"Thread-23" Id=99 RUNNABLE (in native) | |
at sun.nio.fs.LinuxWatchService.poll(Native Method) | |
at sun.nio.fs.LinuxWatchService.access$600(LinuxWatchService.java:47) | |
at sun.nio.fs.LinuxWatchService$Poller.run(LinuxWatchService.java:314) | |
at java.lang.Thread.run(Thread.java:748) | |
"Netty Epoll Server IO #0" Id=90 RUNNABLE | |
at io.netty.channel.epoll.Native.epollWait0(Native Method) | |
at io.netty.channel.epoll.Native.epollWait(Native.java:114) | |
at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:239) | |
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:256) | |
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884) | |
at java.lang.Thread.run(Thread.java:748) | |
"ObjectCleanerThread" Id=89 TIMED_WAITING on java.lang.ref.ReferenceQueue$Lock@701c3647 | |
at java.lang.Object.wait(Native Method) | |
- waiting on java.lang.ref.ReferenceQueue$Lock@701c3647 | |
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:144) | |
at io.netty.util.internal.ObjectCleaner$1.run(ObjectCleaner.java:54) | |
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) | |
at java.lang.Thread.run(Thread.java:748) | |
"Thread-15" Id=62 RUNNABLE (in native) | |
at sun.nio.fs.LinuxWatchService.poll(Native Method) | |
at sun.nio.fs.LinuxWatchService.access$600(LinuxWatchService.java:47) | |
at sun.nio.fs.LinuxWatchService$Poller.run(LinuxWatchService.java:314) | |
at java.lang.Thread.run(Thread.java:748) | |
"Thread-14" Id=61 RUNNABLE (in native) | |
at sun.nio.fs.LinuxWatchService.poll(Native Method) | |
at sun.nio.fs.LinuxWatchService.access$600(LinuxWatchService.java:47) | |
at sun.nio.fs.LinuxWatchService$Poller.run(LinuxWatchService.java:314) | |
at java.lang.Thread.run(Thread.java:748) | |
"Thread-13" Id=60 RUNNABLE (in native) | |
at sun.nio.fs.LinuxWatchService.poll(Native Method) | |
at sun.nio.fs.LinuxWatchService.access$600(LinuxWatchService.java:47) | |
at sun.nio.fs.LinuxWatchService$Poller.run(LinuxWatchService.java:314) | |
at java.lang.Thread.run(Thread.java:748) | |
"Thread-12" Id=59 RUNNABLE (in native) | |
at sun.nio.fs.LinuxWatchService.poll(Native Method) | |
at sun.nio.fs.LinuxWatchService.access$600(LinuxWatchService.java:47) | |
at sun.nio.fs.LinuxWatchService$Poller.run(LinuxWatchService.java:314) | |
at java.lang.Thread.run(Thread.java:748) | |
"Thread-11" Id=58 RUNNABLE (in native) | |
at sun.nio.fs.LinuxWatchService.poll(Native Method) | |
at sun.nio.fs.LinuxWatchService.access$600(LinuxWatchService.java:47) | |
at sun.nio.fs.LinuxWatchService$Poller.run(LinuxWatchService.java:314) | |
at java.lang.Thread.run(Thread.java:748) | |
"Thread-10" Id=57 RUNNABLE (in native) | |
at sun.nio.fs.LinuxWatchService.poll(Native Method) | |
at sun.nio.fs.LinuxWatchService.access$600(LinuxWatchService.java:47) | |
at sun.nio.fs.LinuxWatchService$Poller.run(LinuxWatchService.java:314) | |
at java.lang.Thread.run(Thread.java:748) | |
"Thread-9" Id=56 RUNNABLE (in native) | |
at sun.nio.fs.LinuxWatchService.poll(Native Method) | |
at sun.nio.fs.LinuxWatchService.access$600(LinuxWatchService.java:47) | |
at sun.nio.fs.LinuxWatchService$Poller.run(LinuxWatchService.java:314) | |
at java.lang.Thread.run(Thread.java:748) | |
"Thread-8" Id=55 RUNNABLE (in native) | |
at sun.nio.fs.LinuxWatchService.poll(Native Method) | |
at sun.nio.fs.LinuxWatchService.access$600(LinuxWatchService.java:47) | |
at sun.nio.fs.LinuxWatchService$Poller.run(LinuxWatchService.java:314) | |
at java.lang.Thread.run(Thread.java:748) | |
"Thread-7" Id=54 RUNNABLE (in native) | |
at sun.nio.fs.LinuxWatchService.poll(Native Method) | |
at sun.nio.fs.LinuxWatchService.access$600(LinuxWatchService.java:47) | |
at sun.nio.fs.LinuxWatchService$Poller.run(LinuxWatchService.java:314) | |
at java.lang.Thread.run(Thread.java:748) | |
"Thread-6" Id=53 RUNNABLE (in native) | |
at sun.nio.fs.LinuxWatchService.poll(Native Method) | |
at sun.nio.fs.LinuxWatchService.access$600(LinuxWatchService.java:47) | |
at sun.nio.fs.LinuxWatchService$Poller.run(LinuxWatchService.java:314) | |
at java.lang.Thread.run(Thread.java:748) | |
"Server console handler" Id=32 RUNNABLE | |
at java.io.FileInputStream.readBytes(Native Method) | |
at java.io.FileInputStream.read(FileInputStream.java:255) | |
at java.io.BufferedInputStream.read1(BufferedInputStream.java:284) | |
at java.io.BufferedInputStream.read(BufferedInputStream.java:345) | |
- locked java.io.BufferedInputStream@7423ac9c | |
at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:284) | |
at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:326) | |
at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:178) | |
- locked java.io.InputStreamReader@31213c7c | |
at java.io.InputStreamReader.read(InputStreamReader.java:184) | |
... | |
"DestroyJavaVM" Id=31 RUNNABLE | |
"Server thread" Id=28 RUNNABLE | |
at java.util.AbstractCollection.containsAll(AbstractCollection.java:317) | |
at com.google.common.collect.Sets.equalsImpl(Sets.java:1598) | |
at com.google.common.collect.ImmutableSet.equals(ImmutableSet.java:347) | |
at com.google.common.collect.Maps.equalsImpl(Maps.java:3777) | |
at com.google.common.collect.ImmutableMap.equals(ImmutableMap.java:807) | |
at org.dynmap.blockscan.statehandlers.StateContainer$StateRec.equals(StateContainer.java:36) | |
at java.util.ArrayList.indexOf(ArrayList.java:321) | |
at org.dynmap.blockscan.statehandlers.ForgeStateContainer.<init>(ForgeStateContainer.java:58) | |
... | |
"Server Infinisleeper" Id=29 TIMED_WAITING | |
at java.lang.Thread.sleep(Native Method) | |
at net.minecraft.server.dedicated.DedicatedServer$1.run(DedicatedServer.java:88) | |
"Snooper Timer" Id=27 WAITING on java.util.TaskQueue@11656913 | |
at java.lang.Object.wait(Native Method) | |
- waiting on java.util.TaskQueue@11656913 | |
at java.lang.Object.wait(Object.java:502) | |
at java.util.TimerThread.mainLoop(Timer.java:526) | |
at java.util.TimerThread.run(Timer.java:505) | |
"Thread-2" Id=18 RUNNABLE (in native) | |
at sun.nio.fs.LinuxWatchService.poll(Native Method) | |
at sun.nio.fs.LinuxWatchService.access$600(LinuxWatchService.java:47) | |
at sun.nio.fs.LinuxWatchService$Poller.run(LinuxWatchService.java:314) | |
at java.lang.Thread.run(Thread.java:748) | |
"Thread-1" Id=17 TIMED_WAITING | |
at sun.misc.Unsafe.park(Native Method) | |
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:338) | |
at com.electronwill.nightconfig.core.file.FileWatcher$WatcherThread.run(FileWatcher.java:190) | |
"Signal Dispatcher" Id=5 RUNNABLE | |
"Finalizer" Id=3 WAITING on java.lang.ref.ReferenceQueue$Lock@dacb76 | |
at java.lang.Object.wait(Native Method) | |
- waiting on java.lang.ref.ReferenceQueue$Lock@dacb76 | |
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:144) | |
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:165) | |
at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:216) | |
"Reference Handler" Id=2 WAITING on java.lang.ref.Reference$Lock@6974c0bd | |
at java.lang.Object.wait(Native Method) | |
- waiting on java.lang.ref.Reference$Lock@6974c0bd | |
at java.lang.Object.wait(Object.java:502) | |
at java.lang.ref.Reference.tryHandlePending(Reference.java:191) | |
at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:153) | |
Stacktrace: | |
at net.minecraft.server.dedicated.ServerHangWatchdog.run(ServerHangWatchdog.java:52) | |
at java.lang.Thread.run(Thread.java:748) | |
-- System Details -- | |
Details: | |
Minecraft Version: 1.15.2 | |
Minecraft Version ID: 1.15.2 | |
Operating System: Linux (amd64) version 5.4.0-33-generic | |
Java Version: 1.8.0_252, Private Build | |
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Private Build | |
Memory: 15491477840 bytes (14773 MB) / 17118855168 bytes (16325 MB) up to 17118855168 bytes (16325 MB) | |
CPUs: 8 | |
JVM Flags: 7 total; -Xmx16384M -Xms16384M -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:+CMSIncrementalPacing -XX:ParallelGCThreads=7 -XX:+AggressiveOpts | |
ModLauncher: 5.1.0+69+master.79f13f7 | |
ModLauncher launch target: fmlserver | |
ModLauncher naming: srg | |
ModLauncher services: | |
/eventbus-2.2.0-service.jar eventbus PLUGINSERVICE | |
/forge-1.15.2-31.1.93.jar object_holder_definalize PLUGINSERVICE | |
/forge-1.15.2-31.1.93.jar runtime_enum_extender PLUGINSERVICE | |
/accesstransformers-2.1.1-shadowed.jar accesstransformer PLUGINSERVICE | |
/forge-1.15.2-31.1.93.jar capability_inject_definalize PLUGINSERVICE | |
/forge-1.15.2-31.1.93.jar runtimedistcleaner PLUGINSERVICE | |
/preview_OptiFine_1.15.2_HD_U_G1_pre18.jar OptiFine TRANSFORMATIONSERVICE | |
/forge-1.15.2-31.1.93.jar fml TRANSFORMATIONSERVICE | |
/MixinBootstrap-1.0.3.jar mixinbootstrap TRANSFORMATIONSERVICE | |
/OptiForge-MC1.15.2-0.1.18.jar optiforge TRANSFORMATIONSERVICE | |
/MixinBootstrap-1.0.3.jar mixin PLUGINSERVICE | |
/MixinBootstrap-1.0.3.jar mixinbootstrap PLUGINSERVICE | |
FML: 31.1 | |
Forge: net.minecraftforge:31.1.93 | |
FML Language Providers: | |
[email protected] | |
minecraft@1 | |
[email protected] | |
[email protected] | |
Mod List: | |
AdditionalEnchantedMiner-1.15.2-15.2.9.jar QuarryPlus {[email protected] DONE} | |
NetherPortalFix_1.15.2-6.0.2.jar NetherPortalFix {[email protected] DONE} | |
Variant16x-1.15-v0.11.2_beta_pre2.jar Variant16x {[email protected]_beta_pre2 DONE} | |
CraftingAutomat-MC1.15.2-1.2.2.jar Crafting Automat {[email protected] DONE} | |
PreGenForge-0.1.0-mc1.15.2.jar PreGenForge {[email protected] DONE} | |
DeathCounter-1.15.2-1.2.0.jar Death Counter {[email protected] DONE} | |
refinedpipes-0.4.2.jar Refined Pipes {[email protected] DONE} | |
DoggyTalents-1.15.2-1.15.2.3.jar Doggy Talents {[email protected] DONE} | |
spiderspwebs_1.15.2-1.0.jar Spiders Produce Webs {[email protected] DONE} | |
ChineseWorkshop-1.15.2-2.4.4.jar ChineseWorkshop {[email protected] DONE} | |
mcw-windows-1.0.1-mc1.15.2_1.15.1.jar Macaw's Windows {[email protected] DONE} | |
Industrial Agriculture[Core]-1.15.2-1.7.0.jar Industrial Agriculture {[email protected] DONE} | |
bambooeverything-1.15-1.0.0.jar Bamboo Everything {[email protected] DONE} | |
rsgauges-1.15.2-1.2.3.jar Gauges and Switches {[email protected] DONE} | |
CoffeeSpawner-1.15.1-6.0.0.jar Coffee Spawner {[email protected] DONE} | |
CookingForBlockheads_1.15.2-8.0.2.jar Cooking for Blockheads {[email protected] DONE} | |
Controlling-6.1.4.jar Controlling {[email protected] DONE} | |
Placebo-1.15.2-3.0.2.jar Placebo {[email protected] DONE} | |
Powah-1.15.2-1.1.14.jar Powah {[email protected] DONE} | |
WitherSkeletonTweaks-1.15.1-4.0.0.jar Wither Skeleton Tweaks {[email protected] DONE} | |
Bookshelf-1.15.2-5.5.36.jar Bookshelf {[email protected] DONE} | |
u_team_core-1.15.2-2.11.0.156.jar U Team Core {[email protected] DONE} | |
ChanceCubes-1.15.2-5.0.2.371.jar Chance Cubes {[email protected] DONE} | |
buildinggadgets-3.3.5.jar Building Gadgets {[email protected] DONE} | |
Apotheosis-1.15.2-3.0.7.jar Apotheosis {[email protected] DONE} | |
Morpheus-1.15.2-4.2.50.jar Morpheus {morpheus@version DONE} | |
MekanismGenerators-1.15.2-9.10.7.420.jar Mekanism: Generators {[email protected] DONE} | |
WaterStrainer-1.15.2-9.0.0.jar Water Strainer {[email protected] DONE} | |
speedyhoppers-1.15.2-2.jar Speedy Hoppers {[email protected] DONE} | |
SnowRealMagic-1.15.2-1.8.0.jar Snow! Real Magic! {[email protected] DONE} | |
carpetstairsmod-1.15.2_v1.4.4.jar Carpet Stairs Mod {[email protected] DONE} | |
dynviewdist-1.5.jar Dynamic view distance {[email protected] DONE} | |
BetterThanMending-1.4.0.jar BetterThanMending {[email protected] DONE} | |
respawnablepets-1.1.2.jar Respawnable Pets {[email protected] DONE} | |
MoreMekanismOres-1.15.2-1.0.5.jar More Mekanism Ores {[email protected] DONE} | |
dcintegration-1.1.14-1.15.jar Discord Integration {[email protected] DONE} | |
refinedstorage-1.8.4.jar Refined Storage {[email protected] DONE} | |
world_generation_profiler-1.15.2-1.3.0.6.jar World Generation Profiler {[email protected] DONE} | |
ClearView-1.15.2-1.0.0.jar Lava Clear View {[email protected] DONE} | |
mcw-bridges-1.0.4fix-mc1.15.2.jar Macaw's Bridges {[email protected] DONE} | |
industrial-foregoing-1.15.2-2.3.0-6f57752.jar Industrial Foregoing {[email protected] DONE} | |
useful_backpacks-1.15.2-1.9.4.63.jar Useful Backpacks {[email protected] DONE} | |
economyinc-1.6.9.jar Economy Inc. {[email protected] DONE} | |
AmbientSounds_v3.0.20_mc1.15.2.jar Ambient Sounds {[email protected] DONE} | |
crashutilities-2.2.jar Crash Utilities {[email protected] DONE} | |
Ping-1.15.2-1.6.4.jar Ping {[email protected] DONE} | |
BiomesOPlenty-1.15.2-10.0.0.360-universal.jar Biomes O' Plenty {[email protected] DONE} | |
Variant16x-BiomesOPlenty-1.15-v0.11.2_beta_pre1.jar Variant16x: Biomes O' Plenty {[email protected]_beta_pre1 DONE} | |
MekanismAdditions-1.15.2-9.10.7.420.jar Mekanism: Additions {[email protected] DONE} | |
Lollipop-1.15.2-1.0.15.jar Lollipop {[email protected] DONE} | |
invtotem_1.15.2-1.0.jar Inventory Totem {[email protected] DONE} | |
SilentGear-1.15.2-1.6.4+90.jar Silent Gear {[email protected]+90 DONE} | |
simplylight-1.15.2-0.9.0.jar Simply Light {[email protected] DONE} | |
SolarFluxReborn-1.15.2-15.0.0.jar Solar Flux Reborn {[email protected] DONE} | |
curios-FORGE-1.15.2-2.0.2.2.jar Curios API {[email protected] DONE} | |
Patchouli-1.15.2-1.2-33.jar Patchouli {[email protected] DONE} | |
config-2-3.0.jar Cloth Config v2 API {[email protected] DONE} | |
libnonymous-1.15.2-1.1.1.5.jar Libnonymous {[email protected] DONE} | |
elevatorid-1.15.2-1.7.1.jar Elevator Mod {[email protected] DONE} | |
Marker-4.2.jar FlexibleMarker {[email protected] DONE} | |
MekanismTools-1.15.2-9.10.7.420.jar Mekanism: Tools {[email protected] DONE} | |
mcw-roofs-1.0.2-mc1.15.2_1.15.1.jar Macaw's Roofs {[email protected] DONE} | |
ChunkNoGoByeBye-1.15.2-1.2.0.jar ChunkNoGoByeBye {[email protected] DONE} | |
furniture-7.0.0-pre16-1.15.1.jar MrCrayfish's Furniture Mod {[email protected] DONE} | |
cc-tweaked-1.15.2-1.88.1.jar CC: Tweaked {[email protected] DONE} | |
AI-Improvements-1.15.2-0.3.0.jar AI-Improvements {[email protected] DONE} | |
mcw-furniture-1.0.1-mc1.15.1 1.15.2.jar Macaw's Furnitures {[email protected] DONE} | |
globalxp-1.15.2-v1.4.11.jar Global XP {[email protected] DONE} | |
mountedpearl-1.15.2-1.0.0.jar Mounted Pearl Mod {[email protected] DONE} | |
BetterBurning-1.15.2-1.3.4.jar BetterBurning {[email protected] DONE} | |
speedyladders-1.15.2-1.jar Speedy Ladders {[email protected] DONE} | |
FastLeafDecay-v22.jar FastLeafDecay {fastleafdecay@v22 DONE} | |
cullparticles-1.0.jar Cull Particles {[email protected] DONE} | |
BetterAdvancements-1.15.2-0.1.0.96.jar Better Advancements {[email protected] DONE} | |
Industrial Agriculture[Industrial Foregoing]-1.15.2-1.6.1.jar Industrial Agriculture Plugin-Industrial Foregoing {[email protected] DONE} | |
QuarkOddities-1.15.2.jar Quark Oddities {[email protected] DONE} | |
Kiwi-1.15.2-2.6.5.jar Kiwi {[email protected] DONE} | |
jmh_1.15.2-2.2.jar Just Mob Heads {[email protected] DONE} | |
Cucumber-1.15.2-3.0.6.jar Cucumber Library {[email protected] DONE} | |
TrashSlot_1.15.2-11.0.0.jar TrashSlot {[email protected] DONE} | |
torchslabmod-1.15.2_v1.6.13.jar Torch Slab Mod {[email protected] DONE} | |
pamhc2trees-1.15.2-1.0.5.jar Pam's HarvestCraft 2 Fruit Trees {pamhc2trees@version DONE} | |
mining-helmet-1.15.2-1.0.8.jar Mining Helmet {[email protected] DONE} | |
craftingstation-3.1.0.jar Crafting Station {[email protected] DONE} | |
jei-1.15.2-6.0.0.4.jar Just Enough Items {[email protected] DONE} | |
OptiForge-MC1.15.2-0.1.18.jar OptiForge {[email protected] DONE} | |
AttributeFix-1.15.2-7.0.2.jar AttributeFix {[email protected] DONE} | |
Abnormals-Core-1.15.2-v1.0.4.jar Abnormals Core {[email protected] DONE} | |
goblintraders-1.2.0-mc1.15.2.jar Goblin Traders {[email protected] DONE} | |
Mekanism-1.15.2-9.10.7.420.jar Mekanism {[email protected] DONE} | |
despeggshatch_1.15-1.2.jar Despawning Eggs Hatch {[email protected] DONE} | |
Upgrade-Aquatic-1.15.2-v1.6.1.jar Upgrade Aquatic {[email protected] DONE} | |
Space-BossTools-1.15.2-v56.jar boss tools {boss_tools@Beta DONE} | |
Waystones_1.15.2-6.0.1.jar Waystones {[email protected] DONE} | |
Clumps-5.0.2.jar Clumps {[email protected] DONE} | |
LightOverlay-4.6.1.jar Light Overlay Forge {[email protected] DONE} | |
journeymap-1.15.2-5.7.0b2.jar Journeymap {[email protected] DONE} | |
comforts-FORGE-1.15.2-2.0.0.2.jar Comforts {[email protected] DONE} | |
NaturesCompass-1.15.2-1.8.5.jar Nature's Compass {[email protected] DONE} | |
DimStorage-1.15.2-3.1.3.jar DimStorage {[email protected] DONE} | |
BotanyPots-1.15.2-2.0.14.jar BotanyPots {[email protected] DONE} | |
curioofundying-FORGE-1.15.2-3.0.jar Curio of Undying {[email protected] DONE} | |
FarmingForBlockheads_1.15.2-6.1.3.jar Farming for Blockheads {[email protected] DONE} | |
The-Endergetic-Expansion-1.15.2-v1.3.1.jar The Endergetic Expansion {[email protected] DONE} | |
bottleyourxp_1.15-1.2.jar Bottle Your Xp {[email protected] DONE} | |
BonsaiTrees-2.1.2.6.jar Bonsai Trees 2 {[email protected] DONE} | |
ClickMachine-1.15.2-3.0.2.jar Click Machine {[email protected] DONE} | |
trash-1.15.2-0.1.4.jar Trash {[email protected] DONE} | |
petrock-0.6.5.jar PetRock {petrock@version DONE} | |
PackingTape-1.15.2-0.9.6.jar Packing Tape {[email protected] DONE} | |
immersive-portals-0.20(forMc1.15withForge).jar Immersive Portals {[email protected] DONE} | |
extradisks-1.15.1-1.2.jar Extra Disks {[email protected] DONE} | |
Swamp-Expansion-1.15.2-v1.7.1.jar Swamp Expansion {swampexpansion@NONE DONE} | |
forge-1.15.2-31.1.93-universal.jar Forge {[email protected] DONE} | |
Bountiful-1.15.2-3.1.1.jar Bountiful {[email protected] DONE} | |
xercamusic-1.15.2-2.1.jar Xerca's Music Maker Mod {[email protected] DONE} | |
MysticalAgriculture-1.15.2-3.0.5.jar Mystical Agriculture {[email protected] DONE} | |
sounddeviceoptions-1.3.0.jar Sound Device Options {[email protected] DONE} | |
forge-1.15.2-31.1.93-server.jar Minecraft {[email protected] DONE} | |
logprot-1.15.1-1.2.jar Logprot {[email protected] DONE} | |
Dynmap-3.0-SNAPSHOT-forge-1.15.2.jar Dynmap {[email protected] DONE} | |
EnchantmentDescriptions-1.15.2-2.0.8.jar EnchantmentDescriptions {[email protected] DONE} | |
theoneprobe-1.15-2.0.2.jar The One Probe {[email protected] DONE} | |
swingthroughgrass-1.15.2-1.4.0.jar SwingThroughGrass {[email protected] DONE} | |
MouseTweaks-2.13-mc1.15.1.jar Mouse Tweaks {[email protected] DONE} | |
ToolBelt-1.15.2-1.14.1.jar Tool Belt {[email protected] DONE} | |
titanium-1.15.2-2.3.7.jar Titanium {[email protected] DONE} | |
useful_railroads-1.15.2-1.3.2.21.jar Useful Railroads {[email protected] DONE} | |
SilentLib-1.15.2-4.6.1+49.jar Silent Lib {[email protected]+49 DONE} | |
bluepower-1.15.2-0.4.188-alpha-universal.jar Blue Power {[email protected] DONE} | |
pamhc2crops-1.15.2-1.0.5.jar Pam's HarvestCraft 2 Crops {pamhc2crops@version DONE} | |
playerhopper-1.15-1.3.jar Player Hopper {[email protected] DONE} | |
movingelevators-1.2.16-mc1.15.jar Moving Elevators {[email protected] DONE} | |
astikorcarts-1.0.2-1.15.2.jar AstikorCarts {[email protected] DONE} | |
dimdungeons-1.06-forge-1.15.2.jar Dimensional Dungeons {[email protected] DONE} | |
pamhc2foodcore-1.15.2-1.0.3.jar Pam's HarvestCraft 2 Food Core {pamhc2foodcore@version DONE} | |
gravestone-1.17.5.jar Gravestone Mod {[email protected] DONE} | |
extratags-1.1.jar Extra Tags {[email protected] DONE} | |
FastWorkbench-1.15.1-3.0.0.jar FastWorkbench {[email protected] DONE} | |
autumnity-1.3.1-1.15.2.jar Autumnity {[email protected] DONE} | |
AutoRegLib-1.5-40.jar AutoRegLib {[email protected] DONE} | |
Quark-r2.1-239.jar Quark {[email protected] DONE} | |
[1.15.2] SecurityCraft v1.8.18.1.jar SecurityCraft {[email protected] DONE} | |
StorageDrawers-1.15.2-7.0.2.jar Storage Drawers {[email protected] DONE} | |
FluxNetworks-1.15.2-5.0.1-2.jar Flux Networks {[email protected] DONE} | |
DoubleSlabs-1.15-2.3.0.jar Double Slabs {[email protected] DONE} | |
themidnight-0.5.7-3.jar The Midnight {[email protected] DONE} | |
jph_1.15.2-1.0.jar Just Player Heads {[email protected] DONE} | |
InventoryHud_1.15.1-1.15.2.forge-2.6.1.jar Inventory HUD+(Forge edition) {[email protected] DONE} | |
AmbientEnvironment-3.0.0.jar Ambient Environment {[email protected] DONE} | |
FastFurnace-1.15.1-3.0.0.jar FastFurnace {[email protected] DONE} | |
AppleSkin-mc1.15.2-forge-1.0.13.jar AppleSkin {[email protected] DONE} | |
solcarrot-1.15.2-1.9.6.jar Spice of Life: Carrot Edition {[email protected] DONE} | |
Oscars-1.0.1.jar Oscars {[email protected] DONE} | |
Aquaculture-1.15.2-2.0.14.jar Aquaculture 2 {[email protected] DONE} | |
XL-Food-Mod-1.15.2-2.2.2.jar XL Food Mod {[email protected] DONE} | |
Trading_Players_1.1.jar Trading Players {[email protected] DONE} | |
extreme_cobble_generator-1.15.2-1.0.1.9.jar Extreme Cobble Generator {[email protected] DONE} | |
refinedstorageaddons-0.6.1.jar Refined Storage Addons {[email protected] DONE} | |
DynmapBlockScan-3.0-SNAPSHOT-forge-1.15.2.jar DynmapBlockScan {[email protected] DONE} | |
extremeSoundMuffler-1.2.2_forge-1.15.2.jar Extreme Sound Muffler {[email protected]_forge-1.15.2 DONE} | |
EnderMail-1.15.2-1.1.0.jar Ender Mail {[email protected] DONE} | |
Kiwi Modules: | |
chineseworkshop:blocks | |
chineseworkshop:debug_stick | |
chineseworkshop:decorations | |
chineseworkshop:materials | |
chineseworkshop:retexture | |
kiwi:contributors | |
snowrealmagic:snowrealmagic | |
Player Count: 0 / 9; [] | |
Data Packs: mod:dynmapblockscan (incompatible), vanilla, mod:quarryplus, mod:netherportalfix (incompatible), mod:variant16x, mod:craftingautomat (incompatible), mod:pregenforge (incompatible), mod:deathcounter (incompatible), mod:refinedpipes, mod:doggytalents (incompatible), mod:spiderspwebs (incompatible), mod:chineseworkshop, mod:mcwwindows, mod:industrialagriculture (incompatible), mod:bambooeverything (incompatible), mod:rsgauges, mod:coffeespawner, mod:cookingforblockheads (incompatible), mod:controlling (incompatible), mod:placebo (incompatible), mod:powah (incompatible), mod:wstweaks (incompatible), mod:bookshelf (incompatible), mod:uteamcore, mod:chancecubes, mod:buildinggadgets (incompatible), mod:apotheosis (incompatible), mod:morpheus (incompatible), mod:mekanismgenerators, mod:waterstrainer, mod:speedyhoppers (incompatible), mod:snowrealmagic, mod:carpetstairsmod, mod:dynview (incompatible), mod:betterthanmending, mod:respawnablepets, mod:mmko, mod:dcintegration, mod:refinedstorage (incompatible), mod:worldgenerationprofiler, mod:clearview, mod:mcwbridges, mod:industrialforegoing (incompatible), mod:usefulbackpacks, mod:economyinc, mod:ambientsounds (incompatible), mod:crashutilities, mod:ping, mod:biomesoplenty, mod:variant16x_biomesoplenty, mod:mekanismadditions, mod:lollipop (incompatible), mod:invtotem (incompatible), mod:silentgear (incompatible), mod:simplylight (incompatible), mod:solarflux (incompatible), mod:curios (incompatible), mod:patchouli (incompatible), mod:cloth-config2 (incompatible), mod:libnonymous (incompatible), mod:elevatorid, mod:flexiblemarker, mod:mekanismtools, mod:mcwroofs, mod:chunknogobyebye, mod:cfm (incompatible), mod:computercraft (incompatible), mod:aiimprovements (incompatible), mod:mcwfurnitures, mod:globalxp (incompatible), mod:mountedpearl (incompatible), mod:betterburning (incompatible), mod:speedyladders, mod:fastleafdecay, mod:cullparticles (incompatible), mod:betteradvancements (incompatible), mod:iapif, mod:quarkoddities, mod:kiwi, mod:jmh (incompatible), mod:cucumber, mod:trashslot (incompatible), mod:torchslabmod, mod:pamhc2trees (incompatible), mod:mining_helmet (incompatible), mod:craftingstation (incompatible), mod:jei (incompatible), mod:optiforge, mod:attributefix (incompatible), mod:abnormals_core, mod:goblintraders, mod:mekanism, mod:despeggshatch (incompatible), mod:upgrade_aquatic (incompatible), mod:boss_tools, mod:waystones (incompatible), mod:clumps (incompatible), mod:lightoverlay-forge (incompatible), mod:journeymap (incompatible), mod:comforts (incompatible), mod:naturescompass (incompatible), mod:dimstorage, mod:botanypots (incompatible), mod:curioofundying (incompatible), mod:farmingforblockheads (incompatible), mod:endergetic (incompatible), mod:bottleyourxp (incompatible), mod:bonsaitrees2, mod:clickmachine (incompatible), mod:trash, mod:petrock (incompatible), mod:packingtape, mod:immersive_portals (incompatible), mod:extradisks, mod:swampexpansion (incompatible), mod:forge (incompatible), mod:bountiful (incompatible), mod:xercamusic (incompatible), mod:mysticalagriculture, mod:sounddeviceoptions (incompatible), mod:logprot (incompatible), mod:dynmap (incompatible), mod:enchdesc (incompatible), mod:theoneprobe (incompatible), mod:swingthroughgrass (incompatible), mod:mousetweaks (incompatible), mod:toolbelt (incompatible), mod:titanium (incompatible), mod:usefulrailroads, mod:silentlib (incompatible), mod:bluepower (incompatible), mod:pamhc2crops (incompatible), mod:playerhopper (incompatible), mod:movingelevators, mod:astikorcarts (incompatible), mod:dimdungeons, mod:pamhc2foodcore (incompatible), mod:gravestone, mod:extratags (incompatible), mod:fastbench (incompatible), mod:autumnity, mod:autoreglib (incompatible), mod:quark, mod:securitycraft (incompatible), mod:storagedrawers (incompatible), mod:fluxnetworks, mod:doubleslabs, mod:midnight, mod:jph (incompatible), mod:inventoryhud, mod:ambientenvironment (incompatible), mod:fastfurnace (incompatible), mod:appleskin (incompatible), mod:solcarrot (incompatible), mod:oscars, mod:aquaculture, mod:xlfoodmod, mod:trade, mod:extremecobblegenerator, mod:refinedstorageaddons (incompatible), mod:extremesoundmuffler (incompatible), mod:endermail (incompatible), file/bluepower (incompatible) | |
Is Modded: Definitely; Server brand changed to 'forge' | |
Type: Dedicated Server (map_server.txt) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment