KosmX / emotes

Create your own emotes in Minecraft.
https://modrinth.com/mod/emotecraft
GNU General Public License v3.0
158 stars 95 forks source link

Game crashes on emote craft config #284

Closed PedalHat29861 closed 2 years ago

PedalHat29861 commented 2 years ago

When i try to open the config, my game crashes, also ModConfigMenu don't show the config button of this mod anymore Error The game crashed whilst mouseclicked event handler Error: java.lang.NoClassDefFoundError: Could not initialize class io.github.kosmx.emotes.arch.gui.EmoteMenuImpl$EmoteMenuController Error code: -1

KosmX commented 2 years ago

Please send a full Minecraft log and crash report!

Wrap them in

``` crash log here ```

And it will look fancy :D

PedalHat29861 commented 2 years ago
Time: 19/07/22 17:05
Description: mouseClicked event handler

java.lang.NoClassDefFoundError: Could not initialize class io.github.kosmx.emotes.arch.gui.EmoteMenuImpl$EmoteMenuController
    at io.github.kosmx.emotes.arch.gui.EmoteMenuImpl.newMaster(EmoteMenuImpl.java:29)
    at io.github.kosmx.emotes.arch.gui.screen.AbstractControlledModScreen.<init>(AbstractControlledModScreen.java:45)
    at io.github.kosmx.emotes.arch.gui.EmoteMenuImpl.<init>(EmoteMenuImpl.java:19)
    at io.github.kosmx.emotes.arch.gui.EmoteMenuImpl.<init>(EmoteMenuImpl.java:23)
    at io.github.kosmx.emotes.arch.gui.screen.ingame.FullScreenListImpl$FullScreenMenuImpl.newEmoteMenu(FullScreenListImpl.java:37)
    at io.github.kosmx.emotes.main.screen.ingame.FullMenuScreenHelper.lambda$emotes_initScreen$2(FullMenuScreenHelper.java:42)
    at io.github.kosmx.emotes.arch.gui.screen.AbstractControlledModScreen$IScreenHelperImpl.lambda$newButton$0(AbstractControlledModScreen.java:58)
    at net.minecraft.class_4185.method_25306(class_4185.java:40)
    at net.minecraft.class_4264.method_25348(class_4264.java:16)
    at net.minecraft.class_339.method_25402(class_339.java:120)
    at net.minecraft.class_4069.method_25402(class_4069.java:27)
    at io.github.kosmx.emotes.arch.gui.screen.AbstractControlledModScreen.method_25402(AbstractControlledModScreen.java:142)
    at net.minecraft.class_312.method_1611(class_312.java:94)
    at net.minecraft.class_437.method_25412(class_437.java:491)
    at net.minecraft.class_312.method_1601(class_312.java:94)
    at net.minecraft.class_312.method_22686(class_312.java:165)
    at net.minecraft.class_1255.execute(class_1255.java:103)
    at net.minecraft.class_312.method_22684(class_312.java:165)
    at org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:43)
    at org.lwjgl.system.JNI.invokeV(Native Method)
    at org.lwjgl.glfw.GLFW.glfwWaitEventsTimeout(GLFW.java:3474)
    at com.mojang.blaze3d.systems.RenderSystem.limitDisplayFPS(RenderSystem.java:222)
    at net.minecraft.class_310.method_1523(class_310.java:1174)
    at net.minecraft.class_310.method_1514(class_310.java:734)
    at net.minecraft.client.main.Main.main(Main.java:237)
    at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:461)
    at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
    at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)

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

-- Head --
Thread: Render thread
Stacktrace:
    at io.github.kosmx.emotes.arch.gui.EmoteMenuImpl.newMaster(EmoteMenuImpl.java:29)
    at io.github.kosmx.emotes.arch.gui.screen.AbstractControlledModScreen.<init>(AbstractControlledModScreen.java:45)
    at io.github.kosmx.emotes.arch.gui.EmoteMenuImpl.<init>(EmoteMenuImpl.java:19)
    at io.github.kosmx.emotes.arch.gui.EmoteMenuImpl.<init>(EmoteMenuImpl.java:23)
    at io.github.kosmx.emotes.arch.gui.screen.ingame.FullScreenListImpl$FullScreenMenuImpl.newEmoteMenu(FullScreenListImpl.java:37)
    at io.github.kosmx.emotes.main.screen.ingame.FullMenuScreenHelper.lambda$emotes_initScreen$2(FullMenuScreenHelper.java:42)
    at io.github.kosmx.emotes.arch.gui.screen.AbstractControlledModScreen$IScreenHelperImpl.lambda$newButton$0(AbstractControlledModScreen.java:58)
    at net.minecraft.class_4185.method_25306(class_4185.java:40)
    at net.minecraft.class_4264.method_25348(class_4264.java:16)
    at net.minecraft.class_339.method_25402(class_339.java:120)
    at net.minecraft.class_4069.method_25402(class_4069.java:27)
    at io.github.kosmx.emotes.arch.gui.screen.AbstractControlledModScreen.method_25402(AbstractControlledModScreen.java:142)
    at net.minecraft.class_312.method_1611(class_312.java:94)
    at net.minecraft.class_437.method_25412(class_437.java:491)
    at net.minecraft.class_312.method_1601(class_312.java:94)
    at net.minecraft.class_312.method_22686(class_312.java:165)
    at net.minecraft.class_1255.execute(class_1255.java:103)
    at net.minecraft.class_312.method_22684(class_312.java:165)
    at org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:43)
    at org.lwjgl.system.JNI.invokeV(Native Method)
    at org.lwjgl.glfw.GLFW.glfwWaitEventsTimeout(GLFW.java:3474)

-- Affected screen --
Details:
    Screen name: io.github.kosmx.emotes.arch.gui.screen.ingame.FullScreenListImpl
Stacktrace:
    at net.minecraft.class_437.method_25412(class_437.java:491)
    at net.minecraft.class_312.method_1601(class_312.java:94)
    at net.minecraft.class_312.method_22686(class_312.java:165)
    at net.minecraft.class_1255.execute(class_1255.java:103)
    at net.minecraft.class_312.method_22684(class_312.java:165)
    at org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:43)
    at org.lwjgl.system.JNI.invokeV(Native Method)
    at org.lwjgl.glfw.GLFW.glfwWaitEventsTimeout(GLFW.java:3474)
    at com.mojang.blaze3d.systems.RenderSystem.limitDisplayFPS(RenderSystem.java:222)
    at net.minecraft.class_310.method_1523(class_310.java:1174)
    at net.minecraft.class_310.method_1514(class_310.java:734)
    at net.minecraft.client.main.Main.main(Main.java:237)
    at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:461)
    at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
    at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)

-- Affected level --
Details:
    All players: 1 total; [class_746['PedalHat29861'/24363, l='ClientLevel', x=-1.17, y=-60.00, z=31.87]]
    Chunk stats: 4096, 924
    Level dimension: minecraft:overworld
    Level spawn location: World: (0,-60,0), Section: (at 0,4,0 in 0,-4,0; chunk contains blocks 0,-64,0 to 15,319,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,-64,0 to 511,319,511)
    Level time: 87474 game time, 72709 day time
    Server brand: fabric
    Server type: Integrated singleplayer server
Stacktrace:
    at net.minecraft.class_638.method_8538(class_638.java:453)
    at net.minecraft.class_310.method_1587(class_310.java:2288)
    at net.minecraft.class_310.method_1514(class_310.java:753)
    at net.minecraft.client.main.Main.main(Main.java:237)
    at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:461)
    at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
    at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)

-- Last reload --
Details:
    Reload number: 1
    Reload reason: initial
    Finished: Yes
    Packs: Default, Fabric Mods, Black Icons, replaymod_lang

-- System Details --
Details:
    Minecraft Version: 1.19
    Minecraft Version ID: 1.19
    Operating System: Windows 10 (amd64) version 10.0
    Java Version: 17.0.3, Microsoft
    Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft
    Memory: 2479932632 bytes (2365 MiB) / 4160749568 bytes (3968 MiB) up to 17179869184 bytes (16384 MiB)
    CPUs: 16
    Processor Vendor: AuthenticAMD
    Processor Name: AMD Ryzen 7 3700X 8-Core Processor             
    Identifier: AuthenticAMD Family 23 Model 113 Stepping 0
    Microarchitecture: unknown
    Frequency (GHz): 3.59
    Number of physical packages: 1
    Number of physical CPUs: 8
    Number of logical CPUs: 16
    Graphics card #0 name: Radeon RX 580 Series
    Graphics card #0 vendor: Advanced Micro Devices, Inc. (0x1002)
    Graphics card #0 VRAM (MB): 4095.00
    Graphics card #0 deviceId: 0x67df
    Graphics card #0 versionInfo: DriverVersion=30.0.13023.4001
    Memory slot #0 capacity (MB): 16384.00
    Memory slot #0 clockSpeed (GHz): 2.67
    Memory slot #0 type: DDR4
    Memory slot #1 capacity (MB): 16384.00
    Memory slot #1 clockSpeed (GHz): 2.67
    Memory slot #1 type: DDR4
    Virtual memory max (MB): 37580.29
    Virtual memory used (MB): 27764.34
    Swap memory total (MB): 4864.00
    Swap memory used (MB): 352.49
    JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx16G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
    Fabric Mods: 
        appleskin: AppleSkin 2.4.0+mc1.19
        architectury: Architectury 5.7.27
        audioplayer: AudioPlayer 1.19-1.3.0
        bedrockplus: Bedrock Plus Mod  1.2.0
        betterthirdperson: Better Third Person 1.8.1
        bookshelf: Bookshelf 14.0.3
        cardinal-components: Cardinal Components API 5.0.1
            cardinal-components-base: Cardinal Components API (base) 5.0.1
            cardinal-components-block: Cardinal Components API (blocks) 5.0.1
            cardinal-components-chunk: Cardinal Components API (chunks) 5.0.1
            cardinal-components-entity: Cardinal Components API (entities) 5.0.1
            cardinal-components-item: Cardinal Components API (items) 5.0.1
            cardinal-components-level: Cardinal Components API (world saves) 5.0.1
            cardinal-components-scoreboard: Cardinal Components API (scoreboard) 5.0.1
            cardinal-components-world: Cardinal Components API (worlds) 5.0.1
        carrier: Carrier 1.11.0
            advanced_runtime_resource_pack: Runtime Resource Pack 0.5.5
        cloth-config: Cloth Config v6 7.0.72
            cloth-basic-math: cloth-basic-math 0.6.1
        coda: Coda 1.1.0
        coordinatesdisplay: Coordinates Display 1.0.0+mc1.18.2
            cotton-config: Cotton Config 1.0.0-rc.7
            cotton-logging: Cotton Logging 1.0.0-rc.4
            jankson: Jankson 3.0.0+j1.2.0
        darkutils: DarkUtilities 11.0.2
        eatinganimationid: Eating Animation 1.8.1
        ellemes_container_lib: Ellemes' Container Library 2.0.1
        emotecraft: Emotecraft 2.1.3-SNAPSHOT-build.32
            bendy-lib: Bendy api 2.0.4
        expandedstorage: Expanded Storage 8.0.1
        eyemod: EyeMod 2.0
        fabric: Fabric API 0.57.0+1.19
            fabric-api-base: Fabric API Base 0.4.9+e62f51a3a9
            fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.7+9ff28f40a9
            fabric-biome-api-v1: Fabric Biome API (v1) 9.0.14+b2a4a624a9
            fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.18+9ff28f40a9
            fabric-command-api-v1: Fabric Command API (v1) 1.2.6+f71b366fa9
            fabric-command-api-v2: Fabric Command API (v2) 2.1.2+0d55f585a9
            fabric-commands-v0: Fabric Commands (v0) 0.2.23+df3654b3a9
            fabric-containers-v0: Fabric Containers (v0) 0.1.27+df3654b3a9
            fabric-content-registries-v0: Fabric Content Registries (v0) 3.2.0+07df213ea9
            fabric-convention-tags-v1: Fabric Convention Tags 1.0.8+37622d24a9
            fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.3+bd0a0d4aa9
            fabric-data-generation-api-v1: Fabric Data Generation API (v1) 5.1.1+a680b9b4a9
            fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.28+a6d2f785a9
            fabric-entity-events-v1: Fabric Entity Events (v1) 1.4.16+9ff28f40a9
            fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.4.26+9ff28f40a9
            fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.25+df3654b3a9
            fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.19+18990361a9
            fabric-item-api-v1: Fabric Item API (v1) 1.5.4+767db26ea9
            fabric-item-groups-v0: Fabric Item Groups (v0) 0.3.25+9ff28f40a9
            fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.18+9ff28f40a9
            fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.16+df3654b3a9
            fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.1.0+33fbc738a9
            fabric-loot-api-v2: Fabric Loot API (v2) 1.1.0+03a4e568a9
            fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.1.3+9e7660c6a9
            fabric-message-api-v1: Fabric Message API (v1) 1.0.1+513f4a59a9
            fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.10+33fbc738a9
            fabric-models-v0: Fabric Models (v0) 0.3.15+9ff28f40a9
            fabric-networking-api-v1: Fabric Networking API (v1) 1.0.27+7fe97409a9
            fabric-networking-v0: Fabric Networking (v0) 0.3.14+df3654b3a9
            fabric-object-builder-api-v1: Fabric Object Builder API (v1) 4.0.7+9ff28f40a9
            fabric-particles-v1: Fabric Particles (v1) 1.0.8+dc39553aa9
            fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.9.17+23c4cfefa9
            fabric-renderer-api-v1: Fabric Renderer API (v1) 1.0.8+9ff28f40a9
            fabric-renderer-indigo: Fabric Renderer - Indigo 0.6.9+1f92344ea9
            fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.18+df3654b3a9
            fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.12+9ff28f40a9
            fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.0.5+9ff28f40a9
            fabric-rendering-v0: Fabric Rendering (v0) 1.1.20+df3654b3a9
            fabric-rendering-v1: Fabric Rendering (v1) 1.10.14+9ff28f40a9
            fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.0.9+e62f51a3a9
            fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.5.5+a6d2f785a9
            fabric-screen-api-v1: Fabric Screen API (v1) 1.0.24+f05effafa9
            fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.2.6+9ff28f40a9
            fabric-textures-v0: Fabric Textures (v0) 1.0.18+9ff28f40a9
            fabric-transfer-api-v1: Fabric Transfer API (v1) 2.0.9+e62f51a3a9
            fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 1.1.1+9e7660c6a9
        fabric-tpa: FabricTPA 3.2.1
            fabric-permissions-api-v0: fabric-permissions-api 0.1-SNAPSHOT
        fabrichomes: FabricHomes 2.3.0
        fabricloader: Fabric Loader 0.14.8
        inventoryhud: Inventory HUD + 3.4.2
        inventoryprofilesnext: Inventory Profiles Next 1.5.0
        iris: Iris 1.2.5
            org_anarres_jcpp: jcpp 1.4.14
        java: OpenJDK 64-Bit Server VM 17
        lambdynlights: LambDynamicLights 2.1.2+1.19
            pride: Pride Lib 1.1.2+1.19
            spruceui: SpruceUI 4.0.0+1.19
        lazydfu: LazyDFU 0.1.3
        lithium: Lithium 0.8.1
        localizedbrowser: Localized Browsing 2.0.0
            com_github_imurx_wanakanajava: WanaKanaJava 33cf3b3d37
        logical_zoom: Logical Zoom 0.0.15
        memoryleakfix: memory Leak Fix 1.19-0.5.0
        minecraft: Minecraft 1.19
        minimalistic-bridging: Minimalistic Bridging 1.1.0
        modmenu: Mod Menu 4.0.0
        more_slabs_stairs_and_walls: More Slabs, Stairs, and Walls 1.19
        mousetweaks: Mouse Tweaks 2.22
        neat: Neat 1.19-32-FABRIC
            fiber: fiber 0.23.0-2
        pigpen: PigPen 9.0.1
        portablejukebox: Portable Jukebox 2.1.0
        replaymod: Replay Mod 1.19-2.6.6
        replayvoicechat: Replay Voice Chat 1.19-1.0.2
        roughlyenoughitems: Roughly Enough Items 9.0.489
        ruined_equipment: Ruined Equipment 2.0.0
        runelic: Runelic 12.0.1
        simple_backpack: SimpleBackpack 1.3.17
        sodium: Sodium 0.4.2+replaymod.rev.bfbc6de
            org_joml_joml: joml 1.10.4
        travelersbackpack: Traveler's Backpack 1.19-8.0.2
        trinkets: Trinkets 3.4.0
        voicechat: Simple Voice Chat 1.19-2.2.51
        vulcanite: Vulcanite 3.0.0-SNAPSHOT-1
        xps: Xp Obelisk 0.4.1.r_for_1.19.x_Fabric
    Loaded Shaderpack: ComplementaryShaders_v4.3.3 (1).zip
        Profile: LOW (+7 options changed by user)
    Launched Version: fabric-loader-0.14.8-1.19
    Backend library: LWJGL version 3.3.1 SNAPSHOT
    Backend API: Radeon RX 580 Series GL version 3.2.14761 Core Profile Forward-Compatible Context 21.30.23.04 30.0.13023.4001, ATI Technologies Inc.
    Window size: 1920x1080
    GL Caps: Using framebuffer using OpenGL 3.2
    GL debug messages: 
    Using VBOs: Yes
    Is Modded: Definitely; Client brand changed to 'fabric'; Server brand changed to 'fabric'
    Type: Integrated Server (map_client.txt)
    Graphics mode: fancy
    Resource Packs: vanilla, Fabric Mods, Black Icons
    Current Language: Español (México)
    CPU: 16x AMD Ryzen 7 3700X 8-Core Processor 
    Server Running: true
    Player Count: 1 / 8; [class_3222['PedalHat29861'/24363, l='ServerLevel[Mundo nuevo]', x=-1.17, y=-60.00, z=31.87]]
    Data Packs: vanilla, Fabric Mods
    World Generation: Stable
KosmX commented 2 years ago

What emotecraft are you using?

PedalHat29861 commented 2 years ago

emotecraft-for-MC1.19-2.1.3-SNAPSHOT-build.32-fabric

Icky50 commented 2 years ago

I have the same problem. It also happens in the beta build emotecraft-for-MC1.19-2.1.3-SNAPSHOT-build.30-fabric. I have the problem while using the mod with lots of other mods. I also tried it with no other mods and it works.

KosmX commented 2 years ago

Please send a full game log (not just the crash report), something might break class loading...

PedalHat29861 commented 2 years ago

Full log:

