Created
July 5, 2020 21:05
-
-
Save bloodyraoul/665cdf2991c33ba24042b67dbcceeb30 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
| java.lang.Error: ServerHangWatchdog detected that a single server tick took 60.01 seconds (should be max 0.05) | |
| at java.util.stream.FindOps$FindSink.cancellationRequested(FindOps.java:186) ~[?:1.8.0_202] {} | |
| at java.util.stream.Sink$ChainedReference.cancellationRequested(Sink.java:263) ~[?:1.8.0_202] {} | |
| at java.util.stream.ReferencePipeline.forEachWithCancel(ReferencePipeline.java:126) ~[?:1.8.0_202] {} | |
| at java.util.stream.AbstractPipeline.copyIntoWithCancel(AbstractPipeline.java:498) ~[?:1.8.0_202] {} | |
| at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:485) ~[?:1.8.0_202] {} | |
| at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471) ~[?:1.8.0_202] {} | |
| at java.util.stream.FindOps$FindOp.evaluateSequential(FindOps.java:152) ~[?:1.8.0_202] {} | |
| at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[?:1.8.0_202] {} | |
| at java.util.stream.ReferencePipeline.findFirst(ReferencePipeline.java:464) ~[?:1.8.0_202] {} | |
| at com.minecolonies.api.util.InventoryUtils.lambda$getMergedCountedStacksFromList$37(InventoryUtils.java:2309) ~[?:0.13.16-ALPHA] {re:classloading} | |
| at com.minecolonies.api.util.InventoryUtils$$Lambda$11171/1434243002.accept(Unknown Source) ~[?:?] {} | |
| at java.util.ArrayList.forEach(ArrayList.java:1257) ~[?:1.8.0_202] {} | |
| at com.minecolonies.api.util.InventoryUtils.getMergedCountedStacksFromList(InventoryUtils.java:2307) ~[?:0.13.16-ALPHA] {re:classloading} | |
| at com.minecolonies.api.util.InventoryUtils.processItemStackListAndMerge(InventoryUtils.java:2490) ~[?:0.13.16-ALPHA] {re:classloading} | |
| at com.minecolonies.coremod.colony.requestsystem.requests.AbstractRequest.addDelivery(AbstractRequest.java:400) ~[?:0.13.16-ALPHA] {re:classloading} | |
| at com.minecolonies.coremod.colony.requestsystem.resolvers.PublicWorkerCraftingProductionResolver$$Lambda$11264/213868475.accept(Unknown Source) ~[?:?] {} | |
| at com.google.common.collect.ImmutableList.forEach(ImmutableList.java:408) ~[server-1.15.2-extra.jar:?] {} | |
| at com.minecolonies.coremod.colony.requestsystem.resolvers.PublicWorkerCraftingProductionResolver.getFollowupRequestForCompletion(PublicWorkerCraftingProductionResolver.java:81) ~[?:0.13.16-ALPHA] {re:classloading} | |
| at com.minecolonies.coremod.colony.requestsystem.management.handlers.RequestHandler.onRequestResolved(RequestHandler.java:271) ~[?:0.13.16-ALPHA] {re:classloading} | |
| at com.minecolonies.coremod.colony.requestsystem.management.manager.StandardRequestManager.updateRequestState(StandardRequestManager.java:299) ~[?:0.13.16-ALPHA] {re:classloading} | |
| at com.minecolonies.coremod.colony.jobs.AbstractJobCrafter.finishRequest(AbstractJobCrafter.java:212) ~[?:0.13.16-ALPHA] {re:classloading} | |
| at com.minecolonies.coremod.entity.ai.basic.AbstractEntityAICrafting.craft(AbstractEntityAICrafting.java:310) ~[?:0.13.16-ALPHA] {re:classloading} | |
| at com.minecolonies.coremod.entity.ai.basic.AbstractEntityAICrafting$$Lambda$10004/1945134300.get(Unknown Source) ~[?:?] {} | |
| at com.minecolonies.api.entity.ai.statemachine.basestatemachine.BasicTransition.getNextState(BasicTransition.java:79) ~[?:0.13.16-ALPHA] {re:classloading} | |
| at com.minecolonies.api.entity.ai.statemachine.basestatemachine.BasicStateMachine.transitionToNext(BasicStateMachine.java:148) ~[?:0.13.16-ALPHA] {re:classloading} | |
| at com.minecolonies.api.entity.ai.statemachine.basestatemachine.BasicStateMachine.checkTransition(BasicStateMachine.java:134) ~[?:0.13.16-ALPHA] {re:classloading} | |
| at com.minecolonies.api.entity.ai.statemachine.tickratestatemachine.TickRateStateMachine.checkTransition(TickRateStateMachine.java:126) ~[?:0.13.16-ALPHA] {re:classloading} | |
| at com.minecolonies.api.entity.ai.statemachine.tickratestatemachine.TickRateStateMachine.tick(TickRateStateMachine.java:105) ~[?:0.13.16-ALPHA] {re:classloading} | |
| at com.minecolonies.coremod.entity.ai.basic.AbstractAISkeleton.func_75246_d(AbstractAISkeleton.java:127) ~[?:0.13.16-ALPHA] {re:classloading} | |
| at net.minecraft.entity.ai.goal.PrioritizedGoal.func_75246_d(SourceFile:55) ~[?:?] {re:classloading} | |
| at com.minecolonies.api.entity.CustomGoalSelector.func_75774_a(CustomGoalSelector.java:222) ~[?:0.13.16-ALPHA] {re:classloading} | |
| at net.minecraft.entity.MobEntity.func_70626_be(MobEntity.java:595) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A} | |
| at net.minecraft.entity.LivingEntity.func_70636_d(LivingEntity.java:2262) ~[?:?] {re:classloading,pl:accesstransformer:B,xf:fml:charm:LivingEntity,xf:fml:randompatches:RandomPatches LivingEntity Transformer,pl:runtimedistcleaner:A} | |
| at net.minecraft.entity.MobEntity.func_70636_d(MobEntity.java:462) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A} | |
| at net.minecraft.entity.AgeableEntity.func_70636_d(SourceFile:159) ~[?:?] {re:classloading} | |
| at com.minecolonies.coremod.entity.citizen.EntityCitizen.func_70636_d(EntityCitizen.java:385) ~[?:0.13.16-ALPHA] {re:classloading} | |
| at net.minecraft.entity.LivingEntity.func_70071_h_(LivingEntity.java:2104) ~[?:?] {re:classloading,pl:accesstransformer:B,xf:fml:charm:LivingEntity,xf:fml:randompatches:RandomPatches LivingEntity Transformer,pl:runtimedistcleaner:A} | |
| at net.minecraft.entity.MobEntity.func_70071_h_(MobEntity.java:274) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A} | |
| at net.minecraft.world.server.ServerWorld.func_217479_a(ServerWorld.java:600) ~[?:?] {re:classloading,pl:accesstransformer:B,xf:fml:quark:change-sleeping-player-count,xf:fml:quark:add-rave-hook,pl:runtimedistcleaner:A} | |
| at net.minecraft.world.server.ServerWorld$$Lambda$10346/1971077243.accept(Unknown Source) ~[?:?] {} | |
| at net.minecraft.world.World.func_217390_a(World.java:536) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A} | |
| at net.minecraft.world.server.ServerWorld.func_72835_b(ServerWorld.java:401) ~[?:?] {re:classloading,pl:accesstransformer:B,xf:fml:quark:change-sleeping-player-count,xf:fml:quark:add-rave-hook,pl:runtimedistcleaner:A} | |
| at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:849) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A} | |
| at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:330) ~[?:?] {re:classloading,pl:accesstransformer:B} | |
| at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:784) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A} | |
| at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:637) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A} | |
| at java.lang.Thread.run(Thread.java:748) [?:1.8.0_202] {} | |
| A detailed walkthrough of the error, its code path and all known details is as follows: | |
| --------------------------------------------------------------------------------------- | |
| -- Head -- | |
| Thread: Server Watchdog | |
| Stacktrace: | |
| at java.util.stream.FindOps$FindSink.cancellationRequested(FindOps.java:186) | |
| at java.util.stream.Sink$ChainedReference.cancellationRequested(Sink.java:263) | |
| at java.util.stream.ReferencePipeline.forEachWithCancel(ReferencePipeline.java:126) | |
| at java.util.stream.AbstractPipeline.copyIntoWithCancel(AbstractPipeline.java:498) | |
| at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:485) | |
| at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471) | |
| at java.util.stream.FindOps$FindOp.evaluateSequential(FindOps.java:152) | |
| at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) | |
| at java.util.stream.ReferencePipeline.findFirst(ReferencePipeline.java:464) | |
| at com.minecolonies.api.util.InventoryUtils.lambda$getMergedCountedStacksFromList$37(InventoryUtils.java:2309) | |
| at com.minecolonies.api.util.InventoryUtils$$Lambda$11171/1434243002.accept(Unknown Source) | |
| at java.util.ArrayList.forEach(ArrayList.java:1257) | |
| at com.minecolonies.api.util.InventoryUtils.getMergedCountedStacksFromList(InventoryUtils.java:2307) | |
| at com.minecolonies.api.util.InventoryUtils.processItemStackListAndMerge(InventoryUtils.java:2490) | |
| at com.minecolonies.coremod.colony.requestsystem.requests.AbstractRequest.addDelivery(AbstractRequest.java:400) | |
| at com.minecolonies.coremod.colony.requestsystem.resolvers.PublicWorkerCraftingProductionResolver$$Lambda$11264/213868475.accept(Unknown Source) | |
| at com.google.common.collect.ImmutableList.forEach(ImmutableList.java:408) | |
| at com.minecolonies.coremod.colony.requestsystem.resolvers.PublicWorkerCraftingProductionResolver.getFollowupRequestForCompletion(PublicWorkerCraftingProductionResolver.java:81) | |
| at com.minecolonies.coremod.colony.requestsystem.management.handlers.RequestHandler.onRequestResolved(RequestHandler.java:271) | |
| at com.minecolonies.coremod.colony.requestsystem.management.manager.StandardRequestManager.updateRequestState(StandardRequestManager.java:299) | |
| at com.minecolonies.coremod.colony.jobs.AbstractJobCrafter.finishRequest(AbstractJobCrafter.java:212) | |
| at com.minecolonies.coremod.entity.ai.basic.AbstractEntityAICrafting.craft(AbstractEntityAICrafting.java:310) | |
| at com.minecolonies.coremod.entity.ai.basic.AbstractEntityAICrafting$$Lambda$10004/1945134300.get(Unknown Source) | |
| at com.minecolonies.api.entity.ai.statemachine.basestatemachine.BasicTransition.getNextState(BasicTransition.java:79) | |
| at com.minecolonies.api.entity.ai.statemachine.basestatemachine.BasicStateMachine.transitionToNext(BasicStateMachine.java:148) | |
| at com.minecolonies.api.entity.ai.statemachine.basestatemachine.BasicStateMachine.checkTransition(BasicStateMachine.java:134) | |
| at com.minecolonies.api.entity.ai.statemachine.tickratestatemachine.TickRateStateMachine.checkTransition(TickRateStateMachine.java:126) | |
| at com.minecolonies.api.entity.ai.statemachine.tickratestatemachine.TickRateStateMachine.tick(TickRateStateMachine.java:105) | |
| at com.minecolonies.coremod.entity.ai.basic.AbstractAISkeleton.func_75246_d(AbstractAISkeleton.java:127) | |
| at net.minecraft.entity.ai.goal.PrioritizedGoal.func_75246_d(SourceFile:55) | |
| at com.minecolonies.api.entity.CustomGoalSelector.func_75774_a(CustomGoalSelector.java:222) | |
| at net.minecraft.entity.MobEntity.func_70626_be(MobEntity.java:595) | |
| at net.minecraft.entity.LivingEntity.func_70636_d(LivingEntity.java:2262) | |
| at net.minecraft.entity.MobEntity.func_70636_d(MobEntity.java:462) | |
| at net.minecraft.entity.AgeableEntity.func_70636_d(SourceFile:159) | |
| at com.minecolonies.coremod.entity.citizen.EntityCitizen.func_70636_d(EntityCitizen.java:385) | |
| at net.minecraft.entity.LivingEntity.func_70071_h_(LivingEntity.java:2104) | |
| at net.minecraft.entity.MobEntity.func_70071_h_(MobEntity.java:274) | |
| at net.minecraft.world.server.ServerWorld.func_217479_a(ServerWorld.java:600) | |
| at net.minecraft.world.server.ServerWorld$$Lambda$10346/1971077243.accept(Unknown Source) | |
| at net.minecraft.world.World.func_217390_a(World.java:536) | |
| at net.minecraft.world.server.ServerWorld.func_72835_b(ServerWorld.java:401) | |
| at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:849) | |
| at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:330) | |
| at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:784) | |
| -- Thread Dump -- | |
| Details: | |
| Threads: "Netty Epoll Server IO #17" Id=209 RUNNABLE (in native) | |
| 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) | |
| "Netty Epoll Server IO #16" Id=201 RUNNABLE (in native) | |
| 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) | |
| "Netty Epoll Server IO #15" Id=197 RUNNABLE (in native) | |
| 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) | |
| "Netty Epoll Server IO #14" Id=182 RUNNABLE (in native) | |
| 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) | |
| "Netty Epoll Server IO #13" Id=178 RUNNABLE (in native) | |
| 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) | |
| "Netty Epoll Server IO #12" Id=174 RUNNABLE (in native) | |
| 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) | |
| "Netty Epoll Server IO #11" Id=170 RUNNABLE (in native) | |
| 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) | |
| "Netty Epoll Server IO #10" Id=169 RUNNABLE (in native) | |
| 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) | |
| "Netty Epoll Server IO #9" Id=165 RUNNABLE (in native) | |
| 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) | |
| "Netty Epoll Server IO #8" Id=161 RUNNABLE (in native) | |
| 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) | |
| "Netty Epoll Server IO #7" Id=157 RUNNABLE (in native) | |
| 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) | |
| "Netty Epoll Server IO #6" Id=153 RUNNABLE (in native) | |
| 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) | |
| "Netty Epoll Server IO #5" Id=149 RUNNABLE (in native) | |
| 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) | |
| "pool-5-thread-1" Id=144 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@436c970f | |
| at sun.misc.Unsafe.park(Native Method) | |
| - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@436c970f | |
| at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) | |
| at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039) | |
| at java.util.concurrent.LinkedBlockingDeque.takeFirst(LinkedBlockingDeque.java:492) | |
| at java.util.concurrent.LinkedBlockingDeque.take(LinkedBlockingDeque.java:680) | |
| at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074) | |
| at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) | |
| at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) | |
| ... | |
| "Netty Epoll Server IO #4" Id=140 RUNNABLE (in native) | |
| 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) | |
| "Netty Epoll Server IO #3" Id=137 RUNNABLE (in native) | |
| 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) | |
| "Netty Epoll Server IO #2" Id=131 RUNNABLE (in native) | |
| 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) | |
| "Server Watchdog" Id=129 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) | |
| "Query Listener #1" Id=128 RUNNABLE | |
| at java.net.PlainDatagramSocketImpl.receive0(Native Method) | |
| - locked java.net.PlainDatagramSocketImpl@4dab7112 | |
| at java.net.AbstractPlainDatagramSocketImpl.receive(AbstractPlainDatagramSocketImpl.java:143) | |
| - locked java.net.PlainDatagramSocketImpl@4dab7112 | |
| at java.net.DatagramSocket.receive(DatagramSocket.java:812) | |
| - locked java.net.DatagramPacket@4994fc7f | |
| - locked java.net.DatagramSocket@31f21514 | |
| at net.minecraft.network.rcon.QueryThread.run(SourceFile:260) | |
| at java.lang.Thread.run(Thread.java:748) | |
| "poi IO worker" Id=119 WAITING on java.lang.String@c967b29 | |
| at sun.misc.Unsafe.park(Native Method) | |
| - waiting on java.lang.String@c967b29 | |
| 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$8963/1520327736.run(Unknown Source) | |
| at java.lang.Thread.run(Thread.java:748) | |
| "chunk IO worker" Id=117 WAITING on java.lang.String@c967b29 | |
| at sun.misc.Unsafe.park(Native Method) | |
| - waiting on java.lang.String@c967b29 | |
| 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$8963/1520327736.run(Unknown Source) | |
| at java.lang.Thread.run(Thread.java:748) | |
| "poi IO worker" Id=116 WAITING on java.lang.String@c967b29 | |
| at sun.misc.Unsafe.park(Native Method) | |
| - waiting on java.lang.String@c967b29 | |
| 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$8963/1520327736.run(Unknown Source) | |
| at java.lang.Thread.run(Thread.java:748) | |
| "chunk IO worker" Id=115 WAITING on java.lang.String@c967b29 | |
| at sun.misc.Unsafe.park(Native Method) | |
| - waiting on java.lang.String@c967b29 | |
| 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$8963/1520327736.run(Unknown Source) | |
| at java.lang.Thread.run(Thread.java:748) | |
| "poi IO worker" Id=114 WAITING on java.lang.String@c967b29 | |
| at sun.misc.Unsafe.park(Native Method) | |
| - waiting on java.lang.String@c967b29 | |
| 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$8963/1520327736.run(Unknown Source) | |
| at java.lang.Thread.run(Thread.java:748) | |
| "chunk IO worker" Id=113 WAITING on java.lang.String@c967b29 | |
| at sun.misc.Unsafe.park(Native Method) | |
| - waiting on java.lang.String@c967b29 | |
| 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$8963/1520327736.run(Unknown Source) | |
| at java.lang.Thread.run(Thread.java:748) | |
| "Netty Epoll Server IO #1" Id=112 RUNNABLE (in native) | |
| 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) | |
| "Thread-17" Id=104 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=98 RUNNABLE (in native) | |
| 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=97 TIMED_WAITING on java.lang.ref.ReferenceQueue$Lock@2be5415b | |
| at java.lang.Object.wait(Native Method) | |
| - waiting on java.lang.ref.ReferenceQueue$Lock@2be5415b | |
| 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-13" Id=85 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=84 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=83 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=82 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=81 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=80 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=79 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=78 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=43 RUNNABLE | |
| at java.io.FileInputStream.read0(Native Method) | |
| at java.io.FileInputStream.read(FileInputStream.java:207) | |
| at org.jline.terminal.impl.AbstractPty$PtyInputStream.read(AbstractPty.java:73) | |
| at org.jline.utils.NonBlockingInputStream.read(NonBlockingInputStream.java:62) | |
| at org.jline.utils.NonBlocking$NonBlockingInputStreamReader.read(NonBlocking.java:168) | |
| at org.jline.utils.NonBlockingReader.read(NonBlockingReader.java:57) | |
| at org.jline.keymap.BindingReader.readCharacter(BindingReader.java:133) | |
| at org.jline.keymap.BindingReader.readBinding(BindingReader.java:110) | |
| ... | |
| "DestroyJavaVM" Id=42 RUNNABLE | |
| "Server thread" Id=39 RUNNABLE | |
| at java.util.stream.FindOps$FindSink.cancellationRequested(FindOps.java:186) | |
| at java.util.stream.Sink$ChainedReference.cancellationRequested(Sink.java:263) | |
| at java.util.stream.ReferencePipeline.forEachWithCancel(ReferencePipeline.java:126) | |
| at java.util.stream.AbstractPipeline.copyIntoWithCancel(AbstractPipeline.java:498) | |
| at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:485) | |
| at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471) | |
| at java.util.stream.FindOps$FindOp.evaluateSequential(FindOps.java:152) | |
| at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) | |
| ... | |
| "Server Infinisleeper" Id=40 TIMED_WAITING | |
| at java.lang.Thread.sleep(Native Method) | |
| at net.minecraft.server.dedicated.DedicatedServer$1.run(DedicatedServer.java:88) | |
| "Snooper Timer" Id=38 WAITING on java.util.TaskQueue@3dd096d4 | |
| at java.lang.Object.wait(Native Method) | |
| - waiting on java.util.TaskQueue@3dd096d4 | |
| 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=29 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=28 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=4 RUNNABLE | |
| "Finalizer" Id=3 WAITING on java.lang.ref.ReferenceQueue$Lock@5349f215 | |
| at java.lang.Object.wait(Native Method) | |
| - waiting on java.lang.ref.ReferenceQueue$Lock@5349f215 | |
| 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@6cb98466 | |
| at java.lang.Object.wait(Native Method) | |
| - waiting on java.lang.ref.Reference$Lock@6cb98466 | |
| 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 3.16.0-10-amd64 | |
| Java Version: 1.8.0_202, Oracle Corporation | |
| Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation | |
| Memory: 1575471376 bytes (1502 MB) / 2872930304 bytes (2739 MB) up to 31136546816 bytes (29694 MB) | |
| CPUs: 32 | |
| JVM Flags: 22 total; -Xms512M -XX:PermSize=384M -XX:MaxPermSize=768M -XX:-UseConcMarkSweepGC -XX:+UseParNewGC -XX:+UseNUMA -XX:+CMSParallelRemarkEnabled -XX:+UseAdaptiveGCBoundary -XX:-UseGCOverheadLimit -XX:+UseBiasedLocking -XX:SurvivorRatio=8 -XX:TargetSurvivorRatio=90 -XX:MaxTenuringThreshold=15 -XX:UseSSE=3 -XX:+UseLargePages -XX:+UseFastAccessorMethods -XX:+UseStringCache -XX:+UseCompressedOops -XX:+OptimizeStringConcat -XX:+AggressiveOpts -XX:MaxGCPauseMillis=50 -XX:ParallelGCThreads=2 | |
| 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.2.30.jar object_holder_definalize PLUGINSERVICE | |
| /forge-1.15.2-31.2.30.jar runtime_enum_extender PLUGINSERVICE | |
| /accesstransformers-2.1.3-shadowed.jar accesstransformer PLUGINSERVICE | |
| /forge-1.15.2-31.2.30.jar capability_inject_definalize PLUGINSERVICE | |
| /forge-1.15.2-31.2.30.jar runtimedistcleaner PLUGINSERVICE | |
| /forge-1.15.2-31.2.30.jar fml TRANSFORMATIONSERVICE | |
| FML: 31.2 | |
| Forge: net.minecraftforge:31.2.30 | |
| FML Language Providers: | |
| javafml@31.2 | |
| minecraft@1 | |
| kotori_scala@2.13.2-build-2 | |
| Mod List: | |
| inventorysorter-1.15.2-17.0.0.jar Simple Inventory Sorter {inventorysorter@17.0.0 DONE} | |
| Cube++-1.2.1.jar Cube++ {cubeplus@1.2.1 DONE} | |
| NetherPortalFix_1.15.2-6.0.2.jar NetherPortalFix {netherportalfix@6.0.2 DONE} | |
| pamhc2trees-1.15.2-1.0.5.jar Pam's HarvestCraft 2 Fruit Trees {pamhc2trees@version DONE} | |
| damage_indicator-0.1.0.jar Ama's Damage Indicator {damage_indicator@0.0.9 DONE} | |
| mining-helmet-1.15.2-1.0.8.jar Mining Helmet {mining_helmet@1.0.8 DONE} | |
| jei-1.15.2-6.0.2.12.jar Just Enough Items {jei@6.0.2.12 DONE} | |
| FallingTree-1.15.2-2.1.4.jar Falling Tree {falling_tree@2.1.4 DONE} | |
| Abnormals-Core-1.15.2-1.0.6.jar Abnormals Core {abnormals_core@1.0.6 DONE} | |
| Bamboo-Blocks-1.15.2-1.4.1.jar Bamboo Blocks {bambooblocks@NONE DONE} | |
| Buzzier-Bees-1.15.2-1.5.2.jar Buzzier Bees {buzzierbees@1.5.2 DONE} | |
| planttech2-0.02.11 - 1.15.2.jar PlantTech 2 {planttech2@0.02.11 DONE} | |
| Mekanism-1.15.2-9.10.9.422.jar Mekanism {mekanism@9.10.9 DONE} | |
| mcw-windows-1.0.1-mc1.15.2_1.15.1.jar Macaw's Windows {mcwwindows@1.0.1 DONE} | |
| Bloomful-1.15.2-1.4.1.jar Bloomful {bloomful@NONE DONE} | |
| rsgauges-1.15.2-1.2.5-b1.jar Gauges and Switches {rsgauges@1.2.5-b1 DONE} | |
| essentials-1.15.2-2.7.3.jar Essentials {essentials@1.15.2-2.7.3 DONE} | |
| CookingForBlockheads_1.15.2-8.0.3.jar Cooking for Blockheads {cookingforblockheads@8.0.3 DONE} | |
| comforts-FORGE-1.15.2-2.0.0.3.jar Comforts {comforts@FORGE-1.15.2-2.0.0.3 DONE} | |
| SereneSeasons-1.15.2-3.0.0.72-universal.jar Serene Seasons {sereneseasons@1.15.2-3.0.0.72 DONE} | |
| Powah-1.15.2-1.1.14.jar Powah {powah@1.1.14 DONE} | |
| DimStorage-1.15.2-3.1.5.jar DimStorage {dimstorage@3.1.5 DONE} | |
| rangedpumps-0.7.1.jar Ranged Pumps {rangedpumps@0.7.1 DONE} | |
| FarmingForBlockheads_1.15.2-6.1.5.jar Farming for Blockheads {farmingforblockheads@6.1.5 DONE} | |
| Bookshelf-1.15.2-5.6.40.jar Bookshelf {bookshelf@5.6.40 DONE} | |
| Reliquary-1.15.2-1.3.4.995.jar Reliquary {xreliquary@1.15.2-1.3.4.995 DONE} | |
| u_team_core-1.15.2-3.0.0.160.jar U Team Core {uteamcore@3.0.0.160 DONE} | |
| randompatches-1.15.2-1.22.0.0.jar RandomPatches {randompatches@1.15.2-1.22.0.0 DONE} | |
| alib-1.15.2-1.jar A Lib {alib@1.15.2-1 DONE} | |
| Morpheus-1.15.2-4.2.50.jar Morpheus {morpheus@version DONE} | |
| additional_lights-1.15.2-1.2.0.jar Additional Lights {additional_lights@1.15.2-1.2.0 DONE} | |
| venture-1.0.0-1.15.2.jar Venture {venture@1.0.0 DONE} | |
| MekanismGenerators-1.15.2-9.10.9.422.jar Mekanism: Generators {mekanismgenerators@9.10.9 DONE} | |
| Hwyla-forge-1.10.8-B72_1.15.2.jar Waila {waila@version DONE} | |
| WAWLA-1.15.2-3.0.3.jar WAWLA {wawla@3.0.3 DONE} | |
| PackingTape-1.15.2-0.9.6.jar Packing Tape {packingtape@0.9.6 DONE} | |
| extradisks-1.15.2-1.2.2.jar Extra Disks {extradisks@1.15.2-1.2.2 DONE} | |
| forge-1.15.2-31.2.30-universal.jar Forge {forge@31.2.30 DONE} | |
| MoreMekanismOres-1.15.2-1.0.5.jar More Mekanism Ores {mmko@1.15.2-1.0.5 DONE} | |
| refinedstorage-1.8.6.jar Refined Storage {refinedstorage@1.8.6 DONE} | |
| corpse-1.15.2-1.0.8.jar Corpse {corpse@1.15.2-1.0.8 DONE} | |
| alchemistry-1.15.2-5.jar Alchemistry {alchemistry@1.15.2-5 DONE} | |
| forge-1.15.2-31.2.30-server.jar Minecraft {minecraft@1.15.2 DONE} | |
| useful_backpacks-1.15.2-1.10.1.66.jar Useful Backpacks {usefulbackpacks@1.10.1.66 DONE} | |
| ToolBelt-1.15.2-1.14.1.jar Tool Belt {toolbelt@1.14.1 DONE} | |
| titanium-1.15.2-2.4.2.jar Titanium {titanium@2.4.2 DONE} | |
| BiomesOPlenty-1.15.2-10.0.0.366-universal.jar Biomes O' Plenty {biomesoplenty@1.15.2-10.0.0.366 DONE} | |
| bluepower-1.15.2-0.4.190-alpha-universal.jar Blue Power {bluepower@0.4.-custom DONE} | |
| valkyrielib-1.15.2-3.0.2.1.jar ValkyrieLib {valkyrielib@1.15.2-3.0.2.1 DONE} | |
| valhelsia_structures-15.0.3a.jar Valhelsia Structures {valhelsia_structures@15.0.3a DONE} | |
| Lollipop-1.15.2-1.0.15.jar Lollipop {lollipop@1.0.15 DONE} | |
| pamhc2crops-1.15.2-1.0.5.jar Pam's HarvestCraft 2 Crops {pamhc2crops@version DONE} | |
| gates-1.6.jar Gates {gates@1.6 DONE} | |
| tgcropesmod-1.15.2-1.2.0.jar Ropes Mod {tgcropesmod@1.15.2-1.2.0 DONE} | |
| LargeFluidTank-15.3.1.jar FluidTank {fluidtank@15.3.1 DONE} | |
| Atmospheric-1.15.2-1.4.1.jar Atmospheric {atmospheric@1.4.1 DONE} | |
| dimdungeons-1.07-forge-1.15.2.jar Dimensional Dungeons {dimdungeons@1.15.2-1.07 DONE} | |
| Patchouli-1.15.2-1.2-34.jar Patchouli {patchouli@1.15.2-1.2-34 DONE} | |
| pamhc2foodcore-1.15.2-1.0.4.jar Pam's HarvestCraft 2 Food Core {pamhc2foodcore@version DONE} | |
| chemlib-1.15.2-3.jar Chem Lib {chemlib@1.15.2-3 DONE} | |
| DramaticDoors-1.15.2-1.1.0.jar Dramatic Doors {dramaticdoors@1.15.2-1.1.0 DONE} | |
| AutoRegLib-1.5-40.jar AutoRegLib {autoreglib@1.5-40 DONE} | |
| Quark-r2.1-245.jar Quark {quark@r2.1-245 DONE} | |
| StorageDrawers-1.15.2-7.0.2.jar Storage Drawers {storagedrawers@1.15.2-7.0.1 DONE} | |
| elevatorid-1.15.2-1.7.1.jar Elevator Mod {elevatorid@1.15.2-1.7.1 DONE} | |
| structurize-0.13.4-ALPHA.jar Structurize {structurize@0.13.4-ALPHA DONE} | |
| wirelessredstone-1.15.2-0.1.0.jar Wireless Redstone {wirelessredstone@0.1.0 DONE} | |
| expandedstorage-1.1.8+1.15.2.jar Expanded Storage {expandedstorage@1.1.8+1.15.2 DONE} | |
| minecolonies-0.13.16-ALPHA-universal.jar Minecolonies {minecolonies@0.13.16-ALPHA DONE} | |
| MekanismTools-1.15.2-9.10.9.422.jar Mekanism: Tools {mekanismtools@9.10.9 DONE} | |
| [1.15.1-1.15.2]TorchBowMod_v1.4.jar TorchBowMod {torchbowmod@1.4 DONE} | |
| ChunkNoGoByeBye-1.15.2-1.2.0.jar ChunkNoGoByeBye {chunknogobyebye@1.15.2-1.2.0 DONE} | |
| Transport-1.15.2-2.3.1.jar Transport {transport@1.15.2-2.3.1 DONE} | |
| mcw-furniture-1.0.1-mc1.15.1 1.15.2.jar Macaw's Furnitures {mcwfurnitures@1.0.1 DONE} | |
| solcarrot-1.15.2-1.9.7.jar Spice of Life: Carrot Edition {solcarrot@1.15.2-1.9.7 DONE} | |
| water-erosion-1.15.2-forge-1.1.2.jar Water Erosion {water-erosion@1.1.2 DONE} | |
| Charm-1.15.2-1.5.9.jar Charm {charm@1.15.2-1.5.9 DONE} | |
| Strange-1.15.2-1.0.0-beta.5.hotfix1.jar Strange {strange@1.15.2-1.0.0-beta.5 DONE} | |
| taffydaf-1.15.2-0.3.jar Taffy Date and Forecast {taffydaf@1.15.2-0.3 DONE} | |
| refinedstorageaddons-0.6.2.jar Refined Storage Addons {refinedstorageaddons@0.6.2 DONE} | |
| incubation-1.0.4-1.15.2.jar Incubation {incubation@1.0.4 DONE} | |
| FastLeafDecay-v22.jar FastLeafDecay {fastleafdecay@v22 DONE} | |
| Player Count: 0 / 20; [] | |
| Data Packs: vanilla, mod:inventorysorter (incompatible), mod:cubeplus, mod:netherportalfix (incompatible), mod:pamhc2trees (incompatible), mod:damage_indicator (incompatible), mod:mining_helmet (incompatible), mod:jei (incompatible), mod:falling_tree, mod:abnormals_core, mod:bambooblocks (incompatible), mod:buzzierbees, mod:planttech2 (incompatible), mod:mekanism, mod:mcwwindows, mod:bloomful (incompatible), mod:rsgauges, mod:essentials (incompatible), mod:cookingforblockheads (incompatible), mod:comforts (incompatible), mod:sereneseasons, mod:powah (incompatible), mod:dimstorage, mod:rangedpumps (incompatible), mod:farmingforblockheads (incompatible), mod:bookshelf (incompatible), mod:wawla (incompatible), mod:xreliquary (incompatible), mod:uteamcore, mod:randompatches (incompatible), mod:alib, mod:morpheus (incompatible), mod:additional_lights (incompatible), mod:venture, mod:mekanismgenerators, mod:waila (incompatible), mod:packingtape, mod:extradisks, mod:forge (incompatible), mod:mmko, mod:refinedstorage (incompatible), mod:corpse, mod:alchemistry (incompatible), mod:usefulbackpacks, mod:toolbelt (incompatible), mod:titanium (incompatible), mod:biomesoplenty, mod:bluepower (incompatible), mod:valkyrielib (incompatible), mod:valhelsia_structures (incompatible), mod:lollipop (incompatible), mod:pamhc2crops (incompatible), mod:gates (incompatible), mod:tgcropesmod, mod:fluidtank, mod:atmospheric, mod:dimdungeons, mod:patchouli (incompatible), mod:pamhc2foodcore (incompatible), mod:chemlib (incompatible), mod:dramaticdoors (incompatible), mod:autoreglib (incompatible), mod:quark, mod:storagedrawers (incompatible), mod:elevatorid, mod:structurize (incompatible), mod:wirelessredstone, mod:expandedstorage (incompatible), mod:minecolonies (incompatible), mod:mekanismtools, mod:torchbowmod (incompatible), mod:chunknogobyebye, mod:transport, mod:mcwfurnitures, mod:solcarrot (incompatible), mod:water-erosion (incompatible), mod:charm (incompatible), mod:strange (incompatible), mod:taffydaf, mod:refinedstorageaddons (incompatible), mod:incubation, mod:fastleafdecay, file/alchemistry (incompatible), file/bluepower (incompatible), file/chunknogobyebye (incompatible), file/custom (incompatible) | |
| Is Modded: Definitely; Server brand changed to 'forge' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment