Luna5ama / TrollHack

Strong utility mod for Minecraft anarchy servers.
GNU General Public License v3.0
190 stars 55 forks source link

crashes #30

Closed iWoodz closed 2 years ago

iWoodz commented 2 years ago

---- Minecraft Crash Report ----

WARNING: coremods are present: TrollHackCoreMod (TrollHack-0.0.4.jar) MixinLauncher (rusherhack-loader.jar) Contact their authors BEFORE contacting forge

// Oops.

Time: 8/10/22 3:28 AM Description: There was a severe problem during mod loading that has caused the game to fail

net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Troll Hack (trollhack) Caused by: java.lang.ExceptionInInitializerError at me.luna.trollhack.module.modules.render.FastRender.init$lambda-0(FastRender.kt:30) at me.luna.trollhack.module.modules.render.FastRender$RenderEntry.(FastRender.kt:101) at me.luna.trollhack.module.modules.render.FastRender.(FastRender.kt:219) at sun.misc.Unsafe.ensureClassInitialized(Native Method) at sun.reflect.UnsafeFieldAccessorFactory.newFieldAccessor(UnsafeFieldAccessorFactory.java:43) at sun.reflect.ReflectionFactory.newFieldAccessor(ReflectionFactory.java:142) at java.lang.reflect.Field.acquireFieldAccessor(Field.java:1088) at java.lang.reflect.Field.getFieldAccessor(Field.java:1069) at java.lang.reflect.Field.get(Field.java:393) at me.luna.trollhack.module.ModuleManager.load0(ModuleManager.kt:83) at me.luna.trollhack.module.ModuleManager.load0(ModuleManager.kt:14) at me.luna.trollhack.AsyncLoader.load$suspendImpl(Loader.kt:49) at me.luna.trollhack.AsyncLoader.load(Loader.kt) at me.luna.trollhack.LoaderWrapper$loadAll$1.invokeSuspend(Loader.kt:32) at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106) at kotlinx.coroutines.EventLoopImplBase.processNextEvent(EventLoop.common.kt:284) at kotlinx.coroutines.BlockingCoroutine.joinBlocking(Builders.kt:85) at kotlinx.coroutines.BuildersKtBuildersKt.runBlocking(Builders.kt:59) at kotlinx.coroutines.BuildersKt.runBlocking(Unknown Source) at kotlinx.coroutines.BuildersKtBuildersKt.runBlocking$default(Builders.kt:38) at kotlinx.coroutines.BuildersKt.runBlocking$default(Unknown Source) at me.luna.trollhack.LoaderWrapper.loadAll(Loader.kt:31) at me.luna.trollhack.TrollHackMod.init(TrollHackMod.kt:41) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) at com.google.common.eventbus.EventBus.post(EventBus.java:217) at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219) at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) at com.google.common.eventbus.EventBus.post(EventBus.java:217) at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136) at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:749) at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:336) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:535) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378) at net.minecraft.client.main.Main.main(SourceFile:123) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28) Caused by: java.lang.IllegalStateException: Failed to compile shader: /assets/trollhack/shaders/tileentity/Bed.vsh at me.luna.trollhack.util.graphics.shaders.Shader.createShader(Shader.kt:49) at me.luna.trollhack.util.graphics.shaders.Shader.(Shader.kt:16) at me.luna.trollhack.util.graphics.shaders.DrawShader.(DrawShader.kt:9) at me.luna.trollhack.util.graphics.fastrender.tileentity.AbstractTileEntityRenderBuilder$Shader.(AbstractTileEntityRenderBuilder.kt:116) at me.luna.trollhack.util.graphics.fastrender.tileentity.BedRenderBuilder.(BedRenderBuilder.kt:147) ... 65 more

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

-- System Details -- Details: Minecraft Version: 1.12.2 Java Version: 1.8.0_74, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 855589016 bytes (815 MB) / 1342177280 bytes (1280 MB) up to 2147483648 bytes (2048 MB) JVM Flags: 7 total; -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: MCP 9.42 Powered by Forge 14.23.5.2860 Optifine OptiFine_1.12.2_HD_U_G5 6 mods loaded, 6 mods active States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored

| State | ID         | Version      | Source                        | Signature                                |
|:----- |:---------- |:------------ |:----------------------------- |:---------------------------------------- |
| LCHI  | minecraft  | 1.12.2       | minecraft.jar                 | None                                     |
| LCHI  | mcp        | 9.42         | minecraft.jar                 | None                                     |
| LCHI  | FML        | 8.0.99.99    | forge-1.12.2-14.23.5.2860.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LCHI  | forge      | 14.23.5.2860 | forge-1.12.2-14.23.5.2860.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LCHI  | rusherhack | 1.2          | rusherhack-loader.jar         | None                                     |
| LCHE  | trollhack  | 0.0.4        | TrollHack-0.0.4.jar           | None                                     |

Loaded coremods (and transformers): 

TrollHackCoreMod (TrollHack-0.0.4.jar)

MixinLauncher (rusherhack-loader.jar)

Luna5ama commented 2 years ago

Send latest.log

iWoodz commented 2 years ago

[22:55:44] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker [22:55:44] [main/INFO]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker [22:55:44] [main/INFO]: Loading tweak class name net.futureclient.loader.launch.launchwrapper.LaunchWrapperEntryPoint [22:55:52] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker [22:55:52] [main/INFO]: Forge Mod Loader version 14.23.5.2860 for Minecraft 1.12.2 loading [22:55:52] [main/INFO]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_74, running on Mac OS X:x86_64:10.16, installed at /Users/woodz/Library/Application Support/minecraft/runtime/jre-legacy/mac-os/jre-legacy/jre.bundle/Contents/Home [22:55:52] [main/INFO]: Searching /Users/woodz/Library/Application Support/minecraft/mods for mods [22:55:52] [main/INFO]: Searching /Users/woodz/Library/Application Support/minecraft/mods/1.12.2 for mods [22:55:52] [main/INFO]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from baritone-api-forge.jar [22:55:52] [main/INFO]: Loading tweaker optifine.OptiFineForgeTweaker from OptiFine_1.12.2_HD_U_G5.jar [22:55:52] [main/INFO]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from rusherhack-loader.jar [22:55:52] [main/INFO]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from TrollHack-0.0.4.jar [22:55:52] [main/INFO]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from viaforge-1.12.2-1.0.0.jar [22:55:52] [main/INFO]: Calling tweak class net.futureclient.loader.launch.launchwrapper.LaunchWrapperEntryPoint [22:55:53] [main/INFO]: [net.futureclient.loader.r:V:42]: java.util.NoSuchElementException: No line found [22:55:53] [main/INFO]: [net.futureclient.loader.r:V:42]: at java.util.Scanner.nextLine(Scanner.java:1540) [22:55:53] [main/INFO]: [net.futureclient.loader.r:V:42]: at net.futureclient.loader.r.V(xc:175) [22:55:53] [main/INFO]: [net.futureclient.loader.r:V:42]: at net.futureclient.loader.r.p(xc:231) [22:55:53] [main/INFO]: [net.futureclient.loader.r:V:42]: at net.futureclient.loader.iv.a(Unknown Source) [22:55:53] [main/INFO]: [net.futureclient.loader.r:V:42]: at net.futureclient.loader.ox.X(wc:19192) [22:55:53] [main/INFO]: [net.futureclient.loader.r:V:42]: at net.futureclient.loader.iv.a(Unknown Source) [22:55:53] [main/INFO]: [net.futureclient.loader.r:V:42]: at net.futureclient.loader.launch.launchwrapper.LaunchWrapperEntryPoint.injectIntoClassLoader(ai:214) [22:55:53] [main/INFO]: [net.futureclient.loader.r:V:42]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:115) [22:55:53] [main/INFO]: [net.futureclient.loader.r:V:42]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [22:55:53] [main/INFO]: [net.futureclient.loader.r:o:94]: java.util.NoSuchElementException: No line found [22:55:53] [main/INFO]: [net.futureclient.loader.r:o:94]: at java.util.Scanner.nextLine(Scanner.java:1540) [22:55:53] [main/INFO]: [net.futureclient.loader.r:o:94]: at net.futureclient.loader.r.o(xc:71) [22:55:53] [main/INFO]: [net.futureclient.loader.r:o:94]: at net.futureclient.loader.r.p(xc:163) [22:55:53] [main/INFO]: [net.futureclient.loader.r:o:94]: at net.futureclient.loader.iv.a(Unknown Source) [22:55:53] [main/INFO]: [net.futureclient.loader.r:o:94]: at net.futureclient.loader.ox.X(wc:19192) [22:55:53] [main/INFO]: [net.futureclient.loader.r:o:94]: at net.futureclient.loader.iv.a(Unknown Source) [22:55:53] [main/INFO]: [net.futureclient.loader.r:o:94]: at net.futureclient.loader.launch.launchwrapper.LaunchWrapperEntryPoint.injectIntoClassLoader(ai:214) [22:55:53] [main/INFO]: [net.futureclient.loader.r:o:94]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:115) [22:55:53] [main/INFO]: [net.futureclient.loader.r:o:94]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [22:55:58] [main/INFO]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=file:/Users/woodz/Library/Application%20Support/minecraft/libraries/net/futureclient/loader/1.0/loader-1.0.jar Service=LaunchWrapper Env=CLIENT [22:55:58] [main/DEBUG]: Instantiating coremod class MixinLauncher [22:55:58] [main/WARN]: The coremod org.rusherhack.launcher.launch.MixinLauncher does not have a MCVersion annotation, it may cause issues with this version of Minecraft [22:55:58] [main/WARN]: The coremod MixinLauncher (org.rusherhack.launcher.launch.MixinLauncher) is not signed!

[22:55:59] [main/INFO]: Initializing RusherHack

[22:55:59] [main/INFO]: RusherHack auth files found. Username: Sheldxn

[22:55:59] [main/INFO]: [org.slf4j.helpers.Util:report:128]: SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". [22:55:59] [main/INFO]: [org.slf4j.helpers.Util:report:128]: SLF4J: Defaulting to no-operation (NOP) logger implementation [22:55:59] [main/INFO]: [org.slf4j.helpers.Util:report:128]: SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.

[22:56:04] [main/INFO]: 1 Loaded org.rusherhack.client.RusherHack.class