[09:46:11] [main/INFO]: Loading Minecraft 1.19 with Fabric Loader 0.14.8
[09:46:11] [ForkJoinPool-1-worker-7/WARN]: The mod "cotton-config" contains invalid entries in its mod json:
- Unsupported root entry "licence" at line 7 column 12
[09:46:11] [ForkJoinPool-1-worker-4/WARN]: The mod "cotton-logging" contains invalid entries in its mod json:
- Unsupported root entry "licence" at line 7 column 12
[09:46:11] [ForkJoinPool-1-worker-7/WARN]: The mod "localizedbrowser" contains invalid entries in its mod json:
- Invalid entry in person "url" at line 13 column 12
[09:46:11] [ForkJoinPool-1-worker-7/WARN]: Mod com_github_imurx_wanakanajava uses the version 33cf3b3d37 which isn't compatible with Loader's extended semantic version format (Could not parse version number component '33cf3b3d37'!), SemVer is recommended for reliably evaluating dependencies and prioritizing newer version
[09:46:11] [ForkJoinPool-1-worker-12/WARN]: Mod xps uses the version 0.4.1.r_for_1.19.x_Fabric which isn't compatible with Loader's extended semantic version format (Could not parse version number component 'r_for_1'!), SemVer is recommended for reliably evaluating dependencies and prioritizing newer version
[09:46:11] [main/INFO]: Loading 208 mods:
    - additionaladditions 5.0.1
    - additionalbanners 8.1.3
    - adorn 3.6.1+1.19
    - advanced_runtime_resource_pack 0.5.5 via carrier
    - adventurez 1.4.14
    - appleskin 2.4.0+mc1.19
    - architectury 5.7.27
    - audioplayer 1.19-1.4.0
    - automated_crafting 1.4.6
    - badpackets 0.1.2
    - bclib 2.0.17
    - bendy-lib 2.0.4 via emotecraft
    - betteranimalsplus 1.19-11.0.7
    - betterend 2.0.10
    - betternether 7.0.7
    - betterthirdperson 1.8.1
    - blue_endless_jankson 1.2.1 via jankson
    - bookshelf 14.0.3
    - bosses_of_mass_destruction 1.4.1-1.19
    - byg 2.0.0.7
    - caffeineconfig 1.0.0+1.17 via sodium-extra
    - capybara 1.0.5
    - cardinal-components 5.0.1
    - cardinal-components-base 5.0.1 via cardinal-components
    - cardinal-components-block 5.0.1 via cardinal-components
    - cardinal-components-chunk 5.0.1 via cardinal-components
    - cardinal-components-entity 5.0.1 via cardinal-components
    - cardinal-components-item 5.0.1 via cardinal-components
    - cardinal-components-level 5.0.1 via cardinal-components
    - cardinal-components-scoreboard 5.0.1 via cardinal-components
    - cardinal-components-world 5.0.1 via cardinal-components
    - carrier 1.11.0
    - charm 4.1.2
    - cloth-basic-math 0.6.1 via cloth-config
    - cloth-config 7.0.72
    - clumps 9.0.0+6
    - collective-fabric 4.27
    - com_electronwill_night-config_core 3.6.5 via couplings
    - com_electronwill_night-config_toml 3.6.5 via couplings
    - com_eliotlash_mclib_mclib 18 via geckolib3
    - com_eliotlash_molang_molang 18 via geckolib3
    - com_github_imurx_wanakanajava 33cf3b3d37 via localizedbrowser
    - com_github_llamalad7_mixinextras 0.0.11 via remote_controlled
    - com_logisticscraft_occlusionculling 0.0.6-SNAPSHOT via entityculling
    - com_moandjiezana_toml_toml4j 0.7.2 via charm
    - continuity 2.0.0+1.19
    - controlling 10.0+3
    - coordinatesdisplay 1.0.0+mc1.18.2
    - cosmetica 1.1.1
    - cotton-config 1.0.0-rc.7 via coordinatesdisplay
    - cotton-logging 1.0.0-rc.4 via coordinatesdisplay
    - couplings 1.9.1+1.19
    - crawl 0.11.0
    - creativecore 2.7.2
    - creeperoverhaul 2.0.2
    - crowdin-translate 1.4+1.19 via automated_crafting
    - customskinloader 14.14-SNAPSHOT-325
    - darkutils 11.0.2
    - dataattributes 1.2.1
    - dracomelette 1.19-2
    - dragondropselytra-fabric 1.6
    - easierenchanting 1.4.0
    - eatinganimationid 1.8.1
    - editsign 2.4.2
    - ellemes_container_lib 2.0.1
    - elytraslot 6.0.0-beta.1+1.19
    - emotecraft 2.1.3-SNAPSHOT-build.30
    - enderitemod 1.4.1
    - entityculling 1.5.2-mc1.19
    - expandedstorage 8.0.1
    - eyemod 2.0
    - fabric 0.57.0+1.19
    - fabric-api-base 0.4.9+e62f51a3a9 via cosmetica
    - fabric-api-lookup-api-v1 1.6.7+9ff28f40a9 via fabric
    - fabric-biome-api-v1 9.0.14+b2a4a624a9 via fabric
    - fabric-blockrenderlayer-v1 1.1.18+9ff28f40a9 via fabric
    - fabric-command-api-v1 1.2.6+f71b366fa9 via fabric
    - fabric-command-api-v2 2.1.2+0d55f585a9 via fabric
    - fabric-commands-v0 0.2.23+df3654b3a9 via fabric
    - fabric-containers-v0 0.1.27+df3654b3a9 via fabric
    - fabric-content-registries-v0 3.2.0+07df213ea9 via fabric
    - fabric-convention-tags-v1 1.0.8+37622d24a9 via fabric
    - fabric-crash-report-info-v1 0.2.3+bd0a0d4aa9 via fabric
    - fabric-data-generation-api-v1 5.1.1+a680b9b4a9 via fabric
    - fabric-dimensions-v1 2.1.28+a6d2f785a9 via fabric
    - fabric-entity-events-v1 1.4.16+9ff28f40a9 via fabric
    - fabric-events-interaction-v0 0.4.26+9ff28f40a9 via fabric
    - fabric-events-lifecycle-v0 0.2.25+df3654b3a9 via fabric
    - fabric-game-rule-api-v1 1.0.19+18990361a9 via fabric
    - fabric-item-api-v1 1.5.4+767db26ea9 via fabric
    - fabric-item-groups-v0 0.3.25+9ff28f40a9 via fabric
    - fabric-key-binding-api-v1 1.0.18+9ff28f40a9 via fabric
    - fabric-keybindings-v0 0.2.16+df3654b3a9 via fabric
    - fabric-language-kotlin 1.8.2+kotlin.1.7.10
    - fabric-lifecycle-events-v1 2.1.0+33fbc738a9 via fabric
    - fabric-loot-api-v2 1.1.0+03a4e568a9 via fabric
    - fabric-loot-tables-v1 1.1.3+9e7660c6a9 via fabric
    - fabric-message-api-v1 1.0.1+513f4a59a9 via fabric
    - fabric-mining-level-api-v1 2.1.10+33fbc738a9 via fabric
    - fabric-models-v0 0.3.15+9ff28f40a9 via fabric
    - fabric-networking-api-v1 1.1.0+442de8b8a9 via couplings
    - fabric-networking-v0 0.3.14+df3654b3a9 via fabric
    - fabric-object-builder-api-v1 4.0.7+9ff28f40a9 via fabric
    - fabric-particles-v1 1.0.8+dc39553aa9 via fabric
    - fabric-permissions-api-v0 0.1-SNAPSHOT via fabric-tpa
    - fabric-registry-sync-v0 0.9.17+23c4cfefa9 via fabric
    - fabric-renderer-api-v1 1.0.8+9ff28f40a9 via fabric
    - fabric-renderer-indigo 0.6.9+1f92344ea9 via fabric
    - fabric-renderer-registries-v1 3.2.18+df3654b3a9 via fabric
    - fabric-rendering-data-attachment-v1 0.3.12+9ff28f40a9 via fabric
    - fabric-rendering-fluids-v1 3.0.5+9ff28f40a9 via fabric
    - fabric-rendering-v0 1.1.20+df3654b3a9 via fabric
    - fabric-rendering-v1 1.10.14+9ff28f40a9 via fabric
    - fabric-resource-conditions-api-v1 2.0.9+e62f51a3a9 via fabric
    - fabric-resource-loader-v0 0.5.5+a6d2f785a9 via fabric
    - fabric-screen-api-v1 1.0.24+f05effafa9 via fabric
    - fabric-screen-handler-api-v1 1.2.6+9ff28f40a9 via fabric
    - fabric-textures-v0 1.0.18+9ff28f40a9 via cosmetica
    - fabric-tpa 3.2.1
    - fabric-transfer-api-v1 2.0.9+e62f51a3a9 via fabric
    - fabric-transitive-access-wideners-v1 1.1.1+9e7660c6a9 via fabric
    - fabrichomes 2.3.0
    - fabricloader 0.14.8
    - fiber 0.23.0-2 via collective-fabric
    - forgeconfigapiport 4.0.0
    - fpsreducer 1.19-2.0.2
    - fwaystones 3.0.2+mc1.19
    - gbfabrictools 1.3.4+1.19 via grid
    - geckolib3 3.1.6
    - grid 1.19.1-fabric0.58.5-1.6.7
    - indium 1.0.6+mc1.19
    - inventorio 1.8.0
    - inventoryhud 3.4.2
    - inventoryprofilesnext 1.5.0
    - iris 1.2.5
    - itemphysic 1.6.3
    - jankson 4.1.1+j1.2.1 via libgui
    - java 17
    - lambdynlights 2.1.2+1.19
    - lazydfu 0.1.3
    - libgui 6.0.0+1.19 via automated_crafting
    - libninepatch 1.1.0 via libgui
    - lithium 0.8.1
    - localizedbrowser 2.0.0
    - logical_zoom 0.0.15
    - maelstrom_library 1.3-1.19-pre1 via bosses_of_mass_destruction
    - mcwbridges 2.0.3
    - me_hypherionmc_simple-rpc-common 3.0.1 via simple-rpc
    - midnightlib 0.5.2 via dracomelette
    - minecraft 1.19
    - minimalistic-bridging 1.1.0
    - mm 2.3 via crawl
    - modmenu 4.0.0
    - moonlight 1.19-2.0.6
    - more_slabs_stairs_and_walls 1.19
    - moredoors 0
    - mousetweaks 2.22
    - multipart_entities 1.2-1.19-pre1 via bosses_of_mass_destruction
    - naturescompass 1.19-2.0.4-fabric
    - neat 1.19-32-FABRIC
    - notenoughcrashes 4.1.6+1.19
    - org_aeonbits_owner_owner 1.0.12 via walljump
    - org_anarres_jcpp 1.4.14 via iris
    - org_jetbrains_kotlin_kotlin-reflect 1.7.10 via fabric-language-kotlin
    - org_jetbrains_kotlin_kotlin-stdlib 1.7.10 via fabric-language-kotlin
    - org_jetbrains_kotlin_kotlin-stdlib-jdk7 1.7.10 via fabric-language-kotlin
    - org_jetbrains_kotlin_kotlin-stdlib-jdk8 1.7.10 via fabric-language-kotlin
    - org_jetbrains_kotlinx_atomicfu-jvm 0.18.2 via fabric-language-kotlin
    - org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm 1.6.4 via fabric-language-kotlin
    - org_jetbrains_kotlinx_kotlinx-coroutines-jdk8 1.6.4 via fabric-language-kotlin
    - org_jetbrains_kotlinx_kotlinx-datetime-jvm 0.4.0 via fabric-language-kotlin
    - org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm 1.3.3 via fabric-language-kotlin
    - org_jetbrains_kotlinx_kotlinx-serialization-core-jvm 1.3.3 via fabric-language-kotlin
    - org_jetbrains_kotlinx_kotlinx-serialization-json-jvm 1.3.3 via fabric-language-kotlin
    - org_joml_joml 1.10.4 via sodium
    - patchouli 1.19-74-FABRIC
    - pigpen 9.0.1
    - polymorph 0.45.0+1.19.1
    - prefab 4.1.0
    - pride 1.1.2+1.19 via lambdynlights
    - puzzleslib 4.0.17
    - reeses-sodium-options 1.4.4+mc1.19-build.47
    - remote_controlled 0.0.6-1.19
    - replaymod 1.19-2.6.6
    - roughlyenoughitems 9.1.518
    - roughlyenoughresources 2.6.0
    - ruined_equipment 2.0.0
    - runelic 12.0.1
    - simple-rpc 3.0.2
    - skinlayers 1.4.7-mc1.19
    - snowballkb 1.2-1.19
    - sodium 0.4.2+replaymod.rev.bfbc6de
    - sodium-extra 0.4.6+mc1.19-build.47
    - sound_physics_remastered 1.19-1.0.10
    - spruceui 4.0.0+1.19 via lambdynlights
    - sulphate 1.0.2 via cosmetica
    - team_reborn_energy 2.2.0 via remote_controlled
    - terrablender 2.0.0.120
    - toolstats 10.1.2
    - travelersbackpack 1.19-8.0.3
    - trinkets 3.4.0
    - unstructured 0.5.2+1.19
    - visualworkbench 4.0.0
    - voicechat 1.19-2.3.0
    - voidz 1.0.8
    - walljump 1.3.3+1.19
    - wthit 5.7.0
    - xps 0.4.1.r_for_1.19.x_Fabric
[09:46:12] [main/INFO]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=file:/C:/Users/PedalHat29861/AppData/Roaming/.minecraft/libraries/net/fabricmc/sponge-mixin/0.11.4+mixin.0.8.5/sponge-mixin-0.11.4+mixin.0.8.5.jar Service=Knot/Fabric Env=CLIENT
[09:46:12] [main/INFO]: Compatibility level set to JAVA_16
[09:46:12] [main/INFO]: Compatibility level set to JAVA_17
[09:46:12] [main/INFO]: [MixinConfig] Not adding no_cured_villager_discount.BypassReputationGossipMixin
[09:46:12] [main/INFO]: [MixinConfig] Not adding no_treasure_enchantment_trading.CheckIfTradeableMixin
[09:46:12] [main/INFO]: [MixinConfig] Not adding respawn_anchor_in_the_end.CheckIfCanSetSpawnMixin
[09:46:12] [main/INFO]: [MixinConfig] Not adding helper.CheckEnchantingPowerMixin
[09:46:13] [main/INFO]: OptiFine was NOT detected.
[09:46:13] [main/INFO]: OptiFabric was NOT detected.
[09:46:13] [main/INFO]: Loaded configuration file for Lithium: 94 options available, 0 override(s) found
[09:46:13] [main/WARN]: Reference map 'mixins.nonmmlauncher.replaymod.refmap.json' for mixins.nonmmlauncher.replaymod.json could not be read. If this is a development environment you can ignore this message
[09:46:13] [main/INFO]: Loaded configuration file for Sodium: 29 options available, 1 override(s) found
[09:46:13] [main/INFO]: Loaded configuration file for Sodium Extra: 27 options available, 0 override(s) found
[09:46:14] [main/INFO]: bre2el.fpsreducer.mixin.MinecraftClientMixin will be applied.
[09:46:14] [main/INFO]: bre2el.fpsreducer.mixin.KeyboardMixin will be applied.
[09:46:14] [main/INFO]: bre2el.fpsreducer.mixin.RenderSystemMixin will be applied.
[09:46:14] [main/INFO]: bre2el.fpsreducer.mixin.WindowMixin will NOT be applied because OptiFine was NOT detected.
[09:46:14] [main/WARN]: Force-disabling mixin 'features.sky.MixinWorldRenderer' as rule 'mixin.features.sky' (added by mods [iris]) disables it and children
[09:46:14] [main/INFO]: I used the json to destroy the json
[09:46:14] [main/WARN]: Error loading class: net/optifine/render/ChunkVisibility (java.lang.ClassNotFoundException: net/optifine/render/ChunkVisibility)
[09:46:14] [main/WARN]: Error loading class: shadersmod/client/ShadersRender (java.lang.ClassNotFoundException: shadersmod/client/ShadersRender)
[09:46:14] [main/WARN]: Error loading class: net/optifine/shaders/ShadersRender (java.lang.ClassNotFoundException: net/optifine/shaders/ShadersRender)
[09:46:15] [main/WARN]: Configuration conflict: there is more than one oshi.properties file on the classpath
[09:46:15] [main/WARN]: Configuration conflict: there is more than one oshi.architecture.properties file on the classpath
[09:46:16] [main/WARN]: @Final field field_22786:Ljava/util/List; in mixins.ipnext.json:MixinScreen from mod inventoryprofilesnext should be final
[09:46:16] [main/WARN]: @Final field field_33815:Ljava/util/List; in mixins.ipnext.json:MixinScreen from mod inventoryprofilesnext should be final
[09:46:17] [main/WARN]: Method overwrite conflict for doesNotCollide in walljump.mixins.json:client.ClientPlayerEntityMiscellaneousMixin from mod walljump, previously written by genandnic.walljump.mixin.client.ClientPlayerEntityWallJumpMixin. Skipping method.
[09:46:17] [main/WARN]: Discarding @Unique public method getAnimatedSkin in 3dskinlayers.mixins.json:DonorAbstractClientPlayerMixin from mod skinlayers because it already exists in net.minecraft.class_742
[09:46:18] [main/INFO]: [bclib] Added Config bclib.generator to auto sync (file hash)
[09:46:18] [main/INFO]: [bclib] Added Config bclib.main to auto sync (content diff)
[09:46:18] [main/INFO]: [bclib] Added Config bclib.recipes to auto sync (file hash)
[09:46:18] [main/INFO]: [bclib] Added Config bclib.biomes to auto sync (file hash)
[09:46:21] [main/INFO]: Building unoptimized datafixer
[09:46:21] [main/ERROR]: No data fixer registered for marker
[09:46:23] [main/INFO]: [bclib] Make sure features are loaded from terrablender
BCLib - Nether BiomeSource (4629b29)
    biomes     = 5
    namespaces = minecraft
    seed       = 0
    height     = 128
    config     = BCLibNetherBiomeSourceConfig{mapVersion=square}
[09:46:23] [main/INFO]: [bclib] Make sure features are loaded from terrablender
BCLib - The End BiomeSource (46d9c67c)
    biomes     = 5
    namespaces = minecraft
    seed       = 0
    height     = 128
    deciders   = 0
    config     = BCLEndBiomeSourceConfig{mapVersion=square, generatorVersion=paulevs, withVoidBiomes=true, innerVoidRadiusSquared=1048576, voidBiomesSize=256, centerBiomesSize=256, landBiomesSize=256, barrensBiomesSize=256}
[09:46:23] [main/INFO]: [bclib] Make sure features are loaded from terrablender
BCLib - Nether BiomeSource (6657d966)
    biomes     = 5
    namespaces = minecraft
    seed       = 0
    height     = 128
    config     = BCLibNetherBiomeSourceConfig{mapVersion=hex}
[09:46:23] [main/INFO]: [bclib] Make sure features are loaded from terrablender
BCLib - The End BiomeSource (4c12ee12)
    biomes     = 5
    namespaces = minecraft
    seed       = 0
    height     = 128
    deciders   = 0
    config     = BCLEndBiomeSourceConfig{mapVersion=hex, generatorVersion=paulevs, withVoidBiomes=true, innerVoidRadiusSquared=1048576, voidBiomesSize=256, centerBiomesSize=256, landBiomesSize=256, barrensBiomesSize=256}
