Jump to content

Some chunks aren't loading and then server crash


misikokos

Recommended Posts

Some chunks on server aren't loading when i am near them, than i have kicked because of timeout and server crash





---- Minecraft Crash Report ----
// But it works on my machine.

Time: 8/25/20 10:47 AM
Description: Watching Server

java.lang.Error: ServerHangWatchdog detected that a single server tick took 60.01 seconds (should be max 0.05)
    at sun.misc.Unsafe.park(Native Method) ~[?:1.8.0_201] {}
    at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) ~[?:1.8.0_201] {}
    at net.minecraft.util.concurrent.ThreadTaskExecutor.func_223705_bi(SourceFile:139) ~[?:?] {re:classloading,pl:accesstransformer:B}
    at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213161_c(SourceFile:129) ~[?:?] {re:classloading,pl:accesstransformer:B}
    at net.minecraft.world.server.ServerChunkProvider.func_212849_a_(SourceFile:139) ~[?:?] {re:classloading,pl:accesstransformer:B}
    at net.minecraft.world.server.ServerChunkProvider.func_222868_e(SourceFile:122) ~[?:?] {re:classloading,pl:accesstransformer:B}
    at net.minecraft.world.server.ServerChunkProvider$$Lambda$10205/1314539527.get(Unknown Source) ~[?:?] {}
    at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1590) ~[?:1.8.0_201] {}
    at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213166_h(SourceFile:144) ~[?:?] {re:classloading,pl:accesstransformer:B}
    at net.minecraft.world.server.ServerChunkProvider$ChunkExecutor.func_213166_h(SourceFile:551) ~[?:?] {re:classloading}
    at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(SourceFile:118) ~[?:?] {re:classloading,pl:accesstransformer:B}
    at net.minecraft.world.server.ServerChunkProvider$ChunkExecutor.func_213168_p(SourceFile:560) ~[?:?] {re:classloading}
    at net.minecraft.world.server.ServerChunkProvider.func_217234_d(SourceFile:278) ~[?:?] {re:classloading,pl:accesstransformer:B}
    at net.minecraft.server.MinecraftServer.func_213205_aW(MinecraftServer.java:719) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
    at net.minecraft.server.MinecraftServer.func_213168_p(MinecraftServer.java:708) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
    at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213160_bf(SourceFile:103) ~[?:?] {re:classloading,pl:accesstransformer:B}
    at net.minecraft.server.MinecraftServer.func_213202_o(MinecraftServer.java:693) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:641) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
    at java.lang.Thread.run(Thread.java:748) [?:1.8.0_201] {}


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Head --
Thread: Server Watchdog
Stacktrace:
    at sun.misc.Unsafe.park(Native Method)
    at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
    at net.minecraft.util.concurrent.ThreadTaskExecutor.func_223705_bi(SourceFile:139)
    at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213161_c(SourceFile:129)
    at net.minecraft.world.server.ServerChunkProvider.func_212849_a_(SourceFile:139)
    at net.minecraft.world.server.ServerChunkProvider.func_222868_e(SourceFile:122)
    at net.minecraft.world.server.ServerChunkProvider$$Lambda$10205/1314539527.get(Unknown Source)
    at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1590)
    at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213166_h(SourceFile:144)
    at net.minecraft.world.server.ServerChunkProvider$ChunkExecutor.func_213166_h(SourceFile:551)
    at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(SourceFile:118)
    at net.minecraft.world.server.ServerChunkProvider$ChunkExecutor.func_213168_p(SourceFile:560)
    at net.minecraft.world.server.ServerChunkProvider.func_217234_d(SourceFile:278)
    at net.minecraft.server.MinecraftServer.func_213205_aW(MinecraftServer.java:719)
    at net.minecraft.server.MinecraftServer.func_213168_p(MinecraftServer.java:708)
    at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213160_bf(SourceFile:103)
    at net.minecraft.server.MinecraftServer.func_213202_o(MinecraftServer.java:693)

-- Thread Dump --
Details:
    Threads: "Server-Worker-3" Id=63 WAITING on java.util.concurrent.CompletableFuture$Signaller@4a9e0448
    at sun.misc.Unsafe.park(Native Method)
    -  waiting on java.util.concurrent.CompletableFuture$Signaller@4a9e0448
    at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
    at java.util.concurrent.CompletableFuture$Signaller.block(CompletableFuture.java:1693)
    at java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3313)
    at java.util.concurrent.CompletableFuture.waitingGet(CompletableFuture.java:1729)
    at java.util.concurrent.CompletableFuture.join(CompletableFuture.java:1934)
    at net.minecraft.world.server.ServerChunkProvider.func_212849_a_(SourceFile:122)
    at net.minecraft.world.World.func_217353_a(World.java:149)
    ...


