Skip to content
This repository was archived by the owner on Mar 15, 2021. It is now read-only.
This repository was archived by the owner on Mar 15, 2021. It is now read-only.

Error reading dynmap/markers.yml #84

@Georodin

Description

@Georodin

I installed a fresh
Minecraft 1.15 Server Valhelsia_SERVER - 2.2.6
and added a
Dynmap v3.0.1 for Forge 1.15.2

When the server starts it says after spawn preparing
Error reading dynmap/markers.yml
followed one minute later with a
ServerHangWatchdog detected that a single server tick took 60.00 seconds > server shutdown

The crash report says following

---- Minecraft Crash Report ----
// Who set us up the TNT?

Time: 8/5/20 11:35 AM
Description: Watching Server

java.lang.Error: ServerHangWatchdog detected that a single server tick took 60.00 seconds (should be max 0.05)
	at java.util.Arrays.copyOf(Arrays.java:3181) ~[?:1.8.0_252] {}
	at org.dynmap.forge_1_15_2.DynmapPlugin.initializeBlockStates(DynmapPlugin.java:231) ~[?:?] {re:classloading}
	at org.dynmap.forge_1_15_2.DynmapPlugin.onStart(DynmapPlugin.java:1517) ~[?:?] {re:classloading}
	at org.dynmap.forge_1_15_2.DynmapPlugin.serverStarted(DynmapPlugin.java:1946) ~[?:?] {re:classloading}
	at org.dynmap.forge_1_15_2.DynmapMod.onServerStarted(DynmapMod.java:118) ~[?:?] {re:classloading}
	at net.minecraftforge.eventbus.ASMEventHandler_648_DynmapMod_onServerStarted_FMLServerStartedEvent.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.handleServerStarted(ServerLifecycleHooks.java:100) ~[?:?] {re:classloading}
	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:614) ~[?:?] {re:classloading,pl:accesstransformer:B,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.Arrays.copyOf(Arrays.java:3181)
	at org.dynmap.forge_1_15_2.DynmapPlugin.initializeBlockStates(DynmapPlugin.java:231)
	at org.dynmap.forge_1_15_2.DynmapPlugin.onStart(DynmapPlugin.java:1517)
	at org.dynmap.forge_1_15_2.DynmapPlugin.serverStarted(DynmapPlugin.java:1946)
	at org.dynmap.forge_1_15_2.DynmapMod.onServerStarted(DynmapMod.java:118)
	at net.minecraftforge.eventbus.ASMEventHandler_648_DynmapMod_onServerStarted_FMLServerStartedEvent.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.handleServerStarted(ServerLifecycleHooks.java:100)

-- Thread Dump --
Details:
	Threads: "process reaper" Id=136 TIMED_WAITING on java.util.concurrent.SynchronousQueue$TransferStack@27f12c69
	at sun.misc.Unsafe.park(Native Method)
	-  waiting on java.util.concurrent.SynchronousQueue$TransferStack@27f12c69
	at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
	at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
	at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
	at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
	at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	...


"process reaper" Id=135 TIMED_WAITING on java.util.concurrent.SynchronousQueue$TransferStack@27f12c69
	at sun.misc.Unsafe.park(Native Method)
	-  waiting on java.util.concurrent.SynchronousQueue$TransferStack@27f12c69
	at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
	at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
	at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
	at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
	at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	...


"process reaper" Id=134 TIMED_WAITING on java.util.concurrent.SynchronousQueue$TransferStack@27f12c69
	at sun.misc.Unsafe.park(Native Method)
	-  waiting on java.util.concurrent.SynchronousQueue$TransferStack@27f12c69
	at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
	at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
	at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
	at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
	at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	...


"Server Watchdog" Id=132 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=125 WAITING on java.lang.String@2936c6e7
	at sun.misc.Unsafe.park(Native Method)
	-  waiting on java.lang.String@2936c6e7
	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$17835/961255748.run(Unknown Source)
	at java.lang.Thread.run(Thread.java:748)


"chunk IO worker" Id=124 WAITING on java.lang.String@2936c6e7
	at sun.misc.Unsafe.park(Native Method)
	-  waiting on java.lang.String@2936c6e7
	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$17835/961255748.run(Unknown Source)
	at java.lang.Thread.run(Thread.java:748)


"poi IO worker" Id=123 WAITING on java.lang.String@2936c6e7
	at sun.misc.Unsafe.park(Native Method)
	-  waiting on java.lang.String@2936c6e7
	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$17835/961255748.run(Unknown Source)
	at java.lang.Thread.run(Thread.java:748)


"chunk IO worker" Id=122 WAITING on java.lang.String@2936c6e7
	at sun.misc.Unsafe.park(Native Method)
	-  waiting on java.lang.String@2936c6e7
	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$17835/961255748.run(Unknown Source)
	at java.lang.Thread.run(Thread.java:748)


"poi IO worker" Id=121 WAITING on java.lang.String@2936c6e7
	at sun.misc.Unsafe.park(Native Method)
	-  waiting on java.lang.String@2936c6e7
	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$17835/961255748.run(Unknown Source)
	at java.lang.Thread.run(Thread.java:748)


"chunk IO worker" Id=119 WAITING on java.lang.String@2936c6e7
	at sun.misc.Unsafe.park(Native Method)
	-  waiting on java.lang.String@2936c6e7
	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$17835/961255748.run(Unknown Source)
	at java.lang.Thread.run(Thread.java:748)


"poi IO worker" Id=118 WAITING on java.lang.String@2936c6e7
	at sun.misc.Unsafe.park(Native Method)
	-  waiting on java.lang.String@2936c6e7
	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$17835/961255748.run(Unknown Source)
	at java.lang.Thread.run(Thread.java:748)


"chunk IO worker" Id=117 WAITING on java.lang.String@2936c6e7
	at sun.misc.Unsafe.park(Native Method)
	-  waiting on java.lang.String@2936c6e7
	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$17835/961255748.run(Unknown Source)
	at java.lang.Thread.run(Thread.java:748)


"poi IO worker" Id=110 WAITING on java.lang.String@2936c6e7
	at sun.misc.Unsafe.park(Native Method)
	-  waiting on java.lang.String@2936c6e7
	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$17835/961255748.run(Unknown Source)
	at java.lang.Thread.run(Thread.java:748)


"chunk IO worker" Id=109 WAITING on java.lang.String@2936c6e7
	at sun.misc.Unsafe.park(Native Method)
	-  waiting on java.lang.String@2936c6e7
	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$17835/961255748.run(Unknown Source)
	at java.lang.Thread.run(Thread.java:748)


"Thread-18" Id=93 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@2d094719
	at java.lang.Object.wait(Native Method)
	-  waiting on java.lang.ref.ReferenceQueue$Lock@2d094719
	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=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-12" 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-11" 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-10" 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)


"Thread-9" Id=52 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=51 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=50 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=49 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=33 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=32 RUNNABLE


"Server thread" Id=29 RUNNABLE
	at java.util.Arrays.copyOf(Arrays.java:3181)
	at org.dynmap.forge_1_15_2.DynmapPlugin.initializeBlockStates(DynmapPlugin.java:231)
	at org.dynmap.forge_1_15_2.DynmapPlugin.onStart(DynmapPlugin.java:1517)
	at org.dynmap.forge_1_15_2.DynmapPlugin.serverStarted(DynmapPlugin.java:1946)
	at org.dynmap.forge_1_15_2.DynmapMod.onServerStarted(DynmapMod.java:118)
	at net.minecraftforge.eventbus.ASMEventHandler_648_DynmapMod_onServerStarted_FMLServerStartedEvent.invoke(.dynamic)
	at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80)
	at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258)
	...