[09:46:23] [main/INFO]: [bclib] Added Config betternether.main to auto sync (file hash)
[09:46:23] [main/INFO]: [bclib] Added Config betternether.generator to auto sync (file hash)
[09:46:23] [main/INFO]: [bclib] Added Config betternether.blocks to auto sync (file hash)
[09:46:23] [main/INFO]: [bclib] Added Config betternether.items to auto sync (file hash)
[09:46:23] [main/INFO]: [bclib] Added Config betternether.biomes to auto sync (file hash)
[09:46:23] [main/INFO]: [bclib] Added Config betternether.mobs to auto sync (file hash)
[09:46:23] [main/INFO]: [bclib] Added Config betternether.recipes to auto sync (file hash)
[09:46:24] [Render thread/WARN]: Method overwrite conflict for method_22920 in sodium.mixins.json:features.buffer_builder.intrinsics.MixinBufferBuilder from mod sodium, previously written by net.coderbot.iris.mixin.vertices.block_rendering.MixinBufferBuilder_SeparateAo. Skipping method.
[09:46:24] [Render thread/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
[09:46:24] [Render thread/INFO]: Setting user: PedalHat29861
[09:46:27] [Render thread/INFO]: Injecting super coyotes...
[09:46:27] [Render thread/INFO]: Overspawning lammergeiers...
[09:46:27] [Render thread/INFO]: [bclib] Added Config betterend.entities to auto sync (file hash)
[09:46:27] [Render thread/INFO]: [bclib] Added Config betterend.blocks to auto sync (file hash)
[09:46:27] [Render thread/INFO]: [bclib] Added Config betterend.items to auto sync (file hash)
[09:46:27] [Render thread/INFO]: [bclib] Added Config betterend.biomes to auto sync (file hash)
[09:46:27] [Render thread/INFO]: [bclib] Added Config betterend.recipes to auto sync (file hash)
[09:46:27] [Render thread/INFO]: [bclib] Added Config betterend.enchantments to auto sync (file hash)
[09:46:34] [Render thread/INFO]: [betternether] =^..^=    BetterNether for 1.19    =^..^=
[09:46:34] [Render thread/INFO]: Fixing MC-151457. Crafting remainder for minecraft:pufferfish_bucket is now minecraft:bucket.
[09:46:34] [Render thread/INFO]: Fixing MC-151457. Crafting remainder for minecraft:salmon_bucket is now minecraft:bucket.
[09:46:34] [Render thread/INFO]: Fixing MC-151457. Crafting remainder for minecraft:cod_bucket is now minecraft:bucket.
[09:46:34] [Render thread/INFO]: Fixing MC-151457. Crafting remainder for minecraft:tropical_fish_bucket is now minecraft:bucket.
[09:46:34] [Render thread/INFO]: Fixing MC-151457. Crafting remainder for minecraft:axolotl_bucket is now minecraft:bucket.
[09:46:34] [Render thread/INFO]: Fixing MC-151457. Crafting remainder for minecraft:powder_snow_bucket is now minecraft:bucket.
[09:46:34] [Render thread/INFO]: Fixing MC-151457. Crafting remainder for minecraft:tadpole_bucket is now minecraft:bucket.
[09:46:34] [Render thread/INFO]: BYG registries bootstrapped
[09:46:35] [Render thread/ERROR]: No data fixer registered for byg:boat
[09:46:35] [Render thread/ERROR]: No data fixer registered for byg:chest_boat
[09:46:35] [Render thread/INFO]: Initializing BYG network...
[09:46:35] [Render thread/INFO]: Initialized BYG network!
[09:46:35] [Render thread/INFO]: Oh The Biomes You'll Go (BYG) was initialized from "Fabric Mod Initializer"
[09:46:35] [Render thread/INFO]: Capybara is downloaded, loading now! Thanks for installing! <3
[09:46:36] [Render thread/INFO]: [ModuleLoader] Enabled AerialAffinityEnchantment
[09:46:36] [Render thread/INFO]: [ModuleLoader] Enabled AllowTooExpensive
[09:46:36] [Render thread/INFO]: [ModuleLoader] Enabled AmethystNoteBlock
[09:46:36] [Render thread/INFO]: [ModuleLoader] Enabled Atlases
[09:46:36] [Render thread/INFO]: [ModuleLoader] Enabled AutoRestock
[09:46:36] [Render thread/INFO]: [ModuleLoader] Enabled AutomaticRecipeUnlock
[09:46:36] [Render thread/INFO]: [ModuleLoader] Enabled AzaleaWood
[09:46:36] [Render thread/INFO]: [ModuleLoader] Enabled BatBuckets
[09:46:36] [Render thread/INFO]: [ModuleLoader] Enabled BeaconsHealMobs
[09:46:36] [Render thread/INFO]: [ModuleLoader] Enabled Beekeepers
[09:46:36] [Render thread/INFO]: [ModuleLoader] Enabled BlockOfEnderPearls
[09:46:36] [Render thread/INFO]: [ModuleLoader] Enabled BlockOfGunpowder
[09:46:36] [Render thread/INFO]: [ModuleLoader] Enabled BlockOfSugar
[09:46:36] [Render thread/INFO]: [ModuleLoader] Enabled Bookcases
[09:46:36] [Render thread/INFO]: [ModuleLoader] Enabled CaveSpidersDropCobwebs
[09:46:36] [Render thread/INFO]: [ModuleLoader] Enabled Chairs
[09:46:36] [Render thread/INFO]: [ModuleLoader] Enabled ChickensDropFeathers
[09:46:36] [Render thread/INFO]: [ModuleLoader] Enabled ClearItemFrames
[09:46:36] [Render thread/INFO]: [ModuleLoader] Enabled CollectionEnchantment
[09:46:36] [Render thread/INFO]: [ModuleLoader] Enabled ColoredBundles
[09:46:36] [Render thread/INFO]: [ModuleLoader] Enabled ColoredNetherPortals
[09:46:36] [Render thread/INFO]: [ModuleLoader] Enabled CompassOverlay
[09:46:36] [Render thread/INFO]: [ModuleLoader] Enabled CoralSeaLanterns
[09:46:36] [Render thread/INFO]: [ModuleLoader] Enabled CoralSquids
[09:46:36] [Render thread/INFO]: [ModuleLoader] Enabled Core
[09:46:36] [Render thread/INFO]: [ModuleLoader] Enabled DiscsStopBackgroundMusic
[09:46:36] [Render thread/INFO]: [ModuleLoader] Enabled EditableSigns
[09:46:36] [Render thread/INFO]: [ModuleLoader] Enabled EndermitePowder
[09:46:36] [Render thread/INFO]: [ModuleLoader] Enabled ExtraBoats
[09:46:36] [Render thread/INFO]: [ModuleLoader] Enabled ExtraRecipes
[09:46:36] [Render thread/INFO]: [ModuleLoader] Enabled ExtraTrades
[09:46:36] [Render thread/INFO]: [ModuleLoader] Enabled ExtractEnchantments
[09:46:36] [Render thread/INFO]: [ModuleLoader] Enabled GentlePotionParticles
[09:46:36] [Render thread/INFO]: [ModuleLoader] Enabled GoatsDropMutton
[09:46:36] [Render thread/INFO]: [ModuleLoader] Enabled GrindableArmor
[09:46:36] [Render thread/INFO]: [ModuleLoader] Enabled HoverSorting
[09:46:36] [Render thread/INFO]: [ModuleLoader] Enabled HusksDropSand
[09:46:36] [Render thread/INFO]: [ModuleLoader] Enabled HusksSpawnUnderground
[09:46:36] [Render thread/INFO]: [ModuleLoader] Enabled ImprovedFortressLoot
[09:46:36] [Render thread/INFO]: [ModuleLoader] Enabled ImprovedMansionLoot
[09:46:36] [Render thread/INFO]: [ModuleLoader] Enabled ImprovedMineshafts
[09:46:36] [Render thread/INFO]: [ModuleLoader] Enabled InventoryTidying
[09:46:36] [Render thread/INFO]: [ModuleLoader] Enabled Kilns
[09:46:36] [Render thread/INFO]: [ModuleLoader] Enabled LavaBucketDestroysItems
[09:46:36] [Render thread/INFO]: [ModuleLoader] Enabled LowerNoteblockPitch
[09:46:36] [Render thread/INFO]: [ModuleLoader] Enabled Lumberjacks
[09:46:36] [Render thread/INFO]: [ModuleLoader] Enabled MapTooltip
[09:46:36] [Render thread/INFO]: [ModuleLoader] Enabled Mooblooms
[09:46:36] [Render thread/INFO]: [ModuleLoader] Enabled MorePortalFrames
[09:46:36] [Render thread/INFO]: [ModuleLoader] Enabled NoCropTrampling
[09:46:36] [Render thread/INFO]: [ModuleLoader] Enabled NoPetDamage
[09:46:36] [Render thread/INFO]: [ModuleLoader] Enabled NoPotionGlint
[09:46:36] [Render thread/INFO]: [ModuleLoader] Enabled NoSpyglassScope
[09:46:36] [Render thread/INFO]: [ModuleLoader] Enabled OpenBothDoors
[09:46:36] [Render thread/INFO]: [ModuleLoader] Enabled ParrotsStayOnShoulder
[09:46:36] [Render thread/INFO]: [ModuleLoader] Enabled PathToDirt
[09:46:36] [Render thread/INFO]: [ModuleLoader] Enabled PlayerPressurePlates
[09:46:36] [Render thread/INFO]: [ModuleLoader] Enabled PlayerState
[09:46:36] [Render thread/INFO]: [ModuleLoader] Enabled PortableCrafting
[09:46:36] [Render thread/INFO]: [ModuleLoader] Enabled QuickReplant
[09:46:36] [Render thread/INFO]: [ModuleLoader] Enabled RaidHorns
[09:46:36] [Render thread/INFO]: [ModuleLoader] Enabled RedstoneLanterns
[09:46:36] [Render thread/INFO]: [ModuleLoader] Enabled RedstoneSand
[09:46:36] [Render thread/INFO]: [ModuleLoader] Enabled RepairElytraFromLeather
[09:46:36] [Render thread/INFO]: [ModuleLoader] Enabled RepairNetheriteFromScrap
[09:46:36] [Render thread/INFO]: [ModuleLoader] Enabled RepairTridentsFromShards
[09:46:36] [Render thread/INFO]: [ModuleLoader] Enabled ShowRepairCost
[09:46:36] [Render thread/INFO]: [ModuleLoader] Enabled ShulkerBoxDragDrop
[09:46:36] [Render thread/INFO]: [ModuleLoader] Enabled ShulkerBoxTooltip
[09:46:36] [Render thread/INFO]: [ModuleLoader] Enabled SnowAccumulation
[09:46:36] [Render thread/INFO]: [ModuleLoader] Enabled StackableEnchantedBooks
[09:46:36] [Render thread/INFO]: [ModuleLoader] Enabled StackablePotions
[09:46:36] [Render thread/INFO]: [ModuleLoader] Enabled StackableStews
[09:46:36] [Render thread/INFO]: [ModuleLoader] Enabled StraysDropBlueIce
[09:46:36] [Render thread/INFO]: [ModuleLoader] Enabled StraysSpawnUnderground
[09:46:36] [Render thread/INFO]: [ModuleLoader] Enabled StrongerAnvils
[09:46:36] [Render thread/INFO]: [ModuleLoader] Enabled TotemOfPreserving
[09:46:36] [Render thread/INFO]: [ModuleLoader] Enabled TotemWorksFromInventory
[09:46:36] [Render thread/INFO]: [ModuleLoader] Enabled VariantBarrels
[09:46:36] [Render thread/INFO]: [ModuleLoader] Enabled VariantBars
[09:46:36] [Render thread/INFO]: [ModuleLoader] Enabled VariantBookshelves
[09:46:36] [Render thread/INFO]: [ModuleLoader] Enabled VariantChains
[09:46:36] [Render thread/INFO]: [ModuleLoader] Enabled VariantChests
[09:46:36] [Render thread/INFO]: [ModuleLoader] Enabled VariantLadders
[09:46:36] [Render thread/INFO]: [ModuleLoader] Enabled VariantLanterns
[09:46:36] [Render thread/INFO]: [ModuleLoader] Enabled VariantMobTextures
[09:46:36] [Render thread/INFO]: [ModuleLoader] Enabled VillagersFollowEmeraldBlocks
[09:46:36] [Render thread/INFO]: [ModuleLoader] Enabled WanderingTraderMaps
[09:46:36] [Render thread/INFO]: [ModuleLoader] Enabled WeatheringIron
[09:46:36] [Render thread/INFO]: [ModuleLoader] Enabled WitchesDropLuck
[09:46:36] [Render thread/INFO]: [ModuleLoader] Enabled Woodcutters
[09:46:36] [Render thread/INFO]: [ModuleLoader] Running AerialAffinityEnchantment
[09:46:36] [Render thread/INFO]: [ModuleLoader] Running AllowTooExpensive
[09:46:36] [Render thread/INFO]: [ModuleLoader] Running AmethystNoteBlock
[09:46:36] [Render thread/INFO]: [ModuleLoader] Running Atlases
[09:46:36] [Render thread/INFO]: [ModuleLoader] Running AutoRestock
[09:46:36] [Render thread/INFO]: [ModuleLoader] Running AutomaticRecipeUnlock
[09:46:36] [Render thread/INFO]: [ModuleLoader] Running AzaleaWood
[09:46:36] [Render thread/INFO]: [ModuleLoader] Running BatBuckets
[09:46:36] [Render thread/INFO]: [ModuleLoader] Running BeaconsHealMobs
[09:46:36] [Render thread/INFO]: [ModuleLoader] Running Beekeepers
[09:46:36] [Render thread/INFO]: [ModuleLoader] Running BlockOfEnderPearls
[09:46:36] [Render thread/INFO]: [ModuleLoader] Running BlockOfGunpowder
[09:46:36] [Render thread/INFO]: [ModuleLoader] Running BlockOfSugar
[09:46:36] [Render thread/INFO]: [ModuleLoader] Running Bookcases
[09:46:36] [Render thread/INFO]: [ModuleLoader] Running CaveSpidersDropCobwebs
[09:46:36] [Render thread/INFO]: [ModuleLoader] Running Chairs
[09:46:36] [Render thread/INFO]: [ModuleLoader] Running ChickensDropFeathers
[09:46:36] [Render thread/INFO]: [ModuleLoader] Running ClearItemFrames
[09:46:36] [Render thread/INFO]: [ModuleLoader] Running CollectionEnchantment
[09:46:36] [Render thread/INFO]: [ModuleLoader] Running ColoredBundles
[09:46:36] [Render thread/INFO]: [ModuleLoader] Running ColoredNetherPortals
[09:46:36] [Render thread/INFO]: [ModuleLoader] Running CompassOverlay
[09:46:36] [Render thread/INFO]: [ModuleLoader] Running CoralSeaLanterns
[09:46:36] [Render thread/INFO]: [ModuleLoader] Running CoralSquids
[09:46:36] [Render thread/INFO]: [ModuleLoader] Running Core
[09:46:36] [Render thread/INFO]: [ModuleLoader] Running DiscsStopBackgroundMusic
[09:46:36] [Render thread/INFO]: [ModuleLoader] Running EditableSigns
[09:46:36] [Render thread/INFO]: [ModuleLoader] Running EndermitePowder
[09:46:36] [Render thread/INFO]: [ModuleLoader] Running ExtraBoats
[09:46:36] [Render thread/INFO]: [ModuleLoader] Running ExtraRecipes
[09:46:36] [Render thread/INFO]: [ModuleLoader] Running ExtraTrades
[09:46:36] [Render thread/INFO]: [ModuleLoader] Running ExtractEnchantments
[09:46:36] [Render thread/INFO]: [ModuleLoader] Running GentlePotionParticles
[09:46:36] [Render thread/INFO]: [ModuleLoader] Running GoatsDropMutton
[09:46:36] [Render thread/INFO]: [ModuleLoader] Running GrindableArmor
[09:46:36] [Render thread/INFO]: [ModuleLoader] Running HoverSorting
[09:46:36] [Render thread/INFO]: [ModuleLoader] Running HusksDropSand
[09:46:36] [Render thread/INFO]: [ModuleLoader] Running HusksSpawnUnderground
[09:46:36] [Render thread/INFO]: [ModuleLoader] Running ImprovedFortressLoot
[09:46:36] [Render thread/INFO]: [ModuleLoader] Running ImprovedMansionLoot
[09:46:36] [Render thread/INFO]: [ModuleLoader] Running ImprovedMineshafts
[09:46:36] [Render thread/INFO]: [ModuleLoader] Running InventoryTidying
[09:46:36] [Render thread/INFO]: [ModuleLoader] Running Kilns
[09:46:36] [Render thread/INFO]: [ModuleLoader] Running LavaBucketDestroysItems
[09:46:36] [Render thread/INFO]: [ModuleLoader] Running LowerNoteblockPitch
[09:46:36] [Render thread/INFO]: [ModuleLoader] Running Lumberjacks
[09:46:36] [Render thread/INFO]: [ModuleLoader] Running MapTooltip
[09:46:36] [Render thread/INFO]: [ModuleLoader] Running Mooblooms
[09:46:36] [Render thread/INFO]: [ModuleLoader] Running MorePortalFrames
[09:46:36] [Render thread/INFO]: [ModuleLoader] Running NoCropTrampling
[09:46:36] [Render thread/INFO]: [ModuleLoader] Running NoPetDamage
[09:46:36] [Render thread/INFO]: [ModuleLoader] Running NoPotionGlint
[09:46:36] [Render thread/INFO]: [ModuleLoader] Running NoSpyglassScope
[09:46:36] [Render thread/INFO]: [ModuleLoader] Running OpenBothDoors
[09:46:36] [Render thread/INFO]: [ModuleLoader] Running ParrotsStayOnShoulder
[09:46:36] [Render thread/INFO]: [ModuleLoader] Running PathToDirt
[09:46:36] [Render thread/INFO]: [ModuleLoader] Running PlayerPressurePlates
[09:46:36] [Render thread/INFO]: [ModuleLoader] Running PlayerState
[09:46:36] [Render thread/INFO]: [ModuleLoader] Running PortableCrafting
[09:46:36] [Render thread/INFO]: [ModuleLoader] Running QuickReplant
[09:46:36] [Render thread/INFO]: [ModuleLoader] Running RaidHorns
[09:46:36] [Render thread/INFO]: [ModuleLoader] Running RedstoneLanterns
[09:46:36] [Render thread/INFO]: [ModuleLoader] Running RedstoneSand
[09:46:36] [Render thread/INFO]: [ModuleLoader] Running RepairElytraFromLeather
[09:46:36] [Render thread/INFO]: [ModuleLoader] Running RepairNetheriteFromScrap
[09:46:36] [Render thread/INFO]: [ModuleLoader] Running RepairTridentsFromShards
[09:46:36] [Render thread/INFO]: [ModuleLoader] Running ShowRepairCost
[09:46:36] [Render thread/INFO]: [ModuleLoader] Running ShulkerBoxDragDrop
[09:46:36] [Render thread/INFO]: [ModuleLoader] Running ShulkerBoxTooltip
[09:46:36] [Render thread/INFO]: [ModuleLoader] Running SnowAccumulation
[09:46:36] [Render thread/INFO]: [ModuleLoader] Running StackableEnchantedBooks
[09:46:36] [Render thread/INFO]: [ModuleLoader] Running StackablePotions
[09:46:36] [Render thread/INFO]: [ModuleLoader] Running StackableStews
[09:46:36] [Render thread/INFO]: [ModuleLoader] Running StraysDropBlueIce
[09:46:36] [Render thread/INFO]: [ModuleLoader] Running StraysSpawnUnderground
[09:46:36] [Render thread/INFO]: [ModuleLoader] Running StrongerAnvils
[09:46:36] [Render thread/INFO]: [ModuleLoader] Running TotemOfPreserving
[09:46:36] [Render thread/INFO]: [ModuleLoader] Running TotemWorksFromInventory
[09:46:36] [Render thread/INFO]: [ModuleLoader] Running VariantBarrels
[09:46:36] [Render thread/INFO]: [ModuleLoader] Running VariantBars
[09:46:36] [Render thread/INFO]: [ModuleLoader] Running VariantBookshelves
[09:46:36] [Render thread/INFO]: [ModuleLoader] Running VariantChains
[09:46:36] [Render thread/INFO]: [ModuleLoader] Running VariantChests
[09:46:36] [Render thread/INFO]: [ModuleLoader] Running VariantLadders
[09:46:36] [Render thread/INFO]: [ModuleLoader] Running VariantLanterns
[09:46:36] [Render thread/INFO]: [ModuleLoader] Running VariantMobTextures
[09:46:36] [Render thread/INFO]: [ModuleLoader] Running VillagersFollowEmeraldBlocks
[09:46:36] [Render thread/INFO]: [ModuleLoader] Running WanderingTraderMaps
[09:46:36] [Render thread/INFO]: [ModuleLoader] Running WeatheringIron
[09:46:36] [Render thread/INFO]: [ModuleLoader] Running WitchesDropLuck
[09:46:36] [Render thread/INFO]: [ModuleLoader] Running Woodcutters
[09:46:36] [Render thread/INFO]: [STDOUT]: Loading Collective (Fabric) version 4.27.
[09:46:36] [Render thread/ERROR]: No data fixer registered for jungle_creeper
[09:46:36] [Render thread/ERROR]: No data fixer registered for bamboo_creeper
[09:46:36] [Render thread/ERROR]: No data fixer registered for desert_creeper
[09:46:36] [Render thread/ERROR]: No data fixer registered for badlands_creeper
[09:46:36] [Render thread/ERROR]: No data fixer registered for hills_creeper
[09:46:36] [Render thread/ERROR]: No data fixer registered for savannah_creeper
[09:46:36] [Render thread/ERROR]: No data fixer registered for mushroom_creeper
[09:46:36] [Render thread/ERROR]: No data fixer registered for swamp_creeper
[09:46:36] [Render thread/ERROR]: No data fixer registered for dripstone_creeper
[09:46:36] [Render thread/ERROR]: No data fixer registered for cave_creeper
[09:46:36] [Render thread/ERROR]: No data fixer registered for dark_oak_creeper
[09:46:36] [Render thread/ERROR]: No data fixer registered for spruce_creeper
[09:46:36] [Render thread/ERROR]: No data fixer registered for beach_creeper
[09:46:36] [Render thread/ERROR]: No data fixer registered for snowy_creeper
[09:46:36] [Render thread/WARN]: @Inject(@At("INVOKE")) Shift.BY=2 on mixins.iris.json:texture.MixinAbstractTexture from mod iris::handler$dcj000$iris$afterGenerateId exceeds the maximum allowed value: 0. Increase the value of maxShiftBy to suppress this warning.
[09:46:36] [Render thread/WARN]: Static binding violation: PRIVATE @Overwrite method method_23182 in sodium.mixins.json:features.item.MixinItemRenderer from mod sodium cannot reduce visibiliy of PUBLIC target method, visibility will be upgraded.
[09:46:36] [Render thread/INFO]: [Easier Enchanting] Initializing..
[09:46:36] [Render thread/INFO]: [Easier Enchanting] setting lapis cost to 6
[09:46:37] [Render thread/INFO]: [STDOUT]: -Initialized Enderitemod!-
[09:46:37] [Render thread/INFO]: Initializing...
[09:46:37] [Render thread/INFO]: Initializing...
[09:46:37] [Render thread/INFO]: Is initializing.
[09:46:37] [Render thread/INFO]: Has successfully been initialized.
[09:46:37] [Render thread/INFO]: If you have any issues or questions, feel free to join our Discord: https://discord.gg/vMjzgS4.
[09:46:37] [Render thread/INFO]: I now exist
[09:46:38] [Render thread/INFO]: Registering ModBlocks for mcwbridges
[09:46:38] [Render thread/INFO]: Registering Mod Items for mcwbridges
[09:46:38] [Render thread/INFO]: Definitely not up to no good
[09:46:39] [Render thread/INFO]: Registering Mod Components
[09:46:39] [Render thread/INFO]: Registering items for remote_controlled
[09:46:39] [Render thread/INFO]: [REI] Config loaded
[09:46:39] [Render thread/INFO]: [REI] Registered plugin provider AdornReiServer [adorn] for REIPlugin
[09:46:39] [Render thread/INFO]: [REI] Registered plugin provider DefaultPlugin [roughlyenoughitems] for REIPlugin
[09:46:39] [Render thread/INFO]: [REI] Registered plugin provider DefaultRuntimePlugin [roughlyenoughitems] for REIPlugin
[09:46:39] [Render thread/INFO]: [REI] Registered plugin provider AdornReiClient [adorn] for REIPlugin
[09:46:39] [Render thread/INFO]: [REI] Registered plugin provider REITooltipPlugin [appleskin] for REIPlugin
[09:46:39] [Render thread/INFO]: [REI] Registered plugin provider REIPlugin [betterend] for REIPlugin
[09:46:39] [Render thread/INFO]: [REI] Registered plugin provider CharmReiClientPlugin [charm] for REIPlugin
[09:46:39] [Render thread/INFO]: [REI] Registered plugin provider ReiCompat [ellemes_container_lib] for REIPlugin
[09:46:39] [Render thread/INFO]: [REI] Registered plugin provider DefaultClientPlugin [roughlyenoughitems] for REIPlugin
[09:46:39] [Render thread/INFO]: [REI] Registered plugin provider DefaultClientRuntimePlugin [roughlyenoughitems] for REIPlugin
[09:46:39] [Render thread/INFO]: [REI] Registered plugin provider PluginEntry [roughlyenoughresources] for REIPlugin
[09:46:39] [Render thread/INFO]: [REI] Registered plugin provider ReiRecipeLookup [wthit] for REIPlugin
[09:46:39] [Render thread/INFO]: [REI] Registered plugin provider AdornReiServer [adorn] for REIServerPlugin
[09:46:39] [Render thread/INFO]: [REI] Registered plugin provider DefaultPlugin [roughlyenoughitems] for REIServerPlugin
[09:46:39] [Render thread/INFO]: [REI] Registered plugin provider DefaultRuntimePlugin [roughlyenoughitems] for REIServerPlugin
[09:46:39] [Render thread/INFO]: [REI] Registered plugin provider FabricFluidAPISupportPlugin for REIServerPlugin
[09:46:39] [Render thread/INFO]: [REI] Registered plugin provider FabricFluidAPISupportPlugin for REIPlugin
[09:46:39] [Render thread/INFO]: [RER] RoughlyEnoughPacketSize?  Possibly.
[09:46:39] [Render thread/INFO]: Config loaded.
[09:46:39] [Render thread/INFO]: Reloading config
[09:46:39] [Render thread/INFO]: Reloading reverb parameters
[09:46:39] [Render thread/INFO]: "C:\Users\PedalHat29861\AppData\Roaming\.minecraft\config\byg\overworld\byg-overworld-biomes.json5" was read.
[09:46:39] [Render thread/INFO]: Registered region minecraft:overworld to index 0 for type OVERWORLD
[09:46:39] [Render thread/INFO]: Registered region minecraft:nether to index 0 for type NETHER
[09:46:39] [Render thread/INFO]: Registered region byg:region_0 to index 1 for type OVERWORLD
[09:46:39] [Render thread/INFO]: Registered region byg:region_1 to index 2 for type OVERWORLD
[09:46:39] [Render thread/INFO]: Registered region byg:region_2 to index 3 for type OVERWORLD
[09:46:39] [Render thread/INFO]: Registered region byg:region_3 to index 4 for type OVERWORLD
[09:46:39] [Render thread/INFO]: Registered the class com.tiviacz.travelersbackpack.fluids.effects.WaterEffect as a FluidEffect for minecraft:water 81000 with the ID 0
[09:46:39] [Render thread/INFO]: Registered the class com.tiviacz.travelersbackpack.fluids.effects.LavaEffect as a FluidEffect for minecraft:lava 81000 with the ID 1
[09:46:39] [Render thread/INFO]: Registered the class com.tiviacz.travelersbackpack.fluids.effects.PotionEffect as a FluidEffect for travelersbackpack:potion_still 27000 with the ID 2
[09:46:39] [Render thread/INFO]: Loading unstructured
[09:46:39] [Render thread/INFO]: Loading client config for visualworkbench
[09:46:39] [Render thread/INFO]: Constructing common components for mod visualworkbench
[09:46:39] [Render thread/INFO]: Compatibility version 15
[09:46:39] [Render thread/INFO]: Loading plugins
[09:46:39] [Render thread/INFO]: Loaded 2 plugin(s)
[09:46:39] [Render thread/INFO]: Initializing plugins
[09:46:39] [Render thread/INFO]: Initializing Simple Voice Chat integration
[09:46:39] [Render thread/INFO]: Initialized 2 plugin(s)
[09:46:39] [Render thread/INFO]: Registering events for audioplayer
[09:46:39] [Render thread/INFO]: Registering events for sound_physics_remastered
[09:46:40] [Render thread/INFO]: [Wall Jump] loading config from file
[09:46:40] [Render thread/INFO]: [Wall Jump] initialized!
[09:46:40] [Render thread/INFO]: [WTHIT] Registering plugin betternether:global at org.betterx.betternether.integrations.wthit.WailaPlugin
[09:46:40] [Render thread/INFO]: [betternether] Registering Waila-/Wthit-Plugin.
[09:46:40] [Render thread/INFO]: [WTHIT] Registering plugin waila:core at mcp.mobius.waila.plugin.core.WailaCore
[09:46:40] [Render thread/INFO]: [WTHIT] Registering plugin waila:vanilla at mcp.mobius.waila.plugin.vanilla.WailaVanilla
[09:46:40] [Render thread/INFO]: [WTHIT] Plugin config reloaded
[09:46:40] [Render thread/INFO]: [betterend] Registered betterend:old_bulbis_gardens
[09:46:40] [Render thread/INFO]: Rendering squirrel physics...
[09:46:40] [Render thread/INFO]: BYG: "Client Setup" Event Complete!
[09:46:41] [Render thread/INFO]: [ModuleLoader] Enabled AtlasesClient
[09:46:41] [Render thread/INFO]: [ModuleLoader] Enabled AzaleaWoodClient
[09:46:41] [Render thread/INFO]: [ModuleLoader] Enabled BookcasesClient
[09:46:41] [Render thread/INFO]: [ModuleLoader] Enabled ChairsClient
[09:46:41] [Render thread/INFO]: [ModuleLoader] Enabled ClearItemFramesClient
[09:46:41] [Render thread/INFO]: [ModuleLoader] Enabled ColoredBundlesClient
[09:46:41] [Render thread/INFO]: [ModuleLoader] Enabled ColoredNetherPortalsClient
[09:46:41] [Render thread/INFO]: [ModuleLoader] Enabled CompassOverlayClient
[09:46:41] [Render thread/INFO]: [ModuleLoader] Enabled CoralSquidsClient
[09:46:41] [Render thread/INFO]: [ModuleLoader] Enabled CoreClient
[09:46:41] [Render thread/INFO]: [ModuleLoader] Enabled DiscsStopBackgroundMusicClient
[09:46:41] [Render thread/INFO]: [ModuleLoader] Enabled EndermitePowderClient
[09:46:41] [Render thread/INFO]: [ModuleLoader] Enabled ExtractEnchantmentsClient
[09:46:41] [Render thread/INFO]: [ModuleLoader] Enabled HoverSortingClient
[09:46:41] [Render thread/INFO]: [ModuleLoader] Enabled InventoryTidyingClient
[09:46:41] [Render thread/INFO]: [ModuleLoader] Enabled KilnsClient
[09:46:41] [Render thread/INFO]: [ModuleLoader] Enabled MapTooltipClient
[09:46:41] [Render thread/INFO]: [ModuleLoader] Enabled MoobloomsClient
[09:46:41] [Render thread/INFO]: [ModuleLoader] Enabled PlayerStateClient
[09:46:41] [Render thread/INFO]: [ModuleLoader] Enabled PortableCraftingClient
[09:46:41] [Render thread/INFO]: [ModuleLoader] Enabled RedstoneLanternsClient
[09:46:41] [Render thread/INFO]: [ModuleLoader] Enabled ShulkerBoxTooltipClient
[09:46:41] [Render thread/INFO]: [ModuleLoader] Enabled VariantBarsClient
[09:46:41] [Render thread/INFO]: [ModuleLoader] Enabled VariantChainsClient
[09:46:41] [Render thread/INFO]: [ModuleLoader] Enabled VariantChestsClient
[09:46:41] [Render thread/INFO]: [ModuleLoader] Enabled VariantLaddersClient
[09:46:41] [Render thread/INFO]: [ModuleLoader] Enabled VariantLanternsClient
[09:46:41] [Render thread/INFO]: [ModuleLoader] Enabled VariantMobTexturesClient
[09:46:41] [Render thread/INFO]: [ModuleLoader] Enabled WoodcuttersClient
[09:46:41] [Render thread/INFO]: [ModuleLoader] Running AtlasesClient
[09:46:41] [Render thread/INFO]: [ModuleLoader] Running AzaleaWoodClient
[09:46:41] [Render thread/INFO]: [ModuleLoader] Running BookcasesClient
[09:46:41] [Render thread/INFO]: [ModuleLoader] Running ChairsClient
[09:46:41] [Render thread/INFO]: [ModuleLoader] Running ClearItemFramesClient
[09:46:41] [Render thread/INFO]: [ModuleLoader] Running ColoredBundlesClient
[09:46:41] [Render thread/INFO]: [ModuleLoader] Running ColoredNetherPortalsClient
[09:46:41] [Render thread/INFO]: [ModuleLoader] Running CompassOverlayClient
[09:46:41] [Render thread/INFO]: [ModuleLoader] Running CoralSquidsClient
[09:46:41] [Render thread/INFO]: [ModuleLoader] Running CoreClient
[09:46:41] [Render thread/INFO]: [ModuleLoader] Running DiscsStopBackgroundMusicClient
[09:46:41] [Render thread/INFO]: [ModuleLoader] Running EndermitePowderClient
[09:46:41] [Render thread/INFO]: [ModuleLoader] Running ExtractEnchantmentsClient
[09:46:41] [Render thread/INFO]: [ModuleLoader] Running HoverSortingClient
[09:46:41] [Render thread/INFO]: [ModuleLoader] Running InventoryTidyingClient
[09:46:41] [Render thread/INFO]: [ModuleLoader] Running KilnsClient
[09:46:41] [Render thread/INFO]: [ModuleLoader] Running MapTooltipClient
[09:46:41] [Render thread/INFO]: [ModuleLoader] Running MoobloomsClient
[09:46:41] [Render thread/INFO]: [ModuleLoader] Running PlayerStateClient
[09:46:41] [Render thread/INFO]: [ModuleLoader] Running PortableCraftingClient
[09:46:41] [Render thread/INFO]: [ModuleLoader] Running RedstoneLanternsClient
[09:46:41] [Render thread/INFO]: [ModuleLoader] Running ShulkerBoxTooltipClient
[09:46:41] [Render thread/INFO]: [ModuleLoader] Running VariantBarsClient
[09:46:41] [Render thread/INFO]: [ModuleLoader] Running VariantChainsClient
[09:46:41] [Render thread/INFO]: [ModuleLoader] Running VariantChestsClient
[09:46:41] [Render thread/INFO]: [ModuleLoader] Running VariantLaddersClient
[09:46:41] [Render thread/INFO]: [ModuleLoader] Running VariantLanternsClient
[09:46:41] [Render thread/INFO]: [ModuleLoader] Running VariantMobTexturesClient
[09:46:41] [Render thread/INFO]: [ModuleLoader] Running WoodcuttersClient
[09:46:41] [Render thread/INFO]: [CoordinatesDisplay]: Initializing coordinates mod...
[09:46:41] [Render thread/INFO]: [CoordinatesDisplay]: Loaded all config
[09:46:41] [Render thread/INFO]: [CoordinatesDisplay]: Parsed color green as §a
[09:46:41] [Render thread/INFO]: [CoordinatesDisplay]: Parsed color white as §f
[09:46:41] [Render thread/INFO]: [CoordinatesDisplay]: Parsed all color prefixes
[09:46:41] [Render thread/INFO]: [Indigo] Different rendering plugin detected; not applying Indigo.
[09:46:41] [Render thread/INFO]: [STDOUT]: Inventory HUD + has been initialized!
[09:46:41] [Render thread/INFO]: [LambDynLights] Initializing LambDynamicLights...
[09:46:41] [Render thread/INFO]: [LambDynLights] Configuration loaded.
[09:46:41] [Render thread/WARN]: Using Cloth Config GUI
[09:46:41] [Render thread/INFO]: Using Cloth Config GUI
[09:46:41] [Render thread/INFO]: [STDOUT]: [Mouse Tweaks] Main.initialize()
[09:46:41] [Render thread/INFO]: [STDOUT]: [Mouse Tweaks] Initialized.
[09:46:41] [Render thread/INFO]: Registering client-side components
[09:46:41] [Render thread/INFO]: [REI] Registered plugin provider AdornReiClient [adorn] for REIClientPlugin
[09:46:41] [Render thread/INFO]: [REI] Registered plugin provider REITooltipPlugin [appleskin] for REIClientPlugin
[09:46:41] [Render thread/INFO]: [REI] Registered plugin provider REIPlugin [betterend] for REIClientPlugin
[09:46:41] [Render thread/INFO]: [REI] Registered plugin provider CharmReiClientPlugin [charm] for REIClientPlugin
[09:46:41] [Render thread/INFO]: [REI] Registered plugin provider ReiCompat [ellemes_container_lib] for REIClientPlugin
[09:46:41] [Render thread/INFO]: [REI] Registered plugin provider DefaultClientPlugin [roughlyenoughitems] for REIClientPlugin
[09:46:41] [Render thread/INFO]: [REI] Registered plugin provider DefaultClientRuntimePlugin [roughlyenoughitems] for REIClientPlugin
[09:46:41] [Render thread/INFO]: [REI] Registered plugin provider PluginEntry [roughlyenoughresources] for REIClientPlugin
[09:46:41] [Render thread/INFO]: [REI] Registered plugin provider ReiRecipeLookup [wthit] for REIClientPlugin
[09:46:42] [Render thread/INFO]: Saving config to C:\Users\PedalHat29861\AppData\Roaming\.minecraft\config\toolstats.json.
[09:46:42] [Render thread/INFO]: Constructing client components for mod visualworkbench
[09:46:42] [Render thread/INFO]: [Wall Jump Client] initialized!
[09:46:42] [Render thread/INFO]: Backend library: LWJGL version 3.3.1 SNAPSHOT
[09:46:42] [Cosmetica Lookup Thread #1/INFO]: Wow an old website? Cool bro
[09:46:42] [Render thread/INFO]: Debug functionality is disabled.
[09:46:42] [Render thread/INFO]: Profile: LOW (+7 options changed by user)
[09:46:43] [ForkJoinPool.commonPool-worker-1/INFO]: [Iris Update Check] New update detected, showing update message!
[09:46:43] [Render thread/INFO]: Using shaderpack: ComplementaryShaders_v4.3.3 (1).zip
[09:46:43] [Render thread/WARN]: Fabric NioResourcePack: ignored invalid namespace: FabricTPA in mod ID fabric-tpa
[09:46:43] [Render thread/WARN]: Fabric NioResourcePack: ignored invalid namespace: FabricHomes in mod ID fabrichomes
[09:46:43] [Render thread/WARN]: Fabric NioResourcePack: ignored invalid namespace: FabricTPA in mod ID fabric-tpa
[09:46:43] [Render thread/WARN]: Fabric NioResourcePack: ignored invalid namespace: FabricHomes in mod ID fabrichomes
[09:46:43] [Render thread/INFO]: [STDOUT]: Log Path: C:\Users\PedalHat29861\AppData\Roaming\.minecraft\CustomSkinLoader\CustomSkinLoader.log
[09:46:43] [Render thread/INFO]: [STDOUT]: [Render thread INFO] CustomSkinLoader 14.14-SNAPSHOT-325
[09:46:43] [Render thread/INFO]: [STDOUT]: [Render thread INFO] DataDir: C:\Users\PedalHat29861\AppData\Roaming\.minecraft\CustomSkinLoader
[09:46:43] [Render thread/INFO]: [STDOUT]: [Render thread INFO] Operating System: Windows 10 (amd64) version 10.0
[09:46:43] [Render thread/INFO]: [STDOUT]: [Render thread INFO] Java Version: 17.0.3, Microsoft
[09:46:43] [Render thread/INFO]: [STDOUT]: [Render thread INFO] Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft
[09:46:43] [Render thread/INFO]: [STDOUT]: [Render thread INFO] Minecraft: 0.14.8(fabric-loader-0.14.8-1.19)
[09:46:43] [Render thread/INFO]: [STDOUT]: [Render thread INFO] Config File: C:\Users\PedalHat29861\AppData\Roaming\.minecraft\CustomSkinLoader\CustomSkinLoader.json
[09:46:43] [Render thread/INFO]: [STDOUT]: [Render thread INFO] Try to load config.
[09:46:43] [Render thread/INFO]: [STDOUT]: [Render thread INFO] Successfully load config.
[09:46:43] [Render thread/INFO]: [STDOUT]: [Render thread INFO] Add a profile loader: MojangAPI
[09:46:43] [Render thread/INFO]: [STDOUT]: [Render thread INFO] Add a profile loader: Legacy
[09:46:43] [Render thread/INFO]: [STDOUT]: [Render thread INFO] Add a profile loader: CustomSkinAPI
[09:46:43] [Render thread/INFO]: [STDOUT]: [Render thread INFO] Add a profile loader: CustomSKinAPIPlus
[09:46:43] [Render thread/INFO]: [STDOUT]: [Render thread INFO] Add a profile loader: UniSkinAPI
[09:46:43] [Render thread/INFO]: [STDOUT]: [Render thread INFO] Add a profile loader: ElyByAPI
[09:46:43] [Render thread/INFO]: [STDOUT]: [Render thread INFO] Add a profile loader: GlitchlessAPI
[09:46:43] [Render thread/INFO]: [STDOUT]: [Render thread INFO] Successfully update config.
[09:46:43] [Render thread/INFO]: [STDOUT]: [Render thread INFO] version : 14.14
[09:46:43] [Render thread/INFO]: [STDOUT]: [Render thread INFO] buildNumber : 325
[09:46:43] [Render thread/INFO]: [STDOUT]: [Render thread INFO] loadlist : [{ "name": "Mojang", "type": "MojangAPI", "apiRoot": "https://api.mojang.com/", "sessionRoot": "https://sessionserver.mojang.com/" }, { "name": "LittleSkin", "type": "CustomSkinAPI", "root": "https://littlesk.in/csl/" }, { "name": "BlessingSkin", "type": "CustomSkinAPI", "root": "http://skin.prinzeugen.net/" }, { "name": "ElyBy", "type": "ElyByAPI", "root": "http://skinsystem.ely.by/textures/" }, { "name": "SkinMe", "type": "UniSkinAPI", "root": "http://www.skinme.cc/uniskin/" }, { "name": "TLauncher", "type": "ElyByAPI", "root": "https://auth.tlauncher.org/skin/profile/texture/login/" }, { "name": "LocalSkin", "type": "Legacy", "checkPNG": "false", "skin": "LocalSkin/skins/{USERNAME}.png", "model": "auto", "cape": "LocalSkin/capes/{USERNAME}.png", "elytra": "LocalSkin/elytras/{USERNAME}.png" }, { "name": "GlitchlessGames", "type": "GlitchlessAPI", "root": "https://games.glitchless.ru/api/minecraft/users/profiles/textures/?nickname=" }]
[09:46:43] [Render thread/INFO]: [STDOUT]: [Render thread INFO] enableDynamicSkull : true
[09:46:43] [Render thread/INFO]: [STDOUT]: [Render thread INFO] enableTransparentSkin : true
[09:46:43] [Render thread/INFO]: [STDOUT]: [Render thread INFO] forceIgnoreHttpsCertificate : false
[09:46:43] [Render thread/INFO]: [STDOUT]: [Render thread INFO] forceLoadAllTextures : false
[09:46:43] [Render thread/INFO]: [STDOUT]: [Render thread INFO] enableCape : true
[09:46:43] [Render thread/INFO]: [STDOUT]: [Render thread INFO] threadPoolSize : 3
[09:46:43] [Render thread/INFO]: [STDOUT]: [Render thread INFO] retryTime : 1
[09:46:43] [Render thread/INFO]: [STDOUT]: [Render thread INFO] cacheExpiry : 30
[09:46:43] [Render thread/INFO]: [STDOUT]: [Render thread INFO] forceUpdateSkull : false
[09:46:43] [Render thread/INFO]: [STDOUT]: [Render thread INFO] enableLocalProfileCache : false
[09:46:43] [Render thread/INFO]: [STDOUT]: [Render thread INFO] enableCacheAutoClean : false
[09:46:43] [Render thread/INFO]: [STDOUT]: [Render thread INFO] forceDisableCache : false
[09:46:44] [Render thread/INFO]: Hardware information:
[09:46:44] [Render thread/INFO]: CPU: 16x AMD Ryzen 7 3700X 8-Core Processor 
[09:46:44] [Render thread/INFO]: GPU: Radeon RX 580 Series (Supports OpenGL 3.2.14761 Core Profile Forward-Compatible Context 21.30.23.04 30.0.13023.4001)
[09:46:44] [Render thread/INFO]: OS: Windows 10 (10.0)
[09:46:44] [Render thread/INFO]: Narrator library for x64 successfully loaded
[09:46:44] [Render thread/INFO]: ARRP register - before vanilla
[09:46:44] [Render thread/INFO]: ARRP register - after vanilla
[09:46:44] [Render thread/INFO]: Reloading ResourceManager: Default, Fabric Mods (Additional Additions, AdditionalBanners, Adorn, Runtime Resource Pack, AdventureZ, AppleSkin, Automated Crafting, BCLib, Better Animals Plus, Better End, Better Nether, Better Third Person, Bookshelf, Bosses of Mass Destruction (Beta), Oh The Biomes You'll Go, CaffeineConfig, Capybara, Cardinal Components API, Cardinal Components API (base), Cardinal Components API (blocks), Cardinal Components API (chunks), Cardinal Components API (entities), Cardinal Components API (items), Cardinal Components API (world saves), Cardinal Components API (scoreboard), Cardinal Components API (worlds), Carrier, Charm, Cloth Config v6, Clumps, Continuity, Controlling For Fabric, Coordinates Display, Cosmetica, Crawl, CreativeCore (Fabric), Creeper Overhaul, DarkUtilities, Data Attributes, Dracomelette, Easier Enchanting, Eating Animation, EditSign, Ellemes' Container Library, Emotecraft, Enderite Mod, EntityCulling-Fabric, Expanded Storage, EyeMod, Fabric API, Fabric API Base, Fabric API Lookup API (v1), Fabric Biome API (v1), Fabric BlockRenderLayer Registration (v1), Fabric Command API (v1), Fabric Command API (v2), Fabric Commands (v0), Fabric Containers (v0), Fabric Content Registries (v0), Fabric Convention Tags, Fabric Crash Report Info (v1), Fabric Data Generation API (v1), Fabric Dimensions API (v1), Fabric Entity Events (v1), Fabric Events Interaction (v0), Fabric Events Lifecycle (v0), Fabric Game Rule API (v1), Fabric Item API (v1), Fabric Item Groups (v0), Fabric Key Binding API (v1), Fabric Key Bindings (v0), Fabric Language Kotlin, Fabric Lifecycle Events (v1), Fabric Loot API (v2), Fabric Loot Tables (v1), Fabric Message API (v1), Fabric Mining Level API (v1), Fabric Models (v0), Fabric Networking API (v1), Fabric Networking (v0), Fabric Object Builder API (v1), Fabric Particles (v1), Fabric Registry Sync (v0), Fabric Renderer API (v1), Fabric Renderer - Indigo, Fabric Renderer Registries (v1), Fabric Rendering Data Attachment (v1), Fabric Rendering Fluids (v1), Fabric Rendering (v0), Fabric Rendering (v1), Fabric Resource Conditions API (v1), Fabric Resource Loader (v0), Fabric Screen API (v1), Fabric Screen Handler API (v1), Fabric Textures (v0), Fabric Transfer API (v1), Fabric Transitive Access Wideners (v1), Fabric Loader, Forge Config API Port, FPS Reducer, Fabric Waystones, GBfabrictools, Geckolib, Grid, Indium, Inventorio, Inventory HUD +, Inventory Profiles Next, Iris, ItemPhysic (Fabric), Jankson, LambDynamicLights, LazyDFU, LibGui, Lithium, Localized Browsing, Logical Zoom, Maelstrom Library, Macaw's Bridges, MidnightLib, Minimalistic Bridging, Manningham Mills, Mod Menu, Moonlight, More Slabs, Stairs, and Walls, More Doors, Nature's Compass, Neat, Not Enough Crashes, Patchouli, PigPen, Polymorph, Prefab, Pride Lib, Reese's Sodium Options, Remote Controlled, Replay Mod, Roughly Enough Items, Roughly Enough Resources, Ruined Equipment, Runelic, Simple RPC, 3d Skin Layers, Sodium, Sodium Extra, Sound Physics Remastered, SpruceUI, Sulfate, Energy, TerraBlender, ToolStats, Traveler's Backpack, Trinkets, Unstructured, Simple Voice Chat, VoidZ, Wall-Jump!, wthit, Xp Obelisk), Black Icons, replaymod_lang
[09:46:44] [Render thread/INFO]: This line is printed by the mod mixin!
[09:46:45] [Render thread/INFO]: Creating pipeline for dimension OVERWORLD
[09:46:45] [Render thread/WARN]: [Triforce Patcher] gl_FragColor is not supported yet, please use gl_FragData! Assuming that the shaderpack author intended to use gl_FragData[0]...
[09:46:46] [Render thread/INFO]: "C:\Users\PedalHat29861\AppData\Roaming\.minecraft\config\byg\settings.json5" was read.
[09:46:46] [Render thread/INFO]: "C:\Users\PedalHat29861\AppData\Roaming\.minecraft\config\byg\surface_rules\nether_surface_rules.json5" was read.
[09:46:46] [Render thread/INFO]: "C:\Users\PedalHat29861\AppData\Roaming\.minecraft\config\byg\surface_rules\overworld_surface_rules.json5" was read.
[09:46:46] [Render thread/INFO]: "C:\Users\PedalHat29861\AppData\Roaming\.minecraft\config\byg\surface_rules\end_surface_rules.json5" was read.
[09:46:46] [Render thread/INFO]: "Oh The Biomes You'll Go" after registries freeze event firing...
[09:46:46] [Render thread/INFO]: "C:\Users\PedalHat29861\AppData\Roaming\.minecraft\config\byg\end-biomes.json5" was read.
[09:46:46] [Render thread/INFO]: "C:\Users\PedalHat29861\AppData\Roaming\.minecraft\config\byg\nether-biomes.json5" was read.
[09:46:46] [Render thread/INFO]: "C:\Users\PedalHat29861\AppData\Roaming\.minecraft\config\byg\growing-patterns.json5" was read.
[09:46:46] [Render thread/INFO]: "C:\Users\PedalHat29861\AppData\Roaming\.minecraft\config\byg\trades.json5" was read.
[09:46:46] [Render thread/INFO]: "C:\Users\PedalHat29861\AppData\Roaming\.minecraft\config\byg\biomepedia.json5" was read.
[09:46:46] [Render thread/INFO]: Created compressed zip back up for "C:\Users\PedalHat29861\AppData\Roaming\.minecraft\config\byg" in "C:\Users\PedalHat29861\AppData\Roaming\.minecraft\config\byg\backups\last_working_configs_backup.zip"
[09:46:46] [Render thread/INFO]: BYG: Compostible Blocks Added!
[09:46:46] [Render thread/INFO]: BYG: Added tillables!
[09:46:46] [Render thread/INFO]: BYG: Added Flammables!
[09:46:46] [Render thread/INFO]: BYG: Added strippable Blocks...
[09:46:46] [Render thread/INFO]: BYG: "Load Complete" Event Complete!
[09:46:46] [Render thread/INFO]: "Oh The Biomes You'll Go" after registries freeze event complete!
[09:46:46] [Render thread/INFO]: [STDOUT]: (MidnightLib) Player hats successfully loaded!
[09:46:46] [Render thread/WARN]: [inventoryprofilesnext] Unknown config key 'first_run' with value 'false'
[09:46:46] [Render thread/WARN]: [inventoryprofilesnext] Unknown config key 'first_run' with value 'false'
[09:46:46] [Render thread/INFO]: [STDOUT]: InvGUI Initialized
[09:46:46] [Render thread/INFO]: This line is printed by the mod mixin!
[09:46:46] [Render thread/INFO]: This line is printed by the mod mixin!
[09:46:48] [Thread-37/INFO]: [STDERR]: java.io.IOException: Error trying to request https://api.cosmetica.cc/client/verifyforauthtokens?token=t-aVBzQnZQT0lXbmlCUVNWVWtBbTJSZ0h6QnorRkNCUEhMdzBSV281ZUh4TnA4cGpEbWtQRUJ2T1UvWnVHSmhkU2RZc1pSVWI1M292ek5tWXJmbk1ydjVqM1FhdjVNM3FBSGd4Nk9PenlMeE1zK2hnL01wNVpYTE9Kak9vRWh0aUszMTUyUGc9PQ&uuid=c4a02176f42146cc8f311ab463384f84&access-token=eyJhbGciOiJIUzI1NiJ9.eyJ4dWlkIjoiMjUzNTQyODk1NDI2MTI4NCIsImFnZyI6IkFkdWx0Iiwic3ViIjoiMjU0ZmQyMGUtZGI0Yy00ZmI5LTgyNDUtYzZiMzVlYWEzNGY1IiwibmJmIjoxNjU5OTY5OTY0LCJhdXRoIjoiWEJPWCIsInJvbGVzIjpbXSwiaXNzIjoiYXV0aGVudGljYXRpb24iLCJleHAiOjE2NjAwNTYzNjQsImlhdCI6MTY1OTk2OTk2NCwicGxhdGZvcm0iOiJPTkVTVE9SRSIsInl1aWQiOiIzOGM5NjkzOGNhNWY5MDkzZmUwODRlZWFmNTRhYzcyOCJ9.RsSbR-AZaiaPyRSOcQJUTANSslPOPl76NTrUCr9IlgU: 500
[09:46:48] [Thread-37/INFO]: [STDERR]:  at com.eyezah.cosmetics.utils.Response.request(Response.java:72)
[09:46:48] [Thread-37/INFO]: [STDERR]:  at com.eyezah.cosmetics.Authentication.lambda$requestTokens$3(Authentication.java:98)
[09:46:48] [Thread-37/INFO]: [STDERR]:  at java.base/java.lang.Thread.run(Thread.java:833)
[09:46:57] [Thread-39/ERROR]: Error from mod 'emotecraft'
java.lang.ExceptionInInitializerError: null
    at Not Enough Crashes deobfuscated stack trace.(1.18.2+build.2) ~[?:?]
    at io.github.kosmx.emotes.arch.gui.EmoteMenuImpl.newMaster(EmoteMenuImpl.java:29) ~[emotecraft-for-MC1.19-2.1.3-SNAPSHOT-build.30-fabric.jar:?]
    at io.github.kosmx.emotes.arch.gui.screen.AbstractControlledModScreen.<init>(AbstractControlledModScreen.java:45) ~[emotecraft-for-MC1.19-2.1.3-SNAPSHOT-build.30-fabric.jar:?]
    at io.github.kosmx.emotes.arch.gui.EmoteMenuImpl.<init>(EmoteMenuImpl.java:19) ~[emotecraft-for-MC1.19-2.1.3-SNAPSHOT-build.30-fabric.jar:?]
    at io.github.kosmx.emotes.arch.gui.EmoteMenuImpl.<init>(EmoteMenuImpl.java:23) ~[emotecraft-for-MC1.19-2.1.3-SNAPSHOT-build.30-fabric.jar:?]
    at com.terraformersmc.modmenu.ModMenu.getConfigScreen(ModMenu.java:51) ~[modmenu-4.0.0.jar:?]
    at com.terraformersmc.modmenu.gui.ModsScreen.init(ModsScreen.java:117) [modmenu-4.0.0.jar:?]
Caused by: java.lang.IllegalStateException: Rendersystem called from wrong thread
    at com.mojang.blaze3d.systems.RenderSystem.constructThreadException(RenderSystem:181) ~[client-intermediary.jar:?]
    at com.mojang.blaze3d.systems.RenderSystem.assertOnRenderThread(RenderSystem:170) ~[client-intermediary.jar:?]
    at net.minecraft.client.util.Window.logGlError(Window:222) ~[?:?]
    at org.lwjgl.glfw.GLFWErrorCallbackI.callback(GLFWErrorCallbackI.java:43) ~[lwjgl-glfw-3.3.1.jar:?]
    at org.lwjgl.system.JNI.invokeP(Native Method) ~[lwjgl-3.3.1.jar:?]
    at org.lwjgl.glfw.GLFW.nglfwGetKeyName(GLFW.java:3588) ~[lwjgl-glfw-3.3.1.jar:?]
    at org.lwjgl.glfw.GLFW.glfwGetKeyName(GLFW.java:3649) ~[lwjgl-glfw-3.3.1.jar:?]
    at net.minecraft.client.util.InputUtil$Type.method_27450(InputUtil:193) ~[?:?]
    at net.minecraft.client.util.InputUtil$Key.method_27444(InputUtil:388) ~[?:?]
    at com.google.common.base.Suppliers$NonSerializableMemoizingSupplier.get(Suppliers.java:183) ~[guava-31.0.1-jre.jar:?]
    at net.minecraft.util.Lazy.get(Lazy:19) ~[?:?]
    at net.minecraft.client.util.InputUtil$Key.getLocalizedText(InputUtil:405) ~[?:?]
    at io.github.kosmx.emotes.arch.executor.types.Key.getLocalizedText(Key.java:27) ~[emotecraft-for-MC1.19-2.1.3-SNAPSHOT-build.30-fabric.jar:?]
    at io.github.kosmx.emotes.main.screen.EmoteMenu.<clinit>(EmoteMenu.java:45) ~[emotecraft-for-MC1.19-2.1.3-SNAPSHOT-build.30-fabric.jar:?]
    ... 6 more
[09:47:20] [Render thread/WARN]: Missing sound for event: minecraft:item.goat_horn.play
[09:47:20] [Render thread/WARN]: Missing sound for event: minecraft:entity.goat.screaming.horn_break
[09:47:21] [Render thread/INFO]: OpenAL initialized on device OpenAL Soft on Altavoces (2- Logitech G533 Gaming Headset)
[09:47:21] [Render thread/INFO]: Initializing Sound Physics
[09:47:21] [Render thread/INFO]: EFX Extension recognized
[09:47:21] [Render thread/INFO]: Max auxiliary sends: 4
[09:47:21] [Render thread/INFO]: Aux slot 1 created
[09:47:21] [Render thread/INFO]: Aux slot 2 created
[09:47:21] [Render thread/INFO]: Aux slot 3 created
[09:47:21] [Render thread/INFO]: Aux slot 4 created
[09:47:21] [Render thread/INFO]: EFX ready
[09:47:21] [Render thread/INFO]: Sound engine started
[09:47:21] [Render thread/INFO]: Created: 2048x2048x4 minecraft:textures/atlas/blocks.png-atlas
[09:47:21] [Render thread/INFO]: Created: 512x256x4 minecraft:textures/atlas/signs.png-atlas
[09:47:21] [Render thread/INFO]: Created: 512x512x4 minecraft:textures/atlas/banner_patterns.png-atlas
[09:47:21] [Render thread/INFO]: Created: 512x512x4 minecraft:textures/atlas/shield_patterns.png-atlas
[09:47:21] [Render thread/INFO]: Created: 1024x512x4 minecraft:textures/atlas/chest.png-atlas
[09:47:21] [Render thread/INFO]: Created: 512x256x4 minecraft:textures/atlas/beds.png-atlas
[09:47:21] [Render thread/INFO]: Created: 512x256x4 minecraft:textures/atlas/shulker_boxes.png-atlas
[09:47:26] [Render thread/WARN]: @Redirect conflict. Skipping mixins.customskinloader.json:MixinLayerCape from mod customskinloader->@Redirect::redirect_doRenderLayer(Lnet/minecraft/class_2960;)Lnet/minecraft/class_1921; with priority 990, already redirected by cosmetica.mixins.json:textures.MixinCapeLayer from mod cosmetica->@Redirect::allowTransparentCapes(Lnet/minecraft/class_2960;)Lnet/minecraft/class_1921; with priority 1000
[09:47:26] [Render thread/WARN]: Shader rendertype_entity_translucent_emissive could not find sampler named Sampler2 in the specified shader program.
[09:47:26] [Render thread/INFO]: Created: 512x256x0 minecraft:textures/atlas/particles.png-atlas
[09:47:26] [Render thread/INFO]: Created: 256x256x0 minecraft:textures/atlas/paintings.png-atlas
[09:47:26] [Render thread/INFO]: Created: 128x128x0 minecraft:textures/atlas/mob_effects.png-atlas
[09:47:26] [Render thread/INFO]: BookContentResourceListenerLoader preloaded 0 jsons
[09:47:26] [Render thread/INFO]: Not reloading resource pack-based books as client world is missing
[09:47:26] [Render thread/INFO]: This line is printed by the mod mixin!
[09:47:31] [Render thread/INFO]: This line is printed by the mod mixin!
[09:47:33] [Render thread/INFO]: [bclib] Loading from builtin Registry
[09:47:33] [Render thread/INFO]: [DataFixerAPI] Ignoring Patch{betternether:5.3.5:21020677}
[09:47:33] [Render thread/INFO]: [bclib] Running Pre Patchers on C:\Users\PedalHat29861\AppData\Roaming\.minecraft\saves\Mundo nuevo (1)\.
[09:47:33] [Render thread/INFO]: [DataFixerAPI] Everything up to date
[09:47:33] [Render thread/WARN]: Fabric NioResourcePack: ignored invalid namespace: FabricTPA in mod ID fabric-tpa
[09:47:33] [Render thread/WARN]: Fabric NioResourcePack: ignored invalid namespace: FabricHomes in mod ID fabrichomes
[09:47:34] [Render thread/INFO]: [bclib] Found End Biome betterend:nightshade_redwoods that was not registers with fabric or bclib. Assuming end-land Biome...
[09:47:34] [Render thread/INFO]: [bclib] Found End Biome betterend:old_bulbis_gardens that was not registers with fabric or bclib. Assuming end-land Biome...
[09:47:34] [Render thread/INFO]: [bclib] Make sure features are loaded from terrablender
BCLib - The End BiomeSource (12b9c25d)
    biomes     = 26
    namespaces = betterend, minecraft
    seed       = 0
    height     = 128
    deciders   = 1
    config     = BCLEndBiomeSourceConfig{mapVersion=square, generatorVersion=paulevs, withVoidBiomes=true, innerVoidRadiusSquared=1048576, voidBiomesSize=256, centerBiomesSize=256, landBiomesSize=256, barrensBiomesSize=256}
[09:47:34] [Render thread/INFO]: [bclib] Make sure features are loaded from terrablender
BCLib - Nether BiomeSource (4cf0450d)
    biomes     = 27
    namespaces = betternether, minecraft
    seed       = 0
    height     = 128
    config     = BCLibNetherBiomeSourceConfig{mapVersion=square}
[09:47:34] [Render thread/INFO]: [bclib] Found End Biome betterend:nightshade_redwoods that was not registers with fabric or bclib. Assuming end-land Biome...
[09:47:34] [Render thread/INFO]: [bclib] Found End Biome betterend:old_bulbis_gardens that was not registers with fabric or bclib. Assuming end-land Biome...
[09:47:34] [Render thread/INFO]: [bclib] Make sure features are loaded from terrablender
BCLib - The End BiomeSource (132d048e)
    biomes     = 26
    namespaces = betterend, minecraft
    seed       = 0
    height     = 128
    deciders   = 1
    config     = BCLEndBiomeSourceConfig{mapVersion=hex, generatorVersion=paulevs, withVoidBiomes=true, innerVoidRadiusSquared=1048576, voidBiomesSize=256, centerBiomesSize=256, landBiomesSize=256, barrensBiomesSize=256}
[09:47:34] [Render thread/INFO]: [bclib] Make sure features are loaded from terrablender
BCLib - Nether BiomeSource (5d3bf3cb)
    biomes     = 27
    namespaces = betternether, minecraft
    seed       = 0
    height     = 128
    config     = BCLibNetherBiomeSourceConfig{mapVersion=hex}
[09:47:34] [Render thread/INFO]: [fabric-registry-sync] Loaded registry data [file 1/4]
[09:47:35] [Worker-Main-11/ERROR]: Couldn't load tag unstructured:explorer_maps/village as it is missing following references: minecraft:village (from Unstructured)
[09:47:36] [Render thread/INFO]: Loaded 10 recipes
[09:47:36] [Render thread/INFO]: Loaded 2568 advancements
[09:47:36] [Render thread/INFO]: [additionaladditions] Loaded 0 behaviours
[09:47:39] [Render thread/INFO]: "C:\Users\PedalHat29861\AppData\Roaming\.minecraft\config\byg\end-biomes.json5" was read.
[09:47:39] [Render thread/INFO]: "C:\Users\PedalHat29861\AppData\Roaming\.minecraft\config\byg\nether-biomes.json5" was read.
[09:47:39] [Render thread/INFO]: "C:\Users\PedalHat29861\AppData\Roaming\.minecraft\config\byg\overworld\byg-overworld-biomes.json5" was read.
[09:47:39] [Render thread/INFO]: "C:\Users\PedalHat29861\AppData\Roaming\.minecraft\config\byg\surface_rules\nether_surface_rules.json5" was read.
[09:47:39] [Render thread/INFO]: "C:\Users\PedalHat29861\AppData\Roaming\.minecraft\config\byg\surface_rules\overworld_surface_rules.json5" was read.
[09:47:39] [Render thread/INFO]: "C:\Users\PedalHat29861\AppData\Roaming\.minecraft\config\byg\surface_rules\end_surface_rules.json5" was read.
[09:47:39] [Render thread/INFO]: "C:\Users\PedalHat29861\AppData\Roaming\.minecraft\config\byg\growing-patterns.json5" was read.
[09:47:39] [Render thread/INFO]: "C:\Users\PedalHat29861\AppData\Roaming\.minecraft\config\byg\trades.json5" was read.
[09:47:39] [Render thread/INFO]: "C:\Users\PedalHat29861\AppData\Roaming\.minecraft\config\byg\settings.json5" was read.
[09:47:39] [Render thread/INFO]: "C:\Users\PedalHat29861\AppData\Roaming\.minecraft\config\byg\biomepedia.json5" was read.
[09:47:39] [Render thread/INFO]: "C:\Users\PedalHat29861\AppData\Roaming\.minecraft\config\byg\nether-biomes.json5" was read.
[09:47:39] [Render thread/INFO]: "C:\Users\PedalHat29861\AppData\Roaming\.minecraft\config\byg\end-biomes.json5" was read.
[09:47:39] [Render thread/INFO]: Applied 1037 biome modifications to 187 of 187 new biomes in 47.65 ms
[09:47:40] [Server thread/INFO]: Successfully loaded 'C:\Users\PedalHat29861\AppData\Roaming\.minecraft\saves\Mundo nuevo (1)\.\serverconfig\betteranimalsplus-server.json5'
[09:47:40] [Server thread/INFO]: Successfully loaded 'C:\Users\PedalHat29861\AppData\Roaming\.minecraft\config\betteranimalsplus-client.json5'
[09:47:40] [Server thread/INFO]: Adding waystone fwaystones:village_waystone to village minecraft:village/savanna/houses
[09:47:40] [Server thread/INFO]: Adding waystone fwaystones:village_waystone to village minecraft:village/snowy/houses
[09:47:40] [Server thread/INFO]: Adding waystone fwaystones:village_waystone to village minecraft:village/plains/houses
[09:47:40] [Server thread/INFO]: Adding waystone fwaystones:desert_village_waystone to village minecraft:village/desert/houses
[09:47:40] [Server thread/INFO]: Adding waystone fwaystones:village_waystone to village minecraft:village/taiga/houses
[09:47:40] [Server thread/INFO]: [WTHIT] Plugin config reloaded
[09:47:40] [Server thread/INFO]: Starting integrated minecraft server version 1.19
[09:47:40] [Server thread/INFO]: Generating keypair
[09:47:40] [Server thread/INFO]: [bclib] 
Apply Modifications for voidz:void
    class_1992 (eb234e5)
        biomes     = 1
        namespaces = minecraft
[09:47:40] [Server thread/INFO]: [bclib] 
Apply Modifications for minecraft:the_end
    BYGFabricEndBiomeSource (122a2416)
        biomes     = 40
        namespaces = minecraft, byg, betterend
[09:47:40] [Server thread/INFO]: [bclib] 
Apply Modifications for minecraft:overworld
    class_1992 (294dfd47)
        biomes     = 1
        namespaces = minecraft
[09:47:40] [Server thread/INFO]: [bclib] 
Apply Modifications for minecraft:the_nether
    BYGFabricNetherBiomeSource (5493fc37)
        biomes     = 39
        namespaces = minecraft, byg, betternether
[09:47:40] [Server thread/INFO]: [bclib] World Dimensions: 
 - voidz:void: 
     net.voidz.dimension.VoidChunkGenerator@76d29663 
     class_1992 (eb234e5)
         biomes     = 1
         namespaces = minecraft
 - minecraft:the_end: 
     net.minecraft.class_3754@7e674227 
     BYGFabricEndBiomeSource (122a2416)
         biomes     = 40
         namespaces = minecraft, byg, betterend
 - minecraft:overworld: 
     net.minecraft.class_2897@1f2e4219 
     class_1992 (294dfd47)
         biomes     = 1
         namespaces = minecraft
 - minecraft:the_nether: 
     net.minecraft.class_3754@2ade3a15 
     BYGFabricNetherBiomeSource (5493fc37)
         biomes     = 39
         namespaces = minecraft, byg, betternether
[09:47:40] [Server thread/INFO]: "C:\Users\PedalHat29861\AppData\Roaming\.minecraft\config\byg\surface_rules\nether_surface_rules.json5" was read.
[09:47:40] [Server thread/INFO]: "C:\Users\PedalHat29861\AppData\Roaming\.minecraft\config\byg\surface_rules\overworld_surface_rules.json5" was read.
[09:47:40] [Server thread/INFO]: "C:\Users\PedalHat29861\AppData\Roaming\.minecraft\config\byg\surface_rules\end_surface_rules.json5" was read.
[09:47:40] [Server thread/INFO]: Loading dimension "minecraft:the_nether" with biome source: "byg:nether".
[09:47:40] [Server thread/INFO]: "C:\Users\PedalHat29861\AppData\Roaming\.minecraft\config\byg\surface_rules\nether_surface_rules.json5" was read.
[09:47:40] [Server thread/INFO]: "C:\Users\PedalHat29861\AppData\Roaming\.minecraft\config\byg\surface_rules\overworld_surface_rules.json5" was read.
[09:47:40] [Server thread/INFO]: "C:\Users\PedalHat29861\AppData\Roaming\.minecraft\config\byg\surface_rules\end_surface_rules.json5" was read.
[09:47:40] [Server thread/INFO]: Loading dimension "minecraft:the_end" with biome source: "byg:end".
[09:47:40] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
[09:47:43] [Render thread/INFO]: Preparando área de aparición: 0%
[09:47:43] [Render thread/INFO]: Preparando área de aparición: 0%
[09:47:43] [Render thread/INFO]: Preparando área de aparición: 0%
[09:47:43] [Render thread/INFO]: Preparando área de aparición: 0%
[09:47:43] [Render thread/INFO]: Preparando área de aparición: 0%
[09:47:43] [Render thread/INFO]: Preparando área de aparición: 0%
[09:47:43] [Render thread/INFO]: Preparando área de aparición: 36%
[09:47:44] [Render thread/INFO]: Time elapsed: 3309 ms
[09:47:44] [Server thread/INFO]: Using default voicechat socket implementation
[09:47:44] [VoiceChatServerThread/INFO]: Server started at port 54025
[09:47:44] [Server thread/INFO]: Changing simulation distance to 10, from 0
[09:47:44] [Netty Local Client IO #0/INFO]: Singleplayer Recording is disabled
[09:47:44] [Netty Local Client IO #0/INFO]: Connected to a modded server.
[09:47:45] [Netty Local Client IO #0/INFO]: [bclib] Found End Biome betterend:nightshade_redwoods that was not registers with fabric or bclib. Assuming end-land Biome...
[09:47:45] [Netty Local Client IO #0/INFO]: [bclib] Found End Biome betterend:old_bulbis_gardens that was not registers with fabric or bclib. Assuming end-land Biome...
[09:47:45] [Netty Local Client IO #0/INFO]: [bclib] Make sure features are loaded from terrablender
BCLib - The End BiomeSource (aa6cb5b)
    biomes     = 26
    namespaces = betterend, minecraft
    seed       = 0
    height     = 128
    deciders   = 1
    config     = BCLEndBiomeSourceConfig{mapVersion=square, generatorVersion=paulevs, withVoidBiomes=true, innerVoidRadiusSquared=1048576, voidBiomesSize=256, centerBiomesSize=256, landBiomesSize=256, barrensBiomesSize=256}
[09:47:45] [Netty Local Client IO #0/INFO]: [bclib] Make sure features are loaded from terrablender
BCLib - Nether BiomeSource (d2ab568)
    biomes     = 27
    namespaces = betternether, minecraft
    seed       = 0
    height     = 128
    config     = BCLibNetherBiomeSourceConfig{mapVersion=square}
[09:47:45] [Netty Local Client IO #0/INFO]: [bclib] Found End Biome betterend:nightshade_redwoods that was not registers with fabric or bclib. Assuming end-land Biome...
[09:47:45] [Netty Local Client IO #0/INFO]: [bclib] Found End Biome betterend:old_bulbis_gardens that was not registers with fabric or bclib. Assuming end-land Biome...
[09:47:45] [Netty Local Client IO #0/INFO]: [bclib] Make sure features are loaded from terrablender
BCLib - The End BiomeSource (67fe709e)
    biomes     = 26
    namespaces = betterend, minecraft
    seed       = 0
    height     = 128
    deciders   = 1
    config     = BCLEndBiomeSourceConfig{mapVersion=hex, generatorVersion=paulevs, withVoidBiomes=true, innerVoidRadiusSquared=1048576, voidBiomesSize=256, centerBiomesSize=256, landBiomesSize=256, barrensBiomesSize=256}
[09:47:45] [Netty Local Client IO #0/INFO]: [bclib] Make sure features are loaded from terrablender
BCLib - Nether BiomeSource (3f2708fc)
    biomes     = 27
    namespaces = betternether, minecraft
    seed       = 0
    height     = 128
    config     = BCLibNetherBiomeSourceConfig{mapVersion=hex}
[09:47:45] [Netty Local Client IO #0/INFO]: Successfully loaded 'C:\Users\PedalHat29861\AppData\Roaming\.minecraft\config\betteranimalsplus-client.json5'
[09:47:45] [Server thread/INFO]: PedalHat29861[local:E:555b1fa9] logged in with entity id 84 at (11.298159636932848, -60.0, 52.938704512985744)
[09:47:45] [Server thread/INFO]: Using Fabric Permissions API
[09:47:45] [REI-ReloadPlugins/INFO]: [REI] Reloading Plugin Manager [REIPlugin] stage [START], registered 13 plugins: ReiRecipeLookup [wthit], AdornReiServer [adorn], DefaultRuntimePlugin [roughlyenoughitems], AdornReiClient [adorn], REITooltipPlugin [appleskin], REIPlugin [betterend], CharmReiClientPlugin [charm], ReiCompat [ellemes_container_lib], DefaultClientRuntimePlugin [roughlyenoughitems], PluginEntry [roughlyenoughresources], FabricFluidAPISupportPlugin, DefaultPlugin [roughlyenoughitems], DefaultClientPlugin [roughlyenoughitems]
[09:47:45] [Server thread/INFO]: PedalHat29861 se conectó
[09:47:45] [Render thread/WARN]: Mixin apply for mod (unknown) failed mixins.compat.shaders.replaymod.json:MixinShaderRenderChunk from mod (unknown) -> net.minecraft.class_846$class_851: org.spongepowered.asm.mixin.transformer.throwables.InvalidMixinException @Shadow field rebuildFrame was not located in the target class net.minecraft.class_846$class_851. Using refmap mixins.replaymod.refmap.json
org.spongepowered.asm.mixin.transformer.throwables.InvalidMixinException: @Shadow field rebuildFrame was not located in the target class net.minecraft.class_846$class_851. Using refmap mixins.replaymod.refmap.json
    at Not Enough Crashes deobfuscated stack trace.(1.18.2+build.2) ~[?:?]
    at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.attachFields(MixinPreProcessorStandard.java:624) ~[sponge-mixin-0.11.4+mixin.0.8.5.jar:0.11.4+mixin.0.8.5]
    at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.attach(MixinPreProcessorStandard.java:302) ~[sponge-mixin-0.11.4+mixin.0.8.5.jar:0.11.4+mixin.0.8.5]
    at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.createContextFor(MixinPreProcessorStandard.java:277) ~[sponge-mixin-0.11.4+mixin.0.8.5.jar:0.11.4+mixin.0.8.5]
    at org.spongepowered.asm.mixin.transformer.MixinInfo.createContextFor(MixinInfo.java:1289) ~[sponge-mixin-0.11.4+mixin.0.8.5.jar:0.11.4+mixin.0.8.5]
    at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:292) ~[sponge-mixin-0.11.4+mixin.0.8.5.jar:0.11.4+mixin.0.8.5]
    at org.spongepowered.asm.mixin.transformer.TargetClassContext.apply(TargetClassContext.java:421) ~[sponge-mixin-0.11.4+mixin.0.8.5.jar:0.11.4+mixin.0.8.5]
    at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:403) ~[sponge-mixin-0.11.4+mixin.0.8.5.jar:0.11.4+mixin.0.8.5]
    at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:363) ~[sponge-mixin-0.11.4+mixin.0.8.5.jar:0.11.4+mixin.0.8.5]
    at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:234) ~[sponge-mixin-0.11.4+mixin.0.8.5.jar:0.11.4+mixin.0.8.5]
    at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:202) ~[sponge-mixin-0.11.4+mixin.0.8.5.jar:0.11.4+mixin.0.8.5]
    at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:414) ~[fabric-loader-0.14.8.jar:?]
    at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.tryLoadClass(KnotClassDelegate.java:323) ~[fabric-loader-0.14.8.jar:?]
    at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass(KnotClassDelegate.java:218) ~[fabric-loader-0.14.8.jar:?]
    at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:145) ~[fabric-loader-0.14.8.jar:?]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:520) ~[?:?]
    at net.minecraft.client.render.BuiltChunkStorage.createChunks(BuiltChunkStorage:32) ~[?:?]
    at net.minecraft.client.render.BuiltChunkStorage.<init>(BuiltChunkStorage:24) ~[?:?]
    at net.minecraft.client.render.WorldRenderer.reload(WorldRenderer:802) ~[?:?]
    at net.minecraft.client.render.WorldRenderer.setWorld(WorldRenderer:746) ~[?:?]
    at net.minecraft.client.MinecraftClient.setWorld(MinecraftClient:2133) ~[?:?]
    at net.minecraft.client.MinecraftClient.joinWorld(MinecraftClient:2056) ~[?:?]
    at net.minecraft.client.network.ClientPlayNetworkHandler.onGameJoin(ClientPlayNetworkHandler:367) ~[?:?]
    at net.minecraft.network.packet.s2c.play.GameJoinS2CPacket.apply(GameJoinS2CPacket:86) ~[?:?]
    at net.minecraft.network.packet.s2c.play.GameJoinS2CPacket.apply(GameJoinS2CPacket:20) ~[?:?]
    at net.minecraft.network.NetworkThreadUtils.method_11072(NetworkThreadUtils:22) ~[?:?]
    at net.minecraft.util.thread.ThreadExecutor.executeTask(ThreadExecutor:157) ~[?:?]
    at net.minecraft.util.thread.ReentrantThreadExecutor.executeTask(ReentrantThreadExecutor:23) ~[?:?]
    at net.minecraft.util.thread.ThreadExecutor.runTask(ThreadExecutor:131) ~[?:?]
    at net.minecraft.util.thread.ThreadExecutor.runTasks(ThreadExecutor:116) ~[?:?]
    at net.minecraft.client.MinecraftClient.render(MinecraftClient:1095) ~[?:?]
    at net.minecraft.client.MinecraftClient.run(MinecraftClient:734) ~[?:?]
    at net.minecraft.client.main.Main.main(Main:237) [client-intermediary.jar:?]
    at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:461) [fabric-loader-0.14.8.jar:?]
    at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74) [fabric-loader-0.14.8.jar:?]
    at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23) [fabric-loader-0.14.8.jar:?]
[09:47:45] [REI-ReloadPlugins/INFO]: [REI] Reloading Plugin Manager [REIClientPlugin] stage [START], registered 9 plugins: ReiRecipeLookup [wthit], AdornReiClient [adorn], REITooltipPlugin [appleskin], REIPlugin [betterend], CharmReiClientPlugin [charm], ReiCompat [ellemes_container_lib], DefaultClientRuntimePlugin [roughlyenoughitems], PluginEntry [roughlyenoughresources], DefaultClientPlugin [roughlyenoughitems]
[09:47:45] [REI-ReloadPlugins/INFO]: [REI] Reloading Plugin Manager [REIServerPlugin] stage [START], registered 4 plugins: AdornReiServer [adorn], DefaultRuntimePlugin [roughlyenoughitems], FabricFluidAPISupportPlugin, DefaultPlugin [roughlyenoughitems]
[09:47:45] [REI-ReloadPlugins/INFO]: [REI] Reloaded Plugin Manager [REIPlugin] with 13 plugins in 112.2 ms.
[09:47:45] [REI-ReloadPlugins/INFO]: [REI] Reloaded Plugin Manager [REIClientPlugin] with 9 plugins in 213.6 ms.
[09:47:45] [REI-ReloadPlugins/INFO]: [REI] Reloaded Plugin Manager [REIServerPlugin] with 4 plugins in 2.450 ms.
[09:47:45] [Render thread/INFO]: Started 10 worker threads
[09:47:46] [Render thread/INFO]: [inventoryprofilesnext] Loaded 2 external GUI hints
[09:47:46] [Render thread/INFO]: [inventoryprofilesnext] Loaded 738 build-in GUI hints
[09:47:46] [Render thread/INFO]: [inventoryprofilesnext] Effective GUI hints after merge: 740
[09:47:46] [Render thread/INFO]: [bclib] Sending hello to server.
[09:47:46] [Render thread/INFO]: Sending secret request to the server
[09:47:46] [Server thread/INFO]: [bclib] Received Hello from Client. (server=2.0.17, client=2.0.17)
[09:47:46] [Server thread/INFO]: [bclib] Auto-Sync is disabled for Singleplayer worlds.
[09:47:46] [Server thread/INFO]: Received secret request of PedalHat29861 (15)
[09:47:46] [Server thread/INFO]: Sent secret to PedalHat29861
[09:47:46] [Render thread/INFO]: Initializing sound physics for voice chat audio
[09:47:46] [Render thread/INFO]: Initializing Sound Physics
[09:47:46] [Render thread/INFO]: EFX Extension recognized
[09:47:46] [Render thread/INFO]: Max auxiliary sends: 2
[09:47:46] [Render thread/INFO]: Aux slot 1 created
[09:47:46] [Render thread/INFO]: Aux slot 2 created
[09:47:46] [Render thread/INFO]: Aux slot 3 created
[09:47:46] [Render thread/INFO]: Aux slot 4 created
[09:47:46] [Render thread/INFO]: EFX ready
[09:47:47] [Render thread/INFO]: [CHAT] ¡Iris 1.2.6 está ahora disponible con múltiples correcciones de errores y compatibilidad para la 1.19.1! Descárgalo en: Modrinth
[09:47:47] [Render thread/WARN]: [REI] Suppressing Reload Plugins of stage START
[09:47:47] [REI-ReloadPlugins/INFO]: [REI] Reloading Plugin Manager [REIPlugin] stage [END], registered 13 plugins: ReiRecipeLookup [wthit], AdornReiServer [adorn], DefaultRuntimePlugin [roughlyenoughitems], AdornReiClient [adorn], REITooltipPlugin [appleskin], REIPlugin [betterend], CharmReiClientPlugin [charm], ReiCompat [ellemes_container_lib], DefaultClientRuntimePlugin [roughlyenoughitems], PluginEntry [roughlyenoughresources], FabricFluidAPISupportPlugin, DefaultPlugin [roughlyenoughitems], DefaultClientPlugin [roughlyenoughitems]
[09:47:48] [REI-ReloadPlugins/INFO]: [REI] Reloading Plugin Manager [REIClientPlugin] stage [END], registered 9 plugins: ReiRecipeLookup [wthit], AdornReiClient [adorn], REITooltipPlugin [appleskin], REIPlugin [betterend], CharmReiClientPlugin [charm], ReiCompat [ellemes_container_lib], DefaultClientRuntimePlugin [roughlyenoughitems], PluginEntry [roughlyenoughresources], DefaultClientPlugin [roughlyenoughitems]
[09:47:48] [REI-ReloadPlugins/INFO]: [REI] Reloading Plugin Manager [REIServerPlugin] stage [END], registered 4 plugins: AdornReiServer [adorn], DefaultRuntimePlugin [roughlyenoughitems], FabricFluidAPISupportPlugin, DefaultPlugin [roughlyenoughitems]
[09:47:48] [REI-ReloadPlugins/INFO]: [REI] Reloaded Plugin Manager [REIPlugin] with 13 plugins in 51.32 ms.
[09:47:48] [REI-ReloadPlugins/INFO]: [REI] Reloaded Plugin Manager [REIClientPlugin] with 9 plugins in 617.7 ms.
[09:47:48] [REI-ReloadPlugins/INFO]: [REI] Reloaded Plugin Manager [REIServerPlugin] with 4 plugins in 12.56 ms.
[09:47:48] [Render thread/INFO]: Loaded 2366 advancements
[09:47:49] [Render thread/INFO]: [WTHIT] Received config from the server: {"minecraft:item_entity":true,"minecraft:furnace_contents":true,"minecraft:jukebox.record":true,"minecraft:pet.owner":true,"minecraft:override.powder_snow":true,"minecraft:override.infested":true,"minecraft:override.trapped_chest":true}
[09:47:49] [Render thread/INFO]: Received secret
[09:47:49] [Render thread/INFO]: Connecting to server: '127.0.0.1:54025'
[09:47:49] [VoiceChatAuthenticationThread/INFO]: Trying to authenticate voice connection
[09:47:49] [VoiceChatPacketProcessingThread/INFO]: Successfully authenticated player c4a02176-f421-46cc-8f31-1ab463384f84
[09:47:49] [VoiceChatConnectionThread/INFO]: Server acknowledged authentication
[09:47:49] [VoiceChatConnectionThread/INFO]: Clearing unused audio channels
[09:47:49] [Thread-56/INFO]: Using Opus version 'libopus 1.3.1'
[09:47:49] [Render thread/INFO]: Animated skins loaded and ready to use!
[09:47:49] [PedalHat29861/INFO]: [STDOUT]: [PedalHat29861 INFO] Loading PedalHat29861's profile.
[09:47:49] [PedalHat29861/INFO]: [STDOUT]: [PedalHat29861 INFO] 1/8 Try to load profile from 'Mojang'.
[09:47:49] [PedalHat29861/INFO]: [STDOUT]: [PedalHat29861 INFO] Payload: ["PedalHat29861"]
[09:47:49] [PedalHat29861/INFO]: [STDOUT]: [PedalHat29861 INFO] PedalHat29861's profile loaded.
[09:47:49] [PedalHat29861/INFO]: [STDOUT]: [PedalHat29861 INFO] (SkinUrl: http://textures.minecraft.net/texture/55083b1ff3270e97519152aa321f923724289884816581a165c5a1f0c0cf1c96 , Model: default , CapeUrl: null  , Expiry: 1659970099)
[09:47:50] [Render thread/INFO]: [STDOUT]: [Render thread INFO] ThreadDownloadImageData Class: net.minecraft.class_1046
[09:47:52] [Render thread/INFO]: [CHAT] Inventory Profiles Next: Version: '1.6.3' is now available.\nGet it from: "Modrinth" or "CurseForge"
[09:48:06] [Server thread/INFO]: Saving and pausing game...
[09:48:06] [Server thread/INFO]: Saving chunks for level 'ServerLevel[Mundo nuevo]'/minecraft:overworld
[09:48:06] [Server thread/INFO]: Saving chunks for level 'ServerLevel[Mundo nuevo]'/voidz:void
[09:48:06] [Server thread/INFO]: Saving chunks for level 'ServerLevel[Mundo nuevo]'/minecraft:the_end
[09:48:06] [Server thread/INFO]: Saving chunks for level 'ServerLevel[Mundo nuevo]'/minecraft:the_nether
[09:48:06] [Server thread/INFO]: Config saved.
[09:48:11] [Render thread/WARN]: @Final field field_25883:Lnet/minecraft/class_4970$class_4973; in charm.mixins.json:more_portal_frames.AddValidPortalFrameBlocksMixin from mod charm should be final
[09:48:17] [Server thread/INFO]: [PedalHat29861: Modo de juego cambiado a Espectador]
[09:48:17] [Render thread/INFO]: [CHAT] Modo de juego cambiado a Espectador
[09:48:17] [Server thread/INFO]: [PedalHat29861: Modo de juego cambiado a Creativo]
[09:48:17] [Render thread/INFO]: [CHAT] Modo de juego cambiado a Creativo
[09:48:36] [Render thread/WARN]: Configuration conflict: there is more than one oshi.architecture.properties file on the classpath
[09:48:36] [Render thread/INFO]: Clearing audio channels
[09:48:36] [Render thread/INFO]: Stopping microphone thread
[09:48:36] [Render thread/INFO]: Disconnecting voicechat
[09:48:36] [Render thread/INFO]: Clearing unused audio channels
[09:48:36] [Server thread/INFO]: PedalHat29861 lost connection: Desconectado/a
[09:48:36] [Server thread/INFO]: PedalHat29861 se desconectó
[09:48:36] [Server thread/INFO]: Disconnecting client PedalHat29861
[09:48:36] [Server thread/INFO]: Stopping singleplayer server as player logged out
[09:48:36] [Server thread/INFO]: Stopping server
[09:48:36] [Server thread/INFO]: Saving players
[09:48:36] [Server thread/INFO]: Saving worlds
[09:48:36] [Server thread/INFO]: Saving chunks for level 'ServerLevel[Mundo nuevo]'/minecraft:overworld
[09:48:36] [Server thread/INFO]: Saving chunks for level 'ServerLevel[Mundo nuevo]'/voidz:void
[09:48:36] [Server thread/INFO]: Saving chunks for level 'ServerLevel[Mundo nuevo]'/minecraft:the_end
[09:48:36] [Server thread/INFO]: Saving chunks for level 'ServerLevel[Mundo nuevo]'/minecraft:the_nether
[09:48:36] [Server thread/INFO]: ThreadedAnvilChunkStorage (Mundo nuevo (1)): All chunks are saved
[09:48:36] [Server thread/INFO]: ThreadedAnvilChunkStorage (void): All chunks are saved
[09:48:36] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved
[09:48:36] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
[09:48:36] [Server thread/INFO]: ThreadedAnvilChunkStorage: All dimensions are saved
[09:48:36] [Server thread/INFO]: Config saved.
[09:48:36] [Render thread/INFO]: Stopping worker threads
[09:48:37] [Render thread/ERROR]: Reported exception thrown!
net.minecraft.class_148: mouseClicked event handler
    at Not Enough Crashes deobfuscated stack trace.(1.18.2+build.2) ~[?:?]
    at net.minecraft.client.gui.screen.Screen.wrapScreenError(Screen:496) ~[?:?]
    at net.minecraft.client.Mouse.onMouseButton(Mouse:94) ~[?:?]
    at net.minecraft.client.Mouse.method_22686(Mouse:165) ~[?:?]
    at net.minecraft.util.thread.ThreadExecutor.execute(ThreadExecutor:103) ~[?:?]
    at net.minecraft.client.Mouse.method_22684(Mouse:165) ~[?:?]
    at org.lwjgl.glfw.GLFWMouseButtonCallback$Container.invoke(GLFWMouseButtonCallback.java:81) ~[lwjgl-glfw-3.3.1.jar:?]
    at bre2el.fpsreducer.handler.glfw.InputEventHandler$MouseButtonEventHandler.invoke(InputEventHandler.java:133) ~[FpsReducer2-fabric-1.19-2.0.2.jar:?]
    at org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:43) ~[lwjgl-glfw-3.3.1.jar:?]
    at org.lwjgl.system.JNI.invokeV(Native Method) ~[lwjgl-3.3.1.jar:?]
    at org.lwjgl.glfw.GLFW.glfwWaitEventsTimeout(GLFW.java:3474) ~[lwjgl-glfw-3.3.1.jar:?]
    at com.mojang.blaze3d.systems.RenderSystem.handler$cmk000$handleWaitEventsTimeout(RenderSystem:1483) ~[client-intermediary.jar:?]
    at com.mojang.blaze3d.systems.RenderSystem.limitDisplayFPS(RenderSystem) ~[client-intermediary.jar:?]
    at net.minecraft.client.MinecraftClient.render(MinecraftClient:1174) ~[?:?]
    at net.minecraft.client.MinecraftClient.run(MinecraftClient:734) ~[?:?]
    at net.minecraft.client.main.Main.main(Main:237) [client-intermediary.jar:?]
    at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:461) [fabric-loader-0.14.8.jar:?]
    at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74) [fabric-loader-0.14.8.jar:?]
    at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23) [fabric-loader-0.14.8.jar:?]