"Netty Epoll Server IO #3" Id=62 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)


"Java2D Disposer" Id=59 WAITING on java.lang.ref.ReferenceQueue$Lock@4459f36b
    at java.lang.Object.wait(Native Method)
    -  waiting on java.lang.ref.ReferenceQueue$Lock@4459f36b
    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:144)
    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:165)
    at sun.java2d.Disposer.run(Disposer.java:148)
    at java.lang.Thread.run(Thread.java:748)


"Netty Epoll Server IO #2" Id=58 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=57 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=56 RUNNABLE (in native)
    at java.net.PlainDatagramSocketImpl.receive0(Native Method)
    -  locked java.net.PlainDatagramSocketImpl@40666f38
    at java.net.AbstractPlainDatagramSocketImpl.receive(AbstractPlainDatagramSocketImpl.java:143)
    -  locked java.net.PlainDatagramSocketImpl@40666f38
    at java.net.DatagramSocket.receive(DatagramSocket.java:812)
    -  locked java.net.DatagramPacket@564f950
    -  locked java.net.DatagramSocket@3c127886
    at net.minecraft.network.rcon.QueryThread.run(SourceFile:260)
    at java.lang.Thread.run(Thread.java:748)


"Netty Epoll Server IO #1" Id=55 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)


"poi IO worker" Id=50 WAITING on java.lang.String@3f6211f0
    at sun.misc.Unsafe.park(Native Method)
    -  waiting on java.lang.String@3f6211f0
    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$9096/374609369.run(Unknown Source)
    at java.lang.Thread.run(Thread.java:748)


"chunk IO worker" Id=49 WAITING on java.lang.String@3f6211f0
    at sun.misc.Unsafe.park(Native Method)
    -  waiting on java.lang.String@3f6211f0
    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$9096/374609369.run(Unknown Source)
    at java.lang.Thread.run(Thread.java:748)


"Thread-9" Id=48 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)


"Keep-Alive-SocketCleaner" Id=47 WAITING on sun.net.www.http.KeepAliveStreamCleaner@34ab7fdc
    at java.lang.Object.wait(Native Method)
    -  waiting on sun.net.www.http.KeepAliveStreamCleaner@34ab7fdc
    at sun.net.www.http.KeepAliveStreamCleaner.run(KeepAliveStreamCleaner.java:101)
    at java.lang.Thread.run(Thread.java:748)


"Netty Epoll Server IO #0" Id=38 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=37 TIMED_WAITING on java.lang.ref.ReferenceQueue$Lock@4747c9de
    at java.lang.Object.wait(Native Method)
    -  waiting on java.lang.ref.ReferenceQueue$Lock@4747c9de
    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-5" Id=27 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-4" Id=26 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=23 RUNNABLE (in native)
    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@654b061f
    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@4a8976d7
    at java.io.InputStreamReader.read(InputStreamReader.java:184)
    ...


"DestroyJavaVM" Id=22 RUNNABLE


"Server thread" Id=19 TIMED_WAITING on java.lang.String@3f6211f0
    at sun.misc.Unsafe.park(Native Method)
    -  waiting on java.lang.String@3f6211f0
    at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
    at net.minecraft.util.concurrent.ThreadTaskExecutor.func_223705_bi(SourceFile:139)
    at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213161_c(SourceFile:129)
    at net.minecraft.world.server.ServerChunkProvider.func_212849_a_(SourceFile:139)
    at net.minecraft.world.server.ServerChunkProvider.func_222868_e(SourceFile:122)
    at net.minecraft.world.server.ServerChunkProvider$$Lambda$10205/1314539527.get(Unknown Source)
    at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1590)
    ...


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


"Snooper Timer" Id=18 WAITING on java.util.TaskQueue@25b3b5c5
    at java.lang.Object.wait(Native Method)
    -  waiting on java.util.TaskQueue@25b3b5c5
    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=15 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=14 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@5c438194
    at java.lang.Object.wait(Native Method)
    -  waiting on java.lang.ref.ReferenceQueue$Lock@5c438194
    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@61051ffd
    at java.lang.Object.wait(Native Method)
    -  waiting on java.lang.ref.Reference$Lock@61051ffd
    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.0.13-050013-lowlatency
    Java Version: 1.8.0_201, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 110753200 bytes (105 MB) / 984612864 bytes (939 MB) up to 7635730432 bytes (7282 MB)
    CPUs: 2
    JVM Flags: 7 total; -Xms256M -Xmx8192M -XX:MinHeapFreeRatio=2 -XX:MaxHeapFreeRatio=7 -XX:ParallelGCThreads=2 -XX:CICompilerCount=2 -XX:ActiveProcessorCount=2
    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 
    FML: 31.2
    Forge: net.minecraftforge:31.2.33
    FML Language Providers: 
        [email protected]
        minecraft@1
    Mod List: 
        SaveMyStronghold-1.15.2-1.0.1.jar Save My Stronghold! {[email protected] DONE}
        UnionLib-1.15.2-1.2.3.jar UnionLib {[email protected] DONE}
        torchslabmod-1.15.2_v1.7.0.jar Torch Slab Mod {[email protected] DONE}
        scenic-1.15.2-1.0.2.jar Scenic {[email protected] DONE}
        PreGenForge-0.1.1-mc1.15.2.jar PreGenForge {[email protected] DONE}
        jei-1.15.2-6.0.2.14.jar Just Enough Items {[email protected] DONE}
        Abnormals-Core-1.15.2-1.0.6.jar Abnormals Core {[email protected] DONE}
        goblintraders-1.2.0-1.15.2.jar Goblin Traders {[email protected] DONE}
        mcw-windows-1.0.1-mc1.15.2_1.15.1.jar Macaw's Windows {[email protected] DONE}
        Upgrade-Aquatic-1.15.2-1.7.1.jar Upgrade Aquatic {[email protected] DONE}
        extraboats-1.3.6-1.15.2.jar Extra Boats {[email protected] DONE}
        BetterCaves-1.15.2-1.0.jar YUNG's Better Caves {[email protected] DONE}
        Waystones_1.15.2-6.0.2.jar Waystones {[email protected] DONE}
        villagernames_1.15-2.4.jar Villager Names {[email protected] DONE}
        TerraForged-1.15.2-0.0.15.jar TerraForged {[email protected] DONE}
        TravelersBackpack-1.15.2-4.0.5.jar Traveler's Backpack {[email protected] DONE}
        NaturesCompass-1.15.2-1.8.5.jar Nature's Compass {[email protected] DONE}
        DungeonCrawl-1.15.2-1.6.3.jar Dungeon Crawl {[email protected] DONE}
        Bookshelf-1.15.2-5.5.34.jar Bookshelf {[email protected] DONE}
        guardvillagers-1.15.2-1.0.8.jar Guard Villagers {[email protected] DONE}
        DarkUtilities-1.15.2-3.1.8.jar Dark Utilities {[email protected] DONE}
        mcw-doors-1.0.0-mc1.15.2.jar Macaw's Doors {[email protected] DONE}
        mapperbase-1.15.2-1.1.1.0.jar Mapper Base {[email protected] DONE}
        bedspreads-FORGE-1.15.2-3.0.jar Bedspreads {[email protected] DONE}
        1.15CNB_Preview.jar ModelTesting_1.15_CreaturesAndBeasts {[email protected] DONE}
        Netherite+1.15.2+-+0.1.6.jar Netherite 1.15.2 {[email protected] DONE}
        forge-1.15.2-31.2.33-universal.jar Forge {[email protected] DONE}
        w2w-1.15.2-0.0.3.0.jar w2w {w2w@NONE DONE}
        structure-gel-api-1.15.2-1.1.0.jar Structure Gel API {[email protected] DONE}
        forge-1.15.2-31.2.33-server.jar Minecraft {[email protected] DONE}
        cofh_core-1.15.2-0.4.0b.jar CoFH Core {[email protected] DONE}
        ensorcellation-1.15.2-0.4.1b.jar Ensorcellation {[email protected] DONE}
        repurposedstructures-1.15.2-1.7.2.jar Repurposed Structures {[email protected] DONE}
        swingthroughgrass-1.15.2-1.4.0.jar SwingThroughGrass {[email protected] DONE}
        embellishcraft-1.15.2-2.2.1.0.jar EmbellishCraft {[email protected] DONE}
        AmbientSounds_v3.0.20_mc1.15.2.jar Ambient Sounds {[email protected] DONE}
        GreaterEye-1.15.2-1.0.14.jar GreaterEye {[email protected] DONE}
        Carbonado-2.0.7-mc1.15.2.jar Carbonado {[email protected] DONE}
        BiomesOPlenty-1.15.2-10.0.0.366-universal.jar Biomes O' Plenty {[email protected] DONE}
        valhelsia_structures-15.0.3a.jar Valhelsia Structures {[email protected] DONE}
        dungeons-plus-1.15.2-1.0.2.jar Dungeons Plus {[email protected] DONE}
        memeloadscreen-2.0.3.0.jar Jojo Meme Loadscreen {[email protected] DONE}
        movingelevators-1.2.17-mc1.15.jar Moving Elevators {[email protected] DONE}
        BetterDefaultBiomes-1.15.2-Alpha+1.3.5.jar Better Default Biomes {betterdefaultbiomes@Alpha 1.3.5 DONE}
        fairylights-3.0.8-1.15.2.jar Fairy Lights {[email protected] DONE}
        Atmospheric-1.15.2-1.4.1.jar Atmospheric {[email protected] DONE}
        1.15.2CannabisCraftV3.1.2.jar CannabisCraft1.15.2 {[email protected] DONE}
        MiscAdditions-1.2.3.jar Misc Additions {[email protected] DONE}
        gravestone-1.17.5.jar Gravestone Mod {[email protected] DONE}
        collective-1.15.2-1.35.jar Collective {[email protected] DONE}
        extlights-2.1.jar Extended Lights {[email protected] DONE}
        AutoRegLib-1.5-40.jar AutoRegLib {[email protected] DONE}
        Quark-r2.1-245.jar Quark {[email protected] DONE}
        [1.15.2]+SecurityCraft+v1.8.19.jar SecurityCraft {[email protected] DONE}
        SullysMod-V0.7FIX.jar Sully's Mod {[email protected] DONE}
        EverPotion-1.15.2-1.1.3.jar EverPotion {[email protected] DONE}
        Kiwi-1.15.2-2.8.3.jar Kiwi {[email protected] DONE}
        elevatorid-1.15.2-1.7.1.jar Elevator Mod {[email protected] DONE}
        getoutofmyboat-1.15.2-1.0.0.jar Get Out Of My Boat {[email protected] DONE}
        wandering_trapper-1.15.2-0.1.1.jar Wandering Trapper {[email protected] DONE}
        Aquaculture-1.15.2-2.0.16.jar Aquaculture 2 {[email protected] DONE}
        Charm-1.15.2-1.5.9.jar Charm {[email protected] DONE}
        Strange-1.15.2-1.0.0-beta.5.hotfix1.jar Strange {[email protected] DONE}
        EnderMail-1.15.2-1.1.1.jar Ender Mail {[email protected] DONE}
    Kiwi Modules: 
        everpotion:crafting
        everpotion:everpotion
        kiwi:contributors
        kiwi:data
    Player Count: 1 / 15; [ServerPlayerEntity['misikokos'/45, l='world', x=-727.90, y=87.33, z=264.03]]
    Data Packs: mod:mapperbase, mod:embellishcraft (incompatible), mod:gravestone, mod:extlights, mod:naturescompass (incompatible), mod:strange (incompatible), mod:ambientsounds (incompatible), mod:memeloadscreen (incompatible), vanilla, mod:savemystronghold (incompatible), mod:unionlib (incompatible), mod:torchslabmod, mod:scenic, mod:pregenforge, mod:jei (incompatible), mod:abnormals_core, mod:goblintraders, mod:mcwwindows, mod:upgrade_aquatic (incompatible), mod:extraboats, mod:bettercaves (incompatible), mod:waystones (incompatible), mod:villagernames (incompatible), mod:terraforged, mod:travelersbackpack, mod:dungeoncrawl (incompatible), mod:bookshelf (incompatible), mod:guardvillagers (incompatible), mod:darkutils (incompatible), mod:mcwdoors, mod:bedspreads (incompatible), mod:modeltesting__creaturesandbeasts, mod:netherite_dwny, mod:forge (incompatible), mod:w2w (incompatible), mod:structure_gel, mod:cofh_core (incompatible), mod:ensorcellation (incompatible), mod:repurposed_structures, mod:swingthroughgrass (incompatible), mod:greater_eye (incompatible), mod:carbonado, mod:biomesoplenty, mod:valhelsia_structures (incompatible), mod:dungeons_plus, mod:movingelevators, mod:betterdefaultbiomes, mod:fairylights, mod:atmospheric, mod:cannabiscraft, mod:miscadditions, mod:collective (incompatible), mod:autoreglib (incompatible), mod:quark, mod:securitycraft (incompatible), mod:sullys_mod, mod:everpotion, mod:kiwi, mod:elevatorid, mod:getoutofmyboat (incompatible), mod:wandering_trapper, mod:aquaculture, mod:charm (incompatible), mod:endermail (incompatible)
    Is Modded: Definitely; Server brand changed to 'forge'
    Type: Dedicated Server (map_server.txt)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.