[22:56:04] [main/INFO]: Compatibility level set to JAVA_8 [22:56:04] [main/ERROR]: Mixin config mixins.rusherhack.json does not specify "minVersion" property [22:56:04] [main/DEBUG]: Enqueued coremod MixinLauncher [22:56:04] [main/DEBUG]: Instantiating coremod class TrollHackCoreMod [22:56:04] [main/TRACE]: coremod named TrollHackCoreMod is loading [22:56:04] [main/DEBUG]: The coremod me.luna.trollhack.TrollHackCoreMod requested minecraft version 1.12.2 and minecraft is 1.12.2. It will be loaded. [22:56:04] [main/WARN]: The coremod TrollHackCoreMod (me.luna.trollhack.TrollHackCoreMod) is not signed! [22:56:04] [main/ERROR]: Mixin config mixins.troll.core.json does not specify "minVersion" property [22:56:04] [main/ERROR]: Mixin config mixins.troll.accessor.json does not specify "minVersion" property [22:56:04] [main/ERROR]: Mixin config mixins.troll.patch.json does not specify "minVersion" property [22:56:04] [main/ERROR]: Mixin config mixins.baritone.json does not specify "minVersion" property [22:56:04] [main/INFO]: Troll Hack and Baritone mixins initialised. [22:56:04] [main/DEBUG]: Enqueued coremod TrollHackCoreMod [22:56:05] [main/INFO]: Initialised Mixin FML Remapper Adapter with net.minecraftforge.fml.common.asm.transformers.deobf.FMLDeobfuscatingRemapper@78307a56 [22:56:05] [main/INFO]: Initialised Mixin FML Remapper Adapter with net.minecraftforge.fml.common.asm.transformers.deobf.FMLDeobfuscatingRemapper@78307a56 [22:56:05] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker [22:56:05] [main/INFO]: Loading tweak class name org.spongepowered.asm.launch.MixinTweaker [22:56:05] [main/INFO]: Loading tweak class name optifine.OptiFineForgeTweaker [22:56:05] [main/WARN]: Tweak class name org.spongepowered.asm.launch.MixinTweaker has already been visited -- skipping [22:56:05] [main/WARN]: Tweak class name org.spongepowered.asm.launch.MixinTweaker has already been visited -- skipping [22:56:05] [main/WARN]: Tweak class name org.spongepowered.asm.launch.MixinTweaker has already been visited -- skipping [22:56:05] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker [22:56:05] [main/INFO]: Loading tweak class name org.spongepowered.asm.mixin.EnvironmentStateTweaker [22:56:05] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker [22:56:05] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker [22:56:05] [main/INFO]: Calling tweak class optifine.OptiFineForgeTweaker [22:56:05] [main/INFO]: [optifine.OptiFineForgeTweaker:dbg:56]: OptiFineForgeTweaker: acceptOptions [22:56:05] [main/INFO]: [optifine.OptiFineForgeTweaker:dbg:56]: OptiFineForgeTweaker: injectIntoClassLoader [22:56:05] [main/INFO]: [optifine.OptiFineClassTransformer:dbg:242]: OptiFine ClassTransformer [22:56:05] [main/INFO]: [optifine.OptiFineClassTransformer:dbg:242]: OptiFine ZIP file: /Users/woodz/Library/Application Support/minecraft/mods/1.12.2/OptiFine_1.12.2_HD_U_G5.jar [22:56:05] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [22:56:05] [main/DEBUG]: Injecting coremod FMLCorePlugin {net.minecraftforge.fml.relauncher.FMLCorePlugin} class transformers [22:56:05] [main/TRACE]: Registering transformer net.minecraftforge.fml.common.asm.transformers.SideTransformer [22:56:05] [main/TRACE]: Registering transformer net.minecraftforge.fml.common.asm.transformers.EventSubscriptionTransformer [22:56:05] [main/TRACE]: Registering transformer net.minecraftforge.fml.common.asm.transformers.EventSubscriberTransformer [22:56:05] [main/TRACE]: Registering transformer net.minecraftforge.fml.common.asm.transformers.SoundEngineFixTransformer [22:56:05] [main/DEBUG]: Injection complete [22:56:05] [main/DEBUG]: Running coremod plugin for FMLCorePlugin {net.minecraftforge.fml.relauncher.FMLCorePlugin} [22:56:05] [main/DEBUG]: Running coremod plugin FMLCorePlugin [22:56:06] [main/INFO]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557 [22:56:06] [main/INFO]: Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc [22:56:06] [main/DEBUG]: Coremod plugin class FMLCorePlugin run successfully [22:56:06] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [22:56:06] [main/DEBUG]: Injecting coremod FMLForgePlugin {net.minecraftforge.classloading.FMLForgePlugin} class transformers [22:56:06] [main/DEBUG]: Injection complete [22:56:06] [main/DEBUG]: Running coremod plugin for FMLForgePlugin {net.minecraftforge.classloading.FMLForgePlugin} [22:56:06] [main/DEBUG]: Running coremod plugin FMLForgePlugin [22:56:06] [main/DEBUG]: Coremod plugin class FMLForgePlugin run successfully [22:56:06] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [22:56:06] [main/DEBUG]: Injecting coremod MixinLauncher {org.rusherhack.launcher.launch.MixinLauncher} class transformers [22:56:06] [main/DEBUG]: Injection complete [22:56:06] [main/DEBUG]: Running coremod plugin for MixinLauncher {org.rusherhack.launcher.launch.MixinLauncher} [22:56:06] [main/DEBUG]: Running coremod plugin MixinLauncher [22:56:06] [main/DEBUG]: Coremod plugin class MixinLauncher run successfully [22:56:06] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [22:56:06] [main/DEBUG]: Injecting coremod TrollHackCoreMod {me.luna.trollhack.TrollHackCoreMod} class transformers [22:56:06] [main/DEBUG]: Injection complete [22:56:06] [main/DEBUG]: Running coremod plugin for TrollHackCoreMod {me.luna.trollhack.TrollHackCoreMod} [22:56:06] [main/DEBUG]: Running coremod plugin TrollHackCoreMod [22:56:06] [main/DEBUG]: Coremod plugin class TrollHackCoreMod run successfully [22:56:06] [main/INFO]: Calling tweak class org.spongepowered.asm.launch.MixinTweaker [22:56:06] [main/INFO]: Initialised Mixin FML Remapper Adapter with net.minecraftforge.fml.common.asm.transformers.deobf.FMLDeobfuscatingRemapper@78307a56 [22:56:06] [main/INFO]: Calling tweak class org.spongepowered.asm.mixin.EnvironmentStateTweaker [22:56:06] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker [22:56:07] [main/DEBUG]: Validating minecraft [22:56:07] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker [22:56:07] [main/WARN]: Tweak class name org.spongepowered.asm.mixin.EnvironmentStateTweaker has already been visited -- skipping [22:56:07] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker [22:56:07] [main/INFO]: [optifine.OptiFineForgeTweaker:dbg:56]: OptiFineForgeTweaker: getLaunchArguments [22:56:11] [main/ERROR]: Classloader restrictions [PACKAGE_CLASSLOADER_EXCLUSION] encountered loading mixins.future.forge.json:block.MixinBlock, name: net.futureclient.loader.mixin.forge.block.MixinBlock [22:56:11] [main/ERROR]: Classloader restrictions [PACKAGE_CLASSLOADER_EXCLUSION] encountered loading mixins.future.forge.json:entity.living.player.MixinPlayerControllerMP, name: net.futureclient.loader.mixin.forge.entity.living.player.MixinPlayerControllerMP [22:56:11] [main/ERROR]: Classloader restrictions [PACKAGE_CLASSLOADER_EXCLUSION] encountered loading mixins.future.forge.json:item.MixinItemBlock, name: net.futureclient.loader.mixin.forge.item.MixinItemBlock [22:56:11] [main/ERROR]: Classloader restrictions [PACKAGE_CLASSLOADER_EXCLUSION] encountered loading mixins.future.forge.json:item.MixinItemStack, name: net.futureclient.loader.mixin.forge.item.MixinItemStack [22:56:11] [main/ERROR]: Classloader restrictions [PACKAGE_CLASSLOADER_EXCLUSION] encountered loading mixins.future.common.json:MixinChunkProviderClient, name: net.futureclient.loader.mixin.common.MixinChunkProviderClient [22:56:11] [main/ERROR]: Classloader restrictions [PACKAGE_CLASSLOADER_EXCLUSION] encountered loading mixins.future.common.json:MixinContainer, name: net.futureclient.loader.mixin.common.MixinContainer [22:56:11] [main/ERROR]: Classloader restrictions [PACKAGE_CLASSLOADER_EXCLUSION] encountered loading mixins.future.common.json:MixinContainerPlayer, name: net.futureclient.loader.mixin.common.MixinContainerPlayer [22:56:11] [main/ERROR]: Classloader restrictions [PACKAGE_CLASSLOADER_EXCLUSION] encountered loading mixins.future.common.json:MixinGameConfiguration, name: net.futureclient.loader.mixin.common.MixinGameConfiguration [22:56:11] [main/ERROR]: Classloader restrictions [PACKAGE_CLASSLOADER_EXCLUSION] encountered loading mixins.future.common.json:MixinGameSettings, name: net.futureclient.loader.mixin.common.MixinGameSettings [22:56:11] [main/ERROR]: Classloader restrictions [PACKAGE_CLASSLOADER_EXCLUSION] encountered loading mixins.future.common.json:MixinItemFood, name: net.futureclient.loader.mixin.common.MixinItemFood [22:56:11] [main/ERROR]: Classloader restrictions [PACKAGE_CLASSLOADER_EXCLUSION] encountered loading mixins.future.common.json:MixinItemStack, name: net.futureclient.loader.mixin.common.MixinItemStack [22:56:11] [main/ERROR]: Classloader restrictions [PACKAGE_CLASSLOADER_EXCLUSION] encountered loading mixins.future.common.json:MixinKeyBinding, name: net.futureclient.loader.mixin.common.MixinKeyBinding [22:56:11] [main/ERROR]: Classloader restrictions [PACKAGE_CLASSLOADER_EXCLUSION] encountered loading mixins.future.common.json:MixinMinecraft, name: net.futureclient.loader.mixin.common.MixinMinecraft [22:56:11] [main/ERROR]: Classloader restrictions [PACKAGE_CLASSLOADER_EXCLUSION] encountered loading mixins.future.common.json:MixinMinecraft$LowPriority, name: net.futureclient.loader.mixin.common.MixinMinecraft$LowPriority [22:56:11] [main/ERROR]: Classloader restrictions [PACKAGE_CLASSLOADER_EXCLUSION] encountered loading mixins.future.common.json:MixinMovementInput, name: net.futureclient.loader.mixin.common.MixinMovementInput [22:56:11] [main/ERROR]: Classloader restrictions [PACKAGE_CLASSLOADER_EXCLUSION] encountered loading mixins.future.common.json:MixinTileEntity, name: net.futureclient.loader.mixin.common.MixinTileEntity [22:56:11] [main/ERROR]: Classloader restrictions [PACKAGE_CLASSLOADER_EXCLUSION] encountered loading mixins.future.common.json:MixinTimer, name: net.futureclient.loader.mixin.common.MixinTimer [22:56:11] [main/ERROR]: Classloader restrictions [PACKAGE_CLASSLOADER_EXCLUSION] encountered loading mixins.future.common.json:MixinVec3D, name: net.futureclient.loader.mixin.common.MixinVec3D [22:56:11] [main/ERROR]: Classloader restrictions [PACKAGE_CLASSLOADER_EXCLUSION] encountered loading mixins.future.common.json:MixinWorld, name: net.futureclient.loader.mixin.common.MixinWorld [22:56:11] [main/ERROR]: Classloader restrictions [PACKAGE_CLASSLOADER_EXCLUSION] encountered loading mixins.future.common.json:MixinWorldClient, name: net.futureclient.loader.mixin.common.MixinWorldClient [22:56:11] [main/ERROR]: Classloader restrictions [PACKAGE_CLASSLOADER_EXCLUSION] encountered loading mixins.future.common.json:authlib.MixinYggdrasilMinecraftSessionService, name: net.futureclient.loader.mixin.common.authlib.MixinYggdrasilMinecraftSessionService [22:56:11] [main/ERROR]: Classloader restrictions [PACKAGE_CLASSLOADER_EXCLUSION] encountered loading mixins.future.common.json:authlib.MixinYggdrasilUserAuthentication, name: net.futureclient.loader.mixin.common.authlib.MixinYggdrasilUserAuthentication [22:56:11] [main/ERROR]: Classloader restrictions [PACKAGE_CLASSLOADER_EXCLUSION] encountered loading mixins.future.common.json:block.MixinBlock, name: net.futureclient.loader.mixin.common.block.MixinBlock [22:56:11] [main/ERROR]: Classloader restrictions [PACKAGE_CLASSLOADER_EXCLUSION] encountered loading mixins.future.common.json:block.MixinBlockLiquid, name: net.futureclient.loader.mixin.common.block.MixinBlockLiquid [22:56:11] [main/ERROR]: Classloader restrictions [PACKAGE_CLASSLOADER_EXCLUSION] encountered loading mixins.future.common.json:block.MixinBlockSoulSand, name: net.futureclient.loader.mixin.common.block.MixinBlockSoulSand [22:56:11] [main/ERROR]: Classloader restrictions [PACKAGE_CLASSLOADER_EXCLUSION] encountered loading mixins.future.common.json:entity.MixinEntity, name: net.futureclient.loader.mixin.common.entity.MixinEntity [22:56:11] [main/ERROR]: Classloader restrictions [PACKAGE_CLASSLOADER_EXCLUSION] encountered loading mixins.future.common.json:entity.MixinEntityBoat, name: net.futureclient.loader.mixin.common.entity.MixinEntityBoat [22:56:11] [main/ERROR]: Classloader restrictions [PACKAGE_CLASSLOADER_EXCLUSION] encountered loading mixins.future.common.json:entity.living.MixinAbstractHorse, name: net.futureclient.loader.mixin.common.entity.living.MixinAbstractHorse [22:56:11] [main/ERROR]: Classloader restrictions [PACKAGE_CLASSLOADER_EXCLUSION] encountered loading mixins.future.common.json:entity.living.MixinEntityLivingBase, name: net.futureclient.loader.mixin.common.entity.living.MixinEntityLivingBase [22:56:11] [main/ERROR]: Classloader restrictions [PACKAGE_CLASSLOADER_EXCLUSION] encountered loading mixins.future.common.json:entity.living.MixinEntityLlama, name: net.futureclient.loader.mixin.common.entity.living.MixinEntityLlama [22:56:11] [main/ERROR]: Classloader restrictions [PACKAGE_CLASSLOADER_EXCLUSION] encountered loading mixins.future.common.json:entity.living.MixinEntityPig, name: net.futureclient.loader.mixin.common.entity.living.MixinEntityPig [22:56:11] [main/ERROR]: Classloader restrictions [PACKAGE_CLASSLOADER_EXCLUSION] encountered loading mixins.future.common.json:entity.living.MixinEntityWolf, name: net.futureclient.loader.mixin.common.entity.living.MixinEntityWolf [22:56:11] [main/ERROR]: Classloader restrictions [PACKAGE_CLASSLOADER_EXCLUSION] encountered loading mixins.future.common.json:entity.living.player.MixinAbstractClientPlayer, name: net.futureclient.loader.mixin.common.entity.living.player.MixinAbstractClientPlayer [22:56:11] [main/ERROR]: Classloader restrictions [PACKAGE_CLASSLOADER_EXCLUSION] encountered loading mixins.future.common.json:entity.living.player.MixinEntityOtherPlayerMP, name: net.futureclient.loader.mixin.common.entity.living.player.MixinEntityOtherPlayerMP [22:56:11] [main/ERROR]: Classloader restrictions [PACKAGE_CLASSLOADER_EXCLUSION] encountered loading mixins.future.common.json:entity.living.player.MixinEntityPlayer, name: net.futureclient.loader.mixin.common.entity.living.player.MixinEntityPlayer [22:56:11] [main/ERROR]: Classloader restrictions [PACKAGE_CLASSLOADER_EXCLUSION] encountered loading mixins.future.common.json:entity.living.player.MixinEntityPlayerSP, name: net.futureclient.loader.mixin.common.entity.living.player.MixinEntityPlayerSP [22:56:11] [main/ERROR]: Classloader restrictions [PACKAGE_CLASSLOADER_EXCLUSION] encountered loading mixins.future.common.json:entity.living.player.MixinPlayerControllerMP, name: net.futureclient.loader.mixin.common.entity.living.player.MixinPlayerControllerMP [22:56:11] [main/ERROR]: Classloader restrictions [PACKAGE_CLASSLOADER_EXCLUSION] encountered loading mixins.future.common.json:gui.MixinContainerScreen, name: net.futureclient.loader.mixin.common.gui.MixinContainerScreen [22:56:11] [main/ERROR]: Classloader restrictions [PACKAGE_CLASSLOADER_EXCLUSION] encountered loading mixins.future.common.json:gui.MixinGuiBeacon, name: net.futureclient.loader.mixin.common.gui.MixinGuiBeacon [22:56:11] [main/ERROR]: Classloader restrictions [PACKAGE_CLASSLOADER_EXCLUSION] encountered loading mixins.future.common.json:gui.MixinGuiBossOverlay, name: net.futureclient.loader.mixin.common.gui.MixinGuiBossOverlay [22:56:11] [main/ERROR]: Classloader restrictions [PACKAGE_CLASSLOADER_EXCLUSION] encountered loading mixins.future.common.json:gui.MixinGuiChat, name: net.futureclient.loader.mixin.common.gui.MixinGuiChat [22:56:11] [main/ERROR]: Classloader restrictions [PACKAGE_CLASSLOADER_EXCLUSION] encountered loading mixins.future.common.json:gui.MixinGuiDisconnected, name: net.futureclient.loader.mixin.common.gui.MixinGuiDisconnected [22:56:11] [main/ERROR]: Classloader restrictions [PACKAGE_CLASSLOADER_EXCLUSION] encountered loading mixins.future.common.json:gui.MixinGuiIngame, name: net.futureclient.loader.mixin.common.gui.MixinGuiIngame [22:56:11] [main/ERROR]: Classloader restrictions [PACKAGE_CLASSLOADER_EXCLUSION] encountered loading mixins.future.common.json:gui.MixinGuiInventory, name: net.futureclient.loader.mixin.common.gui.MixinGuiInventory [22:56:11] [main/ERROR]: Classloader restrictions [PACKAGE_CLASSLOADER_EXCLUSION] encountered loading mixins.future.common.json:gui.MixinGuiMainMenu, name: net.futureclient.loader.mixin.common.gui.MixinGuiMainMenu [22:56:11] [main/ERROR]: Classloader restrictions [PACKAGE_CLASSLOADER_EXCLUSION] encountered loading mixins.future.common.json:gui.MixinGuiMultiplayer, name: net.futureclient.loader.mixin.common.gui.MixinGuiMultiplayer [22:56:11] [main/ERROR]: Classloader restrictions [PACKAGE_CLASSLOADER_EXCLUSION] encountered loading mixins.future.common.json:gui.MixinGuiNewChat, name: net.futureclient.loader.mixin.common.gui.MixinGuiNewChat [22:56:11] [main/ERROR]: Classloader restrictions [PACKAGE_CLASSLOADER_EXCLUSION] encountered loading mixins.future.common.json:gui.MixinGuiScreen, name: net.futureclient.loader.mixin.common.gui.MixinGuiScreen [22:56:11] [main/ERROR]: Classloader restrictions [PACKAGE_CLASSLOADER_EXCLUSION] encountered loading mixins.future.common.json:gui.MixinGuiScreenServerList, name: net.futureclient.loader.mixin.common.gui.MixinGuiScreenServerList [22:56:11] [main/ERROR]: Classloader restrictions [PACKAGE_CLASSLOADER_EXCLUSION] encountered loading mixins.future.common.json:gui.MixinGuiSubtitleOverlay, name: net.futureclient.loader.mixin.common.gui.MixinGuiSubtitleOverlay [22:56:11] [main/ERROR]: Classloader restrictions [PACKAGE_CLASSLOADER_EXCLUSION] encountered loading mixins.future.common.json:gui.MixinGuiTextField, name: net.futureclient.loader.mixin.common.gui.MixinGuiTextField [22:56:11] [main/ERROR]: Classloader restrictions [PACKAGE_CLASSLOADER_EXCLUSION] encountered loading mixins.future.common.json:network.MixinEnumConnectionState, name: net.futureclient.loader.mixin.common.network.MixinEnumConnectionState [22:56:11] [main/ERROR]: Classloader restrictions [PACKAGE_CLASSLOADER_EXCLUSION] encountered loading mixins.future.common.json:network.MixinNetHandlerPlayClient, name: net.futureclient.loader.mixin.common.network.MixinNetHandlerPlayClient [22:56:11] [main/ERROR]: Classloader restrictions [PACKAGE_CLASSLOADER_EXCLUSION] encountered loading mixins.future.common.json:network.MixinNettyCompressionDecoder, name: net.futureclient.loader.mixin.common.network.MixinNettyCompressionDecoder [22:56:11] [main/ERROR]: Classloader restrictions [PACKAGE_CLASSLOADER_EXCLUSION] encountered loading mixins.future.common.json:network.MixinNettyPacketDecoder, name: net.futureclient.loader.mixin.common.network.MixinNettyPacketDecoder [22:56:11] [main/ERROR]: Classloader restrictions [PACKAGE_CLASSLOADER_EXCLUSION] encountered loading mixins.future.common.json:network.MixinNetworkManager, name: net.futureclient.loader.mixin.common.network.MixinNetworkManager [22:56:11] [main/ERROR]: Classloader restrictions [PACKAGE_CLASSLOADER_EXCLUSION] encountered loading mixins.future.common.json:network.MixinPacketBuffer, name: net.futureclient.loader.mixin.common.network.MixinPacketBuffer [22:56:11] [main/ERROR]: Classloader restrictions [PACKAGE_CLASSLOADER_EXCLUSION] encountered loading mixins.future.common.json:network.MixinPacketThreadUtil, name: net.futureclient.loader.mixin.common.network.MixinPacketThreadUtil [22:56:11] [main/ERROR]: Classloader restrictions [PACKAGE_CLASSLOADER_EXCLUSION] encountered loading mixins.future.common.json:network.packet.clientbound.MixinSPacketCloseWindow, name: net.futureclient.loader.mixin.common.network.packet.clientbound.MixinSPacketCloseWindow [22:56:11] [main/ERROR]: Classloader restrictions [PACKAGE_CLASSLOADER_EXCLUSION] encountered loading mixins.future.common.json:network.packet.clientbound.MixinSPacketEntityVelocity, name: net.futureclient.loader.mixin.common.network.packet.clientbound.MixinSPacketEntityVelocity [22:56:11] [main/ERROR]: Classloader restrictions [PACKAGE_CLASSLOADER_EXCLUSION] encountered loading mixins.future.common.json:network.packet.clientbound.MixinSPacketExplosion, name: net.futureclient.loader.mixin.common.network.packet.clientbound.MixinSPacketExplosion [22:56:11] [main/ERROR]: Classloader restrictions [PACKAGE_CLASSLOADER_EXCLUSION] encountered loading mixins.future.common.json:network.packet.clientbound.MixinSPacketMultiBlockChange, name: net.futureclient.loader.mixin.common.network.packet.clientbound.MixinSPacketMultiBlockChange [22:56:11] [main/ERROR]: Classloader restrictions [PACKAGE_CLASSLOADER_EXCLUSION] encountered loading mixins.future.common.json:network.packet.clientbound.MixinSPacketPlayerPosLook, name: net.futureclient.loader.mixin.common.network.packet.clientbound.MixinSPacketPlayerPosLook [22:56:11] [main/ERROR]: Classloader restrictions [PACKAGE_CLASSLOADER_EXCLUSION] encountered loading mixins.future.common.json:network.packet.serverbound.MixinCPacketAnimation, name: net.futureclient.loader.mixin.common.network.packet.serverbound.MixinCPacketAnimation [22:56:12] [main/ERROR]: Classloader restrictions [PACKAGE_CLASSLOADER_EXCLUSION] encountered loading mixins.future.common.json:network.packet.serverbound.MixinCPacketCloseWindow, name: net.futureclient.loader.mixin.common.network.packet.serverbound.MixinCPacketCloseWindow [22:56:12] [main/ERROR]: Classloader restrictions [PACKAGE_CLASSLOADER_EXCLUSION] encountered loading mixins.future.common.json:network.packet.serverbound.MixinCPacketInput, name: net.futureclient.loader.mixin.common.network.packet.serverbound.MixinCPacketInput [22:56:12] [main/ERROR]: Classloader restrictions [PACKAGE_CLASSLOADER_EXCLUSION] encountered loading mixins.future.common.json:network.packet.serverbound.MixinCPacketPlayer, name: net.futureclient.loader.mixin.common.network.packet.serverbound.MixinCPacketPlayer [22:56:12] [main/ERROR]: Classloader restrictions [PACKAGE_CLASSLOADER_EXCLUSION] encountered loading mixins.future.common.json:network.packet.serverbound.MixinCPacketPlayerTryUseItemOnBlock, name: net.futureclient.loader.mixin.common.network.packet.serverbound.MixinCPacketPlayerTryUseItemOnBlock [22:56:12] [main/ERROR]: Classloader restrictions [PACKAGE_CLASSLOADER_EXCLUSION] encountered loading mixins.future.common.json:network.packet.serverbound.MixinCPacketUseEntity, name: net.futureclient.loader.mixin.common.network.packet.serverbound.MixinCPacketUseEntity [22:56:12] [main/ERROR]: Classloader restrictions [PACKAGE_CLASSLOADER_EXCLUSION] encountered loading mixins.future.common.json:network.packet.serverbound.MixinCPacketVehicleMove, name: net.futureclient.loader.mixin.common.network.packet.serverbound.MixinCPacketVehicleMove [22:56:12] [main/ERROR]: Classloader restrictions [PACKAGE_CLASSLOADER_EXCLUSION] encountered loading mixins.future.common.json:render.MixinAbstractTexture, name: net.futureclient.loader.mixin.common.render.MixinAbstractTexture [22:56:12] [main/ERROR]: Classloader restrictions [PACKAGE_CLASSLOADER_EXCLUSION] encountered loading mixins.future.common.json:render.MixinBlockModelRenderer, name: net.futureclient.loader.mixin.common.render.MixinBlockModelRenderer [22:56:12] [main/ERROR]: Classloader restrictions [PACKAGE_CLASSLOADER_EXCLUSION] encountered loading mixins.future.common.json:render.MixinBufferBuilder, name: net.futureclient.loader.mixin.common.render.MixinBufferBuilder [22:56:12] [main/ERROR]: Classloader restrictions [PACKAGE_CLASSLOADER_EXCLUSION] encountered loading mixins.future.common.json:render.MixinDebugRendererChunkBorder, name: net.futureclient.loader.mixin.common.render.MixinDebugRendererChunkBorder [22:56:12] [main/ERROR]: Classloader restrictions [PACKAGE_CLASSLOADER_EXCLUSION] encountered loading mixins.future.common.json:render.MixinExplosion, name: net.futureclient.loader.mixin.common.render.MixinExplosion [22:56:12] [main/ERROR]: Classloader restrictions [PACKAGE_CLASSLOADER_EXCLUSION] encountered loading mixins.future.common.json:render.MixinFontRenderer, name: net.futureclient.loader.mixin.common.render.MixinFontRenderer [22:56:12] [main/ERROR]: Classloader restrictions [PACKAGE_CLASSLOADER_EXCLUSION] encountered loading mixins.future.common.json:render.MixinFontRenderer$LowPriority, name: net.futureclient.loader.mixin.common.render.MixinFontRenderer$LowPriority [22:56:12] [main/ERROR]: Classloader restrictions [PACKAGE_CLASSLOADER_EXCLUSION] encountered loading mixins.future.common.json:render.MixinGuiPlayerTabOverlay, name: net.futureclient.loader.mixin.common.render.MixinGuiPlayerTabOverlay [22:56:12] [main/ERROR]: Classloader restrictions [PACKAGE_CLASSLOADER_EXCLUSION] encountered loading mixins.future.common.json:render.MixinLayerArmorBase, name: net.futureclient.loader.mixin.common.render.MixinLayerArmorBase [22:56:12] [main/ERROR]: Classloader restrictions [PACKAGE_CLASSLOADER_EXCLUSION] encountered loading mixins.future.common.json:render.MixinRender, name: net.futureclient.loader.mixin.common.render.MixinRender [22:56:12] [main/ERROR]: Classloader restrictions [PACKAGE_CLASSLOADER_EXCLUSION] encountered loading mixins.future.common.json:render.MixinRenderChunk, name: net.futureclient.loader.mixin.common.render.MixinRenderChunk [22:56:12] [main/ERROR]: Classloader restrictions [PACKAGE_CLASSLOADER_EXCLUSION] encountered loading mixins.future.common.json:render.MixinRenderGlobal, name: net.futureclient.loader.mixin.common.render.MixinRenderGlobal [22:56:12] [main/ERROR]: Classloader restrictions [PACKAGE_CLASSLOADER_EXCLUSION] encountered loading mixins.future.common.json:render.MixinRenderGlobal$LowPriority, name: net.futureclient.loader.mixin.common.render.MixinRenderGlobal$LowPriority [22:56:12] [main/ERROR]: Classloader restrictions [PACKAGE_CLASSLOADER_EXCLUSION] encountered loading mixins.future.common.json:render.MixinRenderManager, name: net.futureclient.loader.mixin.common.render.MixinRenderManager [22:56:12] [main/ERROR]: Classloader restrictions [PACKAGE_CLASSLOADER_EXCLUSION] encountered loading mixins.future.common.json:render.MixinRenderManager$LowPriority, name: net.futureclient.loader.mixin.common.render.MixinRenderManager$LowPriority [22:56:12] [main/ERROR]: Classloader restrictions [PACKAGE_CLASSLOADER_EXCLUSION] encountered loading mixins.future.common.json:render.MixinTextureManager, name: net.futureclient.loader.mixin.common.render.MixinTextureManager [22:56:12] [main/ERROR]: Classloader restrictions [PACKAGE_CLASSLOADER_EXCLUSION] encountered loading mixins.future.common.json:render.MixinThreadDownloadImageData, name: net.futureclient.loader.mixin.common.render.MixinThreadDownloadImageData [22:56:12] [main/ERROR]: Classloader restrictions [PACKAGE_CLASSLOADER_EXCLUSION] encountered loading mixins.future.common.json:render.MixinTileEntityMobSpawnerRenderer, name: net.futureclient.loader.mixin.common.render.MixinTileEntityMobSpawnerRenderer [22:56:12] [main/ERROR]: Classloader restrictions [PACKAGE_CLASSLOADER_EXCLUSION] encountered loading mixins.future.common.json:render.MixinTileEntitySignRenderer, name: net.futureclient.loader.mixin.common.render.MixinTileEntitySignRenderer [22:56:12] [main/ERROR]: Classloader restrictions [PACKAGE_CLASSLOADER_EXCLUSION] encountered loading mixins.future.common.json:render.entity.MixinEntityRenderer, name: net.futureclient.loader.mixin.common.render.entity.MixinEntityRenderer [22:56:12] [main/ERROR]: Classloader restrictions [PACKAGE_CLASSLOADER_EXCLUSION] encountered loading mixins.future.common.json:render.entity.MixinItemRenderer, name: net.futureclient.loader.mixin.common.render.entity.MixinItemRenderer [22:56:12] [main/ERROR]: Classloader restrictions [PACKAGE_CLASSLOADER_EXCLUSION] encountered loading mixins.future.common.json:render.entity.MixinRenderDragon, name: net.futureclient.loader.mixin.common.render.entity.MixinRenderDragon [22:56:12] [main/ERROR]: Classloader restrictions [PACKAGE_CLASSLOADER_EXCLUSION] encountered loading mixins.future.common.json:render.entity.MixinRenderEntityItem, name: net.futureclient.loader.mixin.common.render.entity.MixinRenderEntityItem [22:56:12] [main/ERROR]: Classloader restrictions [PACKAGE_CLASSLOADER_EXCLUSION] encountered loading mixins.future.common.json:render.entity.MixinRenderGuardian, name: net.futureclient.loader.mixin.common.render.entity.MixinRenderGuardian [22:56:12] [main/ERROR]: Classloader restrictions [PACKAGE_CLASSLOADER_EXCLUSION] encountered loading mixins.future.common.json:render.entity.MixinRenderItem, name: net.futureclient.loader.mixin.common.render.entity.MixinRenderItem [22:56:12] [main/ERROR]: Classloader restrictions [PACKAGE_CLASSLOADER_EXCLUSION] encountered loading mixins.future.common.json:render.entity.MixinRenderLiving, name: net.futureclient.loader.mixin.common.render.entity.MixinRenderLiving [22:56:12] [main/ERROR]: Classloader restrictions [PACKAGE_CLASSLOADER_EXCLUSION] encountered loading mixins.future.common.json:render.entity.MixinRenderLivingBase, name: net.futureclient.loader.mixin.common.render.entity.MixinRenderLivingBase [22:56:12] [main/ERROR]: Classloader restrictions [PACKAGE_CLASSLOADER_EXCLUSION] encountered loading mixins.future.common.json:render.entity.MixinRenderMinecart, name: net.futureclient.loader.mixin.common.render.entity.MixinRenderMinecart [22:56:12] [main/ERROR]: Classloader restrictions [PACKAGE_CLASSLOADER_EXCLUSION] encountered loading mixins.future.common.json:render.entity.MixinRenderPlayer, name: net.futureclient.loader.mixin.common.render.entity.MixinRenderPlayer [22:56:12] [main/ERROR]: Classloader restrictions [PACKAGE_CLASSLOADER_EXCLUSION] encountered loading mixins.future.common.json:render.MixinRenderEnderCrystal, name: net.futureclient.loader.mixin.common.render.MixinRenderEnderCrystal [22:56:12] [main/ERROR]: Classloader restrictions [PACKAGE_CLASSLOADER_EXCLUSION] encountered loading mixins.future.optifine.json:MixinConfig, name: net.futureclient.loader.mixin.optifine.MixinConfig [22:56:12] [main/ERROR]: Classloader restrictions [PACKAGE_CLASSLOADER_EXCLUSION] encountered loading mixins.future.optifine.json:render.entity.MixinEntityRenderer, name: net.futureclient.loader.mixin.optifine.render.entity.MixinEntityRenderer [22:56:12] [main/ERROR]: Classloader restrictions [PACKAGE_CLASSLOADER_EXCLUSION] encountered loading mixins.future.baritone.json:MixinMinecraft, name: net.futureclient.loader.mixin.baritone.MixinMinecraft [22:56:12] [main/INFO]: Launching wrapped minecraft {net.minecraft.client.main.Main} [22:56:13] [main/INFO]: Mixing MixinMinecraft from mixins.viaforge.json into net.minecraft.client.Minecraft [22:56:13] [main/WARN]: @Redirect conflict. Skipping mixins.future.common.json:MixinMinecraft$LowPriority->@Redirect::f$b(Lnet/minecraft/client/entity/EntityPlayerSP;)Z with priority -1, already redirected by mixins.rusherhack.json:client.MixinMinecraft->@Redirect::isHandActive(Lnet/minecraft/client/entity/EntityPlayerSP;)Z with priority 100000 [22:56:14] [main/INFO]: Mixing MixinGuiMainMenu from mixins.viaforge.json into net.minecraft.client.gui.GuiMainMenu [22:56:15] [main/WARN]: @Redirect conflict. Skipping mixins.troll.core.json:player.MixinEntityPlayerSP->@Redirect::closeScreen(Lnet/minecraft/client/entity/EntityPlayerSP;)V with priority 2147483647, already redirected by mixins.future.common.json:entity.living.player.MixinEntityPlayerSP->@Redirect::f$b(Lnet/minecraft/client/entity/EntityPlayerSP;)V with priority 2147483647 [22:56:15] [main/WARN]: @Redirect conflict. Skipping mixins.troll.core.json:player.MixinEntityPlayerSP->@Redirect::closeScreen(Lnet/minecraft/client/Minecraft;Lnet/minecraft/client/gui/GuiScreen;)V with priority 2147483647, already redirected by mixins.future.common.json:entity.living.player.MixinEntityPlayerSP->@Redirect::f$b(Lnet/minecraft/client/Minecraft;Lnet/minecraft/client/gui/GuiScreen;)V with priority 2147483647 [22:56:23] [Client thread/INFO]: Setting user: iWoodz [22:56:25] [Thread-2/INFO]: [net.futureclient.client.f$ae:toString:-2]: java.util.NoSuchElementException: No line found [22:56:25] [Thread-2/INFO]: [net.futureclient.client.f$ae:toString:-2]: at java.util.Scanner.nextLine(Scanner.java:1540) [22:56:25] [Thread-2/INFO]: [net.futureclient.client.f$ae:toString:-2]: at net.futureclient.client.f$ae.toString(Native Method) [22:56:25] [Thread-2/INFO]: [net.futureclient.client.f$ae:toString:-2]: at net.futureclient.client.f$zl.f$d(ml:8968) [22:56:25] [Thread-2/INFO]: [net.futureclient.client.f$ae:toString:-2]: at net.futureclient.client.f$oh.toString(Native Method) [22:56:25] [Thread-2/INFO]: [net.futureclient.client.f$ae:toString:-2]: at net.futureclient.client.f$zl.f$E(ml:472) [22:56:25] [Thread-2/INFO]: [net.futureclient.client.f$ae:toString:-2]: at net.futureclient.client.f$t3.a(Unknown Source) [22:56:25] [Thread-2/INFO]: [net.futureclient.client.f$ae:toString:-2]: at net.futureclient.client.f$lf.(id:192) [22:56:25] [Thread-2/INFO]: [net.futureclient.client.f$ae:toString:-2]: at net.futureclient.client.f$kj.(id:857) [22:56:25] [Thread-2/INFO]: [net.futureclient.client.f$ae:toString:-2]: at net.futureclient.client.f$nh.(id:185) [22:56:25] [Thread-2/INFO]: [net.futureclient.client.f$ae:toString:-2]: at net.minecraft.client.main.GameConfiguration$DisplayInformation.mde3176d$f$b$0(SourceFile:10792) [22:56:25] [Thread-2/INFO]: [net.futureclient.client.f$ae:toString:-2]: at java.lang.Thread.run(Thread.java:745) [22:56:26] [Thread-2/INFO]: [net.futureclient.client.f$xf:toString:-2]: java.util.NoSuchElementException: No line found [22:56:26] [Thread-2/INFO]: [net.futureclient.client.f$xf:toString:-2]: at java.util.Scanner.nextLine(Scanner.java:1540) [22:56:26] [Thread-2/INFO]: [net.futureclient.client.f$xf:toString:-2]: at net.futureclient.client.f$xf.toString(Native Method) [22:56:26] [Thread-2/INFO]: [net.futureclient.client.f$xf:toString:-2]: at net.futureclient.client.f$zl.f$G(ml:4715) [22:56:26] [Thread-2/INFO]: [net.futureclient.client.f$xf:toString:-2]: at net.futureclient.client.f$oh.toString(Native Method) [22:56:26] [Thread-2/INFO]: [net.futureclient.client.f$xf:toString:-2]: at net.futureclient.client.f$zl.f$E(ml:472) [22:56:26] [Thread-2/INFO]: [net.futureclient.client.f$xf:toString:-2]: at net.futureclient.client.f$t3.a(Unknown Source) [22:56:26] [Thread-2/INFO]: [net.futureclient.client.f$xf:toString:-2]: at net.futureclient.client.f$lf.(id:192) [22:56:26] [Thread-2/INFO]: [net.futureclient.client.f$xf:toString:-2]: at net.futureclient.client.f$kj.(id:857) [22:56:26] [Thread-2/INFO]: [net.futureclient.client.f$xf:toString:-2]: at net.futureclient.client.f$nh.(id:185) [22:56:26] [Thread-2/INFO]: [net.futureclient.client.f$xf:toString:-2]: at net.minecraft.client.main.GameConfiguration$DisplayInformation.mde3176d$f$b$0(SourceFile:10792) [22:56:26] [Thread-2/INFO]: [net.futureclient.client.f$xf:toString:-2]: at java.lang.Thread.run(Thread.java:745) [22:56:32] [Via-Mappingloader-0/INFO]: Loading 1.12 -> 1.13 mappings... [22:56:32] [Via-Mappingloader-1/INFO]: Loading 1.13 -> 1.13.2 mappings... [22:56:32] [Via-Mappingloader-0/INFO]: Loading block connection mappings ... [22:56:32] [Via-Mappingloader-2/INFO]: Loading 1.13.2 -> 1.14 mappings... [22:56:32] [Via-Mappingloader-3/INFO]: Loading 1.14 -> 1.15 mappings... [22:56:32] [Via-Mappingloader-4/INFO]: Loading 1.15 -> 1.16 mappings... [22:56:32] [Via-Mappingloader-4/INFO]: Loading 1.16 -> 1.16.2 mappings... [22:56:32] [Via-Mappingloader-4/INFO]: Loading 1.16.2 -> 1.17 mappings... [22:56:32] [Via-Mappingloader-4/INFO]: Loading 1.17 -> 1.18 mappings... [22:56:32] [Via-Mappingloader-0/INFO]: Loading 1.18 -> 1.19 mappings... [22:56:33] [Client thread/INFO]: Loading translations... [22:56:33] [Via-Mappingloader-0/INFO]: Loading 1.10 -> 1.9.4 mappings... [22:56:33] [Via-Mappingloader-0/INFO]: Loading 1.11 -> 1.10 mappings... [22:56:33] [Via-Mappingloader-0/INFO]: Loading 1.12 -> 1.11 mappings... [22:56:33] [Via-Mappingloader-0/INFO]: Loading 1.13 -> 1.12 mappings... [22:56:33] [Via-Mappingloader-4/INFO]: Loading 1.13.2 -> 1.13 mappings... [22:56:33] [Via-Mappingloader-4/INFO]: Loading 1.14 -> 1.13.2 mappings... [22:56:33] [Via-Mappingloader-3/INFO]: Loading 1.15 -> 1.14 mappings... [22:56:33] [Via-Mappingloader-0/INFO]: Loading 1.16 -> 1.15 mappings... [22:56:33] [Via-Mappingloader-4/INFO]: Loading 1.16.2 -> 1.16 mappings... [22:56:33] [Via-Mappingloader-4/INFO]: Loading 1.17 -> 1.16.2 mappings... [22:56:33] [Via-Mappingloader-3/INFO]: Loading 1.18 -> 1.17 mappings... [22:56:33] [Via-Mappingloader-0/INFO]: Loading 1.19 -> 1.18 mappings... [22:56:34] [ViaForge-0/WARN]: There is a newer plugin version available: 4.4.1, you're on: 4.0.0 [22:56:34] [ViaForge-0/INFO]: ViaVersion detected server version: 1.12.2 (340) [22:56:34] [ViaForge-0/WARN]: This version of Minecraft is extremely outdated and support for it has reached its end of life. You will still be able to run Via on this Minecraft version, but we are unlikely to provide any further fixes or help with problems specific to legacy Minecraft versions. Please consider updating to give your players a better experience and to avoid issues that have long been fixed. [22:56:34] [ViaForge-0/WARN]: You are running an outdated Java version, please consider updating it to at least Java 17 (your version is 1.8.0_74). At some point in the future, ViaVersion will no longer be compatible with this version of Java. [22:56:34] [ViaForge-0/INFO]: Finished mapping loading, shutting down loader executor! [22:56:34] [Client thread/INFO]: [OptiFine] Reflector Forge [22:56:34] [Client thread/WARN]: @Redirect conflict. Skipping mixins.rusherhack.json:client.renderer.entity.MixinEntityRenderer->@Redirect::rayTraceBlocks(Lnet/minecraft/client/multiplayer/WorldClient;Lnet/minecraft/util/math/Vec3d;Lnet/minecraft/util/math/Vec3d;)Lnet/minecraft/util/math/RayTraceResult; with priority 100000, already redirected by mixins.future.common.json:render.entity.MixinEntityRenderer->@Redirect::f$b(Lnet/minecraft/client/multiplayer/WorldClient;Lnet/minecraft/util/math/Vec3d;Lnet/minecraft/util/math/Vec3d;)Lnet/minecraft/util/math/RayTraceResult; with priority 2147483647 [22:56:34] [Client thread/INFO]: [OptiFine] Reflector Vanilla [22:56:34] [Client thread/WARN]: @Redirect conflict. Skipping mixins.troll.core.json:render.MixinTileEntitySignRenderer->@Redirect::getRenderViewEntity(Lnet/minecraft/tileentity/TileEntitySign;)[Lnet/minecraft/util/text/ITextComponent; with priority 1000, already redirected by mixins.rusherhack.json:client.renderer.tileentity.MixinTileEntitySignRenderer->@Redirect::onSignRender(Lnet/minecraft/tileentity/TileEntitySign;)[Lnet/minecraft/util/text/ITextComponent; with priority 1000 [22:56:34] [Client thread/WARN]: @Redirect conflict. Skipping mixins.troll.core.json:render.MixinTileEntitySignRenderer->@Redirect::getRenderViewEntity(Lnet/minecraft/tileentity/TileEntitySign;)[Lnet/minecraft/util/text/ITextComponent; with priority 1000, already redirected by mixins.rusherhack.json:client.renderer.tileentity.MixinTileEntitySignRenderer->@Redirect::onSignRender(Lnet/minecraft/tileentity/TileEntitySign;)[Lnet/minecraft/util/text/ITextComponent; with priority 1000 [22:56:34] [Client thread/WARN]: @Redirect conflict. Skipping mixins.troll.core.json:render.MixinTileEntitySignRenderer->@Redirect::getRenderViewEntity(Lnet/minecraft/tileentity/TileEntitySign;)[Lnet/minecraft/util/text/ITextComponent; with priority 1000, already redirected by mixins.rusherhack.json:client.renderer.tileentity.MixinTileEntitySignRenderer->@Redirect::onSignRender(Lnet/minecraft/tileentity/TileEntitySign;)[Lnet/minecraft/util/text/ITextComponent; with priority 1000 [22:56:34] [Client thread/WARN]: @Redirect conflict. Skipping mixins.troll.core.json:render.MixinTileEntitySignRenderer->@Redirect::getRenderViewEntity(Lnet/minecraft/tileentity/TileEntitySign;)[Lnet/minecraft/util/text/ITextComponent; with priority 1000, already redirected by mixins.rusherhack.json:client.renderer.tileentity.MixinTileEntitySignRenderer->@Redirect::onSignRender(Lnet/minecraft/tileentity/TileEntitySign;)[Lnet/minecraft/util/text/ITextComponent; with priority 1000 [22:56:34] [Client thread/WARN]: @Redirect conflict. Skipping mixins.troll.core.json:render.MixinTileEntitySignRenderer->@Redirect::getRenderViewEntity(Lnet/minecraft/tileentity/TileEntitySign;)[Lnet/minecraft/util/text/ITextComponent; with priority 1000, already redirected by mixins.rusherhack.json:client.renderer.tileentity.MixinTileEntitySignRenderer->@Redirect::onSignRender(Lnet/minecraft/tileentity/TileEntitySign;)[Lnet/minecraft/util/text/ITextComponent; with priority 1000 [22:56:34] [Client thread/INFO]: LWJGL Version: 2.9.2 [22:56:36] [Thread-5/INFO]: [net.futureclient.client.f$ae:toString:-2]: java.util.NoSuchElementException: No line found [22:56:36] [Thread-5/INFO]: [net.futureclient.client.f$ae:toString:-2]: at java.util.Scanner.nextLine(Scanner.java:1540) [22:56:36] [Thread-5/INFO]: [net.futureclient.client.f$ae:toString:-2]: at net.futureclient.client.f$ae.toString(Native Method) [22:56:36] [Thread-5/INFO]: [net.futureclient.client.f$ae:toString:-2]: at net.futureclient.client.f$zl.f$d(ml:8968) [22:56:36] [Thread-5/INFO]: [net.futureclient.client.f$ae:toString:-2]: at net.futureclient.client.f$oh.toString(Native Method) [22:56:36] [Thread-5/INFO]: [net.futureclient.client.f$ae:toString:-2]: at net.futureclient.client.f$zl.f$E(ml:472) [22:56:36] [Thread-5/INFO]: [net.futureclient.client.f$ae:toString:-2]: at net.futureclient.client.f$lf.(id:192) [22:56:36] [Thread-5/INFO]: [net.futureclient.client.f$ae:toString:-2]: at net.futureclient.client.f$kj.(id:857) [22:56:36] [Thread-5/INFO]: [net.futureclient.client.f$ae:toString:-2]: at net.futureclient.client.f$nh.(id:185) [22:56:36] [Thread-5/INFO]: [net.futureclient.client.f$ae:toString:-2]: at net.minecraft.client.settings.GameSettings.mde3176d$f$b$0(GameSettings.java:14351) [22:56:36] [Thread-5/INFO]: [net.futureclient.client.f$ae:toString:-2]: at java.lang.Thread.run(Thread.java:745) [22:56:36] [Thread-5/INFO]: [net.futureclient.client.f$xf:toString:-2]: java.util.NoSuchElementException: No line found [22:56:36] [Thread-5/INFO]: [net.futureclient.client.f$xf:toString:-2]: at java.util.Scanner.nextLine(Scanner.java:1540) [22:56:36] [Thread-5/INFO]: [net.futureclient.client.f$xf:toString:-2]: at net.futureclient.client.f$xf.toString(Native Method) [22:56:36] [Thread-5/INFO]: [net.futureclient.client.f$xf:toString:-2]: at net.futureclient.client.f$zl.f$G(ml:4715) [22:56:36] [Thread-5/INFO]: [net.futureclient.client.f$xf:toString:-2]: at net.futureclient.client.f$oh.toString(Native Method) [22:56:36] [Thread-5/INFO]: [net.futureclient.client.f$xf:toString:-2]: at net.futureclient.client.f$zl.f$E(ml:472) [22:56:36] [Thread-5/INFO]: [net.futureclient.client.f$xf:toString:-2]: at net.futureclient.client.f$lf.(id:192) [22:56:36] [Thread-5/INFO]: [net.futureclient.client.f$xf:toString:-2]: at net.futureclient.client.f$kj.(id:857) [22:56:36] [Thread-5/INFO]: [net.futureclient.client.f$xf:toString:-2]: at net.futureclient.client.f$nh.(id:185) [22:56:36] [Thread-5/INFO]: [net.futureclient.client.f$xf:toString:-2]: at net.minecraft.client.settings.GameSettings.mde3176d$f$b$0(GameSettings.java:14351) [22:56:36] [Thread-5/INFO]: [net.futureclient.client.f$xf:toString:-2]: at java.lang.Thread.run(Thread.java:745)

[22:56:36] [Client thread/INFO]: [OptiFine] OptiFine_1.12.2_HD_U_G5 [22:56:36] [Client thread/INFO]: [OptiFine] Build: 20210124-142939 [22:56:36] [Client thread/INFO]: [OptiFine] OS: Mac OS X (x86_64) version 10.16 [22:56:36] [Client thread/INFO]: [OptiFine] Java: 1.8.0_74, Oracle Corporation [22:56:36] [Client thread/INFO]: [OptiFine] VM: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation [22:56:36] [Client thread/INFO]: [OptiFine] LWJGL: 2.9.2 [22:56:36] [Client thread/INFO]: [OptiFine] OpenGL: Apple M1, version 2.1 Metal - 76.3, Apple [22:56:36] [Client thread/INFO]: [OptiFine] OpenGL Version: 2.1.0 [22:56:36] [Client thread/INFO]: [OptiFine] Maximum texture size: 16384x16384 [22:56:36] [VersionCheck/INFO]: [OptiFine] Checking for new version [22:56:37] [Client thread/INFO]: [Shaders] OpenGL Version: 2.1 Metal - 76.3 [22:56:37] [Client thread/INFO]: [Shaders] Vendor: Apple [22:56:37] [Client thread/INFO]: [Shaders] Renderer: Apple M1 [22:56:37] [Client thread/INFO]: [Shaders] Capabilities: 2.0 2.1 - - - [22:56:37] [Client thread/INFO]: [Shaders] GL_MAX_DRAW_BUFFERS: 8 [22:56:37] [Client thread/INFO]: [Shaders] GL_MAX_COLOR_ATTACHMENTS_EXT: 8 [22:56:37] [Client thread/INFO]: [Shaders] GL_MAX_TEXTURE_IMAGE_UNITS: 16 [22:56:37] [Client thread/INFO]: [Shaders] Load shaders configuration. [22:56:37] [Client thread/INFO]: [Shaders] Save shaders configuration. [22:56:37] [Client thread/INFO]: [Shaders] No shaderpack loaded. [22:56:37] [VersionCheck/INFO]: [OptiFine] Version found: G5 [22:56:37] [Client thread/INFO]: [OptiFine] [Shaders] Delayed loading of block mappings after resources are loaded [22:56:37] [Client thread/INFO]: [OptiFine] [Shaders] Delayed loading of item mappings after resources are loaded [22:56:37] [Client thread/INFO]: [OptiFine] [Shaders] Delayed loading of entity mappings after resources are loaded [22:56:37] [Client thread/INFO]: [OptiFine] VboRegions not supported, missing: OpenGL 1.3, ARB_copy_buffer [22:56:38] [Client thread/INFO]: Forge Mod Loader has detected optifine OptiFine_1.12.2_HD_U_G5, enabling compatibility features [22:56:38] [Client thread/INFO]: -- System Details -- Details: Minecraft Version: 1.12.2 Operating System: Mac OS X (x86_64) version 10.16 Java Version: 1.8.0_74, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 327287984 bytes (312 MB) / 771751936 bytes (736 MB) up to 2147483648 bytes (2048 MB) JVM Flags: 7 total; -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: Loaded coremods (and transformers): TrollHackCoreMod (TrollHack-0.0.4.jar)

MixinLauncher (rusherhack-loader.jar)

GL info: ' Vendor: 'Apple' Version: '2.1 Metal - 76.3' Renderer: 'Apple M1'

[22:56:38] [Client thread/INFO]: MinecraftForge v14.23.5.2860 Initialized [22:56:38] [Client thread/INFO]: Starts to replace vanilla recipe ingredients with ore ingredients. [22:56:38] [Client thread/INFO]: Invalid recipe found with multiple oredict ingredients in the same ingredient... [22:56:38] [Client thread/INFO]: Replaced 1227 ore ingredients [22:56:39] [Client thread/INFO]: Searching /Users/woodz/Library/Application Support/minecraft/mods for mods [22:56:39] [Client thread/INFO]: Searching /Users/woodz/Library/Application Support/minecraft/mods/1.12.2 for mods [22:56:40] [Client thread/INFO]: Forge Mod Loader has identified 6 mods to load [22:56:40] [Client thread/INFO]: Attempting connection with missing mods [minecraft, mcp, FML, forge, rusherhack, trollhack] at CLIENT [22:56:40] [Client thread/INFO]: Attempting connection with missing mods [minecraft, mcp, FML, forge, rusherhack, trollhack] at SERVER [22:56:40] [Thread-6/INFO]: Using sync timing. 200 frames of Display.update took 354973325 nanos [22:56:41] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:RusherHack, FMLFileResourcePack:Troll Hack, TCY_PACK2_1 [22:56:42] [Client thread/INFO]: Processing ObjectHolder annotations [22:56:42] [Client thread/INFO]: Found 1168 ObjectHolder annotations [22:56:42] [Client thread/INFO]: Identifying ItemStackHolder annotations [22:56:42] [Client thread/INFO]: Found 0 ItemStackHolder annotations [22:56:42] [Client thread/INFO]: Configured a dormant chunk cache size of 0 [22:56:42] [Forge Version Check/INFO]: [forge] Starting version check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json [22:56:43] [Client thread/INFO]: Applying holder lookups [22:56:43] [Client thread/INFO]: Holder lookups applied [22:56:43] [Client thread/INFO]: Applying holder lookups [22:56:43] [Client thread/INFO]: Holder lookups applied [22:56:43] [Client thread/INFO]: Applying holder lookups [22:56:43] [Client thread/INFO]: Holder lookups applied [22:56:43] [Client thread/INFO]: Applying holder lookups [22:56:43] [Client thread/INFO]: Holder lookups applied [22:56:43] [Client thread/INFO]: Injecting itemstacks [22:56:43] [Client thread/INFO]: Itemstack injection complete [22:56:43] [Client thread/INFO]: [OptiFine] Reloading textures [22:56:43] [Client thread/INFO]: [OptiFine] Resource packs: TCY_PACK2_1 [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:ambient.cave [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.anvil.break [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.anvil.destroy [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.anvil.fall [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.anvil.hit [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.anvil.land [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.anvil.place [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.anvil.step [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.anvil.use [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.brewing_stand.brew [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.chest.close [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.chest.locked [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.chest.open [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.chorus_flower.death [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.chorus_flower.grow [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.cloth.break [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.cloth.fall [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.cloth.hit [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.cloth.place [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.cloth.step [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.comparator.click [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.dispenser.dispense [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.dispenser.fail [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.dispenser.launch [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.enchantment_table.use [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.end_gateway.spawn [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.end_portal.spawn [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.end_portal_frame.fill [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.enderchest.close [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.enderchest.open [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.fence_gate.close [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.fence_gate.open [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.fire.ambient [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.fire.extinguish [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.furnace.fire_crackle [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.glass.break [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.glass.fall [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.glass.hit [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.glass.place [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.glass.step [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.grass.break [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.grass.fall [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.grass.hit [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.grass.place [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.grass.step [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.gravel.break [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.gravel.fall [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.gravel.hit [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.gravel.place [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.gravel.step [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.iron_door.close [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.iron_door.open [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.iron_trapdoor.close [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.iron_trapdoor.open [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.ladder.break [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.ladder.fall [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.ladder.hit [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.ladder.place [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.ladder.step [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.lava.ambient [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.lava.extinguish [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.lava.pop [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.lever.click [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.metal.break [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.metal.fall [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.metal.hit [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.metal.place [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.metal.step [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.metal_pressureplate.click_off [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.metal_pressureplate.click_on [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.note.basedrum [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.note.bass [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.note.bell [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.note.chime [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.note.flute [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.note.guitar [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.note.harp [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.note.hat [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.note.pling [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.note.snare [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.note.xylophone [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.piston.contract [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.piston.extend [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.portal.ambient [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.portal.travel [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.portal.trigger [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.redstone_torch.burnout [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.sand.break [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.sand.fall [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.sand.hit [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.sand.place [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.sand.step [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.shulker_box.close [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.shulker_box.open [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.slime.break [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.slime.fall [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.slime.hit [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.slime.place [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.slime.step [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.snow.break [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.snow.fall [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.snow.hit [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.snow.place [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.snow.step [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.stone.break [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.stone.fall [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.stone.hit [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.stone.place [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.stone.step [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.stone_button.click_off [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.stone_button.click_on [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.stone_pressureplate.click_off [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.stone_pressureplate.click_on [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.tripwire.attach [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.tripwire.click_off [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.tripwire.click_on [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.tripwire.detach [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.water.ambient [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.waterlily.place [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.wood.break [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.wood.fall [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.wood.hit [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.wood.place [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.wood.step [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.wood_button.click_off [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.wood_button.click_on [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.wood_pressureplate.click_off [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.wood_pressureplate.click_on [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.wooden_door.close [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.wooden_door.open [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.wooden_trapdoor.close [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:block.wooden_trapdoor.open [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:enchant.thorns.hit [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:entity.armorstand.break [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:entity.armorstand.fall [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:entity.armorstand.hit [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:entity.armorstand.place [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:entity.arrow.hit [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:entity.arrow.hit_player [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:entity.arrow.shoot [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:entity.bat.ambient [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:entity.bat.death [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:entity.bat.hurt [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:entity.bat.loop [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:entity.bat.takeoff [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:entity.blaze.ambient [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:entity.blaze.burn [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:entity.blaze.death [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:entity.blaze.hurt [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:entity.blaze.shoot [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:entity.boat.paddle_land [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:entity.boat.paddle_water [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:entity.bobber.retrieve [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:entity.bobber.splash [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:entity.bobber.throw [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:entity.cat.ambient [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:entity.cat.death [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:entity.cat.hiss [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:entity.cat.hurt [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:entity.cat.purr [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:entity.cat.purreow [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:entity.chicken.ambient [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:entity.chicken.death [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:entity.chicken.egg [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:entity.chicken.hurt [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:entity.chicken.step [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:entity.cow.ambient [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:entity.cow.death [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:entity.cow.hurt [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:entity.cow.milk [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:entity.cow.step [22:56:43] [Client thread/WARN]: Missing sound for event: minecraft:entity.creeper.death [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.creeper.hurt [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.creeper.primed [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.donkey.ambient [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.donkey.angry [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.donkey.chest [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.donkey.death [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.donkey.hurt [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.egg.throw [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.elder_guardian.ambient [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.elder_guardian.ambient_land [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.elder_guardian.curse [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.elder_guardian.death [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.elder_guardian.death_land [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.elder_guardian.flop [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.elder_guardian.hurt [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.elder_guardian.hurt_land [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.enderdragon.ambient [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.enderdragon.death [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.enderdragon.flap [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.enderdragon.growl [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.enderdragon.hurt [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.enderdragon.shoot [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.enderdragon_fireball.explode [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.endereye.death [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.endereye.launch [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.endermen.ambient [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.endermen.death [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.endermen.hurt [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.endermen.scream [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.endermen.stare [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.endermen.teleport [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.endermite.ambient [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.endermite.death [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.endermite.hurt [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.endermite.step [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.enderpearl.throw [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.evocation_fangs.attack [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.evocation_illager.ambient [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.evocation_illager.cast_spell [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.evocation_illager.death [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.evocation_illager.hurt [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.evocation_illager.prepare_attack [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.evocation_illager.prepare_summon [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.evocation_illager.prepare_wololo [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.experience_bottle.throw [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.experience_orb.pickup [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.firework.blast [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.firework.blast_far [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.firework.large_blast [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.firework.large_blast_far [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.firework.launch [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.firework.shoot [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.firework.twinkle [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.firework.twinkle_far [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.generic.big_fall [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.generic.burn [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.generic.death [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.generic.drink [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.generic.eat [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.generic.explode [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.generic.extinguish_fire [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.generic.hurt [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.generic.small_fall [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.generic.splash [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.generic.swim [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.ghast.ambient [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.ghast.death [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.ghast.hurt [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.ghast.scream [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.ghast.shoot [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.ghast.warn [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.guardian.ambient [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.guardian.ambient_land [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.guardian.attack [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.guardian.death [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.guardian.death_land [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.guardian.flop [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.guardian.hurt [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.guardian.hurt_land [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.horse.ambient [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.horse.angry [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.horse.armor [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.horse.breathe [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.horse.death [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.horse.eat [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.horse.gallop [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.horse.hurt [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.horse.jump [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.horse.land [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.horse.saddle [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.horse.step [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.horse.step_wood [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.hostile.big_fall [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.hostile.death [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.hostile.hurt [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.hostile.small_fall [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.hostile.splash [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.hostile.swim [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.husk.ambient [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.husk.death [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.husk.hurt [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.husk.step [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.illusion_illager.ambient [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.illusion_illager.cast_spell [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.illusion_illager.death [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.illusion_illager.hurt [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.illusion_illager.mirror_move [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.illusion_illager.prepare_blindness [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.illusion_illager.prepare_mirror [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.irongolem.attack [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.irongolem.death [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.irongolem.hurt [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.irongolem.step [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.item.break [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.item.pickup [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.itemframe.add_item [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.itemframe.break [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.itemframe.place [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.itemframe.remove_item [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.itemframe.rotate_item [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.leashknot.break [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.leashknot.place [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.lightning.impact [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.lightning.thunder [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.lingeringpotion.throw [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.llama.ambient [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.llama.angry [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.llama.chest [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.llama.death [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.llama.eat [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.llama.hurt [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.llama.spit [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.llama.step [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.llama.swag [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.magmacube.death [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.magmacube.hurt [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.magmacube.jump [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.magmacube.squish [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.minecart.inside [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.minecart.riding [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.mooshroom.shear [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.mule.ambient [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.mule.chest [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.mule.death [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.mule.hurt [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.painting.break [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.painting.place [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.parrot.ambient [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.parrot.death [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.parrot.eat [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.parrot.fly [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.parrot.hurt [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.parrot.imitate.blaze [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.parrot.imitate.creeper [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.parrot.imitate.elder_guardian [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.parrot.imitate.enderdragon [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.parrot.imitate.enderman [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.parrot.imitate.endermite [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.parrot.imitate.evocation_illager [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.parrot.imitate.ghast [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.parrot.imitate.husk [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.parrot.imitate.illusion_illager [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.parrot.imitate.magmacube [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.parrot.imitate.polar_bear [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.parrot.imitate.shulker [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.parrot.imitate.silverfish [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.parrot.imitate.skeleton [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.parrot.imitate.slime [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.parrot.imitate.spider [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.parrot.imitate.stray [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.parrot.imitate.vex [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.parrot.imitate.vindication_illager [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.parrot.imitate.witch [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.parrot.imitate.wither [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.parrot.imitate.wither_skeleton [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.parrot.imitate.wolf [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.parrot.imitate.zombie [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.parrot.imitate.zombie_pigman [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.parrot.imitate.zombie_villager [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.parrot.step [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.pig.ambient [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.pig.death [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.pig.hurt [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.pig.saddle [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.pig.step [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.player.attack.crit [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.player.attack.knockback [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.player.attack.nodamage [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.player.attack.strong [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.player.attack.sweep [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.player.attack.weak [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.player.big_fall [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.player.breath [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.player.burp [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.player.death [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.player.hurt [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.player.hurt_drown [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.player.hurt_on_fire [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.player.levelup [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.player.small_fall [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.player.splash [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.player.swim [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.polar_bear.ambient [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.polar_bear.baby_ambient [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.polar_bear.death [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.polar_bear.hurt [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.polar_bear.step [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.polar_bear.warning [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.rabbit.ambient [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.rabbit.attack [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.rabbit.death [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.rabbit.hurt [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.rabbit.jump [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.sheep.ambient [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.sheep.death [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.sheep.hurt [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.sheep.shear [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.sheep.step [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.shulker.ambient [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.shulker.close [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.shulker.death [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.shulker.hurt [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.shulker.hurt_closed [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.shulker.open [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.shulker.shoot [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.shulker.teleport [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.shulker_bullet.hit [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.shulker_bullet.hurt [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.silverfish.ambient [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.silverfish.death [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.silverfish.hurt [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.silverfish.step [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.skeleton.ambient [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.skeleton.death [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.skeleton.hurt [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.skeleton.shoot [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.skeleton.step [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.skeleton_horse.ambient [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.skeleton_horse.death [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.skeleton_horse.hurt [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.slime.attack [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.slime.death [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.slime.hurt [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.slime.jump [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.slime.squish [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.small_magmacube.death [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.small_magmacube.hurt [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.small_magmacube.squish [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.small_slime.death [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.small_slime.hurt [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.small_slime.jump [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.small_slime.squish [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.snowball.throw [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.snowman.ambient [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.snowman.death [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.snowman.hurt [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.snowman.shoot [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.spider.ambient [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.spider.death [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.spider.hurt [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.spider.step [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.splash_potion.break [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.splash_potion.throw [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.squid.ambient [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.squid.death [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.squid.hurt [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.stray.ambient [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.stray.death [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.stray.hurt [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.stray.step [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.tnt.primed [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.vex.ambient [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.vex.charge [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.vex.death [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.vex.hurt [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.villager.ambient [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.villager.death [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.villager.hurt [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.villager.no [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.villager.trading [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.villager.yes [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.vindication_illager.ambient [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.vindication_illager.death [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.vindication_illager.hurt [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.witch.ambient [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.witch.death [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.witch.drink [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.witch.hurt [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.witch.throw [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.wither.ambient [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.wither.break_block [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.wither.death [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.wither.hurt [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.wither.shoot [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.wither.spawn [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.wither_skeleton.ambient [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.wither_skeleton.death [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.wither_skeleton.hurt [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.wither_skeleton.step [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.wolf.ambient [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.wolf.death [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.wolf.growl [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.wolf.howl [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.wolf.hurt [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.wolf.pant [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.wolf.shake [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.wolf.step [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.wolf.whine [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.zombie.ambient [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.zombie.attack_door_wood [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.zombie.attack_iron_door [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.zombie.break_door_wood [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.zombie.death [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.zombie.hurt [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.zombie.infect [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.zombie.step [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.zombie_horse.ambient [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.zombie_horse.death [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.zombie_horse.hurt [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.zombie_pig.ambient [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.zombie_pig.angry [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.zombie_pig.death [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.zombie_pig.hurt [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.zombie_villager.ambient [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.zombie_villager.converted [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.zombie_villager.cure [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.zombie_villager.death [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.zombie_villager.hurt [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:entity.zombie_villager.step [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:item.armor.equip_chain [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:item.armor.equip_diamond [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:item.armor.equip_elytra [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:item.armor.equip_generic [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:item.armor.equip_gold [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:item.armor.equip_iron [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:item.armor.equip_leather [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:item.bottle.empty [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:item.bottle.fill [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:item.bottle.fill_dragonbreath [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:item.bucket.empty [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:item.bucket.empty_lava [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:item.bucket.fill [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:item.bucket.fill_lava [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:item.chorus_fruit.teleport [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:item.elytra.flying [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:item.firecharge.use [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:item.flintandsteel.use [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:item.hoe.till [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:item.shield.block [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:item.shield.break [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:item.shovel.flatten [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:item.totem.use [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:music.creative [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:music.credits [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:music.dragon [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:music.end [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:music.game [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:music.menu [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:music.nether [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:record.11 [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:record.13 [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:record.blocks [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:record.cat [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:record.chirp [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:record.far [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:record.mall [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:record.mellohi [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:record.stal [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:record.strad [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:record.wait [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:record.ward [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:ui.button.click [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:ui.toast.in [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:ui.toast.out [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:ui.toast.challenge_complete [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:weather.rain [22:56:44] [Client thread/WARN]: Missing sound for event: minecraft:weather.rain.above [22:56:44] [Sound Library Loader/INFO]: Starting up SoundSystem... [22:56:45] [Async Load Thread/INFO]: [net.futureclient.client.f$ae:toString:-2]: java.util.NoSuchElementException: No line found [22:56:45] [Async Load Thread/INFO]: [net.futureclient.client.f$ae:toString:-2]: at java.util.Scanner.nextLine(Scanner.java:1540) [22:56:45] [Async Load Thread/INFO]: [net.futureclient.client.f$ae:toString:-2]: at net.futureclient.client.f$ae.toString(Native Method) [22:56:45] [Async Load Thread/INFO]: [net.futureclient.client.f$ae:toString:-2]: at net.futureclient.client.f$zl.f$d(ml:8968) [22:56:45] [Async Load Thread/INFO]: [net.futureclient.client.f$ae:toString:-2]: at net.futureclient.client.f$oh.toString(Native Method) [22:56:45] [Async Load Thread/INFO]: [net.futureclient.client.f$ae:toString:-2]: at net.futureclient.client.f$zl.f$E(ml:472) [22:56:45] [Async Load Thread/INFO]: [net.futureclient.client.f$ae:toString:-2]: at net.futureclient.client.f$lf.(id:192) [22:56:45] [Async Load Thread/INFO]: [net.futureclient.client.f$ae:toString:-2]: at net.futureclient.client.f$kj.(id:857) [22:56:45] [Async Load Thread/INFO]: [net.futureclient.client.f$ae:toString:-2]: at net.futureclient.client.f$nh.(id:185) [22:56:45] [Async Load Thread/INFO]: [net.futureclient.client.f$ae:toString:-2]: at net.futureclient.client.f$sga.f$b(Native Method) [22:56:45] [Async Load Thread/INFO]: [net.futureclient.client.f$ae:toString:-2]: at net.minecraft.client.Minecraft.mde3176d$f$G$0(Minecraft.java:18602) [22:56:45] [Async Load Thread/INFO]: [net.futureclient.client.f$ae:toString:-2]: at java.lang.Thread.run(Thread.java:745) [22:56:45] [Async Load Thread/INFO]: [net.futureclient.client.f$xf:toString:-2]: java.util.NoSuchElementException: No line found [22:56:45] [Async Load Thread/INFO]: [net.futureclient.client.f$xf:toString:-2]: at java.util.Scanner.nextLine(Scanner.java:1540) [22:56:45] [Async Load Thread/INFO]: [net.futureclient.client.f$xf:toString:-2]: at net.futureclient.client.f$xf.toString(Native Method) [22:56:45] [Async Load Thread/INFO]: [net.futureclient.client.f$xf:toString:-2]: at net.futureclient.client.f$zl.f$G(ml:4715) [22:56:45] [Async Load Thread/INFO]: [net.futureclient.client.f$xf:toString:-2]: at net.futureclient.client.f$oh.toString(Native Method) [22:56:45] [Async Load Thread/INFO]: [net.futureclient.client.f$xf:toString:-2]: at net.futureclient.client.f$zl.f$E(ml:472) [22:56:45] [Async Load Thread/INFO]: [net.futureclient.client.f$xf:toString:-2]: at net.futureclient.client.f$lf.(id:192) [22:56:45] [Async Load Thread/INFO]: [net.futureclient.client.f$xf:toString:-2]: at net.futureclient.client.f$kj.(id:857) [22:56:45] [Async Load Thread/INFO]: [net.futureclient.client.f$xf:toString:-2]: at net.futureclient.client.f$nh.(id:185) [22:56:45] [Async Load Thread/INFO]: [net.futureclient.client.f$xf:toString:-2]: at net.futureclient.client.f$sga.f$b(Native Method) [22:56:45] [Async Load Thread/INFO]: [net.futureclient.client.f$xf:toString:-2]: at net.minecraft.client.Minecraft.mde3176d$f$G$0(Minecraft.java:18602) [22:56:45] [Async Load Thread/INFO]: [net.futureclient.client.f$xf:toString:-2]: at java.lang.Thread.run(Thread.java:745) [22:56:45] [Thread-10/INFO]: Initializing LWJGL OpenAL [22:56:45] [Thread-10/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org) [22:56:45] [Client thread/INFO]: [OptiFine] Loading mcpatcher/font/ascii.properties [22:56:45] [Client thread/INFO]: [OptiFine] Loading mcpatcher/font/ascii_sga.properties

[22:56:45] [Thread-10/INFO]: OpenAL initialized. [22:56:45] [Sound Library Loader/INFO]: Sound engine started [22:56:46] [Async Load Thread/INFO]: Mixing MixinGuiMultiplayer from mixins.viaforge.json into net.minecraft.client.gui.GuiMultiplayer [22:56:47] [Async Load Thread/WARN]: Injection warning: LVT in net/minecraft/client/gui/GuiNewChat::func_146230_a(I)V has incompatible changes at opcode 397 in callback mixins.rusherhack.json:gui.MixinGuiNewChat->@Inject::preDrawChatLine(ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;IIFZFIIILnet/minecraft/client/gui/ChatLine;)V. Expected: [I, I, F, Z, F, I, I, I, Lnet/minecraft/client/gui/ChatLine;] Found: [I, I, F, Z, F, I, I, I, I] Available: [I, I, F, Z, F, I, I, I, I, I, D, I, I, I, Ljava/lang/String;, I, I] [22:56:47] [Async Load Thread/WARN]: Injection warning: LVT in net/minecraft/client/gui/GuiNewChat::func_146230_a(I)V has incompatible changes at opcode 413 in callback mixins.rusherhack.json:gui.MixinGuiNewChat->@Inject::preDrawChatLine(ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;IIFZFIIILnet/minecraft/client/gui/ChatLine;)V. Expected: [I, I, F, Z, F, I, I, I, Lnet/minecraft/client/gui/ChatLine;] Found: [I, I, F, Z, F, I, I, I, I] Available: [I, I, F, Z, F, I, I, I, I, I, D, I, I, I, Ljava/lang/String;, I, I] [22:56:47] [Async Load Thread/WARN]: Injection warning: LVT in net/minecraft/client/gui/GuiNewChat::func_146230_a(I)V has incompatible changes at opcode 271 in callback mixins.rusherhack.json:gui.MixinGuiNewChat->@Inject::drawHighlighter(ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;IIFZFIIILnet/minecraft/client/gui/ChatLine;IDIIILjava/lang/String;IIIII)V. Expected: [I, I, F, Z, F, I, I, I, Lnet/minecraft/client/gui/ChatLine;, I, D, I, I, I, Ljava/lang/String;, I, I, I, I, I] Found: [I, I, F, Z, F, I, I, I, Lnet/minecraft/client/gui/ChatLine;, I, D, I, I, I, Ljava/lang/String;] Available: [I, I, F, Z, F, I, I, I, Lnet/minecraft/client/gui/ChatLine;, I, D, I, I, I, Ljava/lang/String;] [22:56:49] [Troll Hack Main/INFO]: Mixing MixinGuiDisconnected from mixins.viaforge.json into net.minecraft.client.gui.GuiDisconnected [22:56:49] [Troll Hack Main/WARN]: @Redirect conflict. Skipping mixins.rusherhack.json:gui.MixinGuiDisconnected->@Redirect::actionPerformed(Lnet/minecraft/client/Minecraft;Lnet/minecraft/client/gui/GuiScreen;)V with priority 500, already redirected by mixins.future.common.json:gui.MixinGuiDisconnected->@Redirect::f$b(Lnet/minecraft/client/Minecraft;Lnet/minecraft/client/gui/GuiScreen;)V with priority 2147483647 [22:56:51] [Async Load Thread/INFO]: [sun.font.CFontManager:getFontFamily:349]: Warning: the font "Times" is not available, so "Lucida Bright" has been substituted, but may have unexpected appearance or behavor. Re-enable the "Times" font to remove this warning. [22:56:51] [Troll Hack Main/INFO]: 1877 classes found, took 8963ms [22:56:52] [Troll Hack Main/INFO]: 166 modules found, took 48ms [22:56:52] [Troll Hack Main/INFO]: 22 commands found, took 4ms [22:56:52] [Troll Hack Main/INFO]: 17 managers found, took 3ms [22:56:52] [Troll Hack Main/INFO]: 27 hud elements found, took 4ms [22:56:52] [pool-6-thread-2/INFO]: Connecting to wss://client.futureclient.net:8443 [22:56:55] [Client thread/WARN]: @Redirect conflict. Skipping mixins.rusherhack.json:client.renderer.MixinBufferBuilder->@Redirect::updateBuffer(Ljava/nio/IntBuffer;II)Ljava/nio/IntBuffer; with priority 1000, already redirected by mixins.future.common.json:render.MixinBufferBuilder->@Redirect::f$b(Ljava/nio/IntBuffer;II)Ljava/nio/IntBuffer; with priority 2147483647 [22:56:56] [Client thread/INFO]: [OptiFine] Mipmap levels: 4 [22:56:56] [Client thread/INFO]: [OptiFine] Multitexture: false [22:56:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/glass black/glass_black.properties [22:56:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/glass blue/glass_blue.properties [22:56:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/glass brown/glass_brown.properties [22:56:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/glass cyan/glass_cyan.properties [22:56:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/glass gray/glass_gray.properties [22:56:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/glass green/glass_green.properties [22:56:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/glass light blue/glass_light_blue.properties [22:56:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/glass lime/glass_lime.properties [22:56:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/glass magenta/glass_magenta.properties [22:56:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/glass orange/glass_orange.properties [22:56:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/glass pink/glass_pink.properties [22:56:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/glass purple/glass_purple.properties [22:56:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/glass red/glass_red.properties [22:56:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/glass silver/glass_silver.properties [22:56:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/glass white/glass_white.properties [22:56:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/glass yellow/glass_yellow.properties [22:56:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/glass/glass.properties [22:56:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/glass_clear/glass.properties [22:56:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/glass_stained/glass_black/glass_black.properties [22:56:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/glass_stained/glass_blue/glass_blue.properties [22:56:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/glass_stained/glass_brown/glass_brown.properties [22:56:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/glass_stained/glass_cyan/glass_cyan.properties [22:56:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/glass_stained/glass_gray/glass_gray.properties [22:56:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/glass_stained/glass_green/glass_green.properties [22:56:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/glass_stained/glass_light_blue/glass_light_blue.properties [22:56:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/glass_stained/glass_lime/glass_lime.properties [22:56:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/glass_stained/glass_magenta/glass_magenta.properties [22:56:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/glass_stained/glass_orange/glass_orange.properties [22:56:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/glass_stained/glass_pink/glass_pink.properties [22:56:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/glass_stained/glass_purple/glass_purple.properties [22:56:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/glass_stained/glass_red/glass_red.properties [22:56:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/glass_stained/glass_silver/glass_silver.properties [22:56:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/glass_stained/glass_white/glass_white.properties [22:56:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/glass_stained/glass_yellow/glass_yellow.properties [22:56:56] [Client thread/INFO]: [OptiFine] Multipass connected textures: false [22:56:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/0_glass_white/glass_pane_white.properties [22:56:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/0_glass_white/glass_white.properties [22:56:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/10_glass_purple/glass_pane_purple.properties [22:56:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/10_glass_purple/glass_purple.properties [22:56:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/11_glass_blue/glass_blue.properties [22:56:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/11_glass_blue/glass_pane_blue.properties [22:56:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/12_glass_brown/glass_brown.properties [22:56:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/12_glass_brown/glass_pane_brown.properties [22:56:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/13_glass_green/glass_green.properties [22:56:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/13_glass_green/glass_pane_green.properties [22:56:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/14_glass_red/glass_pane_red.properties [22:56:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/14_glass_red/glass_red.properties [22:56:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/15_glass_black/glass_black.properties [22:56:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/15_glass_black/glass_pane_black.properties [22:56:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/1_glass_orange/glass_orange.properties [22:56:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/1_glass_orange/glass_pane_orange.properties [22:56:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/2_glass_magenta/glass_magenta.properties [22:56:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/2_glass_magenta/glass_pane_magenta.properties [22:56:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/3_glass_light_blue/glass_light_blue.properties [22:56:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/3_glass_light_blue/glass_pane_light_blue.properties [22:56:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/4_glass_yellow/glass_pane_yellow.properties [22:56:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/4_glass_yellow/glass_yellow.properties [22:56:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/5_glass_lime/glass_lime.properties [22:56:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/5_glass_lime/glass_pane_lime.properties [22:56:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/6_glass_pink/glass_pane_pink.properties [22:56:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/6_glass_pink/glass_pink.properties [22:56:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/7_glass_gray/glass_gray.properties [22:56:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/7_glass_gray/glass_pane_gray.properties [22:56:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/8_glass_silver/glass_pane_silver.properties [22:56:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/8_glass_silver/glass_silver.properties [22:56:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/9_glass_cyan/glass_cyan.properties [22:56:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/9_glass_cyan/glass_pane_cyan.properties [22:56:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/bookshelf.properties [22:56:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/glass.properties [22:56:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/glasspane.properties [22:56:56] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/sandstone.properties [22:56:56] [Client thread/INFO]: [OptiFine] Multipass connected textures: false [22:56:56] [Client thread/INFO]: [OptiFine] BetterGrass: Parsing default configuration optifine/bettergrass.properties [22:56:58] [Async Load Thread/INFO]: Finished loading in 12.784s. [22:57:01] [Client thread/INFO]: [OptiFine] Custom loader sprites: 3 [22:57:01] [Client thread/INFO]: [OptiFine] Sprite dependencies: 5 [22:57:01] [Client thread/INFO]: Created: 2048x2048 textures-atlas [22:57:01] [Client thread/INFO]: [OptiFine] Animated sprites: 22 [22:57:03] [Client thread/INFO]: Applying holder lookups [22:57:03] [Client thread/INFO]: Holder lookups applied

[22:57:04] [Client thread/INFO]: Baritone was found

[22:57:04] [Thread-20/INFO]: Loading cape users

[22:57:06] [Client thread/INFO]: Mixing MixinGuiConnecting from mixins.viaforge.json into net.minecraft.client.multiplayer.GuiConnecting

[22:57:10] [Client thread/INFO]: Starting macro manager

[22:57:11] [Client thread/INFO]: RusherHack Started

[22:57:11] [Client thread/INFO]: Initializing Troll Hack 0.0.4 [22:57:12] [Client thread/WARN]: Failed to load shaders [22:57:12] [Client thread/INFO]: [me.luna.trollhack.util.graphics.ShaderHelper::30]: net.minecraft.client.util.JsonException: Invalid shaders/program/esp_outline.vsh: Couldn't compile vertex program: ERROR: 0:1: '' : version '140' is not supported [22:57:12] [Client thread/INFO]: [me.luna.trollhack.util.graphics.ShaderHelper::30]: at net.minecraft.client.shader.ShaderLoader.func_148057_a(ShaderLoader.java:80) [22:57:12] [Client thread/INFO]: [me.luna.trollhack.util.graphics.ShaderHelper::30]: at net.minecraft.client.shader.ShaderManager.(ShaderManager.java:146) [22:57:12] [Client thread/INFO]: [me.luna.trollhack.util.graphics.ShaderHelper::30]: at net.minecraft.client.shader.Shader.(SourceFile:28) [22:57:12] [Client thread/INFO]: [me.luna.trollhack.util.graphics.ShaderHelper::30]: at net.minecraft.client.shader.ShaderGroup.func_148023_a(ShaderGroup.java:344) [22:57:12] [Client thread/INFO]: [me.luna.trollhack.util.graphics.ShaderHelper::30]: at net.minecraft.client.shader.ShaderGroup.func_152764_a(ShaderGroup.java:164) [22:57:12] [Client thread/INFO]: [me.luna.trollhack.util.graphics.ShaderHelper::30]: at net.minecraft.client.shader.ShaderGroup.func_152765_a(ShaderGroup.java:98) [22:57:12] [Client thread/INFO]: [me.luna.trollhack.util.graphics.ShaderHelper::30]: at net.minecraft.client.shader.ShaderGroup.(ShaderGroup.java:54) [22:57:12] [Client thread/INFO]: [me.luna.trollhack.util.graphics.ShaderHelper::30]: at me.luna.trollhack.util.graphics.ShaderHelper.(ShaderHelper.kt:25) [22:57:12] [Client thread/INFO]: [me.luna.trollhack.util.graphics.ShaderHelper::30]: at me.luna.trollhack.module.modules.render.ESP.(ESP.kt:96) [22:57:12] [Client thread/INFO]: [me.luna.trollhack.util.graphics.ShaderHelper::30]: at sun.misc.Unsafe.ensureClassInitialized(Native Method) [22:57:12] [Client thread/INFO]: [me.luna.trollhack.util.graphics.ShaderHelper::30]: at sun.reflect.UnsafeFieldAccessorFactory.newFieldAccessor(UnsafeFieldAccessorFactory.java:43) [22:57:12] [Client thread/INFO]: [me.luna.trollhack.util.graphics.ShaderHelper::30]: at sun.reflect.ReflectionFactory.newFieldAccessor(ReflectionFactory.java:142) [22:57:12] [Client thread/INFO]: [me.luna.trollhack.util.graphics.ShaderHelper::30]: at java.lang.reflect.Field.acquireFieldAccessor(Field.java:1088) [22:57:12] [Client thread/INFO]: [me.luna.trollhack.util.graphics.ShaderHelper::30]: at java.lang.reflect.Field.getFieldAccessor(Field.java:1069) [22:57:12] [Client thread/INFO]: [me.luna.trollhack.util.graphics.ShaderHelper::30]: at java.lang.reflect.Field.get(Field.java:393) [22:57:12] [Client thread/INFO]: [me.luna.trollhack.util.graphics.ShaderHelper::30]: at me.luna.trollhack.module.ModuleManager.load0(ModuleManager.kt:83) [22:57:12] [Client thread/INFO]: [me.luna.trollhack.util.graphics.ShaderHelper::30]: at me.luna.trollhack.module.ModuleManager.load0(ModuleManager.kt:14) [22:57:12] [Client thread/INFO]: [me.luna.trollhack.util.graphics.ShaderHelper::30]: at me.luna.trollhack.AsyncLoader.load$suspendImpl(Loader.kt:49) [22:57:12] [Client thread/INFO]: [me.luna.trollhack.util.graphics.ShaderHelper::30]: at me.luna.trollhack.AsyncLoader.load(Loader.kt) [22:57:12] [Client thread/INFO]: [me.luna.trollhack.util.graphics.ShaderHelper::30]: at me.luna.trollhack.LoaderWrapper$loadAll$1.invokeSuspend(Loader.kt:32) [22:57:12] [Client thread/INFO]: [me.luna.trollhack.util.graphics.ShaderHelper::30]: at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) [22:57:12] [Client thread/INFO]: [me.luna.trollhack.util.graphics.ShaderHelper::30]: at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106) [22:57:12] [Client thread/INFO]: [me.luna.trollhack.util.graphics.ShaderHelper::30]: at kotlinx.coroutines.EventLoopImplBase.processNextEvent(EventLoop.common.kt:284) [22:57:12] [Client thread/INFO]: [me.luna.trollhack.util.graphics.ShaderHelper::30]: at kotlinx.coroutines.BlockingCoroutine.joinBlocking(Builders.kt:85) [22:57:12] [Client thread/INFO]: [me.luna.trollhack.util.graphics.ShaderHelper::30]: at kotlinx.coroutines.BuildersKtBuildersKt.runBlocking(Builders.kt:59) [22:57:12] [Client thread/INFO]: [me.luna.trollhack.util.graphics.ShaderHelper::30]: at kotlinx.coroutines.BuildersKt.runBlocking(Unknown Source) [22:57:12] [Client thread/INFO]: [me.luna.trollhack.util.graphics.ShaderHelper::30]: at kotlinx.coroutines.BuildersKtBuildersKt.runBlocking$default(Builders.kt:38) [22:57:12] [Client thread/INFO]: [me.luna.trollhack.util.graphics.ShaderHelper::30]: at kotlinx.coroutines.BuildersKt.runBlocking$default(Unknown Source) [22:57:12] [Client thread/INFO]: [me.luna.trollhack.util.graphics.ShaderHelper::30]: at me.luna.trollhack.LoaderWrapper.loadAll(Loader.kt:31) [22:57:12] [Client thread/INFO]: [me.luna.trollhack.util.graphics.ShaderHelper::30]: at me.luna.trollhack.TrollHackMod.init(TrollHackMod.kt:41) [22:57:12] [Client thread/INFO]: [me.luna.trollhack.util.graphics.ShaderHelper::30]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [22:57:12] [Client thread/INFO]: [me.luna.trollhack.util.graphics.ShaderHelper::30]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [22:57:12] [Client thread/INFO]: [me.luna.trollhack.util.graphics.ShaderHelper::30]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [22:57:12] [Client thread/INFO]: [me.luna.trollhack.util.graphics.ShaderHelper::30]: at java.lang.reflect.Method.invoke(Method.java:498) [22:57:12] [Client thread/INFO]: [me.luna.trollhack.util.graphics.ShaderHelper::30]: at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637) [22:57:12] [Client thread/INFO]: [me.luna.trollhack.util.graphics.ShaderHelper::30]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [22:57:12] [Client thread/INFO]: [me.luna.trollhack.util.graphics.ShaderHelper::30]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [22:57:12] [Client thread/INFO]: [me.luna.trollhack.util.graphics.ShaderHelper::30]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [22:57:12] [Client thread/INFO]: [me.luna.trollhack.util.graphics.ShaderHelper::30]: at java.lang.reflect.Method.invoke(Method.java:498) [22:57:12] [Client thread/INFO]: [me.luna.trollhack.util.graphics.ShaderHelper::30]: at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) [22:57:12] [Client thread/INFO]: [me.luna.trollhack.util.graphics.ShaderHelper::30]: at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) [22:57:12] [Client thread/INFO]: [me.luna.trollhack.util.graphics.ShaderHelper::30]: at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) [22:57:12] [Client thread/INFO]: [me.luna.trollhack.util.graphics.ShaderHelper::30]: at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) [22:57:12] [Client thread/INFO]: [me.luna.trollhack.util.graphics.ShaderHelper::30]: at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) [22:57:12] [Client thread/INFO]: [me.luna.trollhack.util.graphics.ShaderHelper::30]: at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) [22:57:12] [Client thread/INFO]: [me.luna.trollhack.util.graphics.ShaderHelper::30]: at com.google.common.eventbus.EventBus.post(EventBus.java:217) [22:57:12] [Client thread/INFO]: [me.luna.trollhack.util.graphics.ShaderHelper::30]: at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219) [22:57:12] [Client thread/INFO]: [me.luna.trollhack.util.graphics.ShaderHelper::30]: at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197) [22:57:12] [Client thread/INFO]: [me.luna.trollhack.util.graphics.ShaderHelper::30]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [22:57:12] [Client thread/INFO]: [me.luna.trollhack.util.graphics.ShaderHelper::30]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [22:57:12] [Client thread/INFO]: [me.luna.trollhack.util.graphics.ShaderHelper::30]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [22:57:12] [Client thread/INFO]: [me.luna.trollhack.util.graphics.ShaderHelper::30]: at java.lang.reflect.Method.invoke(Method.java:498) [22:57:12] [Client thread/INFO]: [me.luna.trollhack.util.graphics.ShaderHelper::30]: at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) [22:57:12] [Client thread/INFO]: [me.luna.trollhack.util.graphics.ShaderHelper::30]: at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) [22:57:12] [Client thread/INFO]: [me.luna.trollhack.util.graphics.ShaderHelper::30]: at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) [22:57:12] [Client thread/INFO]: [me.luna.trollhack.util.graphics.ShaderHelper::30]: at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) [22:57:12] [Client thread/INFO]: [me.luna.trollhack.util.graphics.ShaderHelper::30]: at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) [22:57:12] [Client thread/INFO]: [me.luna.trollhack.util.graphics.ShaderHelper::30]: at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) [22:57:12] [Client thread/INFO]: [me.luna.trollhack.util.graphics.ShaderHelper::30]: at com.google.common.eventbus.EventBus.post(EventBus.java:217) [22:57:12] [Client thread/INFO]: [me.luna.trollhack.util.graphics.ShaderHelper::30]: at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136) [22:57:12] [Client thread/INFO]: [me.luna.trollhack.util.graphics.ShaderHelper::30]: at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:749) [22:57:12] [Client thread/INFO]: [me.luna.trollhack.util.graphics.ShaderHelper::30]: at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:336) [22:57:12] [Client thread/INFO]: [me.luna.trollhack.util.graphics.ShaderHelper::30]: at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:535) [22:57:12] [Client thread/INFO]: [me.luna.trollhack.util.graphics.ShaderHelper::30]: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378) [22:57:12] [Client thread/INFO]: [me.luna.trollhack.util.graphics.ShaderHelper::30]: at net.minecraft.client.main.Main.main(SourceFile:123) [22:57:12] [Client thread/INFO]: [me.luna.trollhack.util.graphics.ShaderHelper::30]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [22:57:12] [Client thread/INFO]: [me.luna.trollhack.util.graphics.ShaderHelper::30]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [22:57:12] [Client thread/INFO]: [me.luna.trollhack.util.graphics.ShaderHelper::30]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [22:57:12] [Client thread/INFO]: [me.luna.trollhack.util.graphics.ShaderHelper::30]: at java.lang.reflect.Method.invoke(Method.java:498) [22:57:12] [Client thread/INFO]: [me.luna.trollhack.util.graphics.ShaderHelper::30]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [22:57:12] [Client thread/INFO]: [me.luna.trollhack.util.graphics.ShaderHelper::30]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [22:57:12] [Client thread/ERROR]: ERROR: 0:1: '' : version '330' is not supported ERROR: 0:8: 'layout' : syntax error: syntax error

[22:57:13] [Client thread/INFO]: [net.minecraft.init.Bootstrap:func_179870_a:553]: ---- Minecraft Crash Report ----

WARNING: coremods are present: TrollHackCoreMod (TrollHack-0.0.4.jar) MixinLauncher (rusherhack-loader.jar) Contact their authors BEFORE contacting forge

// Shall we play a game?

Time: 8/10/22 10:57 PM Description: There was a severe problem during mod loading that has caused the game to fail

net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Troll Hack (trollhack) Caused by: java.lang.ExceptionInInitializerError at me.luna.trollhack.module.modules.render.FastRender.init$lambda-0(FastRender.kt:30) at me.luna.trollhack.module.modules.render.FastRender$RenderEntry.(FastRender.kt:101) at me.luna.trollhack.module.modules.render.FastRender.(FastRender.kt:219) at sun.misc.Unsafe.ensureClassInitialized(Native Method) at sun.reflect.UnsafeFieldAccessorFactory.newFieldAccessor(UnsafeFieldAccessorFactory.java:43) at sun.reflect.ReflectionFactory.newFieldAccessor(ReflectionFactory.java:142) at java.lang.reflect.Field.acquireFieldAccessor(Field.java:1088) at java.lang.reflect.Field.getFieldAccessor(Field.java:1069) at java.lang.reflect.Field.get(Field.java:393) at me.luna.trollhack.module.ModuleManager.load0(ModuleManager.kt:83) at me.luna.trollhack.module.ModuleManager.load0(ModuleManager.kt:14) at me.luna.trollhack.AsyncLoader.load$suspendImpl(Loader.kt:49) at me.luna.trollhack.AsyncLoader.load(Loader.kt) at me.luna.trollhack.LoaderWrapper$loadAll$1.invokeSuspend(Loader.kt:32) at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106) at kotlinx.coroutines.EventLoopImplBase.processNextEvent(EventLoop.common.kt:284) at kotlinx.coroutines.BlockingCoroutine.joinBlocking(Builders.kt:85) at kotlinx.coroutines.BuildersKtBuildersKt.runBlocking(Builders.kt:59) at kotlinx.coroutines.BuildersKt.runBlocking(Unknown Source) at kotlinx.coroutines.BuildersKtBuildersKt.runBlocking$default(Builders.kt:38) at kotlinx.coroutines.BuildersKt.runBlocking$default(Unknown Source) at me.luna.trollhack.LoaderWrapper.loadAll(Loader.kt:31) at me.luna.trollhack.TrollHackMod.init(TrollHackMod.kt:41) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) at com.google.common.eventbus.EventBus.post(EventBus.java:217) at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219) at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) at com.google.common.eventbus.EventBus.post(EventBus.java:217) at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136) at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:749) at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:336) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:535) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378) at net.minecraft.client.main.Main.main(SourceFile:123) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28) Caused by: java.lang.IllegalStateException: Failed to compile shader: /assets/trollhack/shaders/tileentity/Bed.vsh at me.luna.trollhack.util.graphics.shaders.Shader.createShader(Shader.kt:49) at me.luna.trollhack.util.graphics.shaders.Shader.(Shader.kt:16) at me.luna.trollhack.util.graphics.shaders.DrawShader.(DrawShader.kt:9) at me.luna.trollhack.util.graphics.fastrender.tileentity.AbstractTileEntityRenderBuilder$Shader.(AbstractTileEntityRenderBuilder.kt:116) at me.luna.trollhack.util.graphics.fastrender.tileentity.BedRenderBuilder.(BedRenderBuilder.kt:147) ... 65 more

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

-- System Details -- Details: Minecraft Version: 1.12.2 Operating System: Mac OS X (x86_64) version 10.16 Java Version: 1.8.0_74, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 866589272 bytes (826 MB) / 1342177280 bytes (1280 MB) up to 2147483648 bytes (2048 MB) JVM Flags: 7 total; -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: MCP 9.42 Powered by Forge 14.23.5.2860 Optifine OptiFine_1.12.2_HD_U_G5 6 mods loaded, 6 mods active States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored

| State | ID         | Version      | Source                        | Signature                                |
|:----- |:---------- |:------------ |:----------------------------- |:---------------------------------------- |
| LCHI  | minecraft  | 1.12.2       | minecraft.jar                 | None                                     |
| LCHI  | mcp        | 9.42         | minecraft.jar                 | None                                     |
| LCHI  | FML        | 8.0.99.99    | forge-1.12.2-14.23.5.2860.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LCHI  | forge      | 14.23.5.2860 | forge-1.12.2-14.23.5.2860.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LCHI  | rusherhack | 1.2          | rusherhack-loader.jar         | None                                     |
| LCHE  | trollhack  | 0.0.4        | TrollHack-0.0.4.jar           | None                                     |

Loaded coremods (and transformers): 

TrollHackCoreMod (TrollHack-0.0.4.jar)

MixinLauncher (rusherhack-loader.jar)

GL info: ' Vendor: 'Apple' Version: '2.1 Metal - 76.3' Renderer: 'Apple M1'
OptiFine Version: OptiFine_1.12.2_HD_U_G5
OptiFine Build: 20210124-142939
Render Distance Chunks: 5
Mipmaps: 4
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: null
OpenGlVersion: 2.1 Metal - 76.3
OpenGlRenderer: Apple M1
OpenGlVendor: Apple
CpuCount: 8

[22:57:13] [Client thread/INFO]: [net.minecraft.init.Bootstrap:func_179870_a:553]: #@!@# Game crashed! Crash report saved to: #@!@# /Users/woodz/Library/Application Support/minecraft/crash-reports/crash-2022-08-10_22.57.12-client.txt

Luna5ama commented 2 years ago

"mac doesn’t allow gl higher then 2.1 if not in core profile" And trollhack requires gl 3.3+ Get a new pc, don't game on a mac lmao