Caused by: java.lang.NoClassDefFoundError: Could not initialize class io.github.kosmx.emotes.arch.gui.EmoteMenuImpl$EmoteMenuController
    at io.github.kosmx.emotes.arch.gui.EmoteMenuImpl.newMaster(EmoteMenuImpl.java:29) ~[emotecraft-for-MC1.19-2.1.3-SNAPSHOT-build.30-fabric.jar:?]
    at io.github.kosmx.emotes.arch.gui.screen.AbstractControlledModScreen.<init>(AbstractControlledModScreen.java:45) ~[emotecraft-for-MC1.19-2.1.3-SNAPSHOT-build.30-fabric.jar:?]
    at io.github.kosmx.emotes.arch.gui.EmoteMenuImpl.<init>(EmoteMenuImpl.java:19) ~[emotecraft-for-MC1.19-2.1.3-SNAPSHOT-build.30-fabric.jar:?]
    at io.github.kosmx.emotes.arch.gui.EmoteMenuImpl.<init>(EmoteMenuImpl.java:23) ~[emotecraft-for-MC1.19-2.1.3-SNAPSHOT-build.30-fabric.jar:?]
    at io.github.kosmx.emotes.arch.gui.screen.ingame.FullScreenListImpl$FullScreenMenuImpl.newEmoteMenu(FullScreenListImpl.java:37) ~[emotecraft-for-MC1.19-2.1.3-SNAPSHOT-build.30-fabric.jar:?]
    at io.github.kosmx.emotes.main.screen.ingame.FullMenuScreenHelper.lambda$emotes_initScreen$2(FullMenuScreenHelper.java:42) ~[emotecraft-for-MC1.19-2.1.3-SNAPSHOT-build.30-fabric.jar:?]
    at io.github.kosmx.emotes.arch.gui.screen.AbstractControlledModScreen$IScreenHelperImpl.lambda$newButton$0(AbstractControlledModScreen.java:58) ~[emotecraft-for-MC1.19-2.1.3-SNAPSHOT-build.30-fabric.jar:?]
    at net.minecraft.client.gui.widget.ButtonWidget.onPress(ButtonWidget:40) ~[?:?]
    at net.minecraft.client.gui.widget.PressableWidget.onClick(PressableWidget:16) ~[?:?]
    at net.minecraft.client.gui.widget.ClickableWidget.mouseClicked(ClickableWidget:120) ~[?:?]
    at net.minecraft.client.gui.ParentElement.mouseClicked(ParentElement:27) ~[?:?]
    at io.github.kosmx.emotes.arch.gui.screen.AbstractControlledModScreen.mouseClicked(AbstractControlledModScreen.java:142) ~[emotecraft-for-MC1.19-2.1.3-SNAPSHOT-build.30-fabric.jar:?]
    at net.minecraft.client.Mouse.method_1611(Mouse:94) ~[?:?]
    at net.minecraft.client.gui.screen.Screen.wrapScreenError(Screen:491) ~[?:?]
    ... 17 more
[09:48:37] [Render thread/FATAL]: Unreported exception thrown!
java.lang.NoClassDefFoundError: Could not initialize class io.github.kosmx.emotes.arch.gui.EmoteMenuImpl$EmoteMenuController
    at Not Enough Crashes deobfuscated stack trace.(1.18.2+build.2) ~[?:?]
    at io.github.kosmx.emotes.arch.gui.EmoteMenuImpl.newMaster(EmoteMenuImpl.java:29) ~[emotecraft-for-MC1.19-2.1.3-SNAPSHOT-build.30-fabric.jar:?]
    at io.github.kosmx.emotes.arch.gui.screen.AbstractControlledModScreen.<init>(AbstractControlledModScreen.java:45) ~[emotecraft-for-MC1.19-2.1.3-SNAPSHOT-build.30-fabric.jar:?]
    at io.github.kosmx.emotes.arch.gui.EmoteMenuImpl.<init>(EmoteMenuImpl.java:19) ~[emotecraft-for-MC1.19-2.1.3-SNAPSHOT-build.30-fabric.jar:?]
    at io.github.kosmx.emotes.arch.gui.EmoteMenuImpl.<init>(EmoteMenuImpl.java:23) ~[emotecraft-for-MC1.19-2.1.3-SNAPSHOT-build.30-fabric.jar:?]
    at io.github.kosmx.emotes.arch.gui.screen.ingame.FullScreenListImpl$FullScreenMenuImpl.newEmoteMenu(FullScreenListImpl.java:37) ~[emotecraft-for-MC1.19-2.1.3-SNAPSHOT-build.30-fabric.jar:?]
    at io.github.kosmx.emotes.main.screen.ingame.FullMenuScreenHelper.lambda$emotes_initScreen$2(FullMenuScreenHelper.java:42) ~[emotecraft-for-MC1.19-2.1.3-SNAPSHOT-build.30-fabric.jar:?]
    at io.github.kosmx.emotes.arch.gui.screen.AbstractControlledModScreen$IScreenHelperImpl.lambda$newButton$0(AbstractControlledModScreen.java:58) ~[emotecraft-for-MC1.19-2.1.3-SNAPSHOT-build.30-fabric.jar:?]
    at net.minecraft.client.gui.widget.ButtonWidget.onPress(ButtonWidget:40) ~[?:?]
    at net.minecraft.client.gui.widget.PressableWidget.onClick(PressableWidget:16) ~[?:?]
    at net.minecraft.client.gui.widget.ClickableWidget.mouseClicked(ClickableWidget:120) ~[?:?]
    at net.minecraft.client.gui.ParentElement.mouseClicked(ParentElement:27) ~[?:?]
    at io.github.kosmx.emotes.arch.gui.screen.AbstractControlledModScreen.mouseClicked(AbstractControlledModScreen.java:142) ~[emotecraft-for-MC1.19-2.1.3-SNAPSHOT-build.30-fabric.jar:?]
    at net.minecraft.client.Mouse.method_1611(Mouse:94) ~[?:?]
    at net.minecraft.client.gui.screen.Screen.wrapScreenError(Screen:491) ~[?:?]
    at net.minecraft.client.Mouse.onMouseButton(Mouse:94) ~[?:?]
    at net.minecraft.client.Mouse.method_22686(Mouse:165) ~[?:?]
    at net.minecraft.util.thread.ThreadExecutor.execute(ThreadExecutor:103) ~[?:?]
    at net.minecraft.client.Mouse.method_22684(Mouse:165) ~[?:?]
    at org.lwjgl.glfw.GLFWMouseButtonCallback$Container.invoke(GLFWMouseButtonCallback.java:81) ~[lwjgl-glfw-3.3.1.jar:?]
    at bre2el.fpsreducer.handler.glfw.InputEventHandler$MouseButtonEventHandler.invoke(InputEventHandler.java:133) ~[FpsReducer2-fabric-1.19-2.0.2.jar:?]
    at org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:43) ~[lwjgl-glfw-3.3.1.jar:?]
    at org.lwjgl.system.JNI.invokeV(Native Method) ~[lwjgl-3.3.1.jar:?]
    at org.lwjgl.glfw.GLFW.glfwWaitEventsTimeout(GLFW.java:3474) ~[lwjgl-glfw-3.3.1.jar:?]
    at com.mojang.blaze3d.systems.RenderSystem.handler$cmk000$handleWaitEventsTimeout(RenderSystem:1483) ~[client-intermediary.jar:?]
    at com.mojang.blaze3d.systems.RenderSystem.limitDisplayFPS(RenderSystem) ~[client-intermediary.jar:?]
    at net.minecraft.client.MinecraftClient.render(MinecraftClient:1174) ~[?:?]
    at net.minecraft.client.MinecraftClient.run(MinecraftClient:734) ~[?:?]
    at net.minecraft.client.main.Main.main(Main:237) [client-intermediary.jar:?]
    at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:461) [fabric-loader-0.14.8.jar:?]
    at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74) [fabric-loader-0.14.8.jar:?]
    at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23) [fabric-loader-0.14.8.jar:?]
[09:48:37] [Render thread/FATAL]: Minecraft ran into a problem! Report saved to: C:\Users\PedalHat29861\AppData\Roaming\.minecraft\crash-reports\crash-2022-08-08_09.48.37-client.txt
---- Minecraft Crash Report ----
// Surprise! Haha. Well, this is awkward.

Time: 08/08/22 09:48
Description: mouseClicked event handler

java.lang.NoClassDefFoundError: Could not initialize class io.github.kosmx.emotes.arch.gui.EmoteMenuImpl$EmoteMenuController
    at Not Enough Crashes deobfuscated stack trace.(1.18.2+build.2)
    at io.github.kosmx.emotes.arch.gui.EmoteMenuImpl.newMaster(EmoteMenuImpl.java:29)
    at io.github.kosmx.emotes.arch.gui.screen.AbstractControlledModScreen.<init>(AbstractControlledModScreen.java:45)
    at io.github.kosmx.emotes.arch.gui.EmoteMenuImpl.<init>(EmoteMenuImpl.java:19)
    at io.github.kosmx.emotes.arch.gui.EmoteMenuImpl.<init>(EmoteMenuImpl.java:23)
    at io.github.kosmx.emotes.arch.gui.screen.ingame.FullScreenListImpl$FullScreenMenuImpl.newEmoteMenu(FullScreenListImpl.java:37)
    at io.github.kosmx.emotes.main.screen.ingame.FullMenuScreenHelper.lambda$emotes_initScreen$2(FullMenuScreenHelper.java:42)
    at io.github.kosmx.emotes.arch.gui.screen.AbstractControlledModScreen$IScreenHelperImpl.lambda$newButton$0(AbstractControlledModScreen.java:58)
    at net.minecraft.client.gui.widget.ButtonWidget.onPress(ButtonWidget:40)
    at net.minecraft.client.gui.widget.PressableWidget.onClick(PressableWidget:16)
    at net.minecraft.client.gui.widget.ClickableWidget.mouseClicked(ClickableWidget:120)
    at net.minecraft.client.gui.ParentElement.mouseClicked(ParentElement:27)
    at io.github.kosmx.emotes.arch.gui.screen.AbstractControlledModScreen.mouseClicked(AbstractControlledModScreen.java:142)
    at net.minecraft.client.Mouse.method_1611(Mouse:94)
    at net.minecraft.client.gui.screen.Screen.wrapScreenError(Screen:491)
    at net.minecraft.client.Mouse.onMouseButton(Mouse:94)
    at net.minecraft.client.Mouse.method_22686(Mouse:165)
    at net.minecraft.util.thread.ThreadExecutor.execute(ThreadExecutor:103)
    at net.minecraft.client.Mouse.method_22684(Mouse:165)
    at org.lwjgl.glfw.GLFWMouseButtonCallback$Container.invoke(GLFWMouseButtonCallback.java:81)
    at bre2el.fpsreducer.handler.glfw.InputEventHandler$MouseButtonEventHandler.invoke(InputEventHandler.java:133)
    at org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:43)
    at org.lwjgl.system.JNI.invokeV(Native Method)
    at org.lwjgl.glfw.GLFW.glfwWaitEventsTimeout(GLFW.java:3474)
    at com.mojang.blaze3d.systems.RenderSystem.handler$cmk000$handleWaitEventsTimeout(RenderSystem:1483)
    at com.mojang.blaze3d.systems.RenderSystem.limitDisplayFPS(RenderSystem)
    at net.minecraft.client.MinecraftClient.render(MinecraftClient:1174)
    at net.minecraft.client.MinecraftClient.run(MinecraftClient:734)
    at net.minecraft.client.main.Main.main(Main:237)
    at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:461)
    at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
    at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)

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

-- Head --
Thread: Render thread
Stacktrace:
    at io.github.kosmx.emotes.arch.gui.EmoteMenuImpl.newMaster(EmoteMenuImpl.java:29)
    at io.github.kosmx.emotes.arch.gui.screen.AbstractControlledModScreen.<init>(AbstractControlledModScreen.java:45)
    at io.github.kosmx.emotes.arch.gui.EmoteMenuImpl.<init>(EmoteMenuImpl.java:19)
    at io.github.kosmx.emotes.arch.gui.EmoteMenuImpl.<init>(EmoteMenuImpl.java:23)
    at io.github.kosmx.emotes.arch.gui.screen.ingame.FullScreenListImpl$FullScreenMenuImpl.newEmoteMenu(FullScreenListImpl.java:37)
    at io.github.kosmx.emotes.main.screen.ingame.FullMenuScreenHelper.lambda$emotes_initScreen$2(FullMenuScreenHelper.java:42)
    at io.github.kosmx.emotes.arch.gui.screen.AbstractControlledModScreen$IScreenHelperImpl.lambda$newButton$0(AbstractControlledModScreen.java:58)
    at net.minecraft.class_4185.method_25306(class_4185.java:40)
    at net.minecraft.class_4264.method_25348(class_4264.java:16)
    at net.minecraft.class_339.method_25402(class_339.java:120)
    at net.minecraft.class_4069.method_25402(class_4069.java:27)
    at io.github.kosmx.emotes.arch.gui.screen.AbstractControlledModScreen.method_25402(AbstractControlledModScreen.java:142)
    at net.minecraft.class_312.method_1611(class_312.java:94)
    at net.minecraft.class_437.method_25412(class_437.java:491)
    at net.minecraft.class_312.method_1601(class_312.java:94)
    at net.minecraft.class_312.method_22686(class_312.java:165)
    at net.minecraft.class_1255.execute(class_1255.java:103)
    at net.minecraft.class_312.method_22684(class_312.java:165)
    at org.lwjgl.glfw.GLFWMouseButtonCallback$Container.invoke(GLFWMouseButtonCallback.java:81)
    at bre2el.fpsreducer.handler.glfw.InputEventHandler$MouseButtonEventHandler.invoke(InputEventHandler.java:133)
    at org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:43)
    at org.lwjgl.system.JNI.invokeV(Native Method)
    at org.lwjgl.glfw.GLFW.glfwWaitEventsTimeout(GLFW.java:3474)
    at com.mojang.blaze3d.systems.RenderSystem.handler$cmk000$handleWaitEventsTimeout(RenderSystem.java:1483)

-- Affected screen --
Details:
    Screen name: io.github.kosmx.emotes.arch.gui.screen.ingame.FullScreenListImpl
Stacktrace:
    at net.minecraft.class_437.method_25412(class_437.java:491)
    at net.minecraft.class_312.method_1601(class_312.java:94)
    at net.minecraft.class_312.method_22686(class_312.java:165)
    at net.minecraft.class_1255.execute(class_1255.java:103)
    at net.minecraft.class_312.method_22684(class_312.java:165)
    at org.lwjgl.glfw.GLFWMouseButtonCallback$Container.invoke(GLFWMouseButtonCallback.java:81)
    at bre2el.fpsreducer.handler.glfw.InputEventHandler$MouseButtonEventHandler.invoke(InputEventHandler.java:133)
    at org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:43)
    at org.lwjgl.system.JNI.invokeV(Native Method)
    at org.lwjgl.glfw.GLFW.glfwWaitEventsTimeout(GLFW.java:3474)
    at com.mojang.blaze3d.systems.RenderSystem.handler$cmk000$handleWaitEventsTimeout(RenderSystem.java:1483)
    at com.mojang.blaze3d.systems.RenderSystem.limitDisplayFPS(RenderSystem.java)
    at net.minecraft.class_310.method_1523(class_310.java:1174)
    at net.minecraft.class_310.method_1514(class_310.java:734)
    at net.minecraft.client.main.Main.main(Main.java:237)
    at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:461)
    at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
    at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)

-- Affected level --
Details:
    All players: 1 total; [class_746['PedalHat29861'/84, l='ClientLevel', x=-20.84, y=-60.00, z=63.47]]
    Chunk stats: 1024, 467
    Level dimension: minecraft:overworld
    Level spawn location: World: (0,-60,0), Section: (at 0,4,0 in 0,-4,0; chunk contains blocks 0,-64,0 to 15,319,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,-64,0 to 511,319,511)
    Level time: 7481 game time, 7481 day time
    Server brand: fabric
    Server type: Integrated singleplayer server
Stacktrace:
    at net.minecraft.class_638.method_8538(class_638.java:453)
    at net.minecraft.class_310.method_1587(class_310.java:2288)
    at net.minecraft.class_310.method_1514(class_310.java:753)
    at net.minecraft.client.main.Main.main(Main.java:237)
    at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:461)
    at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
    at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)

-- Last reload --
Details:
    Reload number: 1
    Reload reason: initial
    Finished: Yes
    Packs: Default, Fabric Mods, Black Icons, replaymod_lang

-- System Details --
Details:
    Minecraft Version: 1.19
    Minecraft Version ID: 1.19
    Operating System: Windows 10 (amd64) version 10.0
    Java Version: 17.0.3, Microsoft
    Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft
    Memory: 5815244584 bytes (5545 MiB) / 9395240960 bytes (8960 MiB) up to 17179869184 bytes (16384 MiB)
    CPUs: 16
    Processor Vendor: AuthenticAMD
    Processor Name: AMD Ryzen 7 3700X 8-Core Processor             
    Identifier: AuthenticAMD Family 23 Model 113 Stepping 0
    Microarchitecture: unknown
    Frequency (GHz): 3.59
    Number of physical packages: 1
    Number of physical CPUs: 8
    Number of logical CPUs: 16
    Graphics card #0 name: Radeon RX 580 Series
    Graphics card #0 vendor: Advanced Micro Devices, Inc. (0x1002)
    Graphics card #0 VRAM (MB): 4095.00
    Graphics card #0 deviceId: 0x67df
    Graphics card #0 versionInfo: DriverVersion=30.0.13023.4001
    Memory slot #0 capacity (MB): 16384.00
    Memory slot #0 clockSpeed (GHz): 2.67
    Memory slot #0 type: DDR4
    Memory slot #1 capacity (MB): 16384.00
    Memory slot #1 clockSpeed (GHz): 2.67
    Memory slot #1 type: DDR4
    Virtual memory max (MB): 37580.29
    Virtual memory used (MB): 29755.99
    Swap memory total (MB): 4864.00
    Swap memory used (MB): 81.46
    JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx16G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
    Fabric Mods: 
        additionaladditions: Additional Additions 5.0.1
        additionalbanners: AdditionalBanners 8.1.3
        adorn: Adorn 3.6.1+1.19
        adventurez: AdventureZ 1.4.14
        appleskin: AppleSkin 2.4.0+mc1.19
        architectury: Architectury 5.7.27
        audioplayer: AudioPlayer 1.19-1.4.0
        automated_crafting: Automated Crafting 1.4.6
            crowdin-translate: CrowdinTranslate 1.4+1.19
            libgui: LibGui 6.0.0+1.19
                jankson: Jankson 4.1.1+j1.2.1
                    blue_endless_jankson: jankson 1.2.1
                libninepatch: LibNinePatch 1.1.0
        badpackets: Bad Packets 0.1.2
        bclib: BCLib 2.0.17
        betteranimalsplus: Better Animals Plus 1.19-11.0.7
        betterend: Better End 2.0.10
        betternether: Better Nether 7.0.7
        betterthirdperson: Better Third Person 1.8.1
        bookshelf: Bookshelf 14.0.3
        bosses_of_mass_destruction: Bosses of Mass Destruction (Beta) 1.4.1-1.19
            maelstrom_library: Maelstrom Library 1.3-1.19-pre1
            multipart_entities: MultipartEntities 1.2-1.19-pre1
        byg: Oh The Biomes You'll Go 2.0.0.7
        capybara: Capybara 1.0.5
        cardinal-components: Cardinal Components API 5.0.1
            cardinal-components-base: Cardinal Components API (base) 5.0.1
            cardinal-components-block: Cardinal Components API (blocks) 5.0.1
            cardinal-components-chunk: Cardinal Components API (chunks) 5.0.1
            cardinal-components-entity: Cardinal Components API (entities) 5.0.1
            cardinal-components-item: Cardinal Components API (items) 5.0.1
            cardinal-components-level: Cardinal Components API (world saves) 5.0.1
            cardinal-components-scoreboard: Cardinal Components API (scoreboard) 5.0.1
            cardinal-components-world: Cardinal Components API (worlds) 5.0.1
        carrier: Carrier 1.11.0
            advanced_runtime_resource_pack: Runtime Resource Pack 0.5.5
        charm: Charm 4.1.2
            com_moandjiezana_toml_toml4j: toml4j 0.7.2
        cloth-config: Cloth Config v6 7.0.72
            cloth-basic-math: cloth-basic-math 0.6.1
        clumps: Clumps 9.0.0+6
        collective-fabric: Collective (Fabric) 4.27
            fiber: fiber 0.23.0-2
        continuity: Continuity 2.0.0+1.19
        controlling: Controlling For Fabric 10.0+3
        coordinatesdisplay: Coordinates Display 1.0.0+mc1.18.2
            cotton-config: Cotton Config 1.0.0-rc.7
            cotton-logging: Cotton Logging 1.0.0-rc.4
        cosmetica: Cosmetica 1.1.1
            fabric-api-base: Fabric API Base 0.4.9+e62f51a3a9
            fabric-textures-v0: Fabric Textures (v0) 1.0.18+9ff28f40a9
            sulphate: Sulfate 1.0.2
        couplings: Couplings 1.9.1+1.19
            com_electronwill_night-config_core: core 3.6.5
            com_electronwill_night-config_toml: toml 3.6.5
            fabric-networking-api-v1: Fabric Networking API (v1) 1.1.0+442de8b8a9
        crawl: Crawl 0.11.0
            mm: Manningham Mills 2.3
        creativecore: CreativeCore (Fabric) 2.7.2
        creeperoverhaul: Creeper Overhaul 2.0.2
        customskinloader: CustomSkinLoader 14.14-SNAPSHOT-325
        darkutils: DarkUtilities 11.0.2
        dataattributes: Data Attributes 1.2.1
        dracomelette: Dracomelette 1.19-2
            midnightlib: MidnightLib 0.5.2
        dragondropselytra-fabric: Dragon Drops Elytra (Fabric) 1.6
        easierenchanting: Easier Enchanting 1.4.0
        eatinganimationid: Eating Animation 1.8.1
        editsign: EditSign 2.4.2
        ellemes_container_lib: Ellemes' Container Library 2.0.1
        elytraslot: Elytra Slot 6.0.0-beta.1+1.19
        emotecraft: Emotecraft 2.1.3-SNAPSHOT-build.30
            bendy-lib: Bendy api 2.0.4
        enderitemod: Enderite Mod 1.4.1
        entityculling: EntityCulling-Fabric 1.5.2-mc1.19
            com_logisticscraft_occlusionculling: occlusionculling 0.0.6-SNAPSHOT
        expandedstorage: Expanded Storage 8.0.1
        eyemod: EyeMod 2.0
        fabric: Fabric API 0.57.0+1.19
            fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.7+9ff28f40a9
            fabric-biome-api-v1: Fabric Biome API (v1) 9.0.14+b2a4a624a9
            fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.18+9ff28f40a9
            fabric-command-api-v1: Fabric Command API (v1) 1.2.6+f71b366fa9
            fabric-command-api-v2: Fabric Command API (v2) 2.1.2+0d55f585a9
            fabric-commands-v0: Fabric Commands (v0) 0.2.23+df3654b3a9
            fabric-containers-v0: Fabric Containers (v0) 0.1.27+df3654b3a9
            fabric-content-registries-v0: Fabric Content Registries (v0) 3.2.0+07df213ea9
            fabric-convention-tags-v1: Fabric Convention Tags 1.0.8+37622d24a9
            fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.3+bd0a0d4aa9
            fabric-data-generation-api-v1: Fabric Data Generation API (v1) 5.1.1+a680b9b4a9
            fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.28+a6d2f785a9
            fabric-entity-events-v1: Fabric Entity Events (v1) 1.4.16+9ff28f40a9
            fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.4.26+9ff28f40a9
            fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.25+df3654b3a9
            fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.19+18990361a9
            fabric-item-api-v1: Fabric Item API (v1) 1.5.4+767db26ea9
            fabric-item-groups-v0: Fabric Item Groups (v0) 0.3.25+9ff28f40a9
            fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.18+9ff28f40a9
            fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.16+df3654b3a9
            fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.1.0+33fbc738a9
            fabric-loot-api-v2: Fabric Loot API (v2) 1.1.0+03a4e568a9
            fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.1.3+9e7660c6a9
            fabric-message-api-v1: Fabric Message API (v1) 1.0.1+513f4a59a9
            fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.10+33fbc738a9
            fabric-models-v0: Fabric Models (v0) 0.3.15+9ff28f40a9
            fabric-networking-v0: Fabric Networking (v0) 0.3.14+df3654b3a9
            fabric-object-builder-api-v1: Fabric Object Builder API (v1) 4.0.7+9ff28f40a9
            fabric-particles-v1: Fabric Particles (v1) 1.0.8+dc39553aa9
            fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.9.17+23c4cfefa9
            fabric-renderer-api-v1: Fabric Renderer API (v1) 1.0.8+9ff28f40a9
            fabric-renderer-indigo: Fabric Renderer - Indigo 0.6.9+1f92344ea9
            fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.18+df3654b3a9
            fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.12+9ff28f40a9
            fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.0.5+9ff28f40a9
            fabric-rendering-v0: Fabric Rendering (v0) 1.1.20+df3654b3a9
            fabric-rendering-v1: Fabric Rendering (v1) 1.10.14+9ff28f40a9
            fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.0.9+e62f51a3a9
            fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.5.5+a6d2f785a9
            fabric-screen-api-v1: Fabric Screen API (v1) 1.0.24+f05effafa9
            fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.2.6+9ff28f40a9
            fabric-transfer-api-v1: Fabric Transfer API (v1) 2.0.9+e62f51a3a9
            fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 1.1.1+9e7660c6a9
        fabric-language-kotlin: Fabric Language Kotlin 1.8.2+kotlin.1.7.10
            org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 1.7.10
            org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 1.7.10
            org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 1.7.10
            org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 1.7.10
            org_jetbrains_kotlinx_atomicfu-jvm: atomicfu-jvm 0.18.2
            org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.6.4
            org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.6.4
            org_jetbrains_kotlinx_kotlinx-datetime-jvm: kotlinx-datetime-jvm 0.4.0
            org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm: kotlinx-serialization-cbor-jvm 1.3.3
            org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.3.3
            org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.3.3
        fabric-tpa: FabricTPA 3.2.1
            fabric-permissions-api-v0: fabric-permissions-api 0.1-SNAPSHOT
        fabrichomes: FabricHomes 2.3.0
        fabricloader: Fabric Loader 0.14.8
        forgeconfigapiport: Forge Config API Port 4.0.0
        fpsreducer: FPS Reducer 1.19-2.0.2
        fwaystones: Fabric Waystones 3.0.2+mc1.19
        geckolib3: Geckolib 3.1.6
            com_eliotlash_mclib_mclib: mclib 18
            com_eliotlash_molang_molang: molang 18
        grid: Grid 1.19.1-fabric0.58.5-1.6.7
            gbfabrictools: GBfabrictools 1.3.4+1.19
        indium: Indium 1.0.6+mc1.19
        inventorio: Inventorio 1.8.0
        inventoryhud: Inventory HUD + 3.4.2
        inventoryprofilesnext: Inventory Profiles Next 1.5.0
        iris: Iris 1.2.5
            org_anarres_jcpp: jcpp 1.4.14
        itemphysic: ItemPhysic (Fabric) 1.6.3
        java: OpenJDK 64-Bit Server VM 17
        lambdynlights: LambDynamicLights 2.1.2+1.19
            pride: Pride Lib 1.1.2+1.19
            spruceui: SpruceUI 4.0.0+1.19
        lazydfu: LazyDFU 0.1.3
        lithium: Lithium 0.8.1
        localizedbrowser: Localized Browsing 2.0.0
            com_github_imurx_wanakanajava: WanaKanaJava 33cf3b3d37
        logical_zoom: Logical Zoom 0.0.15
        mcwbridges: Macaw's Bridges 2.0.3
        minecraft: Minecraft 1.19
        minimalistic-bridging: Minimalistic Bridging 1.1.0
        modmenu: Mod Menu 4.0.0
        moonlight: Moonlight 1.19-2.0.6
        more_slabs_stairs_and_walls: More Slabs, Stairs, and Walls 1.19
        moredoors: More Doors 0
        mousetweaks: Mouse Tweaks 2.22
        naturescompass: Nature's Compass 1.19-2.0.4-fabric
        neat: Neat 1.19-32-FABRIC
        notenoughcrashes: Not Enough Crashes 4.1.6+1.19
        patchouli: Patchouli 1.19-74-FABRIC
        pigpen: PigPen 9.0.1
        polymorph: Polymorph 0.45.0+1.19.1
        prefab: Prefab 4.1.0
        puzzleslib: Puzzles Lib 4.0.17
        reeses-sodium-options: Reese's Sodium Options 1.4.4+mc1.19-build.47
        remote_controlled: Remote Controlled 0.0.6-1.19
            com_github_llamalad7_mixinextras: MixinExtras 0.0.11
            team_reborn_energy: Energy 2.2.0
        replaymod: Replay Mod 1.19-2.6.6
        roughlyenoughitems: Roughly Enough Items 9.1.518
        roughlyenoughresources: Roughly Enough Resources 2.6.0
        ruined_equipment: Ruined Equipment 2.0.0
        runelic: Runelic 12.0.1
        simple-rpc: Simple RPC 3.0.2
            me_hypherionmc_simple-rpc-common: simple-rpc-common 3.0.1
        skinlayers: 3d Skin Layers 1.4.7-mc1.19
        snowballkb: Snowball and Egg Knockback 1.2-1.19
        sodium: Sodium 0.4.2+replaymod.rev.bfbc6de
            org_joml_joml: joml 1.10.4
        sodium-extra: Sodium Extra 0.4.6+mc1.19-build.47
            caffeineconfig: CaffeineConfig 1.0.0+1.17
        sound_physics_remastered: Sound Physics Remastered 1.19-1.0.10
        terrablender: TerraBlender 2.0.0.120
        toolstats: ToolStats 10.1.2
        travelersbackpack: Traveler's Backpack 1.19-8.0.3
        trinkets: Trinkets 3.4.0
        unstructured: Unstructured 0.5.2+1.19
        visualworkbench: Visual Workbench 4.0.0
        voicechat: Simple Voice Chat 1.19-2.3.0
        voidz: VoidZ 1.0.8
        walljump: Wall-Jump! 1.3.3+1.19
            org_aeonbits_owner_owner: owner 1.0.12
        wthit: wthit 5.7.0
        xps: Xp Obelisk 0.4.1.r_for_1.19.x_Fabric
    Loaded Shaderpack: ComplementaryShaders_v4.3.3 (1).zip
        Profile: LOW (+7 options changed by user)
    Launched Version: fabric-loader-0.14.8-1.19
    Backend library: LWJGL version 3.3.1 SNAPSHOT
    Backend API: Radeon RX 580 Series GL version 3.2.14761 Core Profile Forward-Compatible Context 21.30.23.04 30.0.13023.4001, ATI Technologies Inc.
    Window size: 1920x1080
    GL Caps: Using framebuffer using OpenGL 3.2
    GL debug messages: 
    Using VBOs: Yes
    Is Modded: Definitely; Client brand changed to 'fabric'; Server brand changed to 'fabric'
    Type: Integrated Server (map_client.txt)
    Graphics mode: fancy
    Resource Packs: vanilla, Fabric Mods, Black Icons
    Current Language: Español (México)
    CPU: 16x AMD Ryzen 7 3700X 8-Core Processor 
    Server Running: true
    Player Count: 1 / 8; [class_3222['PedalHat29861'/84, l='ServerLevel[Mundo nuevo]', x=-20.84, y=-60.00, z=63.47]]
    Data Packs: vanilla, Fabric Mods
    World Generation: Stable
    Client Crashes Since Restart: 1
    Integrated Server Crashes Since Restart: 0
    Suspected Mods: Minecraft (minecraft), Fabric Loader (fabricloader), FPS Reducer (fpsreducer), Emotecraft (emotecraft)
[09:48:37] [Render thread/WARN]: Attempted to fire BYG after registries froze a 2nd time...
java.lang.Throwable: null
    at Not Enough Crashes deobfuscated stack trace.(1.18.2+build.2) ~[?:?]
    at potionstudios.byg.BYGFabric.afterRegistriesFreeze(BYGFabric.java:59) ~[Oh_The_Biomes_You'll_Go-fabric-1.19-2.0.0.7.jar:?]
    at net.minecraft.util.registry.Registry.handler$bbl000$byg_afterRegistriesFreeze(Registry:1127) ~[?:?]
    at net.minecraft.util.registry.Registry.freezeRegistries(Registry:406) ~[?:?]
    at net.minecraft.client.MinecraftClient.handler$cjg001$onStart(MinecraftClient:10403) ~[?:?]
    at net.minecraft.client.MinecraftClient.run(MinecraftClient:713) ~[?:?]
    at fudge.notenoughcrashes.mixinhandlers.InGameCatcher.handleClientCrash(InGameCatcher.java:37) ~[_bclib_synced_notenoughcrashes_4_1_6.jar:?]
    at net.minecraft.client.MinecraftClient.modify$ead000$atTheEndOfFirstCatchBeforePrintingCrashReport(MinecraftClient:17428) ~[?:?]
    at net.minecraft.client.MinecraftClient.run(MinecraftClient:756) ~[?:?]
    at net.minecraft.client.main.Main.main(Main:237) [client-intermediary.jar:?]
    at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:461) [fabric-loader-0.14.8.jar:?]
    at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74) [fabric-loader-0.14.8.jar:?]
    at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23) [fabric-loader-0.14.8.jar:?]
[09:48:37] [Render thread/INFO]: "Oh The Biomes You'll Go" after registries freeze event firing...
[09:48:37] [Render thread/ERROR]: Unhandled game exception
java.lang.IllegalStateException: Block{byg:foragers_table} is defined in more than one PoI type
    at Not Enough Crashes deobfuscated stack trace.(1.18.2+build.2) ~[?:?]
    at net.minecraft.class_7477.method_43991(class_7477.java:79) ~[client-intermediary.jar:?]
    at java.lang.Iterable.forEach(Iterable.java:75) ~[?:?]
    at net.minecraft.class_7477.method_43990(class_7477.java:76) ~[client-intermediary.jar:?]
    at net.minecraft.class_7477.byg_invokeRegisterBlockStates_$md$8762e8$2(class_7477.java) ~[client-intermediary.jar:?]
    at potionstudios.byg.mixin.access.PoiTypesAccess.byg_invokeRegisterBlockStates(PoiTypesAccess.java) ~[Oh_The_Biomes_You'll_Go-fabric-1.19-2.0.0.7.jar:?]
    at potionstudios.byg.BYG.commonLoad(BYG.java:47) ~[Oh_The_Biomes_You'll_Go-fabric-1.19-2.0.0.7.jar:?]
    at potionstudios.byg.BYGFabric.afterRegistriesFreeze(BYGFabric.java:65) ~[Oh_The_Biomes_You'll_Go-fabric-1.19-2.0.0.7.jar:?]
    at net.minecraft.util.registry.Registry.handler$bbl000$byg_afterRegistriesFreeze(Registry:1127) ~[?:?]
    at net.minecraft.util.registry.Registry.freezeRegistries(Registry:406) ~[?:?]
    at net.minecraft.client.MinecraftClient.handler$cjg001$onStart(MinecraftClient:10403) ~[?:?]
    at net.minecraft.client.MinecraftClient.run(MinecraftClient:713) ~[?:?]
    at fudge.notenoughcrashes.mixinhandlers.InGameCatcher.handleClientCrash(InGameCatcher.java:37) ~[_bclib_synced_notenoughcrashes_4_1_6.jar:?]
    at net.minecraft.client.MinecraftClient.modify$ead000$atTheEndOfFirstCatchBeforePrintingCrashReport(MinecraftClient:17428) ~[?:?]
    at net.minecraft.client.MinecraftClient.run(MinecraftClient:756) ~[?:?]
    at net.minecraft.client.main.Main.main(Main:237) [client-intermediary.jar:?]
    at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:461) [fabric-loader-0.14.8.jar:?]
    at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74) [fabric-loader-0.14.8.jar:?]
    at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23) [fabric-loader-0.14.8.jar:?]
[09:48:37] [Render thread/INFO]: Stopping!
Rotatongo commented 2 years ago

i have the same problem but with the forge version i link the crash log crash-2022-08-12_12.23.33-fml.txt

KosmX commented 2 years ago

@Rotatongo No, you have another problem:
https://github.com/KosmX/emotes/issues/283

EDIT: This is forge breaking new versions... Will be fixed soon

KosmX commented 2 years ago

Can you try it with Emotecraft 2.2.0 snapshot?

PedalHat29861 commented 2 years ago

Using Emotecraft 2.2.0 snapshot 1.19, it's fixed! Thanks a lot