"Server Infinisleeper" Id=30 TIMED_WAITING
	at java.lang.Thread.sleep(Native Method)
	at net.minecraft.server.dedicated.DedicatedServer$1.run(DedicatedServer.java:88)


"Snooper Timer" Id=28 WAITING on java.util.TaskQueue@680bccdc
	at java.lang.Object.wait(Native Method)
	-  waiting on java.util.TaskQueue@680bccdc
	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=19 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=18 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@46b737d0
	at java.lang.Object.wait(Native Method)
	-  waiting on java.lang.ref.ReferenceQueue$Lock@46b737d0
	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@5929c01f
	at java.lang.Object.wait(Native Method)
	-  waiting on java.lang.ref.Reference$Lock@5929c01f
	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.10.0-1127.13.1.el7.x86_64
	Java Version: 1.8.0_252, Oracle Corporation
	Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle Corporation
	Memory: 2589853688 bytes (2469 MB) / 8589934592 bytes (8192 MB) up to 8589934592 bytes (8192 MB)
	CPUs: 8
	JVM Flags: 11 total; -Xms8G -Xmx8G -XX:+UseG1GC -XX:+UnlockExperimentalVMOptions -XX:MaxGCPauseMillis=100 -XX:+DisableExplicitGC -XX:TargetSurvivorRatio=90 -XX:G1NewSizePercent=50 -XX:G1MaxNewSizePercent=80 -XX:G1MixedGCLiveThresholdPercent=50 -XX:+AlwaysPreTouch
	ModLauncher: 5.1.2+70+master.2845bb9
	ModLauncher launch target: fmlserver
	ModLauncher naming: srg
	ModLauncher services: 
		/eventbus-2.2.0-service.jar eventbus PLUGINSERVICE 
		/forge-1.15.2-31.2.33.jar object_holder_definalize PLUGINSERVICE 
		/forge-1.15.2-31.2.33.jar runtime_enum_extender PLUGINSERVICE 
		/accesstransformers-2.1.3-shadowed.jar accesstransformer PLUGINSERVICE 
		/forge-1.15.2-31.2.33.jar capability_inject_definalize PLUGINSERVICE 
		/forge-1.15.2-31.2.33.jar runtimedistcleaner PLUGINSERVICE 
		/forge-1.15.2-31.2.33.jar fml TRANSFORMATIONSERVICE 
		/MixinBootstrap-1.0.3.jar mixinbootstrap TRANSFORMATIONSERVICE 
		/MixinBootstrap-1.0.3.jar mixin PLUGINSERVICE 
		/MixinBootstrap-1.0.3.jar mixinbootstrap PLUGINSERVICE 
	FML: 31.2
	Forge: net.minecraftforge:31.2.33
	FML Language Providers: 
		javafml@31.2
		minecraft@1
		kotlinfml@1.5.2
	Mod List: 
		NetherPortalFix_1.15.2-6.0.2.jar NetherPortalFix {netherportalfix@6.0.2 DONE}
		aiotbotania-1.15.2-1.2.3.jar AIOT Botania {aiotbotania@1.2.3 DONE}
		scenic-1.15.2-1.0.2.jar Scenic {scenic@1.15.2-1.0.2 DONE}
		refinedpipes-0.4.2.jar Refined Pipes {refinedpipes@0.4.2 DONE}
		mcws-win-1.15.2-v1.0.2.jar Macaw's Windows {mcwwindows@1.0.2 DONE}
		SilentMechanisms-1.15.2-0.8.0+59.jar Silent's Mechanisms {silents_mechanisms@0.8.0+59 DONE}
		Neat 1.6-22.jar Neat {neat@1.6-22 DONE}
		essentials-1.15.2-2.7.3.jar Essentials {essentials@1.15.2-2.7.3 DONE}
		TerraForged-1.15.2-0.0.15.jar TerraForged {terraforged@0.0.15 DONE}
		BetterTitleScreen-1.15.2-1.9.jar Better Title Screen {bettertitlescreen@1.15.2-1.9 DONE}
		XaerosWorldMap_1.7.4_Forge_1.15.2.jar Xaero's World Map {xaeroworldmap@1.7.4 DONE}
		CookingForBlockheads_1.15.2-8.0.3.jar Cooking for Blockheads {cookingforblockheads@8.0.3 DONE}
		Placebo-1.15.2-3.1.0.jar Placebo {placebo@3.1.0 DONE}
		Powah-1.15.2-1.1.14.jar Powah {powah@1.1.14 DONE}
		Bookshelf-1.15.2-5.6.40.jar Bookshelf {bookshelf@5.6.40 DONE}
		u_team_core-1.15.2-3.0.1.164.jar U Team Core {uteamcore@3.0.1.164 DONE}
		randompatches-1.15.2-1.22.1.1.jar RandomPatches {randompatches@1.15.2-1.22.1.1 DONE}
		DarkUtilities-1.15.2-3.1.8.jar Dark Utilities {darkutils@3.1.8 DONE}
		Apotheosis-1.15.2-3.2.4.jar Apotheosis {apotheosis@3.2.4 DONE}
		ProgressiveBosses-2.1.5-mc1.15.2.jar Progressive Bosses {progressivebosses@2.1.5-mc1.15.2 DONE}
		mcw-doors-1.0.0-mc1.15.2.jar Macaw's Doors {mcwdoors@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}
		JustEnoughResources-1.15.2-0.10.1.77.jar Just Enough Resources {jeresources@0.10.1.77 DONE}
		mysticallib-1.15.2-2.0.1.jar Mystical Lib {mysticallib@1.15.2-2.0.1 DONE}
		absentbydesign-1.15.2-1.1.0.jar Absent By Design Mod {absentbydesign@1.15.2-1.1.0 DONE}
		refinedstorage-1.8.8.jar Refined Storage {refinedstorage@1.8.8 DONE}
		structure-gel-api-1.15.2-1.1.0.jar Structure Gel API {structure_gel@1.1.0 DONE}
		PackMenu-1.15.2-1.2.7.jar Pack Menu {packmenu@1.2.7 DONE}
		mcw-bridges-1.0.4fix-mc1.15.2.jar Macaw's Bridges {mcwbridges@1.0.4 DONE}
		lightestlamp-3.4.3.jar Lightest Lamps {lightestlamp@3.4.3 DONE}
		industrial-foregoing-1.15.2-2.3.3-e356e61.jar Industrial Foregoing {industrialforegoing@2.3.3 DONE}
		useful_backpacks-1.15.2-1.10.1.70.jar Useful Backpacks {usefulbackpacks@1.10.1.70 DONE}
		torchmaster-2.2.1.jar Torchmaster {torchmaster@2.2.1 DONE}
		BiomesOPlenty-1.15.2-10.0.0.366-universal.jar Biomes O' Plenty {biomesoplenty@1.15.2-10.0.0.366 DONE}
		phosphor-forge-mc1.15.2-0.5.2+build.4.jar Phosphor {phosphor@0.5.2+build.4 DONE}
		MekanismAdditions-1.15.2-9.10.9.422.jar Mekanism: Additions {mekanismadditions@9.10.9 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}
		toughnessbar-5.0.jar Toughness Bar {toughnessbar@5.0 DONE}
		SilentGear-1.15.2-1.11.0+147.jar Silent Gear {silentgear@1.11.0+147 DONE}
		simplefarming-1.15.2-1.3.0.jar Simple Farming {simplefarming@1.15.1-1.3.0 DONE}
		fairylights-3.0.7-1.15.2.jar Fairy Lights {fairylights@3.0.7 DONE}
		SolarFluxReborn-1.15.2-15.2.3.jar Solar Flux Reborn {solarflux@15.2.3 DONE}
		curios-FORGE-1.15.2-2.0.2.4.jar Curios API {curios@FORGE-1.15.2-2.0.2.4 DONE}
		Botania-r1.15-387.jar Botania {botania@r1.15-387 DONE}
		Patchouli-1.15.2-1.2-35.jar Patchouli {patchouli@1.15.2-1.2-35 DONE}
		extlights-2.1.jar Extended Lights {extlights@2.1 DONE}
		config-2-3.0.jar Cloth Config v2 API {cloth-config2@3.0 DONE}
		libnonymous-1.15.2-1.1.1.5.jar Libnonymous {libnonymous@1.1.1.5 DONE}
		elevatorid-1.15.2-1.7.1.jar Elevator Mod {elevatorid@1.15.2-1.7.1 DONE}
		MekanismTools-1.15.2-9.10.9.422.jar Mekanism: Tools {mekanismtools@9.10.9 DONE}
		mcw-roofs-1.0.2-mc1.15.2_1.15.1.jar Macaw's Roofs {mcwroofs@1.0.2 DONE}
		furniture-7.0.0-pre16-1.15.1.jar MrCrayfish's Furniture Mod {cfm@7.0.0-pre16 DONE}
		curiouselytra-FORGE-1.15.2-2.0.jar Curious Elytra {curiouselytra@FORGE-1.15.2-2.0 DONE}
		cc-tweaked-1.15.2-1.90.2.jar CC: Tweaked {computercraft@1.90.2 DONE}
		AI-Improvements-1.15.2-0.3.0.jar AI-Improvements {aiimprovements@0.3.0 DONE}
		mcw-furniture-1.0.1-mc1.15.1 1.15.2.jar Macaw's Furnitures {mcwfurnitures@1.0.1 DONE}
		cherishedworlds-FORGE-1.15.2-3.0.0.1.jar Cherished Worlds {cherishedworlds@FORGE-1.15.2-3.0.0.1 DONE}
		BetterBurning-1.15.2-1.3.4.jar BetterBurning {betterburning@1.3.4 DONE}
		incubation-1.0.4-1.15.2.jar Incubation {incubation@1.0.4 DONE}
		FastLeafDecay-v22.jar FastLeafDecay {fastleafdecay@v22 DONE}
		CodeChickenLib-1.15.2-3.3.1.379-universal.jar CodeChicken Lib {codechickenlib@3.3.1.379 DONE}
		ServerTabInfo-1.15.2-1.2.7.jar Server Tab Info {servertabinfo@1.2.7 DONE}
		BetterMineshaftsForge-1.15.2-1.3.jar YUNG's Better Mineshafts {bettermineshafts@1.15.2-1.3 DONE}
		leavesdecayonotherleaves-1.1.jar Leaves Decay on other Leaves {leavesdecayonotherleaves@1.1 DONE}
		BetterAdvancements-1.15.2-0.1.0.99.jar Better Advancements {betteradvancements@0.1.0.99 DONE}
		QuarkOddities-1.15.2.jar Quark Oddities {quarkoddities@1.15.2 DONE}
		inventorysorter-1.15.2-17.0.0.jar Simple Inventory Sorter {inventorysorter@17.0.0 DONE}
		TrashSlot_1.15.2-11.0.0.jar TrashSlot {trashslot@11.0.0 DONE}
		torchslabmod-1.15.2_v1.7.0.jar Torch Slab Mod {torchslabmod@1.7.0 DONE}
		EquipmentTooltips-1.15.2-1.4.3+14.jar Equipment Tooltips {equipmenttooltips@1.4.3+14 DONE}
		mining-helmet-1.15.2-1.0.8.jar Mining Helmet {mining_helmet@1.0.8 DONE}
		OldJavaWarning-1.15.2-3.0.2.jar OldJavaWarning {oldjavawarning@3.0.2 DONE}
		PersistentBits-1.15.2-2.0.3.jar Persistent Bits {persistentbits@2.0.3 DONE}
		jei-1.15.2-6.0.2.12.jar Just Enough Items {jei@6.0.2.12 DONE}
		JEIEnchantmentInfo-1.16.1-1.1.0.jar JEI Enchantment Info {jeienchantmentinfo@1.16.1-1.0.0 DONE}
		Druidcraft-1.15-0.4.21.jar Druidcraft {druidcraft@0.4.21 DONE}
		AttributeFix-1.15.2-7.0.2.jar AttributeFix {attributefix@7.0.2 DONE}
		the-conjurer-1.15.2-1.0.6.jar The Conjurer {conjurer_illager@1.0.6 DONE}
		Abnormals-Core-1.15.2-1.0.6.jar Abnormals Core {abnormals_core@1.0.6 DONE}
		Buzzier-Bees-1.15.2-1.5.2.jar Buzzier Bees {buzzierbees@1.5.2 DONE}
		Mekanism-1.15.2-9.10.9.422.jar Mekanism {mekanism@9.10.9 DONE}
		caelus-FORGE-1.15.2-2.0-beta3.jar Caelus API {caelus@FORGE-1.15.2-2.0-beta3 DONE}
		Upgrade-Aquatic-1.15.2-1.7.1.jar Upgrade Aquatic {upgrade_aquatic@1.7.1 DONE}
		WAWLA-1.15.2-3.0.4.jar WAWLA {wawla@3.0.4 DONE}
		create-mc1.15.2_v0.2.4d.jar Create {create@mc1.15.2_v0.2.4d DONE}
		Waystones_1.15.2-6.0.2.jar Waystones {waystones@6.0.2 DONE}
		Clumps-5.0.2.4.jar Clumps {clumps@5.0.2.4 DONE}
		light-overlay-4.7.0.jar Light Overlay Forge {lightoverlay-forge@NONE DONE}
		comforts-FORGE-1.15.2-2.0.0.3.jar Comforts {comforts@FORGE-1.15.2-2.0.0.3 DONE}
		NaturesCompass-1.15.2-1.8.5.jar Nature's Compass {naturescompass@1.15.2-1.8.5 DONE}
		FruitTrees-1.15.2-1.5.2.jar Fruit Trees {fruittrees@1.5.2 DONE}
		Kiwi-1.15.2-2.7.2.jar Kiwi {kiwi@2.7.2 DONE}
		SimpleStorageNetwork-1.15.2-1.0.1.jar Simple Storage Network {storagenetwork@1.15.2-1.0.1 DONE}
		decorative_blocks-6d.jar Decorative Blocks {decorative_blocks@1.6 DONE}
		BotanyPots-1.15.2-2.0.27.jar BotanyPots {botanypots@2.0.27 DONE}
		curioofundying-FORGE-1.15.2-3.0.jar Curio of Undying {curioofundying@FORGE-1.15.2-3.0 DONE}
		snowundertrees-1.15.2-v1.1.1.jar Snow Under Trees {snowundertrees@v1.1.1 DONE}
		BonsaiTrees-2.1.2.6.jar Bonsai Trees 2 {bonsaitrees2@2.1.2.6 DONE}
		mcjtylib-1.15-4.1.3-beta.jar McJtyLib {mcjtylib@1.15-4.1.3-beta DONE}
		rftoolsbase-1.15-1.1.3-beta.jar RFToolsBase {rftoolsbase@1.15-1.1.3-beta DONE}
		xnet-1.15-2.1.7-beta.jar XNet {xnet@1.15-2.1.7-beta DONE}
		rftoolsstorage-1.15-1.1.6-beta.jar RFToolsStorage {rftoolsstorage@1.15-1.1.6-beta DONE}
		rftoolscontrol-1.15-3.0.4-beta.jar RFToolsControl {rftoolscontrol@1.15-3.0.4-beta DONE}
		mapperbase-1.15.2-1.1.1.0.jar Mapper Base {mapperbase@1.15.2-1.1.1.0 DONE}
		embellishcraft-1.15.2-2.2.1.0.jar EmbellishCraft {embellishcraft@1.15.2-2.2.1.0 DONE}
		trash-1.15.2-0.2.0.jar Trash {trash@1.15.2-0.2.0 DONE}
		ToastControl-1.15.2-3.0.1.jar Toast Control {toastcontrol@3.0.1 DONE}
		JEITweaker-1.15.2-1.0.1.3.jar JEI Tweaker {jeitweaker@1.0.1.3 DONE}
		mininggadgets-1.3.5.jar Mining Gadgets {mininggadgets@1.3.5 DONE}
		EnderStorage-1.15.2-2.5.0.149-universal.jar EnderStorage {enderstorage@2.5.0.149 DONE}
		CraftTweaker-1.15.2-6.0.0.37.jar CraftTweaker {crafttweaker@6.0.0.37 DONE}
		rftoolspower-1.15-2.2.0-beta.jar RFToolsPower {rftoolspower@1.15-2.2.0-beta DONE}
		mysticalworld-1.15.2-2.0.5.jar Mystical World {mysticalworld@1.15.2-2.0.5 DONE}
		extradisks-1.15.2-1.2.2.jar Extra Disks {extradisks@1.15.2-1.2.2 DONE}
		Swamp-Expansion-1.15.2-1.7.3.jar Swamp Expansion {swampexpansion@NONE DONE}
		forge-1.15.2-31.2.33-universal.jar Forge {forge@31.2.33 DONE}
		Atum-1.15.2-2.1.4.jar Atum 2 {atum@1.15.2-2.1.4 DONE}
		Waddles-1.15.2-0.8.6.jar Waddles {waddles@1.15.2-0.8.6 DONE}
		WailaHarvestability-mc1.15.2-1.1.12.jar Waila Harvestability {wailaharvestability@1.1.12 DONE}
		ironchest-1.15.2-10.0.3.jar Iron Chests {ironchest@1.15.2-10.0.1 DONE}
		CraftingTweaks_1.15.2-11.0.1.jar Crafting Tweaks {craftingtweaks@11.0.1 DONE}
		forge-1.15.2-31.2.33-server.jar Minecraft {minecraft@1.15.2 DONE}
		cofh_core-1.15.2-0.4.0b.jar CoFH Core {cofh_core@0.4.0b DONE}
		ensorcellation-1.15.2-0.4.1b.jar Ensorcellation {ensorcellation@0.4.1b DONE}
		The-Endergetic-Expansion-1.15.2-v1.3.2.jar The Endergetic Expansion {endergetic@1.3.2 DONE}
		rftoolsutility-1.15-2.1.5-beta.jar RFToolsUtility {rftoolsutility@1.15-2.1.5-beta DONE}
		Dynmap-3.0.1-forge-1.15.2.jar Dynmap {dynmap@3.0.1-343 DONE}
		swingthroughgrass-1.15.2-1.4.0.jar SwingThroughGrass {swingthroughgrass@1.15.2-1.4.0 DONE}
		MouseTweaks-2.13-mc1.15.1.jar Mouse Tweaks {mousetweaks@2.13 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}
		Psi r1.2-82.jar Psi {psi@r1.2-80 DONE}
		ImmersiveEngineering-0.15-108.jar Immersive Engineering {immersiveengineering@0.15-108 DONE}
		SilentLib-1.15.2-4.6.6+59.jar Silent Lib {silentlib@4.6.6+59 DONE}
		forbidden_arcanus-1.15.2-1.4.jar Forbidden & Arcanus {forbidden_arcanus@1.15.2-1.4 DONE}
		archers_paradox-1.15.2-0.4.0b.jar Archer's Paradox {archers_paradox@0.4.0b DONE}
		Atmospheric-1.15.2-1.4.1.jar Atmospheric {atmospheric@1.4.1 DONE}
		rftoolsbuilder-1.15-2.1.5-beta.jar RFToolsBuilder {rftoolsbuilder@1.15-2.1.5-beta DONE}
		paintings-1.15.2-7.0.0.0.jar Paintings ++ {paintings@1.14.4-6.0.1.5 DONE}
		jeiintegration_1.15.2-3.1.0.1.jar JEI Integration {jeiintegration@3.1.0.1 DONE}
		Savage-and-Ravage-1.15.2-1.1.4.jar Savage & Ravage {savageandravage@1.1.4 DONE}
		Xaeros_Minimap_20.17.0_Forge_1.15.2.jar Xaero's Minimap {xaerominimap@20.17.0 DONE}
		JAOPCA-1.15.2-3.2.0.14.jar JAOPCA {jaopca@3.2.0.14 DONE}
		ftb-backups-2.1.0.1.jar FTB Utilities: Backups {ftbbackups@2.1.0.1 DONE}
		serverconfigupdater-1.1.jar ServerConfig Updater {serverconfigupdater@1.1 DONE}
		FastWorkbench-1.15.2-3.1.1.jar FastWorkbench {fastbench@3.1.1 DONE}
		autumnity-1.3.3-1.15.2.jar Autumnity {autumnity@1.3.3 DONE}
		polymorph-FORGE-1.15.2-0.9.jar Polymorph {polymorph@FORGE-1.15.2-0.9 DONE}
		AutoRegLib-1.5-40.jar AutoRegLib {autoreglib@1.5-40 DONE}
		AkashicTome-1.3-13.jar Akashic Tome {akashictome@1.3-13 DONE}
		Quark-r2.1-245.jar Quark {quark@r2.1-245 DONE}
		Enhanced-Mushrooms-1.15.2-v1.2.2.jar Enhanced Mushrooms {enhanced_mushrooms@$1.1.0 DONE}
		StorageDrawers-1.15.2-7.0.2.jar Storage Drawers {storagedrawers@1.15.2-7.0.1 DONE}
		FluxNetworks-1.15.2-5.0.3-4.jar Flux Networks {fluxnetworks@1.15.2-5.0.3-4 DONE}
		DoubleSlabs-1.15-2.9.0.jar Double Slabs {doubleslabs@2.9.0 DONE}
		themidnight-0.5.9.jar The Midnight {midnight@0.5.9 DONE}
		InventoryHud_1.15.2.forge-3.0.1.jar Inventory HUD+(Forge edition) {inventoryhud@3.0.1 DONE}
		structurize-0.13.31-RELEASE.jar Structurize {structurize@0.13.31-RELEASE DONE}
		minecolonies-0.13.78-ALPHA-universal.jar Minecolonies {minecolonies@0.13.78-ALPHA DONE}
		FastFurnace-1.15.1-3.0.0.jar FastFurnace {fastfurnace@3.0.0 DONE}
		AppleSkin-mc1.15.2-forge-1.0.14.jar AppleSkin {appleskin@1.0.14 DONE}
		engineersdecor-1.15.2-1.1.1-b1.jar Engineer's Decor {engineersdecor@1.1.1-b1 DONE}
		Aquaculture-1.15.2-2.0.16.jar Aquaculture 2 {aquaculture@1.15.2-2.0.16 DONE}
		refinedstorageaddons-0.6.3.jar Refined Storage Addons {refinedstorageaddons@0.6.3 DONE}
		CosmeticArmorReworked-1.15.2-v3a.jar CosmeticArmorReworked {cosmeticarmorreworked@1.15.2-v3a DONE}
		overloadedarmorbar-4.0.0.jar Overloaded Armor Bar {overloadedarmorbar@4.0.0 DONE}
		OpenLoader-1.15.2-4.0.5.jar OpenLoader {openloader@4.0.5 DONE}
		DefaultOptions_1.15.2-11.0.1.jar Default Options {defaultoptions@11.0.1 DONE}
	Kiwi Modules: 
		fruittrees:cherry
		fruittrees:fruittrees
		fruittrees:hybridization
		kiwi:contributors
		kiwi:data
	[Psi] Active spell: None
	Player Count: 0 / 66; []
	Data Packs: vanilla, inmemory:jaopca (incompatible), mod:netherportalfix (incompatible), mod:aiotbotania, mod:scenic, mod:refinedpipes, mod:mcwwindows, mod:silents_mechanisms (incompatible), mod:neat (incompatible), mod:essentials (incompatible), mod:terraforged, mod:bettertitlescreen, mod:xaeroworldmap, mod:cookingforblockheads (incompatible), mod:placebo (incompatible), mod:powah (incompatible), mod:bookshelf (incompatible), mod:uteamcore, mod:randompatches (incompatible), mod:darkutils (incompatible), mod:apotheosis (incompatible), mod:progressivebosses, mod:mcwdoors, mod:mekanismgenerators, mod:waila (incompatible), mod:jeresources (incompatible), mod:mysticallib, mod:absentbydesign (incompatible), mod:refinedstorage (incompatible), mod:structure_gel, mod:packmenu (incompatible), mod:mcwbridges, mod:lightestlamp, mod:industrialforegoing (incompatible), mod:usefulbackpacks, mod:torchmaster (incompatible), mod:biomesoplenty, mod:phosphor, mod:mekanismadditions, mod:valhelsia_structures (incompatible), mod:lollipop (incompatible), mod:toughnessbar (incompatible), mod:silentgear (incompatible), mod:simplefarming, mod:fairylights, mod:solarflux (incompatible), mod:curios (incompatible), mod:botania (incompatible), mod:patchouli (incompatible), mod:extlights, mod:cloth-config2 (incompatible), mod:libnonymous (incompatible), mod:elevatorid, mod:mekanismtools, mod:mcwroofs, mod:cfm (incompatible), mod:curiouselytra (incompatible), mod:computercraft (incompatible), mod:aiimprovements (incompatible), mod:mcwfurnitures, mod:cherishedworlds (incompatible), mod:betterburning (incompatible), mod:incubation, mod:fastleafdecay, mod:codechickenlib (incompatible), mod:servertabinfo (incompatible), mod:bettermineshafts (incompatible), mod:leavesdecayonotherleaves, mod:betteradvancements (incompatible), mod:quarkoddities, mod:inventorysorter (incompatible), mod:trashslot (incompatible), mod:torchslabmod, mod:equipmenttooltips (incompatible), mod:mining_helmet (incompatible), mod:oldjavawarning (incompatible), mod:persistentbits (incompatible), mod:jei (incompatible), mod:jeienchantmentinfo, mod:druidcraft, mod:attributefix (incompatible), mod:conjurer_illager, mod:abnormals_core, mod:buzzierbees, mod:mekanism, mod:caelus (incompatible), mod:upgrade_aquatic (incompatible), mod:wawla (incompatible), mod:create, mod:waystones (incompatible), mod:clumps (incompatible), mod:lightoverlay-forge (incompatible), mod:comforts (incompatible), mod:naturescompass (incompatible), mod:fruittrees, mod:kiwi, mod:storagenetwork (incompatible), mod:decorative_blocks, mod:botanypots (incompatible), mod:curioofundying (incompatible), mod:snowundertrees (incompatible), mod:bonsaitrees2, mod:mcjtylib (incompatible), mod:rftoolsbase (incompatible), mod:xnet (incompatible), mod:rftoolsstorage (incompatible), mod:rftoolscontrol (incompatible), mod:mapperbase, mod:embellishcraft (incompatible), mod:trash, mod:toastcontrol (incompatible), mod:jeitweaker, mod:mininggadgets (incompatible), mod:enderstorage (incompatible), mod:crafttweaker (incompatible), mod:rftoolspower (incompatible), mod:mysticalworld (incompatible), mod:extradisks, mod:swampexpansion (incompatible), mod:forge (incompatible), mod:atum (incompatible), mod:waddles (incompatible), mod:wailaharvestability (incompatible), mod:ironchest, mod:craftingtweaks (incompatible), mod:cofh_core (incompatible), mod:ensorcellation (incompatible), mod:endergetic (incompatible), mod:rftoolsutility (incompatible), mod:dynmap (incompatible), mod:swingthroughgrass (incompatible), mod:mousetweaks (incompatible), mod:toolbelt (incompatible), mod:titanium (incompatible), mod:psi (incompatible), mod:immersiveengineering (incompatible), mod:silentlib (incompatible), mod:forbidden_arcanus, mod:archers_paradox (incompatible), mod:atmospheric, mod:rftoolsbuilder (incompatible), mod:paintings (incompatible), mod:jeiintegration (incompatible), mod:savageandravage, mod:xaerominimap, mod:jaopca (incompatible), mod:ftbbackups (incompatible), mod:serverconfigupdater, mod:fastbench (incompatible), mod:autumnity, mod:polymorph, mod:autoreglib (incompatible), mod:akashictome (incompatible), mod:quark, mod:enhanced_mushrooms, mod:storagedrawers (incompatible), mod:fluxnetworks, mod:doubleslabs, mod:midnight, mod:inventoryhud, mod:structurize (incompatible), mod:minecolonies (incompatible), mod:fastfurnace (incompatible), mod:appleskin (incompatible), mod:engineersdecor, mod:aquaculture, mod:refinedstorageaddons (incompatible), mod:cosmeticarmorreworked (incompatible), mod:overloadedarmorbar (incompatible), mod:openloader (incompatible), mod:defaultoptions (incompatible), openloader/Valhelsia-Recipes, openloader/Valhelsia-SilentGear
	Is Modded: Definitely; Server brand changed to 'forge'
	Type: Dedicated Server (map_server.txt)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions