Skip to content

Instantly share code, notes, and snippets.

@iAlfa
Created December 31, 2020 12:55
Show Gist options
  • Save iAlfa/7532b074c05a59cdaf596c3c376887e4 to your computer and use it in GitHub Desktop.
Save iAlfa/7532b074c05a59cdaf596c3c376887e4 to your computer and use it in GitHub Desktop.
Log files from both client and server side for Simple Voice Chat
[31Dec2020 10:13:29.205] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher running: args [--gameDir, ., --launchTarget, fmlserver, --fml.forgeVersion, 35.1.4, --fml.mcpVersion, 20201102.104115, --fml.mcVersion, 1.16.4, --fml.forgeGroup, net.minecraftforge, AAAATallos-0AAAA]
[31Dec2020 10:13:29.213] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher 8.0.6+85+master.325de55 starting: java version 1.8.0_212 by IcedTea
[31Dec2020 10:13:29.932] [main/INFO] [net.minecraftforge.fml.loading.FixSSL/CORE]: Added Lets Encrypt root certificates as additional trust
[31Dec2020 10:13:30.044] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.2 Source=file:/server/libraries/org/spongepowered/mixin/0.8.2/mixin-0.8.2.jar Service=ModLauncher Env=SERVER
[31Dec2020 10:13:32.970] [main/INFO] [cpw.mods.modlauncher.LaunchServiceHandler/MODLAUNCHER]: Launching target 'fmlserver' with arguments [--gameDir, ., AAAATallos-0AAAA]
[31Dec2020 10:13:52.758] [modloading-worker-1/INFO] [net.minecraftforge.common.ForgeMod/FORGEMOD]: Forge mod loading, version 35.1.4, for MC 1.16.4 with MCP 20201102.104115
[31Dec2020 10:13:52.762] [modloading-worker-1/INFO] [net.minecraftforge.common.MinecraftForge/FORGE]: MinecraftForge v35.1.4 Initialized
[31Dec2020 10:13:53.965] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [voicechat] Starting version check at https://maxhenkel.de/update/voicechat.json
[31Dec2020 10:13:54.236] [Forge Version Check/WARN] [net.minecraftforge.fml.VersionChecker/]: Failed to process update information
java.net.ConnectException: Connection refused (Connection refused)
at java.net.PlainSocketImpl.socketConnect(Native Method) ~[?:1.8.0_212]
at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350) ~[?:1.8.0_212]
at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206) ~[?:1.8.0_212]
at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188) ~[?:1.8.0_212]
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) ~[?:1.8.0_212]
at java.net.Socket.connect(Socket.java:589) ~[?:1.8.0_212]
at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:666) ~[?:1.8.0_212]
at sun.security.ssl.BaseSSLSocketImpl.connect(BaseSSLSocketImpl.java:173) ~[?:1.8.0_212]
at sun.net.NetworkClient.doConnect(NetworkClient.java:180) ~[?:1.8.0_212]
at sun.net.www.http.HttpClient.openServer(HttpClient.java:463) ~[?:1.8.0_212]
at sun.net.www.http.HttpClient.openServer(HttpClient.java:558) ~[?:1.8.0_212]
at sun.net.www.protocol.https.HttpsClient.<init>(HttpsClient.java:264) ~[?:1.8.0_212]
at sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:367) ~[?:1.8.0_212]
at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:191) ~[?:1.8.0_212]
at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1156) ~[?:1.8.0_212]
at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1050) ~[?:1.8.0_212]
at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:177) ~[?:1.8.0_212]
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1564) ~[?:1.8.0_212]
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1492) ~[?:1.8.0_212]
at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480) ~[?:1.8.0_212]
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:347) ~[?:1.8.0_212]
at net.minecraftforge.fml.VersionChecker$1.openUrlStream(VersionChecker.java:155) ~[forge:?]
at net.minecraftforge.fml.VersionChecker$1.process(VersionChecker.java:187) ~[forge:?]
at java.lang.Iterable.forEach(Iterable.java:75) [?:1.8.0_212]
at net.minecraftforge.fml.VersionChecker$1.run(VersionChecker.java:139) [forge:?]
[31Dec2020 10:13:54.247] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [forge] Starting version check at https://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json
[31Dec2020 10:13:54.259] [Forge Version Check/WARN] [net.minecraftforge.fml.VersionChecker/]: Failed to process update information
java.net.ConnectException: Connection refused (Connection refused)
at java.net.PlainSocketImpl.socketConnect(Native Method) ~[?:1.8.0_212]
at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350) ~[?:1.8.0_212]
at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206) ~[?:1.8.0_212]
at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188) ~[?:1.8.0_212]
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) ~[?:1.8.0_212]
at java.net.Socket.connect(Socket.java:589) ~[?:1.8.0_212]
at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:666) ~[?:1.8.0_212]
at sun.security.ssl.BaseSSLSocketImpl.connect(BaseSSLSocketImpl.java:173) ~[?:1.8.0_212]
at sun.net.NetworkClient.doConnect(NetworkClient.java:180) ~[?:1.8.0_212]
at sun.net.www.http.HttpClient.openServer(HttpClient.java:463) ~[?:1.8.0_212]
at sun.net.www.http.HttpClient.openServer(HttpClient.java:558) ~[?:1.8.0_212]
at sun.net.www.protocol.https.HttpsClient.<init>(HttpsClient.java:264) ~[?:1.8.0_212]
at sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:367) ~[?:1.8.0_212]
at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:191) ~[?:1.8.0_212]
at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1156) ~[?:1.8.0_212]
at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1050) ~[?:1.8.0_212]
at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:177) ~[?:1.8.0_212]
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1564) ~[?:1.8.0_212]
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1492) ~[?:1.8.0_212]
at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480) ~[?:1.8.0_212]
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:347) ~[?:1.8.0_212]
at net.minecraftforge.fml.VersionChecker$1.openUrlStream(VersionChecker.java:155) ~[forge:?]
at net.minecraftforge.fml.VersionChecker$1.process(VersionChecker.java:187) ~[forge:?]
at java.lang.Iterable.forEach(Iterable.java:75) [?:1.8.0_212]
at net.minecraftforge.fml.VersionChecker$1.run(VersionChecker.java:139) [forge:?]
[31Dec2020 10:14:00.638] [main/INFO] [com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService/]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
[31Dec2020 10:14:02.301] [main/WARN] [net.minecraft.command.Commands/]: Ambiguity between arguments [teleport, destination] and [teleport, targets] with inputs: [Player, 0123, @e, dd12be42-52a9-4a91-a8a1-11c01849e498]
[31Dec2020 10:14:02.308] [main/WARN] [net.minecraft.command.Commands/]: Ambiguity between arguments [teleport, location] and [teleport, destination] with inputs: [0.1 -0.5 .9, 0 0 0]
[31Dec2020 10:14:02.311] [main/WARN] [net.minecraft.command.Commands/]: Ambiguity between arguments [teleport, location] and [teleport, targets] with inputs: [0.1 -0.5 .9, 0 0 0]
[31Dec2020 10:14:02.317] [main/WARN] [net.minecraft.command.Commands/]: Ambiguity between arguments [teleport, targets] and [teleport, destination] with inputs: [Player, 0123, dd12be42-52a9-4a91-a8a1-11c01849e498]
[31Dec2020 10:14:02.320] [main/WARN] [net.minecraft.command.Commands/]: Ambiguity between arguments [teleport, targets, location] and [teleport, targets, destination] with inputs: [0.1 -0.5 .9, 0 0 0]
[31Dec2020 10:14:02.337] [main/INFO] [net.minecraft.resources.SimpleReloadableResourceManager/]: Reloading ResourceManager: Default, forge-1.16.4-35.1.4-universal.jar, voicechat-1.16.4-1.0.5.jar
[31Dec2020 10:14:05.445] [Worker-Main-2/INFO] [net.minecraft.item.crafting.RecipeManager/]: Loaded 7 recipes
[31Dec2020 10:14:07.362] [Worker-Main-2/INFO] [net.minecraft.advancements.AdvancementList/]: Loaded 927 advancements
[31Dec2020 10:14:11.441] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: Starting minecraft server version 1.16.4
[31Dec2020 10:14:11.442] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: Loading properties
[31Dec2020 10:14:11.443] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: Default game type: SURVIVAL
[31Dec2020 10:14:11.444] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Generating keypair
[31Dec2020 10:14:11.967] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: Starting Minecraft server on *:24652
[31Dec2020 10:14:12.086] [Server thread/INFO] [net.minecraft.network.NetworkSystem/]: Using epoll channel type
[31Dec2020 10:14:12.344] [Server thread/WARN] [net.minecraft.server.dedicated.DedicatedServer/]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[31Dec2020 10:14:12.345] [Server thread/WARN] [net.minecraft.server.dedicated.DedicatedServer/]: The server will make no attempt to authenticate usernames. Beware.
[31Dec2020 10:14:12.345] [Server thread/WARN] [net.minecraft.server.dedicated.DedicatedServer/]: 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.
[31Dec2020 10:14:12.345] [Server thread/WARN] [net.minecraft.server.dedicated.DedicatedServer/]: To change this, set "online-mode" to "true" in the server.properties file.
[31Dec2020 10:14:12.505] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: Preparing level "world"
[31Dec2020 10:14:12.996] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Preparing start region for dimension minecraft:overworld
[31Dec2020 10:14:16.999] [Server thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 0%
[31Dec2020 10:14:17.000] [Server thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 0%
[31Dec2020 10:14:17.001] [Server thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 0%
[31Dec2020 10:14:17.001] [Server thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 0%
[31Dec2020 10:14:17.002] [Server thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 0%
[31Dec2020 10:14:17.003] [Server thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 0%
[31Dec2020 10:14:17.004] [Server thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 0%
[31Dec2020 10:14:17.005] [Server thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 0%
[31Dec2020 10:14:17.005] [Server thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 0%
[31Dec2020 10:14:17.835] [Worker-Main-3/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 5%
[31Dec2020 10:14:18.008] [Worker-Main-3/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 24%
[31Dec2020 10:14:26.959] [Worker-Main-3/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 77%
[31Dec2020 10:14:27.042] [Server thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 77%
[31Dec2020 10:14:27.043] [Server thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 77%
[31Dec2020 10:14:27.044] [Server thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 77%
[31Dec2020 10:14:27.045] [Server thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 77%
[31Dec2020 10:14:27.046] [Server thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 77%
[31Dec2020 10:14:27.046] [Worker-Main-3/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 77%
[31Dec2020 10:14:27.055] [Worker-Main-3/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 77%
[31Dec2020 10:14:27.046] [Server thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 77%
[31Dec2020 10:14:27.056] [Server thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 77%
[31Dec2020 10:14:27.057] [Server thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 77%
[31Dec2020 10:14:27.057] [Server thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 77%
[31Dec2020 10:14:27.058] [Server thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 77%
[31Dec2020 10:14:27.058] [Server thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 77%
[31Dec2020 10:14:27.059] [Server thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 77%
[31Dec2020 10:14:27.064] [Worker-Main-3/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 77%
[31Dec2020 10:14:27.060] [Server thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 77%
[31Dec2020 10:14:27.068] [Server thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 77%
[31Dec2020 10:14:27.376] [Netty Epoll Server IO #1/INFO] [net.minecraftforge.fml.server.ServerLifecycleHooks/SERVERHOOKS]: Disconnecting Player (server is still starting): Server is still starting! Please wait before reconnecting.
[31Dec2020 10:14:27.873] [Server thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 82%
[31Dec2020 10:14:28.002] [Server thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 83%
[31Dec2020 10:14:30.603] [Worker-Main-3/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 83%
[31Dec2020 10:14:30.608] [Worker-Main-3/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 83%
[31Dec2020 10:14:30.609] [Worker-Main-3/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 83%
[31Dec2020 10:14:30.610] [Worker-Main-3/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 83%
[31Dec2020 10:14:30.611] [Worker-Main-3/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 83%
[31Dec2020 10:14:30.998] [Worker-Main-3/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 83%
[31Dec2020 10:14:31.920] [Worker-Main-3/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 83%
[31Dec2020 10:14:32.818] [Worker-Main-3/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 83%
[31Dec2020 10:14:32.830] [Worker-Main-3/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 83%
[31Dec2020 10:14:33.114] [Worker-Main-3/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 83%
[31Dec2020 10:14:33.544] [Worker-Main-3/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 83%
[31Dec2020 10:14:34.001] [Worker-Main-3/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 83%
[31Dec2020 10:14:34.532] [Worker-Main-3/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 83%
[31Dec2020 10:14:35.003] [Worker-Main-3/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 83%
[31Dec2020 10:14:35.497] [Worker-Main-3/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 83%
[31Dec2020 10:14:36.018] [Worker-Main-3/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 83%
[31Dec2020 10:14:36.500] [Worker-Main-3/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 83%
[31Dec2020 10:14:37.000] [Worker-Main-3/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 83%
[31Dec2020 10:14:37.498] [Worker-Main-3/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 83%
[31Dec2020 10:14:38.003] [Worker-Main-3/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 83%
[31Dec2020 10:14:38.503] [Worker-Main-3/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 83%
[31Dec2020 10:14:39.062] [Worker-Main-3/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 83%
[31Dec2020 10:14:39.587] [Worker-Main-3/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 83%
[31Dec2020 10:14:40.018] [Worker-Main-3/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 83%
[31Dec2020 10:14:40.549] [Worker-Main-3/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 84%
[31Dec2020 10:14:40.998] [Server thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 85%
[31Dec2020 10:14:41.517] [Worker-Main-3/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 86%
[31Dec2020 10:14:42.014] [Worker-Main-3/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 87%
[31Dec2020 10:14:42.498] [Worker-Main-3/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 88%
[31Dec2020 10:14:43.037] [Worker-Main-3/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 89%
[31Dec2020 10:14:43.550] [Worker-Main-3/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 92%
[31Dec2020 10:14:44.003] [Worker-Main-3/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 93%
[31Dec2020 10:14:44.499] [Worker-Main-3/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 95%
[31Dec2020 10:14:45.015] [Worker-Main-3/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 96%
[31Dec2020 10:14:45.507] [Worker-Main-3/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 98%
[31Dec2020 10:14:46.357] [Server thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Time elapsed: 33360 ms
[31Dec2020 10:14:46.362] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: Done (33.966s)! For help, type "help"
[31Dec2020 10:14:46.363] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: Starting GS4 status listener
[31Dec2020 10:14:46.451] [Server thread/INFO] [net.minecraft.network.rcon.RConThread/]: Thread Query Listener started
[31Dec2020 10:14:46.452] [Query Listener #1/INFO] [net.minecraft.network.rcon.QueryThread/]: Query running on 0.0.0.0:24652
[31Dec2020 10:14:46.520] [VoiceChatServerThread/INFO] [voicechat/]: Server started at port 24454
[31Dec2020 10:14:48.658] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 2088ms or 41 ticks behind
[31Dec2020 10:15:02.667] [Server thread/INFO] [net.minecraftforge.common.AdvancementLoadFix/]: Using new advancement loading for net.minecraft.advancements.PlayerAdvancements@772151f0
[31Dec2020 10:15:02.729] [Server thread/INFO] [net.minecraft.server.management.PlayerList/]: I_AM_TALLOS[/112.207.111.121:9970] logged in with entity id 244 at (-229.5, 65.0, 105.5)
[31Dec2020 10:15:02.844] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: I_AM_TALLOS joined the game
[31Dec2020 10:15:03.201] [Server thread/INFO] [voicechat/]: Sent secret to I_AM_TALLOS
[31Dec2020 10:15:08.621] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 5001ms or 100 ticks behind
[31Dec2020 10:15:18.661] [Server thread/INFO] [net.minecraft.network.play.ServerPlayNetHandler/]: I_AM_TALLOS lost connection: Disconnected
[31Dec2020 10:15:18.662] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: I_AM_TALLOS left the game
[31Dec2020 10:15:18.665] [Server thread/INFO] [voicechat/]: Disconnecting client I_AM_TALLOS
[31Dec2020 10:15:25.438] [Server thread/INFO] [net.minecraftforge.common.AdvancementLoadFix/]: Using new advancement loading for net.minecraft.advancements.PlayerAdvancements@7dc0712
[31Dec2020 10:15:25.460] [Server thread/INFO] [net.minecraft.server.management.PlayerList/]: Hazake[/112.207.98.243:10618] logged in with entity id 276 at (-248.5, 64.0, 105.5)
[31Dec2020 10:15:25.467] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: Hazake joined the game
[31Dec2020 10:15:25.655] [Server thread/INFO] [voicechat/]: Sent secret to Hazake
[31Dec2020 10:15:33.817] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: The player idle timeout is now 10 minutes
[31Dec2020 10:15:34.677] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 2007ms or 40 ticks behind
[31Dec2020 10:18:36.415] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: The player idle timeout is now 10 minutes
[31Dec2020 10:21:39.132] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: The player idle timeout is now 10 minutes
[31Dec2020 10:21:52.757] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: Hazake has made the advancement [Monster Hunter]
[31Dec2020 10:24:07.294] [Server thread/INFO] [net.minecraft.network.play.ServerPlayNetHandler/]: Hazake lost connection: Disconnected
[31Dec2020 10:24:07.301] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: Hazake left the game
[31Dec2020 10:24:07.302] [Server thread/INFO] [voicechat/]: Disconnecting client Hazake
[31Dec2020 10:24:41.683] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: The player idle timeout is now 10 minutes
[31Dec2020 10:27:44.146] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: The player idle timeout is now 10 minutes
[31Dec2020 10:29:12.929] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: Saving the game (this may take a moment!)
[31Dec2020 10:29:13.518] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: Saved the game
[31Dec2020 10:29:13.520] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: Unknown or incomplete command, see below for error
[31Dec2020 10:29:13.522] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: saveall<--[HERE]
[31Dec2020 10:29:23.348] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: Stopping the server
[31Dec2020 10:29:23.408] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Stopping server
[31Dec2020 10:29:23.411] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving players
[31Dec2020 10:29:23.412] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving worlds
[31Dec2020 10:29:23.412] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[world]'/minecraft:overworld
[31Dec2020 10:29:25.181] [Server thread/INFO] [net.minecraft.world.server.ChunkManager/]: ThreadedAnvilChunkStorage (world): All chunks are saved
[31Dec2020 10:29:25.182] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[world]'/minecraft:the_nether
[31Dec2020 10:29:25.187] [Server thread/INFO] [net.minecraft.world.server.ChunkManager/]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
[31Dec2020 10:29:25.194] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[world]'/minecraft:the_end
[31Dec2020 10:29:25.199] [Server thread/INFO] [net.minecraft.world.server.ChunkManager/]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved
[31Dec2020 10:29:25.287] [Server thread/INFO] [net.minecraft.world.server.ChunkManager/]: ThreadedAnvilChunkStorage (world): All chunks are saved
[31Dec2020 10:29:25.323] [Server thread/INFO] [net.minecraft.world.server.ChunkManager/]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
[31Dec2020 10:29:25.325] [Server thread/INFO] [net.minecraft.world.server.ChunkManager/]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved
[31Dec2020 10:29:25.705] [Server thread/INFO] [net.minecraft.network.rcon.RConThread/]: Thread Query Listener stopped
[31Dec2020 18:01:50.561] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher running: args [--username, I_AM_TALLOS, --version, 1.16.4-forge-35.1.28, --gameDir, C:\Users\JFAMILY\AppData\Roaming\.minecraft, --assetsDir, C:\Users\JFAMILY\AppData\Roaming\.minecraft\assets, --assetIndex, 1.16, --uuid, 2eb6290cdc9340bc979f2f60cd61a928, --accessToken, ????????, --userType, mojang, --versionType, release, --launchTarget, fmlclient, --fml.forgeVersion, 35.1.28, --fml.mcVersion, 1.16.4, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20201102.104115]
[31Dec2020 18:01:50.565] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher 8.0.6+85+master.325de55 starting: java version 1.8.0_51 by Oracle Corporation
[31Dec2020 18:01:50.581] [main/WARN] [cpw.mods.modlauncher.SecureJarHandler/]: LEGACY JDK DETECTED, SECURED JAR HANDLING DISABLED
[31Dec2020 18:01:50.691] [main/INFO] [optifine.OptiFineTransformationService/]: OptiFineTransformationService.onLoad
[31Dec2020 18:01:50.693] [main/INFO] [optifine.OptiFineTransformationService/]: OptiFine ZIP file: C:\Users\JFAMILY\AppData\Roaming\.minecraft\mods\OptiFine_1.16.4_HD_U_G5.jar
[31Dec2020 18:01:50.696] [main/INFO] [optifine.OptiFineTransformer/]: Target.PRE_CLASS is available
[31Dec2020 18:01:50.834] [main/INFO] [net.minecraftforge.fml.loading.FixSSL/CORE]: Added Lets Encrypt root certificates as additional trust
[31Dec2020 18:01:50.909] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.2 Source=file:/C:/Users/JFAMILY/AppData/Roaming/.minecraft/libraries/org/spongepowered/mixin/0.8.2/mixin-0.8.2.jar Service=ModLauncher Env=CLIENT
[31Dec2020 18:01:50.937] [main/INFO] [optifine.OptiFineTransformationService/]: OptiFineTransformationService.initialize
[31Dec2020 18:01:52.880] [main/INFO] [optifine.OptiFineTransformationService/]: OptiFineTransformationService.transformers
[31Dec2020 18:01:52.911] [main/INFO] [optifine.OptiFineTransformer/]: Targets: 303
[31Dec2020 18:01:53.297] [main/INFO] [optifine.OptiFineTransformationService/]: additionalClassesLocator: [optifine., net.optifine.]
[31Dec2020 18:01:53.317] [main/INFO] [cpw.mods.modlauncher.LaunchServiceHandler/MODLAUNCHER]: Launching target 'fmlclient' with arguments [--version, 1.16.4-forge-35.1.28, --gameDir, C:\Users\JFAMILY\AppData\Roaming\.minecraft, --assetsDir, C:\Users\JFAMILY\AppData\Roaming\.minecraft\assets, --uuid, 2eb6290cdc9340bc979f2f60cd61a928, --username, I_AM_TALLOS, --assetIndex, 1.16, --accessToken, ????????, --userType, mojang, --versionType, release]
[31Dec2020 18:02:02.474] [Render thread/INFO] [com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService/]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
[31Dec2020 18:02:03.728] [Render thread/INFO] [net.minecraft.client.Minecraft/]: Setting user: I_AM_TALLOS
[31Dec2020 18:02:03.854] [Render thread/INFO] [net.optifine.Log/]: [OptiFine] (Reflector) Class not present: net.minecraft.launchwrapper.Launch
[31Dec2020 18:02:03.861] [Render thread/INFO] [net.minecraft.client.Minecraft/]: Backend library: LWJGL version 3.2.2 build 10
[31Dec2020 18:02:04.864] [Render thread/INFO] [net.optifine.Config/]: [OptiFine]
[31Dec2020 18:02:04.866] [Render thread/INFO] [net.optifine.Config/]: [OptiFine] OptiFine_1.16.4_HD_U_G5
[31Dec2020 18:02:04.868] [Render thread/INFO] [net.optifine.Config/]: [OptiFine] Build: 20201106-171901
[31Dec2020 18:02:04.871] [Render thread/INFO] [net.optifine.Config/]: [OptiFine] OS: Windows 10 (amd64) version 10.0
[31Dec2020 18:02:04.874] [Render thread/INFO] [net.optifine.Config/]: [OptiFine] Java: 1.8.0_51, Oracle Corporation
[31Dec2020 18:02:04.876] [Render thread/INFO] [net.optifine.Config/]: [OptiFine] VM: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
[31Dec2020 18:02:04.877] [Render thread/INFO] [net.optifine.Config/]: [OptiFine] LWJGL: 3.3.0 Win32 WGL EGL OSMesa VisualC DLL
[31Dec2020 18:02:04.892] [Render thread/INFO] [net.optifine.Config/]: [OptiFine] OpenGL: GeForce GTX 1060 6GB/PCIe/SSE2, version 4.6.0 NVIDIA 460.89, NVIDIA Corporation
[31Dec2020 18:02:04.893] [Render thread/INFO] [net.optifine.Config/]: [OptiFine] OpenGL Version: 4.6.0
[31Dec2020 18:02:04.906] [Render thread/INFO] [net.optifine.Config/]: [OptiFine] Maximum texture size: 32768x32768
[31Dec2020 18:02:04.963] [VersionCheck/INFO] [net.optifine.Config/]: [OptiFine] Checking for new version
[31Dec2020 18:02:04.982] [Render thread/INFO] [net.optifine.shaders.SMCLog/]: [Shaders] OpenGL Version: 4.6.0 NVIDIA 460.89
[31Dec2020 18:02:04.982] [Render thread/INFO] [net.optifine.shaders.SMCLog/]: [Shaders] Vendor: NVIDIA Corporation
[31Dec2020 18:02:04.983] [Render thread/INFO] [net.optifine.shaders.SMCLog/]: [Shaders] Renderer: GeForce GTX 1060 6GB/PCIe/SSE2
[31Dec2020 18:02:04.983] [Render thread/INFO] [net.optifine.shaders.SMCLog/]: [Shaders] Capabilities: 2.0 2.1 3.0 3.2 4.0
[31Dec2020 18:02:04.984] [Render thread/INFO] [net.optifine.shaders.SMCLog/]: [Shaders] GL_MAX_DRAW_BUFFERS: 8
[31Dec2020 18:02:04.985] [Render thread/INFO] [net.optifine.shaders.SMCLog/]: [Shaders] GL_MAX_COLOR_ATTACHMENTS_EXT: 8
[31Dec2020 18:02:04.998] [Render thread/INFO] [net.optifine.shaders.SMCLog/]: [Shaders] GL_MAX_TEXTURE_IMAGE_UNITS: 32
[31Dec2020 18:02:04.999] [Render thread/INFO] [net.optifine.shaders.SMCLog/]: [Shaders] Load shaders configuration.
[31Dec2020 18:02:05.001] [Render thread/INFO] [net.optifine.shaders.SMCLog/]: [Shaders] Save shaders configuration.
[31Dec2020 18:02:05.002] [Render thread/INFO] [net.optifine.shaders.SMCLog/]: [Shaders] No shaderpack loaded.
[31Dec2020 18:02:05.013] [Render thread/INFO] [net.optifine.Log/]: [OptiFine] (Reflector) Class not present: net.minecraftforge.fml.common.Loader
[31Dec2020 18:02:05.379] [VersionCheck/INFO] [net.optifine.Config/]: [OptiFine] java.io.FileNotFoundException: http://optifine.net/version/1.16.4/HD_U.txt
[31Dec2020 18:02:05.730] [modloading-worker-2/INFO] [net.minecraftforge.common.ForgeMod/FORGEMOD]: Forge mod loading, version 35.1.28, for MC 1.16.4 with MCP 20201102.104115
[31Dec2020 18:02:05.732] [modloading-worker-2/INFO] [net.minecraftforge.common.MinecraftForge/FORGE]: MinecraftForge v35.1.28 Initialized
[31Dec2020 18:02:07.169] [Render thread/INFO] [com.mojang.text2speech.NarratorWindows/]: Narrator library for x64 successfully loaded
[31Dec2020 18:02:07.936] [Render thread/INFO] [net.minecraft.resources.SimpleReloadableResourceManager/]: Reloading ResourceManager: Default, Mod Resources
[31Dec2020 18:02:07.943] [Render thread/INFO] [net.optifine.Config/]: [OptiFine] *** Reloading textures ***
[31Dec2020 18:02:07.944] [Render thread/INFO] [net.optifine.Config/]: [OptiFine] Resource packs: Mod Resources
[31Dec2020 18:02:07.951] [modloading-worker-2/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Configuration file C:\Users\JFAMILY\AppData\Roaming\.minecraft\config\voicechat-client.toml is not correct. Correcting
[31Dec2020 18:02:07.952] [modloading-worker-2/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key microphone_activation_type was corrected from null to PTT
[31Dec2020 18:02:07.956] [modloading-worker-2/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key voice_activation_threshold was corrected from null to -50.0
[31Dec2020 18:02:07.958] [modloading-worker-2/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key voice_chat_volume was corrected from null to 1.0
[31Dec2020 18:02:07.960] [modloading-worker-2/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key microphone_amplification was corrected from null to 1.0
[31Dec2020 18:02:07.961] [modloading-worker-2/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key output_buffer_size was corrected from null to 6
[31Dec2020 18:02:08.042] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [voicechat] Starting version check at https://maxhenkel.de/update/voicechat.json
[31Dec2020 18:02:08.074] [Render thread/INFO] [net.optifine.reflect.Reflector/]: [OptiFine] *** Reflector Forge ***
[31Dec2020 18:02:08.076] [Render thread/INFO] [net.optifine.Log/]: [OptiFine] (Reflector) Class not present: mods.betterfoliage.client.BetterFoliageClient
[31Dec2020 18:02:08.167] [Render thread/INFO] [net.optifine.Log/]: [OptiFine] (Reflector) Field not present: net.minecraftforge.client.model.pipeline.LightUtil.itemConsumer
[31Dec2020 18:02:08.169] [Render thread/INFO] [net.optifine.Log/]: [OptiFine] (Reflector) Field not present: net.minecraftforge.client.model.pipeline.LightUtil.tessellator
[31Dec2020 18:02:08.174] [Render thread/INFO] [net.optifine.Log/]: [OptiFine] (Reflector) Class not present: net.minecraftforge.fml.common.ModContainer
[31Dec2020 18:02:08.202] [Render thread/INFO] [net.optifine.reflect.Reflector/]: [OptiFine] *** Reflector Vanilla ***
[31Dec2020 18:02:08.494] [Worker-Main-4/INFO] [net.optifine.Config/]: [OptiFine] Multitexture: false
[31Dec2020 18:02:09.556] [Worker-Main-5/INFO] [net.optifine.Config/]: [OptiFine] Multitexture: false
[31Dec2020 18:02:09.831] [Worker-Main-6/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: mod_resources
[31Dec2020 18:02:09.834] [Worker-Main-6/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: mod_resources
[31Dec2020 18:02:09.834] [Worker-Main-6/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: mod_resources
[31Dec2020 18:02:09.835] [Worker-Main-6/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: mod_resources
[31Dec2020 18:02:10.084] [Worker-Main-6/INFO] [net.optifine.Config/]: [OptiFine] Multitexture: false
[31Dec2020 18:02:10.099] [Worker-Main-6/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: mod_resources
[31Dec2020 18:02:10.107] [Worker-Main-6/INFO] [net.optifine.Config/]: [OptiFine] Multipass connected textures: false
[31Dec2020 18:02:10.112] [Worker-Main-6/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/00_glass_white/glass_pane_white.properties
[31Dec2020 18:02:10.131] [Worker-Main-6/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/00_glass_white/glass_white.properties
[31Dec2020 18:02:10.142] [Worker-Main-6/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/01_glass_orange/glass_orange.properties
[31Dec2020 18:02:10.151] [Worker-Main-6/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/01_glass_orange/glass_pane_orange.properties
[31Dec2020 18:02:10.161] [Worker-Main-6/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/02_glass_magenta/glass_magenta.properties
[31Dec2020 18:02:10.171] [Worker-Main-6/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/02_glass_magenta/glass_pane_magenta.properties
[31Dec2020 18:02:10.179] [Worker-Main-6/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/03_glass_light_blue/glass_light_blue.properties
[31Dec2020 18:02:10.189] [Worker-Main-6/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/03_glass_light_blue/glass_pane_light_blue.properties
[31Dec2020 18:02:10.197] [Worker-Main-6/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/04_glass_yellow/glass_pane_yellow.properties
[31Dec2020 18:02:10.206] [Worker-Main-6/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/04_glass_yellow/glass_yellow.properties
[31Dec2020 18:02:10.215] [Worker-Main-6/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/05_glass_lime/glass_lime.properties
[31Dec2020 18:02:10.224] [Worker-Main-6/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/05_glass_lime/glass_pane_lime.properties
[31Dec2020 18:02:10.234] [Worker-Main-6/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/06_glass_pink/glass_pane_pink.properties
[31Dec2020 18:02:10.243] [Worker-Main-6/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/06_glass_pink/glass_pink.properties
[31Dec2020 18:02:10.251] [Worker-Main-6/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/07_glass_gray/glass_gray.properties
[31Dec2020 18:02:10.343] [Worker-Main-6/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/07_glass_gray/glass_pane_gray.properties
[31Dec2020 18:02:10.355] [Worker-Main-6/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/08_glass_light_gray/glass_light_gray.properties
[31Dec2020 18:02:10.364] [Worker-Main-6/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/08_glass_light_gray/glass_pane_light_gray.properties
[31Dec2020 18:02:10.374] [Worker-Main-6/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/09_glass_cyan/glass_cyan.properties
[31Dec2020 18:02:10.383] [Worker-Main-6/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/09_glass_cyan/glass_pane_cyan.properties
[31Dec2020 18:02:10.392] [Worker-Main-6/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/10_glass_purple/glass_pane_purple.properties
[31Dec2020 18:02:10.402] [Worker-Main-6/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/10_glass_purple/glass_purple.properties
[31Dec2020 18:02:10.410] [Worker-Main-6/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/11_glass_blue/glass_blue.properties
[31Dec2020 18:02:10.419] [Worker-Main-6/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/11_glass_blue/glass_pane_blue.properties
[31Dec2020 18:02:10.427] [Worker-Main-6/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/12_glass_brown/glass_brown.properties
[31Dec2020 18:02:10.436] [Worker-Main-6/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/12_glass_brown/glass_pane_brown.properties
[31Dec2020 18:02:10.445] [Worker-Main-6/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/13_glass_green/glass_green.properties
[31Dec2020 18:02:10.453] [Worker-Main-6/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/13_glass_green/glass_pane_green.properties
[31Dec2020 18:02:10.461] [Worker-Main-6/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/14_glass_red/glass_pane_red.properties
[31Dec2020 18:02:10.469] [Worker-Main-6/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/14_glass_red/glass_red.properties
[31Dec2020 18:02:10.474] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [voicechat] Found status: UP_TO_DATE Current: 1.16.4-1.0.5 Target: null
[31Dec2020 18:02:10.492] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [forge] Starting version check at https://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json
[31Dec2020 18:02:10.495] [Worker-Main-6/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/15_glass_black/glass_black.properties
[31Dec2020 18:02:10.507] [Worker-Main-6/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/15_glass_black/glass_pane_black.properties
[31Dec2020 18:02:10.517] [Worker-Main-6/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/20_glass/glass.properties
[31Dec2020 18:02:10.527] [Worker-Main-6/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/20_glass/glass_pane.properties
[31Dec2020 18:02:10.535] [Worker-Main-6/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/30_bookshelf/bookshelf.properties
[31Dec2020 18:02:10.537] [Worker-Main-6/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/40_sandstone/sandstone.properties
[31Dec2020 18:02:10.538] [Worker-Main-6/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/41_red_sandstone/red_sandstone.properties
[31Dec2020 18:02:10.540] [Worker-Main-6/INFO] [net.optifine.Config/]: [OptiFine] Multipass connected textures: false
[31Dec2020 18:02:10.542] [Worker-Main-6/INFO] [net.optifine.Config/]: [OptiFine] BetterGrass: Parsing default configuration optifine/bettergrass.properties
[31Dec2020 18:02:11.725] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [forge] Found status: AHEAD Current: 35.1.28 Target: null
[31Dec2020 18:02:13.041] [Worker-Main-6/INFO] [net.optifine.Config/]: [OptiFine] Mipmap levels: 4
[31Dec2020 18:02:13.077] [Worker-Main-7/INFO] [net.optifine.Config/]: [OptiFine] Multitexture: false
[31Dec2020 18:02:14.147] [Worker-Main-6/INFO] [net.optifine.Config/]: [OptiFine] Multitexture: false
[31Dec2020 18:02:14.154] [Worker-Main-6/INFO] [net.optifine.Config/]: [OptiFine] Sprite size: 64
[31Dec2020 18:02:14.155] [Worker-Main-6/INFO] [net.optifine.Config/]: [OptiFine] Mipmap levels: 6
[31Dec2020 18:02:14.236] [Worker-Main-6/INFO] [net.optifine.Config/]: [OptiFine] Multitexture: false
[31Dec2020 18:02:14.274] [Worker-Main-6/INFO] [net.optifine.Config/]: [OptiFine] Sprite size: 64
[31Dec2020 18:02:14.274] [Worker-Main-6/INFO] [net.optifine.Config/]: [OptiFine] Mipmap levels: 6
[31Dec2020 18:02:14.338] [Worker-Main-6/INFO] [net.optifine.Config/]: [OptiFine] Multitexture: false
[31Dec2020 18:02:14.374] [Worker-Main-6/INFO] [net.optifine.Config/]: [OptiFine] Sprite size: 64
[31Dec2020 18:02:14.376] [Worker-Main-6/INFO] [net.optifine.Config/]: [OptiFine] Mipmap levels: 6
[31Dec2020 18:02:14.416] [Worker-Main-6/INFO] [net.optifine.Config/]: [OptiFine] Multitexture: false
[31Dec2020 18:02:14.425] [Worker-Main-6/INFO] [net.optifine.Config/]: [OptiFine] Sprite size: 64
[31Dec2020 18:02:14.425] [Worker-Main-6/INFO] [net.optifine.Config/]: [OptiFine] Mipmap levels: 6
[31Dec2020 18:02:14.440] [Worker-Main-6/INFO] [net.optifine.Config/]: [OptiFine] Multitexture: false
[31Dec2020 18:02:14.454] [Worker-Main-6/INFO] [net.optifine.Config/]: [OptiFine] Sprite size: 64
[31Dec2020 18:02:14.456] [Worker-Main-6/INFO] [net.optifine.Config/]: [OptiFine] Mipmap levels: 6
[31Dec2020 18:02:14.493] [Worker-Main-6/INFO] [net.optifine.Config/]: [OptiFine] Multitexture: false
[31Dec2020 18:02:14.509] [Worker-Main-6/INFO] [net.optifine.Config/]: [OptiFine] Sprite size: 64
[31Dec2020 18:02:14.510] [Worker-Main-6/INFO] [net.optifine.Config/]: [OptiFine] Mipmap levels: 6
[31Dec2020 18:02:16.023] [Render thread/INFO] [net.minecraft.client.audio.SoundSystem/]: OpenAL initialized.
[31Dec2020 18:02:16.024] [Render thread/INFO] [net.minecraft.client.audio.SoundEngine/SOUNDS]: Sound engine started
[31Dec2020 18:02:16.254] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 1024x512x4 minecraft:textures/atlas/blocks.png-atlas
[31Dec2020 18:02:16.446] [Render thread/INFO] [net.optifine.Config/]: [OptiFine] Animated sprites: 43
[31Dec2020 18:02:16.449] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 256x128x4 minecraft:textures/atlas/signs.png-atlas
[31Dec2020 18:02:16.450] [Render thread/INFO] [net.optifine.Config/]: [OptiFine] Animated sprites: 0
[31Dec2020 18:02:16.451] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 512x512x4 minecraft:textures/atlas/banner_patterns.png-atlas
[31Dec2020 18:02:16.452] [Render thread/INFO] [net.optifine.Config/]: [OptiFine] Animated sprites: 0
[31Dec2020 18:02:16.454] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 512x512x4 minecraft:textures/atlas/shield_patterns.png-atlas
[31Dec2020 18:02:16.455] [Render thread/INFO] [net.optifine.Config/]: [OptiFine] Animated sprites: 0
[31Dec2020 18:02:16.456] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 256x256x4 minecraft:textures/atlas/chest.png-atlas
[31Dec2020 18:02:16.456] [Render thread/INFO] [net.optifine.Config/]: [OptiFine] Animated sprites: 0
[31Dec2020 18:02:16.458] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 512x256x4 minecraft:textures/atlas/beds.png-atlas
[31Dec2020 18:02:16.460] [Render thread/INFO] [net.optifine.Config/]: [OptiFine] Animated sprites: 0
[31Dec2020 18:02:16.463] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 512x256x4 minecraft:textures/atlas/shulker_boxes.png-atlas
[31Dec2020 18:02:16.465] [Render thread/INFO] [net.optifine.Config/]: [OptiFine] Animated sprites: 0
[31Dec2020 18:02:16.997] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 256x256x0 minecraft:textures/atlas/particles.png-atlas
[31Dec2020 18:02:17.000] [Render thread/INFO] [net.optifine.Config/]: [OptiFine] Animated sprites: 0
[31Dec2020 18:02:17.001] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 256x256x0 minecraft:textures/atlas/paintings.png-atlas
[31Dec2020 18:02:17.002] [Render thread/INFO] [net.optifine.Config/]: [OptiFine] Animated sprites: 0
[31Dec2020 18:02:17.003] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 128x128x0 minecraft:textures/atlas/mob_effects.png-atlas
[31Dec2020 18:02:17.004] [Render thread/INFO] [net.optifine.Config/]: [OptiFine] Animated sprites: 0
[31Dec2020 18:02:17.006] [Render thread/INFO] [net.optifine.Config/]: [OptiFine] *** Reloading custom textures ***
[31Dec2020 18:02:17.012] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: mod_resources
[31Dec2020 18:02:17.027] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: mod_resources
[31Dec2020 18:02:17.028] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: mod_resources
[31Dec2020 18:02:20.214] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: mod_resources
[31Dec2020 18:02:20.312] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: mod_resources
[31Dec2020 18:02:20.314] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: mod_resources
[31Dec2020 18:02:20.317] [Render thread/INFO] [net.optifine.Config/]: [OptiFine] Disable Forge light pipeline
[31Dec2020 18:02:20.319] [Render thread/INFO] [net.optifine.Log/]: [OptiFine] Set ForgeConfig.CLIENT.forgeLightPipelineEnabled=false
[31Dec2020 18:04:42.709] [Render thread/INFO] [net.minecraft.resources.SimpleReloadableResourceManager/]: Reloading ResourceManager: Default, Mod Resources
[31Dec2020 18:04:42.716] [Render thread/INFO] [net.optifine.Config/]: [OptiFine] *** Reloading textures ***
[31Dec2020 18:04:42.716] [Render thread/INFO] [net.optifine.Config/]: [OptiFine] Resource packs: Mod Resources
[31Dec2020 18:04:42.960] [Worker-Main-10/INFO] [net.optifine.Config/]: [OptiFine] Multitexture: false
[31Dec2020 18:04:43.476] [Worker-Main-11/INFO] [net.optifine.Config/]: [OptiFine] Multitexture: false
[31Dec2020 18:04:43.861] [Worker-Main-12/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: mod_resources
[31Dec2020 18:04:43.861] [Worker-Main-12/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: mod_resources
[31Dec2020 18:04:43.862] [Worker-Main-12/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: mod_resources
[31Dec2020 18:04:43.862] [Worker-Main-12/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: mod_resources
[31Dec2020 18:04:44.008] [Worker-Main-12/INFO] [net.optifine.Config/]: [OptiFine] Multitexture: false
[31Dec2020 18:04:44.010] [Worker-Main-12/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: mod_resources
[31Dec2020 18:04:44.011] [Worker-Main-12/INFO] [net.optifine.Config/]: [OptiFine] Multipass connected textures: false
[31Dec2020 18:04:44.014] [Worker-Main-12/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/00_glass_white/glass_pane_white.properties
[31Dec2020 18:04:44.022] [Worker-Main-12/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/00_glass_white/glass_white.properties
[31Dec2020 18:04:44.030] [Worker-Main-12/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/01_glass_orange/glass_orange.properties
[31Dec2020 18:04:44.037] [Worker-Main-12/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/01_glass_orange/glass_pane_orange.properties
[31Dec2020 18:04:44.044] [Worker-Main-12/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/02_glass_magenta/glass_magenta.properties
[31Dec2020 18:04:44.051] [Worker-Main-12/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/02_glass_magenta/glass_pane_magenta.properties
[31Dec2020 18:04:44.058] [Worker-Main-12/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/03_glass_light_blue/glass_light_blue.properties
[31Dec2020 18:04:44.065] [Worker-Main-12/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/03_glass_light_blue/glass_pane_light_blue.properties
[31Dec2020 18:04:44.072] [Worker-Main-12/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/04_glass_yellow/glass_pane_yellow.properties
[31Dec2020 18:04:44.078] [Worker-Main-12/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/04_glass_yellow/glass_yellow.properties
[31Dec2020 18:04:44.085] [Worker-Main-12/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/05_glass_lime/glass_lime.properties
[31Dec2020 18:04:44.092] [Worker-Main-12/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/05_glass_lime/glass_pane_lime.properties
[31Dec2020 18:04:44.099] [Worker-Main-12/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/06_glass_pink/glass_pane_pink.properties
[31Dec2020 18:04:44.106] [Worker-Main-12/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/06_glass_pink/glass_pink.properties
[31Dec2020 18:04:44.113] [Worker-Main-12/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/07_glass_gray/glass_gray.properties
[31Dec2020 18:04:44.121] [Worker-Main-12/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/07_glass_gray/glass_pane_gray.properties
[31Dec2020 18:04:44.127] [Worker-Main-12/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/08_glass_light_gray/glass_light_gray.properties
[31Dec2020 18:04:44.134] [Worker-Main-12/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/08_glass_light_gray/glass_pane_light_gray.properties
[31Dec2020 18:04:44.143] [Worker-Main-12/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/09_glass_cyan/glass_cyan.properties
[31Dec2020 18:04:44.152] [Worker-Main-12/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/09_glass_cyan/glass_pane_cyan.properties
[31Dec2020 18:04:44.161] [Worker-Main-12/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/10_glass_purple/glass_pane_purple.properties
[31Dec2020 18:04:44.168] [Worker-Main-12/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/10_glass_purple/glass_purple.properties
[31Dec2020 18:04:44.175] [Worker-Main-12/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/11_glass_blue/glass_blue.properties
[31Dec2020 18:04:44.182] [Worker-Main-12/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/11_glass_blue/glass_pane_blue.properties
[31Dec2020 18:04:44.191] [Worker-Main-12/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/12_glass_brown/glass_brown.properties
[31Dec2020 18:04:44.197] [Worker-Main-12/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/12_glass_brown/glass_pane_brown.properties
[31Dec2020 18:04:44.204] [Worker-Main-12/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/13_glass_green/glass_green.properties
[31Dec2020 18:04:44.211] [Worker-Main-12/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/13_glass_green/glass_pane_green.properties
[31Dec2020 18:04:44.218] [Worker-Main-12/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/14_glass_red/glass_pane_red.properties
[31Dec2020 18:04:44.224] [Worker-Main-12/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/14_glass_red/glass_red.properties
[31Dec2020 18:04:44.230] [Worker-Main-12/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/15_glass_black/glass_black.properties
[31Dec2020 18:04:44.237] [Worker-Main-12/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/15_glass_black/glass_pane_black.properties
[31Dec2020 18:04:44.243] [Worker-Main-12/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/20_glass/glass.properties
[31Dec2020 18:04:44.250] [Worker-Main-12/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/20_glass/glass_pane.properties
[31Dec2020 18:04:44.256] [Worker-Main-12/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/30_bookshelf/bookshelf.properties
[31Dec2020 18:04:44.257] [Worker-Main-12/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/40_sandstone/sandstone.properties
[31Dec2020 18:04:44.258] [Worker-Main-12/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/41_red_sandstone/red_sandstone.properties
[31Dec2020 18:04:44.259] [Worker-Main-12/INFO] [net.optifine.Config/]: [OptiFine] Multipass connected textures: false
[31Dec2020 18:04:44.267] [Worker-Main-12/INFO] [net.optifine.Config/]: [OptiFine] BetterGrass: Parsing default configuration optifine/bettergrass.properties
[31Dec2020 18:04:46.157] [Worker-Main-12/INFO] [net.optifine.Config/]: [OptiFine] Mipmap levels: 4
[31Dec2020 18:04:46.168] [Worker-Main-13/INFO] [net.optifine.Config/]: [OptiFine] Multitexture: false
[31Dec2020 18:04:47.072] [Worker-Main-12/INFO] [net.optifine.Config/]: [OptiFine] Multitexture: false
[31Dec2020 18:04:47.080] [Worker-Main-12/INFO] [net.optifine.Config/]: [OptiFine] Sprite size: 64
[31Dec2020 18:04:47.080] [Worker-Main-12/INFO] [net.optifine.Config/]: [OptiFine] Mipmap levels: 6
[31Dec2020 18:04:47.084] [Worker-Main-12/INFO] [net.optifine.Config/]: [OptiFine] Multitexture: false
[31Dec2020 18:04:47.120] [Worker-Main-12/INFO] [net.optifine.Config/]: [OptiFine] Sprite size: 64
[31Dec2020 18:04:47.120] [Worker-Main-12/INFO] [net.optifine.Config/]: [OptiFine] Mipmap levels: 6
[31Dec2020 18:04:47.131] [Worker-Main-12/INFO] [net.optifine.Config/]: [OptiFine] Multitexture: false
[31Dec2020 18:04:47.167] [Worker-Main-12/INFO] [net.optifine.Config/]: [OptiFine] Sprite size: 64
[31Dec2020 18:04:47.167] [Worker-Main-12/INFO] [net.optifine.Config/]: [OptiFine] Mipmap levels: 6
[31Dec2020 18:04:47.181] [Worker-Main-12/INFO] [net.optifine.Config/]: [OptiFine] Multitexture: false
[31Dec2020 18:04:47.191] [Worker-Main-12/INFO] [net.optifine.Config/]: [OptiFine] Sprite size: 64
[31Dec2020 18:04:47.191] [Worker-Main-12/INFO] [net.optifine.Config/]: [OptiFine] Mipmap levels: 6
[31Dec2020 18:04:47.197] [Worker-Main-12/INFO] [net.optifine.Config/]: [OptiFine] Multitexture: false
[31Dec2020 18:04:47.212] [Worker-Main-12/INFO] [net.optifine.Config/]: [OptiFine] Sprite size: 64
[31Dec2020 18:04:47.213] [Worker-Main-12/INFO] [net.optifine.Config/]: [OptiFine] Mipmap levels: 6
[31Dec2020 18:04:47.222] [Worker-Main-12/INFO] [net.optifine.Config/]: [OptiFine] Multitexture: false
[31Dec2020 18:04:47.238] [Worker-Main-12/INFO] [net.optifine.Config/]: [OptiFine] Sprite size: 64
[31Dec2020 18:04:47.238] [Worker-Main-12/INFO] [net.optifine.Config/]: [OptiFine] Mipmap levels: 6
[31Dec2020 18:04:47.592] [Render thread/INFO] [net.minecraft.client.audio.SoundSystem/]: OpenAL initialized.
[31Dec2020 18:04:47.593] [Render thread/INFO] [net.minecraft.client.audio.SoundEngine/SOUNDS]: Sound engine started
[31Dec2020 18:04:47.824] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 1024x512x4 minecraft:textures/atlas/blocks.png-atlas
[31Dec2020 18:04:47.842] [Render thread/INFO] [net.optifine.Config/]: [OptiFine] Animated sprites: 43
[31Dec2020 18:04:47.844] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 256x128x4 minecraft:textures/atlas/signs.png-atlas
[31Dec2020 18:04:47.847] [Render thread/INFO] [net.optifine.Config/]: [OptiFine] Animated sprites: 0
[31Dec2020 18:04:47.850] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 512x512x4 minecraft:textures/atlas/banner_patterns.png-atlas
[31Dec2020 18:04:47.852] [Render thread/INFO] [net.optifine.Config/]: [OptiFine] Animated sprites: 0
[31Dec2020 18:04:47.853] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 512x512x4 minecraft:textures/atlas/shield_patterns.png-atlas
[31Dec2020 18:04:47.854] [Render thread/INFO] [net.optifine.Config/]: [OptiFine] Animated sprites: 0
[31Dec2020 18:04:47.863] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 256x256x4 minecraft:textures/atlas/chest.png-atlas
[31Dec2020 18:04:47.864] [Render thread/INFO] [net.optifine.Config/]: [OptiFine] Animated sprites: 0
[31Dec2020 18:04:47.866] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 512x256x4 minecraft:textures/atlas/beds.png-atlas
[31Dec2020 18:04:47.866] [Render thread/INFO] [net.optifine.Config/]: [OptiFine] Animated sprites: 0
[31Dec2020 18:04:47.867] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 512x256x4 minecraft:textures/atlas/shulker_boxes.png-atlas
[31Dec2020 18:04:47.868] [Render thread/INFO] [net.optifine.Config/]: [OptiFine] Animated sprites: 0
[31Dec2020 18:04:48.205] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 256x256x0 minecraft:textures/atlas/particles.png-atlas
[31Dec2020 18:04:48.206] [Render thread/INFO] [net.optifine.Config/]: [OptiFine] Animated sprites: 0
[31Dec2020 18:04:48.211] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 256x256x0 minecraft:textures/atlas/paintings.png-atlas
[31Dec2020 18:04:48.212] [Render thread/INFO] [net.optifine.Config/]: [OptiFine] Animated sprites: 0
[31Dec2020 18:04:48.216] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 128x128x0 minecraft:textures/atlas/mob_effects.png-atlas
[31Dec2020 18:04:48.220] [Render thread/INFO] [net.optifine.Config/]: [OptiFine] Animated sprites: 0
[31Dec2020 18:04:48.221] [Render thread/INFO] [net.optifine.Config/]: [OptiFine] *** Reloading custom textures ***
[31Dec2020 18:04:48.222] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: mod_resources
[31Dec2020 18:04:48.231] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: mod_resources
[31Dec2020 18:04:48.232] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: mod_resources
[31Dec2020 18:04:51.322] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: mod_resources
[31Dec2020 18:04:51.371] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: mod_resources
[31Dec2020 18:04:51.372] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: mod_resources
[31Dec2020 18:04:51.374] [Render thread/INFO] [net.optifine.Config/]: [OptiFine] Disable Forge light pipeline
[31Dec2020 18:04:51.374] [Render thread/INFO] [net.optifine.Log/]: [OptiFine] Set ForgeConfig.CLIENT.forgeLightPipelineEnabled=false
[31Dec2020 18:06:08.618] [Render thread/INFO] [net.minecraft.client.gui.screen.ConnectingScreen/]: Connecting to spoon.ploudos.com., 24652
[31Dec2020 18:06:12.601] [Netty Client IO #3/INFO] [voicechat/]: Setting sample rate to 16000.0 Hz and data length to 1280 bytes
[31Dec2020 18:06:12.887] [Netty Client IO #3/INFO] [net.minecraftforge.fml.network.NetworkHooks/]: Connected to a modded server.
[31Dec2020 18:06:13.549] [Render thread/INFO] [com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService/]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
[31Dec2020 18:06:14.716] [Render thread/INFO] [voicechat/]: Connecting to server: 'FTBATAKS.ploudos.me:24454'
[31Dec2020 18:06:15.002] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:06:15.010] [Render thread/WARN] [net.minecraft.client.network.play.ClientPlayNetHandler/]: Unknown custom packet identifier: voicechat:default
[31Dec2020 18:06:15.013] [Render thread/INFO] [net.minecraft.advancements.AdvancementList/]: Loaded 0 advancements
[31Dec2020 18:06:16.007] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:06:17.007] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:06:18.008] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:06:19.009] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:06:20.010] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:06:21.011] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:06:22.011] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:06:23.012] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:06:24.013] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:06:25.014] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:06:26.014] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:06:27.015] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:06:28.016] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:06:29.017] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:06:30.017] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:06:31.018] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:06:32.019] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:06:33.019] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:06:34.020] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:06:35.021] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:06:36.022] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:06:37.022] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:06:38.023] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:06:39.023] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:06:40.024] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:06:41.025] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:06:42.025] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:06:43.026] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:06:44.027] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:06:45.028] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:06:46.029] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:06:47.030] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:06:48.031] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:06:49.031] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:06:50.032] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:06:51.033] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:06:52.044] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:06:53.045] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:06:54.046] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:06:55.047] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:06:56.048] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:06:57.049] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:06:58.050] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:06:59.051] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:07:00.052] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:07:01.054] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:07:02.055] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:07:03.056] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:07:04.056] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:07:05.057] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:07:06.058] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:07:07.059] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:07:08.060] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:07:09.060] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:07:10.061] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:07:11.062] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:07:12.063] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:07:13.063] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:07:14.063] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:07:15.064] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:07:16.064] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:07:17.066] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:07:18.067] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:07:19.067] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:07:20.068] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:07:21.069] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:07:22.069] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:07:23.070] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:07:24.071] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:07:25.071] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:07:26.073] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:07:27.073] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:07:28.074] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:07:29.075] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:07:30.075] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:07:31.076] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:07:32.180] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:07:33.181] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:07:34.182] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:07:35.183] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:07:36.184] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:07:37.186] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:07:38.186] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:07:39.187] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:07:40.188] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:07:41.189] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:07:42.189] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:07:43.190] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:07:44.191] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:07:45.191] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:07:46.192] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:07:47.193] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:07:48.194] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:07:49.194] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:07:50.195] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:07:51.196] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:07:52.197] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:07:53.198] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:07:54.199] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:07:55.200] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:07:56.201] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:07:57.201] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:07:58.202] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:07:59.204] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:08:00.205] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:08:01.206] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:08:02.206] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:08:03.207] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:08:04.208] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:08:05.209] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:08:06.209] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:08:07.209] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:08:08.210] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:08:09.211] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:08:10.222] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:08:11.223] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:08:12.224] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:08:13.225] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:08:14.227] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:08:15.227] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:08:16.228] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:08:17.229] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:08:18.230] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:08:19.230] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:08:20.231] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:08:21.232] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:08:22.232] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:08:23.233] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:08:24.545] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:08:25.546] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:08:26.547] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:08:27.548] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:08:28.549] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:08:29.550] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:08:30.551] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:08:31.551] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:08:32.552] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:08:33.553] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:08:34.553] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:08:35.555] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:08:36.556] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:08:37.557] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:08:38.558] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:08:39.558] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:08:40.559] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:08:41.560] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:08:42.561] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:08:43.562] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:08:44.563] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:08:45.563] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:08:46.564] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:08:47.565] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:08:48.565] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:08:49.566] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:08:50.566] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:08:51.569] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:08:52.570] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:08:53.570] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:08:54.571] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:08:55.572] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:08:56.572] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:08:57.573] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:08:58.574] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:08:59.577] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:09:00.577] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:09:01.580] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:09:02.581] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:09:03.583] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:09:04.584] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:09:05.584] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:09:06.585] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:09:07.586] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:09:08.587] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:09:09.588] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:09:10.588] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:09:11.589] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:09:12.590] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:09:13.591] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:09:14.591] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:09:15.592] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:09:16.593] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:09:17.593] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:09:18.594] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:09:19.595] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:09:20.248] [Render thread/INFO] [net.optifine.shaders.SMCLog/]: [Shaders] Save shaders configuration.
[31Dec2020 18:09:20.596] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:09:21.596] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:09:22.597] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:09:23.598] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:09:24.598] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:09:25.600] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:09:26.601] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:09:27.353] [Render thread/INFO] [voicechat/]: Disconnecting client
[31Dec2020 18:11:56.672] [Render thread/INFO] [net.minecraft.client.gui.screen.ConnectingScreen/]: Connecting to spoon.ploudos.com., 24652
[31Dec2020 18:11:59.656] [Netty Client IO #7/INFO] [voicechat/]: Setting sample rate to 16000.0 Hz and data length to 1280 bytes
[31Dec2020 18:11:59.926] [Netty Client IO #7/INFO] [net.minecraftforge.fml.network.NetworkHooks/]: Connected to a modded server.
[31Dec2020 18:12:00.145] [Render thread/INFO] [com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService/]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
[31Dec2020 18:12:00.797] [Render thread/INFO] [voicechat/]: Connecting to server: 'FTBATAKS.ploudos.me:24454'
[31Dec2020 18:12:01.062] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:12:01.076] [Render thread/WARN] [net.minecraft.client.network.play.ClientPlayNetHandler/]: Unknown custom packet identifier: voicechat:default
[31Dec2020 18:12:01.078] [Render thread/INFO] [net.minecraft.advancements.AdvancementList/]: Loaded 0 advancements
[31Dec2020 18:12:02.063] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:12:03.063] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:12:04.065] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:12:05.065] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:12:06.066] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:12:07.068] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:12:08.071] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:12:09.072] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:12:10.072] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:12:11.076] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:12:12.077] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:12:13.078] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:12:14.079] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:12:15.080] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:12:16.081] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:12:17.082] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:12:18.083] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:12:19.085] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:12:20.086] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:12:21.087] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:12:22.087] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:12:23.088] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:12:24.089] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:12:25.090] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:12:26.091] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:12:27.092] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:12:28.092] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:12:29.093] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:12:30.094] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:12:31.094] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:12:32.095] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:12:33.096] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:12:34.097] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:12:35.101] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:12:36.102] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:12:37.102] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:12:38.103] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:12:39.104] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:12:40.105] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:12:41.106] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:12:42.107] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:12:43.107] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:12:44.108] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:12:45.110] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:12:46.110] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:12:47.111] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:12:48.112] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:12:49.113] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:12:50.113] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:12:51.114] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:12:52.117] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:12:53.117] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:12:54.118] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:12:55.121] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:12:56.122] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:12:57.123] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:12:58.123] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:12:59.124] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:13:00.149] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:13:01.150] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:13:02.151] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:13:03.151] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:13:04.155] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:13:05.156] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:13:06.157] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:13:07.158] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:13:08.159] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:13:08.929] [Render thread/INFO] [voicechat/]: Disconnecting client
[31Dec2020 18:15:00.090] [Render thread/INFO] [net.minecraft.client.gui.screen.ConnectingScreen/]: Connecting to spoon.ploudos.com., 24652
[31Dec2020 18:15:01.794] [Netty Client IO #6/INFO] [voicechat/]: Setting sample rate to 16000.0 Hz and data length to 1280 bytes
[31Dec2020 18:15:02.042] [Netty Client IO #6/INFO] [net.minecraftforge.fml.network.NetworkHooks/]: Connected to a modded server.
[31Dec2020 18:15:02.458] [Render thread/INFO] [com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService/]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
[31Dec2020 18:15:03.790] [Render thread/INFO] [voicechat/]: Connecting to server: 'FTBATAKS.ploudos.me:24454'
[31Dec2020 18:15:03.813] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:15:03.833] [Render thread/WARN] [net.minecraft.client.network.play.ClientPlayNetHandler/]: Unknown custom packet identifier: voicechat:default
[31Dec2020 18:15:03.834] [Render thread/INFO] [net.minecraft.advancements.AdvancementList/]: Loaded 0 advancements
[31Dec2020 18:15:04.814] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:15:05.815] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:15:06.816] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:15:07.816] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:15:08.817] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:15:09.381] [Render thread/WARN] [net.minecraft.client.audio.SoundEngine/SOUNDS]: Unable to play empty soundEvent: minecraft:entity.salmon.ambient
[31Dec2020 18:15:09.817] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:15:10.818] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:15:11.818] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:15:12.819] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:15:13.820] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:15:14.821] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:15:15.821] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:15:16.822] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:15:17.020] [Render thread/INFO] [net.minecraft.advancements.AdvancementList/]: Loaded 4 advancements
[31Dec2020 18:15:17.823] [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection
[31Dec2020 18:15:17.913] [Render thread/INFO] [voicechat/]: Disconnecting client
[31Dec2020 18:15:22.206] [Render thread/INFO] [net.minecraft.client.Minecraft/]: Stopping!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment