[16:02:56] [main/INFO]: Compatibility level set to JAVA_17
[16:02:56] [main/INFO]: Loaded configuration file for Lithium: 115 options available, 1 override(s) found
[16:02:57] [main/WARN]: Force-disabling mixin 'alloc.chunk_ticking.ServerChunkManagerMixin' as rule 'mixin.alloc.chunk_ticking' (added by mods [servercore]) disables it and children
[16:02:57] [main/INFO]: Initializing MixinExtras via com.llamalad7.mixinextras.service.MixinExtrasServiceImpl(version=0.3.5).
[16:02:59] [main/WARN]: Method overwrite conflict for method_5431 in pca.mixins.json:rule.pcaSyncProtocol.block.MixinAbstractFurnaceBlockEntity from mod pca-1_20_1, previously written by me.jellysquid.mods.lithium.mixin.world.block_entity_ticking.sleeping.furnace.AbstractFurnaceBlockEntityMixin. Skipping method.
[16:02:59] [main/WARN]: Method overwrite conflict for method_5431 in pca.mixins.json:rule.pcaSyncProtocol.block.MixinBrewingStandBlockEntity from mod pca-1_20_1, previously written by me.jellysquid.mods.lithium.mixin.world.block_entity_ticking.sleeping.brewing_stand.BrewingStandBlockEntityMixin. Skipping method.
[16:03:00] [main/WARN]: Method overwrite conflict for getConnection in fabric-networking-api-v1.mixins.json:accessor.ServerPlayNetworkHandlerAccessor from mod fabric-networking-api-v1, previously written by carpet.mixins.ServerGamePacketListenerImpl_coreMixin. Skipping method.
[16:03:03] [Server thread/INFO]: Starting Minecraft server on *:25565
[16:03:03] [Server thread/INFO]: Using epoll channel type
[16:03:03] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[16:03:03] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
[16:03:03] [Server thread/WARN]: While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
[16:03:03] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
[16:07:40] [IO-Worker-23/WARN]: Failed to read chunk [6, 0]
java.io.EOFException: Unexpected end of ZLIB input stream
at java.util.zip.InflaterInputStream.fill(InflaterInputStream.java:266) ~[?:?]
at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:175) ~[?:?]
at net.minecraft.class_6826.method_39780(class_6826.java:94) ~[server-intermediary.jar:?]
at net.minecraft.class_6826.read(class_6826.java:32) ~[server-intermediary.jar:?]
at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:295) ~[?:?]
at java.io.DataInputStream.readByte(DataInputStream.java:275) ~[?:?]
at net.minecraft.class_2507.method_10626(class_2507.java:138) ~[server-intermediary.jar:?]
at net.minecraft.class_2507.method_10625(class_2507.java:91) ~[server-intermediary.jar:?]
at net.minecraft.class_2507.method_10627(class_2507.java:87) ~[server-intermediary.jar:?]
at net.minecraft.class_2867.method_17911(class_2867.java:57) ~[server-intermediary.jar:?]
at net.minecraft.class_4698.method_27943(class_4698.java:186) ~[server-intermediary.jar:?]
at net.minecraft.class_4698.method_27939(class_4698.java:236) ~[server-intermediary.jar:?]
at net.minecraft.class_3847$class_3907.run(class_3847.java:60) ~[server-intermediary.jar:?]
at net.minecraft.class_3846.method_16907(class_3846.java:91) ~[server-intermediary.jar:?]
at net.minecraft.class_3846.method_16900(class_3846.java:146) ~[server-intermediary.jar:?]
at net.minecraft.class_3846.run(class_3846.java:102) ~[server-intermediary.jar:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[?:?]
at java.lang.Thread.run(Thread.java:1583) ~[?:?]
[16:07:40] [IO-Worker-23/ERROR]: Failed to read chunk [6, 0]
java.util.concurrent.CompletionException: java.io.EOFException: Unexpected end of ZLIB input stream
at java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:332) ~[?:?]
at java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:347) ~[?:?]
at java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:636) ~[?:?]
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) ~[?:?]
at java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2194) ~[?:?]
at com.mojang.datafixers.util.Either$Right.ifRight(Either.java:109) ~[datafixerupper-6.0.8.jar:?]
at net.minecraft.class_3906.method_27917(class_3906.java:29) ~[server-intermediary.jar:?]
at net.minecraft.class_3906$1.method_16901(class_3906.java:44) ~[server-intermediary.jar:?]
at net.minecraft.class_4698.method_27939(class_4698.java:236) ~[server-intermediary.jar:?]
at net.minecraft.class_3847$class_3907.run(class_3847.java:60) ~[server-intermediary.jar:?]
at net.minecraft.class_3846.method_16907(class_3846.java:91) ~[server-intermediary.jar:?]
at net.minecraft.class_3846.method_16900(class_3846.java:146) ~[server-intermediary.jar:?]
at net.minecraft.class_3846.run(class_3846.java:102) ~[server-intermediary.jar:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[?:?]
at java.lang.Thread.run(Thread.java:1583) ~[?:?]
Caused by: java.io.EOFException: Unexpected end of ZLIB input stream
at java.util.zip.InflaterInputStream.fill(InflaterInputStream.java:266) ~[?:?]
at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:175) ~[?:?]
at net.minecraft.class_6826.method_39780(class_6826.java:94) ~[server-intermediary.jar:?]
at net.minecraft.class_6826.read(class_6826.java:32) ~[server-intermediary.jar:?]
at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:295) ~[?:?]
at java.io.DataInputStream.readByte(DataInputStream.java:275) ~[?:?]
at net.minecraft.class_2507.method_10626(class_2507.java:138) ~[server-intermediary.jar:?]
at net.minecraft.class_2507.method_10625(class_2507.java:91) ~[server-intermediary.jar:?]
at net.minecraft.class_2507.method_10627(class_2507.java:87) ~[server-intermediary.jar:?]
at net.minecraft.class_2867.method_17911(class_2867.java:57) ~[server-intermediary.jar:?]
at net.minecraft.class_4698.method_27943(class_4698.java:186) ~[server-intermediary.jar:?]
... 8 more
[16:21:25] [Server thread/INFO]: t[local] logged in with entity id 9751 at (-152.5, 241.0, -223.5)
[16:21:25] [Server thread/INFO]: t joined the game
[16:21:25] [Dimensional Thread (minecraft:overworld)/INFO]: t has made the advancement [Stone Age]
[16:21:30] [Dimensional Thread (minecraft:overworld)/INFO]: t has made the advancement [Sweet Dreams]
[16:24:13] [Server thread/INFO]: zhengceqi lost connection: Disconnected
[16:24:13] [Server thread/INFO]: zhengceqi left the game
[16:25:59] [Server thread/INFO]: zhengceqi[/114.93.57.228:14294] logged in with entity id 10839 at (-90.31385115366268, 121.0, -12.58668838947358)
[16:25:59] [Server thread/INFO]: zhengceqi joined the game
[16:26:01] [Server thread/INFO]: Player zhengceqi joined with a matching carpet client
[16:35:29] [Server thread/INFO]: zhengceqi lost connection: Disconnected
[16:35:29] [Server thread/INFO]: zhengceqi left the game
[16:37:35] [Server thread/INFO]: zhengceqi[/114.93.57.228:16498] logged in with entity id 15635 at (131.3848702274589, 76.0, -1538.708355342349)
[16:37:35] [Server thread/INFO]: zhengceqi joined the game
[16:37:35] [Server thread/INFO]: Player zhengceqi joined with a matching carpet client
[16:47:19] [Server thread/INFO]: zhengceqi lost connection: Disconnected
[16:47:19] [Server thread/INFO]: zhengceqi left the game
[17:07:06] [Server thread/INFO]: zhengceqi[/114.93.57.228:13922] logged in with entity id 20997 at (1426.7848687190217, 180.0, -3008.8618713058713)
[17:07:06] [Server thread/INFO]: zhengceqi joined the game
[17:07:07] [Server thread/INFO]: Player zhengceqi joined with a matching carpet client
[17:12:57] [Server thread/INFO]: zhengceqi lost connection: Disconnected
[17:12:57] [Server thread/INFO]: zhengceqi left the game
[17:15:00] [Server thread/INFO]: zhengceqi[/114.93.57.228:15746] logged in with entity id 22962 at (1390.0297078499648, 181.0, -3025.4318344679964)
[17:15:01] [Server thread/INFO]: zhengceqi joined the game
[17:15:01] [Server thread/INFO]: Player zhengceqi joined with a matching carpet client
[17:17:12] [Server thread/INFO]: zhengceqi lost connection: Disconnected
[17:17:12] [Server thread/INFO]: zhengceqi left the game
[17:18:13] [Server thread/INFO]: zhengceqi[/114.93.57.228:16245] logged in with entity id 23357 at (1399.6402063189194, 181.0, -3032.245555251328)
[17:18:13] [Server thread/INFO]: zhengceqi joined the game
[17:18:14] [Server thread/INFO]: Player zhengceqi joined with a matching carpet client
[17:21:58] [Server thread/WARN]: zhengceqi moved too quickly! 0.37079400793345485,-11.558953062305562,0.6895648773793255
[17:30:54] [Server thread/WARN]: zhengceqi moved too quickly! 0.0,-10.682356886820742,-0.024101848281134153
[17:47:03] [Server thread/WARN]: zhengceqi moved too quickly! 4.929587203996107,16.745000649397838,-0.8119014207090913
[18:07:38] [Server thread/INFO]: zhengceqi lost connection: Disconnected
[18:07:38] [Server thread/INFO]: zhengceqi left the game
[18:08:18] [Server thread/INFO]: zhengceqi[/114.93.57.228:16943] logged in with entity id 36152 at (1385.4561299128643, 130.0, -3035.300000011921)
[18:08:18] [Server thread/INFO]: zhengceqi joined the game
[18:08:19] [Server thread/INFO]: Player zhengceqi joined with a matching carpet client
[18:20:40] [Server thread/WARN]: zhengceqi moved too quickly! -0.056238621234342645,-11.433643280623414,0.0
[18:22:53] [Server thread/INFO]: zhengceqi lost connection: Disconnected
[18:22:53] [Server thread/INFO]: zhengceqi left the game
[19:56:44] [Server thread/INFO]: Unknown or incomplete command, see below for error
[19:56:44] [Server thread/INFO]: \list<--[HERE]
[19:56:49] [Server thread/INFO]: There are 1 of a max of 114514 players online: t
[19:58:28] [Server thread/INFO]: zhengceqi[/114.93.57.228:15426] logged in with entity id 53413 at (1398.619494220184, 181.0999999642372, -3032.6982697336844)
[19:58:28] [Server thread/INFO]: zhengceqi joined the game
[19:58:28] [Server thread/INFO]: Player zhengceqi joined with a matching carpet client
[20:01:09] [Server thread/INFO]: yh[local] logged in with entity id 56065 at (-1445.431867781744, 199.0, -557.7743647931319)
[20:01:09] [Server thread/INFO]: yh joined the game
[20:01:26] [Server thread/INFO]: yh lost connection: Killed
[20:01:26] [Server thread/INFO]: yh left the game
[20:02:14] [Server thread/INFO]: zhengceqi lost connection: Disconnected
[20:02:14] [Server thread/INFO]: zhengceqi left the game
[20:02:58] [Server thread/INFO]: zhengceqi[/114.93.57.228:16097] logged in with entity id 57166 at (-134.76310775483674, 128.5, -25.724738116468593)
[20:02:58] [Server thread/INFO]: zhengceqi joined the game
[20:02:59] [Server thread/INFO]: Player zhengceqi joined with a matching carpet client
[20:22:37] [Server thread/INFO]: zhengceqi lost connection: Disconnected
[20:22:37] [Server thread/INFO]: zhengceqi left the game
[20:23:05] [Server thread/INFO]: zhengceqi[/114.93.57.228:14321] logged in with entity id 64347 at (1449.8945367987858, 164.0, -3026.855279857996)
[20:23:05] [Server thread/INFO]: zhengceqi joined the game
[20:23:05] [Server thread/INFO]: Player zhengceqi joined with a matching carpet client
[20:29:47] [Server thread/WARN]: zhengceqi moved wrongly!
[20:30:17] [Server thread/WARN]: zhengceqi moved wrongly!
[20:32:47] [Server thread/WARN]: zhengceqi moved wrongly!
[20:32:47] [Server thread/WARN]: zhengceqi moved wrongly!
[20:32:47] [Server thread/WARN]: zhengceqi moved wrongly!
[20:33:51] [Server thread/WARN]: zhengceqi moved wrongly!
[20:49:42] [Server thread/INFO]: zhengceqi lost connection: Disconnected
[20:49:42] [Server thread/INFO]: zhengceqi left the game
[20:51:35] [Server thread/INFO]: zhengceqi[/114.93.57.228:16153] logged in with entity id 69443 at (1425.3826450159634, 134.87228747841186, -3031.831036387471)
[20:51:35] [Server thread/INFO]: zhengceqi joined the game
[20:51:36] [Server thread/INFO]: Player zhengceqi joined with a matching carpet client
[21:06:14] [Server thread/WARN]: zhengceqi moved wrongly!
[21:27:57] [Server thread/INFO]: zhengceqi lost connection: Disconnected
[21:27:57] [Server thread/INFO]: zhengceqi left the game