quiqueck / BCLib

A library mod for BetterX team mods, developed for Fabric, MC 1.16.4+
https://modrinth.com/mod/bclib
Other
25 stars 24 forks source link

[Bug] Inserting an item into an Anvil causes a game crash #186

Closed Machanu closed 2 months ago

Machanu commented 2 months ago

What happened?

As title states, the game will immediately crash when inserting an item into an anvil. Minecraft version is 1.21, not 1.20.4.

BCLib

21.0.5

Fabric API

0.15.11

Fabric Loader

No response

Minecraft

1.20.4

Relevant log output

---- Minecraft Crash Report ----
// You should try our sister game, Minceraft!

Time: 2024-07-07 00:24:44
Description: Container click

java.lang.NullPointerException: Cannot invoke "net.minecraft.class_1799.method_7947()" because "material" is null
    at org.betterx.bclib.recipes.AnvilRecipe.matches(AnvilRecipe.java:161)
    at org.betterx.bclib.recipes.AnvilRecipe.matches(AnvilRecipe.java:99)
    at org.betterx.bclib.recipes.AnvilRecipe.method_8115(AnvilRecipe.java:45)
    at net.minecraft.class_1863.method_42297(class_1863.java:106)
    at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:178)
    at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:1024)
    at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
    at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
    at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921)
    at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
    at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682)
    at net.minecraft.class_1863.method_17877(class_1863.java:108)
    at net.minecraft.class_1706.handler$zek000$bclib$bcl_updateOutput(class_1706.java:631)
    at net.minecraft.class_1706.method_24928(class_1706.java)
    at net.minecraft.class_1706.method_7625(class_1706.java:355)
    at net.minecraft.class_471.method_2403(class_471.java:85)
    at net.minecraft.class_342.method_1874(class_342.java:154)
    at net.minecraft.class_342.method_1883(class_342.java:262)
    at net.minecraft.class_342.method_1872(class_342.java:275)
    at net.minecraft.class_342.method_1852(class_342.java:102)
    at net.minecraft.class_471.method_7635(class_471.java:140)
    at net.minecraft.class_1703.method_34246(class_1703.java:219)
    at net.minecraft.class_1703.method_7623(class_1703.java:176)
    at net.minecraft.class_1703.method_7609(class_1703.java:589)
    at net.minecraft.class_4861.method_7609(class_4861.java:103)
    at net.minecraft.class_4861$3.method_5431(class_4861.java:96)
    at net.minecraft.class_1277.redirect$cde000$fabric-transfer-api-v1$fabric_redirectMarkDirty(class_1277.java:543)
    at net.minecraft.class_1277.method_5447(class_1277.java:142)
    at net.minecraft.class_1735.method_7673(class_1735.java:75)
    at net.minecraft.class_1735.method_48931(class_1735.java:66)
    at net.minecraft.class_1735.method_53512(class_1735.java:63)
    at net.minecraft.class_1735.method_32755(class_1735.java:160)
    at net.minecraft.class_1703.method_30010(class_1703.java:412)
    at net.minecraft.class_1703.method_30010(class_1703.java:342)
    at net.minecraft.class_1703.method_7593(class_1703.java:294)
    at net.minecraft.class_636.method_2906(class_636.java:448)
    at net.minecraft.class_465.method_2383(class_465.java:557)
    at net.minecraft.class_465.method_25406(class_465.java:512)
    at net.minecraft.class_312.method_1605(class_312.java:109)
    at net.minecraft.class_437.method_25412(class_437.java:431)
    at net.minecraft.class_312.method_1601(class_312.java:109)
    at net.minecraft.class_312.method_22686(class_312.java:196)
    at net.minecraft.class_1255.execute(class_1255.java:108)
    at net.minecraft.class_312.method_22684(class_312.java:196)
    at org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:43)
    at org.lwjgl.system.JNI.invokeV(Native Method)
    at org.lwjgl.glfw.GLFW.glfwPollEvents(GLFW.java:3438)
    at com.mojang.blaze3d.systems.RenderSystem.pollEvents(RenderSystem.java:150)
    at com.mojang.blaze3d.systems.RenderSystem.flipFrame(RenderSystem.java:168)
    at net.minecraft.class_1041.method_15998(class_1041.java:303)
    at net.minecraft.class_310.method_1523(class_310.java:1307)
    at net.minecraft.class_310.method_1514(class_310.java:882)
    at net.minecraft.client.main.Main.main(Main.java:256)
    at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470)
    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 org.betterx.bclib.recipes.AnvilRecipe.matches(AnvilRecipe.java:161)
    at org.betterx.bclib.recipes.AnvilRecipe.matches(AnvilRecipe.java:99)
    at org.betterx.bclib.recipes.AnvilRecipe.method_8115(AnvilRecipe.java:45)
    at net.minecraft.class_1863.method_42297(class_1863.java:106)
    at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:178)
    at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:1024)
    at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
    at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
    at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921)
    at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
    at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682)
    at net.minecraft.class_1863.method_17877(class_1863.java:108)
    at net.minecraft.class_1706.handler$zek000$bclib$bcl_updateOutput(class_1706.java:631)
    at net.minecraft.class_1706.method_24928(class_1706.java)
    at net.minecraft.class_1706.method_7625(class_1706.java:355)
    at net.minecraft.class_471.method_2403(class_471.java:85)
    at net.minecraft.class_342.method_1874(class_342.java:154)
    at net.minecraft.class_342.method_1883(class_342.java:262)
    at net.minecraft.class_342.method_1872(class_342.java:275)
    at net.minecraft.class_342.method_1852(class_342.java:102)
    at net.minecraft.class_471.method_7635(class_471.java:140)
    at net.minecraft.class_1703.method_34246(class_1703.java:219)
    at net.minecraft.class_1703.method_7623(class_1703.java:176)
    at net.minecraft.class_1703.method_7609(class_1703.java:589)
    at net.minecraft.class_4861.method_7609(class_4861.java:103)
    at net.minecraft.class_4861$3.method_5431(class_4861.java:96)
    at net.minecraft.class_1277.redirect$cde000$fabric-transfer-api-v1$fabric_redirectMarkDirty(class_1277.java:543)
    at net.minecraft.class_1277.method_5447(class_1277.java:142)
    at net.minecraft.class_1735.method_7673(class_1735.java:75)
    at net.minecraft.class_1735.method_48931(class_1735.java:66)
    at net.minecraft.class_1735.method_53512(class_1735.java:63)
    at net.minecraft.class_1735.method_32755(class_1735.java:160)
    at net.minecraft.class_1703.method_30010(class_1703.java:412)
    at net.minecraft.class_1703.method_30010(class_1703.java:342)
    at net.minecraft.class_1703.method_7593(class_1703.java:294)
    at net.minecraft.class_636.method_2906(class_636.java:448)
    at net.minecraft.class_465.method_2383(class_465.java:557)
    at net.minecraft.class_465.method_25406(class_465.java:512)
    at net.minecraft.class_312.method_1605(class_312.java:109)
    at net.minecraft.class_437.method_25412(class_437.java:431)
    at net.minecraft.class_312.method_1601(class_312.java:109)
    at net.minecraft.class_312.method_22686(class_312.java:196)
    at net.minecraft.class_1255.execute(class_1255.java:108)
    at net.minecraft.class_312.method_22684(class_312.java:196)
    at org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:43)
    at org.lwjgl.system.JNI.invokeV(Native Method)
    at org.lwjgl.glfw.GLFW.glfwPollEvents(GLFW.java:3438)
    at com.mojang.blaze3d.systems.RenderSystem.pollEvents(RenderSystem.java:150)
    at com.mojang.blaze3d.systems.RenderSystem.flipFrame(RenderSystem.java:168)

-- Click info --
Details:
    Menu Type: minecraft:anvil
    Menu Class: net.minecraft.class_1706
    Slot Count: 39
    Slot: -999
    Button: 2
    Type: QUICK_CRAFT
Stacktrace:
    at net.minecraft.class_1703.method_7593(class_1703.java:294)
    at net.minecraft.class_636.method_2906(class_636.java:448)
    at net.minecraft.class_465.method_2383(class_465.java:557)
    at net.minecraft.class_465.method_25406(class_465.java:512)
    at net.minecraft.class_312.method_1605(class_312.java:109)
    at net.minecraft.class_437.method_25412(class_437.java:431)
    at net.minecraft.class_312.method_1601(class_312.java:109)
    at net.minecraft.class_312.method_22686(class_312.java:196)
    at net.minecraft.class_1255.execute(class_1255.java:108)
    at net.minecraft.class_312.method_22684(class_312.java:196)
    at org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:43)
    at org.lwjgl.system.JNI.invokeV(Native Method)
    at org.lwjgl.glfw.GLFW.glfwPollEvents(GLFW.java:3438)
    at com.mojang.blaze3d.systems.RenderSystem.pollEvents(RenderSystem.java:150)
    at com.mojang.blaze3d.systems.RenderSystem.flipFrame(RenderSystem.java:168)
    at net.minecraft.class_1041.method_15998(class_1041.java:303)
    at net.minecraft.class_310.method_1523(class_310.java:1307)
    at net.minecraft.class_310.method_1514(class_310.java:882)
    at net.minecraft.client.main.Main.main(Main.java:256)
    at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470)
    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 screen --
Details:
    Screen name: net.minecraft.class_471
Stacktrace:
    at net.minecraft.class_437.method_25412(class_437.java:431)
    at net.minecraft.class_312.method_1601(class_312.java:109)
    at net.minecraft.class_312.method_22686(class_312.java:196)
    at net.minecraft.class_1255.execute(class_1255.java:108)
    at net.minecraft.class_312.method_22684(class_312.java:196)
    at org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:43)
    at org.lwjgl.system.JNI.invokeV(Native Method)
    at org.lwjgl.glfw.GLFW.glfwPollEvents(GLFW.java:3438)
    at com.mojang.blaze3d.systems.RenderSystem.pollEvents(RenderSystem.java:150)
    at com.mojang.blaze3d.systems.RenderSystem.flipFrame(RenderSystem.java:168)
    at net.minecraft.class_1041.method_15998(class_1041.java:303)
    at net.minecraft.class_310.method_1523(class_310.java:1307)
    at net.minecraft.class_310.method_1514(class_310.java:882)
    at net.minecraft.client.main.Main.main(Main.java:256)
    at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470)
    at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
    at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)

-- Uptime --
Details:
    JVM uptime: 814.168s
    Wall uptime: 804.890s
    High-res time: 801.163s
    Client ticks: 15665 ticks / 783.250s
Stacktrace:
    at net.minecraft.class_310.method_1587(class_310.java:2501)
    at net.minecraft.class_310.method_54580(class_310.java:949)
    at net.minecraft.class_310.method_1514(class_310.java:902)
    at net.minecraft.client.main.Main.main(Main.java:256)
    at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470)
    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['Zajl'/101, l='ClientLevel', x=-15.09, y=84.00, z=-10.20]]
    Chunk stats: 1024, 609
    Level dimension: minecraft:overworld
    Level spawn location: World: (0,80,0), Section: (at 0,0,0 in 0,5,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: 17447 game time, 17447 day time
    Server brand: fabric
    Server type: Integrated singleplayer server
    Tracked entity count: 170

-- Last reload --
Details:
    Reload number: 1
    Reload reason: initial
    Finished: Yes
    Packs: vanilla, fabric, additionalstructures, ambientsounds, appleskin, bclib, betterend, betterf3, betterfpsdist, betternether, blur, caffeineconfig, capes, cardinal-components, cardinal-components-base, cardinal-components-block, cardinal-components-chunk, cardinal-components-entity, cardinal-components-item, cardinal-components-level, cardinal-components-scoreboard, cardinal-components-world, chunky, cloth-config, configlibtxf, continuity, creativecore, entity_model_features, entity_texture_features, entityculling, fabric-api, fabric-api-base, fabric-api-lookup-api-v1, fabric-biome-api-v1, fabric-block-api-v1, fabric-block-view-api-v2, fabric-blockrenderlayer-v1, fabric-client-tags-api-v1, fabric-command-api-v1, fabric-command-api-v2, fabric-commands-v0, fabric-content-registries-v0, fabric-convention-tags-v1, fabric-convention-tags-v2, fabric-crash-report-info-v1, fabric-data-attachment-api-v1, fabric-data-generation-api-v1, fabric-dimensions-v1, fabric-entity-events-v1, fabric-events-interaction-v0, fabric-game-rule-api-v1, fabric-item-api-v1, fabric-item-group-api-v1, fabric-key-binding-api-v1, fabric-keybindings-v0, fabric-language-kotlin, fabric-lifecycle-events-v1, fabric-loot-api-v2, fabric-message-api-v1, fabric-model-loading-api-v1, fabric-networking-api-v1, fabric-object-builder-api-v1, fabric-particles-v1, fabric-recipe-api-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-sound-api-v1, fabric-transfer-api-v1, fabric-transitive-access-wideners-v1, fabricloader, fallingleaves, fallingtree, forgeconfigapiport, guardvillagers, healthindicatortxf, immediatelyfast, indium, iris, itemphysic, jade, libertyvillagers, lmft, memorysettings, midnightlib, modernfix, modmenu, placeholder-api, reeses-sodium-options, repurposed_structures, roughlyenoughitems, skinlayers3d, sodium, sodium-extra, sound_physics_remastered, spark, tectonic, veindigging, villagernames, visuality, wover, wover-block, wover-core, wover-events, wover-generator, wover-preset, wover-surface, wover-ui, wunderlib, yet_another_config_lib_v3, zoomify, continuity:glass_pane_culling_fix, continuity:default, file/Dramatic Skys Demo 1.5.3.24.zip, file/ToolTips-Stylized_v1.1b3_1.20+-1.21.zip, file/Faithless.zip, file/FreshAnimations_v1.9.2.zip, file/FA+All_Extensions-v1.4.zip, file/HumanPlayerVillagers[X-0.1].zip, file/Blues_Better_Monsters_v0.04.zip, file/NuxarsAAW-v1.0.zip

-- System Details --
Details:
    Minecraft Version: 1.21
    Minecraft Version ID: 1.21
    Operating System: Windows 11 (amd64) version 10.0
    Java Version: 21.0.3, Microsoft
    Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft
    Memory: 350476880 bytes (334 MiB) / 2181038080 bytes (2080 MiB) up to 8891924480 bytes (8480 MiB)
    CPUs: 24
    Processor Vendor: GenuineIntel
    Processor Name: 13th Gen Intel(R) Core(TM) i7-13700F
    Identifier: Intel64 Family 6 Model 183 Stepping 1
    Microarchitecture: Raptor Lake
    Frequency (GHz): 2.11
    Number of physical packages: 1
    Number of physical CPUs: 16
    Number of logical CPUs: 24
    Graphics card #0 name: NVIDIA GeForce RTX 4070 Ti
    Graphics card #0 vendor: NVIDIA
    Graphics card #0 VRAM (MiB): 12282.00
    Graphics card #0 deviceId: VideoController1
    Graphics card #0 versionInfo: 32.0.15.5612
    Memory slot #0 capacity (MiB): 32768.00
    Memory slot #0 clockSpeed (GHz): 6.00
    Memory slot #0 type: Unknown
    Memory slot #1 capacity (MiB): 32768.00
    Memory slot #1 clockSpeed (GHz): 6.00
    Memory slot #1 type: Unknown
    Virtual memory max (MiB): 161349.31
    Virtual memory used (MiB): 22681.47
    Swap memory total (MiB): 96000.00
    Swap memory used (MiB): 0.00
    Space in storage for jna.tmpdir (MiB): available: 776255.63, total: 1907340.00
    Space in storage for org.lwjgl.system.SharedLibraryExtractPath (MiB): available: 776255.63, total: 1907340.00
    Space in storage for io.netty.native.workdir (MiB): available: 776255.63, total: 1907340.00
    Space in storage for java.io.tmpdir (MiB): available: 776255.63, total: 1907340.00
    Space in storage for workdir (MiB): available: 776255.63, total: 1907340.00
    JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx8480m -Xms256m
    Fabric Mods: 
        additionalstructures: Additional Structures 5.0.0-fabric
        ambientsounds: AmbientSounds 6.0.3
        appleskin: AppleSkin 3.0.2+mc1.21
        architectury: Architectury 13.0.3
        badoptimizations: BadOptimizations 2.1.4
        bclib: BCLib 21.0.5
        betterend: Better End 21.0.2
        betterf3: BetterF3 11.0.1
        betterfpsdist: Better FPS distance Mod 1.21-4.3
        betternether: Better Nether 21.0.5
        blur: Blur+ (Fabric) 4.1.0
        capes: Capes 1.5.4+1.21
        cardinal-components: Cardinal Components API 6.1.0
            cardinal-components-base: Cardinal Components API (base) 6.1.0
            cardinal-components-block: Cardinal Components API (blocks) 6.1.0
            cardinal-components-chunk: Cardinal Components API (chunks) 6.1.0
            cardinal-components-entity: Cardinal Components API (entities) 6.1.0
            cardinal-components-item: Cardinal Components API (items) 6.1.0
            cardinal-components-level: Cardinal Components API (world saves) 6.1.0
            cardinal-components-scoreboard: Cardinal Components API (scoreboard) 6.1.0
            cardinal-components-world: Cardinal Components API (worlds) 6.1.0
        chunky: Chunky 1.4.16
        cloth-config: Cloth Config v15 15.0.127
            cloth-basic-math: cloth-basic-math 0.6.1
        collective: Collective 7.70
        continuity: Continuity 3.0.0-beta.5+1.21
        creativecore: CreativeCore 2.11.34
            net_neoforged_bus: bus 7.2.0
        cupboard: cupboard 1.21-2.7
        doubledoors: Double Doors 5.8
        entity_model_features: Entity Model Features 2.1.3
        entity_texture_features: Entity Texture Features 6.1.3
            org_apache_httpcomponents_httpmime: httpmime 4.5.10
        entityculling: EntityCulling 1.6.6
        fabric-api: Fabric API 0.100.4+1.21
            fabric-api-base: Fabric API Base 0.4.42+6573ed8cd1
            fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.67+b5597344d1
            fabric-biome-api-v1: Fabric Biome API (v1) 13.0.28+6fc22b99d1
            fabric-block-api-v1: Fabric Block API (v1) 1.0.22+0af3f5a7d1
            fabric-block-view-api-v2: Fabric BlockView API (v2) 1.0.10+6573ed8cd1
            fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.52+0af3f5a7d1
            fabric-client-tags-api-v1: Fabric Client Tags 1.1.15+6573ed8cd1
            fabric-command-api-v1: Fabric Command API (v1) 1.2.48+f71b366fd1
            fabric-command-api-v2: Fabric Command API (v2) 2.2.27+6a6dfa19d1
            fabric-commands-v0: Fabric Commands (v0) 0.2.65+df3654b3d1
            fabric-content-registries-v0: Fabric Content Registries (v0) 8.0.14+b5597344d1
            fabric-convention-tags-v1: Fabric Convention Tags 2.0.15+7f945d5bd1
            fabric-convention-tags-v2: Fabric Convention Tags (v2) 2.3.2+78017270d1
            fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.29+0af3f5a7d1
            fabric-data-attachment-api-v1: Fabric Data Attachment API (v1) 1.1.24+6a6dfa19d1
            fabric-data-generation-api-v1: Fabric Data Generation API (v1) 20.2.9+16c4ae25d1
            fabric-dimensions-v1: Fabric Dimensions API (v1) 4.0.0+6fc22b99d1
            fabric-entity-events-v1: Fabric Entity Events (v1) 1.6.12+6fc22b99d1
            fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.7.10+e633f883d1
            fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.52+6573ed8cd1
            fabric-item-api-v1: Fabric Item API (v1) 11.0.0+afdfc921d1
            fabric-item-group-api-v1: Fabric Item Group API (v1) 4.1.2+78017270d1
            fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.47+0af3f5a7d1
            fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.45+df3654b3d1
            fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.3.11+8f3583aed1
            fabric-loot-api-v2: Fabric Loot API (v2) 3.0.11+6573ed8cd1
            fabric-message-api-v1: Fabric Message API (v1) 6.0.13+6573ed8cd1
            fabric-model-loading-api-v1: Fabric Model Loading API (v1) 2.0.0+fe474d6bd1
            fabric-networking-api-v1: Fabric Networking API (v1) 4.2.0+ab7edbacd1
            fabric-object-builder-api-v1: Fabric Object Builder API (v1) 15.1.12+d1321076d1
            fabric-particles-v1: Fabric Particles (v1) 4.0.2+6573ed8cd1
            fabric-recipe-api-v1: Fabric Recipe API (v1) 5.0.10+65089712d1
            fabric-registry-sync-v0: Fabric Registry Sync (v0) 5.0.23+78017270d1
            fabric-renderer-api-v1: Fabric Renderer API (v1) 3.3.0+0ae0b97dd1
            fabric-renderer-indigo: Fabric Renderer - Indigo 1.6.5+48fb1586d1
            fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.67+df3654b3d1
            fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.48+73761d2ed1
            fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.1.6+b5597344d1
            fabric-rendering-v0: Fabric Rendering (v0) 1.1.70+df3654b3d1
            fabric-rendering-v1: Fabric Rendering (v1) 5.0.4+5a8c785ed1
            fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 4.2.1+d153f344d1
            fabric-resource-loader-v0: Fabric Resource Loader (v0) 1.1.5+78017270d1
            fabric-screen-api-v1: Fabric Screen API (v1) 2.0.24+b5597344d1
            fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.80+b5597344d1
            fabric-sound-api-v1: Fabric Sound API (v1) 1.0.23+6573ed8cd1
            fabric-transfer-api-v1: Fabric Transfer API (v1) 5.1.15+3dccd343d1
            fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 6.0.12+6573ed8cd1
        fabric-language-kotlin: Fabric Language Kotlin 1.11.0+kotlin.2.0.0
            org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 2.0.0
            org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 2.0.0
            org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 2.0.0
            org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 2.0.0
            org_jetbrains_kotlinx_atomicfu-jvm: atomicfu-jvm 0.24.0
            org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.8.1
            org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.8.1
            org_jetbrains_kotlinx_kotlinx-datetime-jvm: kotlinx-datetime-jvm 0.6.0
            org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm: kotlinx-serialization-cbor-jvm 1.6.3
            org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.6.3
            org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.6.3
        fabricloader: Fabric Loader 0.15.11
            mixinextras: MixinExtras 0.3.5
        fallingleaves: Falling Leaves 1.16.0
        fallingtree: FallingTree 1.21.0.5
        ferritecore: FerriteCore 7.0.0
        forgeconfigapiport: Forge Config API Port 21.0.1
            com_electronwill_night-config_core: core 3.7.4
            com_electronwill_night-config_toml: toml 3.7.4
        guardvillagers: GuardVillagers 2.1.2-1.21
        healthindicatortxf: Health Indicator TXF 1.21-1.2.4-fabric
            configlibtxf: ConfigLib TXF 7.2.1-fabric
        immediatelyfast: ImmediatelyFast 1.2.18+1.21
            net_lenni0451_reflect: Reflect 1.3.4
        indium: Indium 1.0.34+mc1.21
        iris: Iris 1.7.3+mc1.21
            io_github_douira_glsl-transformer: glsl-transformer 2.0.1
            org_anarres_jcpp: jcpp 1.4.14
            org_antlr_antlr4-runtime: antlr4-runtime 4.13.1
        itemphysic: ItemPhysic 1.7.1
        jade: Jade 15.1.3+fabric
        java: OpenJDK 64-Bit Server VM 21
        libertyvillagers: Liberty's Villagers 1.0.15+fabric+1.21
            server_translations_api: Server Translations API 2.3.1+1.21-pre2
                packet_tweaker: Packet Tweaker 0.5.1+24w03b
        lios_overhauled_villages: Lio's Overhauled Villages 1.18.2-1.21-v0.0.4
        lmft: Load My F***ing Tags 1.0.4+1.21
        memorysettings: Memorysettings Mod 1.21-5.4
        midnightlib: MidnightLib 1.5.7
        minecraft: Minecraft 1.21
        modelfix: Model Gap Fix 1.21-1.6
        modernfix: ModernFix 5.18.5+mc1.21
        modmenu: Mod Menu 11.0.1
        mousetweaks: Mouse Tweaks 2.26
        placeholder-api: Placeholder API 2.4.0+1.21
        reeses-sodium-options: Reese's Sodium Options 1.7.2+mc1.21
        repurposed_structures: Repurposed Structures 7.5.3+1.21-fabric
        roughlyenoughitems: Roughly Enough Items 16.0.729
            error_notifier: Error Notifier 1.0.9
        skinlayers3d: 3d-Skin-Layers 1.6.6
        sodium: Sodium 0.5.11+mc1.21
        sodium-extra: Sodium Extra 0.5.7+mc1.21
            caffeineconfig: CaffeineConfig 1.3.0+1.17
        sound_physics_remastered: Sound Physics Remastered 1.21-1.4.3
        spark: spark 1.10.73
            fabric-permissions-api-v0: fabric-permissions-api 0.3.1
        structory: Structory 1.3.5
        tectonic: Tectonic 2.4.0
        terralith: Terralith 2.5.3
        veindigging: VeinDigging 1.0.2+1.21
        villagernames: Villager Names 4.5.4
        visuality: Visuality 0.7.6+1.21
        wover: WorldWeaver 21.0.6
            wover-biome: WorldWeaver - Biome API 21.0.6
            wover-block: WorldWeaver - Block and Item API 21.0.6
            wover-common: WorldWeaver - Common API 21.0.6
            wover-core: WorldWeaver - Core API 21.0.6
            wover-datagen: WorldWeaver - Datagen API 21.0.6
            wover-events: WorldWeaver - Events API 21.0.6
            wover-feature: WorldWeaver - Feature API 21.0.6
            wover-generator: WorldWeaver - World Generator API 21.0.6
            wover-item: WorldWeaver - Item API 21.0.6
            wover-math: WorldWeaver - Math API 21.0.6
            wover-preset: WorldWeaver - World Preset API 21.0.6
            wover-recipe: WorldWeaver - Recipe API 21.0.6
            wover-structure: WorldWeaver - Structure API 21.0.6
            wover-surface: WorldWeaver - Surface API 21.0.6
            wover-tag: WorldWeaver - Tag API 21.0.6
            wover-ui: WorldWeaver - UI API 21.0.6
            wunderlib: WunderLib 21.0.3
        yeetusexperimentus: Yeetus Experimentus 87.0.0
        yet_another_config_lib_v3: YetAnotherConfigLib 3.5.0+1.21-fabric
            com_twelvemonkeys_common_common-image: common-image 3.10.0
            com_twelvemonkeys_common_common-io: common-io 3.10.0
            com_twelvemonkeys_common_common-lang: common-lang 3.10.0
            com_twelvemonkeys_imageio_imageio-core: imageio-core 3.10.0
            com_twelvemonkeys_imageio_imageio-metadata: imageio-metadata 3.10.0
            com_twelvemonkeys_imageio_imageio-webp: imageio-webp 3.10.0
            org_quiltmc_parsers_gson: gson 0.2.1
            org_quiltmc_parsers_json: json 0.2.1
        zoomify: Zoomify 2.14.0+1.21
            com_akuleshov7_ktoml-core-jvm: ktoml-core-jvm 0.5.1
    Loaded Shaderpack: (off)
    Launched Version: fabric-loader-0.15.11-1.21
    Launcher name: minecraft-launcher
    Backend library: LWJGL version 3.3.3-snapshot
    Backend API: NVIDIA GeForce RTX 4070 Ti/PCIe/SSE2 GL version 3.2.0 NVIDIA 556.12, NVIDIA Corporation
    Window size: 2560x1440
    GFLW Platform: win32
    GL Caps: Using framebuffer using OpenGL 3.2
    GL debug messages: 
    Is Modded: Definitely; Client brand changed to 'fabric'; Server brand changed to 'fabric'
    Universe: 400921fb54442d18
    Type: Integrated Server (map_client.txt)
    Graphics mode: fancy
    Render Distance: 12/12 chunks
    Resource Packs: vanilla, fabric, additionalstructures (incompatible), ambientsounds, appleskin (incompatible), bclib, betterend, betterf3, betterfpsdist (incompatible), betternether, blur, caffeineconfig, capes, cardinal-components, cardinal-components-base, cardinal-components-block, cardinal-components-chunk, cardinal-components-entity, cardinal-components-item, cardinal-components-level, cardinal-components-scoreboard, cardinal-components-world, chunky, cloth-config, configlibtxf, continuity, creativecore, entity_model_features, entity_texture_features, entityculling, fabric-api, fabric-api-base, fabric-api-lookup-api-v1, fabric-biome-api-v1, fabric-block-api-v1, fabric-block-view-api-v2, fabric-blockrenderlayer-v1, fabric-client-tags-api-v1, fabric-command-api-v1, fabric-command-api-v2, fabric-commands-v0, fabric-content-registries-v0, fabric-convention-tags-v1, fabric-convention-tags-v2, fabric-crash-report-info-v1, fabric-data-attachment-api-v1, fabric-data-generation-api-v1, fabric-dimensions-v1, fabric-entity-events-v1, fabric-events-interaction-v0, fabric-game-rule-api-v1, fabric-item-api-v1, fabric-item-group-api-v1, fabric-key-binding-api-v1, fabric-keybindings-v0, fabric-language-kotlin, fabric-lifecycle-events-v1, fabric-loot-api-v2, fabric-message-api-v1, fabric-model-loading-api-v1, fabric-networking-api-v1, fabric-object-builder-api-v1, fabric-particles-v1, fabric-recipe-api-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-sound-api-v1, fabric-transfer-api-v1, fabric-transitive-access-wideners-v1, fabricloader, fallingleaves, fallingtree, forgeconfigapiport, guardvillagers, healthindicatortxf, immediatelyfast, indium, iris, itemphysic, jade (incompatible), libertyvillagers, lmft, memorysettings (incompatible), midnightlib, modernfix (incompatible), modmenu, placeholder-api, reeses-sodium-options, repurposed_structures, roughlyenoughitems, skinlayers3d, sodium, sodium-extra, sound_physics_remastered, spark (incompatible), tectonic, veindigging, villagernames, visuality, wover, wover-block, wover-core, wover-events, wover-generator, wover-preset, wover-surface, wover-ui, wunderlib, yet_another_config_lib_v3 (incompatible), zoomify, continuity:glass_pane_culling_fix, continuity:default, file/Dramatic Skys Demo 1.5.3.24.zip, file/ToolTips-Stylized_v1.1b3_1.20+-1.21.zip, file/Faithless.zip, file/FreshAnimations_v1.9.2.zip, file/FA+All_Extensions-v1.4.zip, file/HumanPlayerVillagers[X-0.1].zip (incompatible), file/Blues_Better_Monsters_v0.04.zip (incompatible), file/NuxarsAAW-v1.0.zip (incompatible)
    Current Language: en_us
    Locale: en_US
    System encoding: Cp1252
    File encoding: UTF-8
    CPU: 24x 13th Gen Intel(R) Core(TM) i7-13700F
    Server Running: true
    Player Count: 1 / 8; [class_3222['Zajl'/101, l='ServerLevel[Test]', x=-15.09, y=84.00, z=-10.20]]
    Active Data Packs: vanilla, fabric, additionalstructures, bclib, betterend, betternether, collective, fabric-convention-tags-v2, guardvillagers, libertyvillagers, lios_overhauled_villages (incompatible), repurposed_structures, server_translations_api, structory, terralith, veindigging, wover-generator, wover-preset, wover-surface, wover-tag, terratonic (incompatible), trade_rebalance
    Available Data Packs: vanilla, trade_rebalance, bundle, fabric, additionalstructures, bclib, betterend, betternether, collective, fabric-convention-tags-v2, guardvillagers, libertyvillagers, lios_overhauled_villages (incompatible), repurposed_structures, server_translations_api, structory, terralith, veindigging, wover-generator, wover-preset, wover-surface, wover-tag, betternether:vanillaexcavators_extensions, betternether:vanilla-hammers_extensions, betterend:nourish_extensions, betterend:patchouli_extensions, terratonic (incompatible)
    Enabled Feature Flags: minecraft:vanilla, minecraft:trade_rebalance
    World Generation: Experimental
    World Seed: -4765599066666824678

Other Mods

- additionalstructures 5.0.0-fabric
    - ambientsounds 6.0.3
    - appleskin 3.0.2+mc1.21
    - architectury 13.0.3
    - badoptimizations 2.1.4
    - bclib 21.0.5
    - betterend 21.0.2
    - betterf3 11.0.1
    - betterfpsdist 1.21-4.3
    - betternether 21.0.5
    - blur 4.1.0
    - capes 1.5.4+1.21
    - chunky 1.4.16
    - cloth-config 15.0.127
    - collective 7.70
    - continuity 3.0.0-beta.5+1.21
    - creativecore 2.11.34
    - cupboard 1.21-2.7
    - doubledoors 5.8
    - entity_model_features 2.1.3
    - entity_texture_features 6.1.3
    - entityculling 1.6.6
    - fabric-api 0.100.4+1.21
    - fabric-language-kotlin 1.11.0+kotlin.2.0.0
    - fabricloader 0.15.11
    - fallingleaves 1.16.0
    - fallingtree 1.21.0.5
    - ferritecore 7.0.0
    - forgeconfigapiport 21.0.1
    - guardvillagers 2.1.2-1.21
    - healthindicatortxf 1.21-1.2.4-fabric
    - immediatelyfast 1.2.18+1.21
    - indium 1.0.34+mc1.21
    - iris 1.7.3+mc1.21
    - itemphysic 1.7.1
    - jade 15.1.3+fabric
    - java 21
    - libertyvillagers 1.0.15+fabric+1.21
    - lios_overhauled_villages 1.18.2-1.21-v0.0.4
    - lmft 1.0.4+1.21
    - memorysettings 1.21-5.4
    - midnightlib 1.5.7
    - minecraft 1.21
    - modelfix 1.21-1.6
    - modernfix 5.18.5+mc1.21
    - modmenu 11.0.1
    - mousetweaks 2.26
    - pickupnotifier 21.0.0
    - placeholder-api 2.4.0+1.21
    - puzzleslib 21.0.6
    - reeses-sodium-options 1.7.2+mc1.21
    - repurposed_structures 7.5.3+1.21-fabric
    - roughlyenoughitems 16.0.729
    - skinlayers3d 1.6.6
    - sodium 0.5.11+mc1.21
    - sound_physics_remastered 1.21-1.4.3
    - spark 1.10.73
    - structory 1.3.5
    - tectonic 2.4.0
    - terralith 2.5.3
    - veindigging 1.0.2+1.21
    - villagernames 4.5.4
    - visuality 0.7.6+1.21
    - wover 21.0.6
    - yeetusexperimentus 87.0.0
    - yet_another_config_lib_v3 3.5.0+1.21-fabric
    - zoomify 2.14.0+1.21
ImperiusFate750 commented 2 months ago

Same issue here!

---- Minecraft Crash Report ---- // Hi. I'm Minecraft, and I'm a crashaholic.

Time: 2024-07-07 02:46:30 Description: Container click

java.lang.NullPointerException: Cannot invoke "net.minecraft.class_1799.method_7947()" because "material" is null at org.betterx.bclib.recipes.AnvilRecipe.matches(AnvilRecipe.java:161) at org.betterx.bclib.recipes.AnvilRecipe.matches(AnvilRecipe.java:99) at org.betterx.bclib.recipes.AnvilRecipe.method_8115(AnvilRecipe.java:45) at net.minecraft.class_1863.method_42297(class_1863.java:106) at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:193) at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:1024) at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:556) at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:546) at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:265) at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:702) at net.minecraft.class_1863.method_17877(class_1863.java:108) at net.minecraft.class_1706.handler$zid000$bclib$bcl_updateOutput(class_1706.java:631) at net.minecraft.class_1706.method_24928(class_1706.java) at net.minecraft.class_4861.method_7609(class_4861.java:106) at net.minecraft.class_4861$3.method_5431(class_4861.java:96) at net.minecraft.class_1277.redirect$dbl000$fabric-transfer-api-v1$fabric_redirectMarkDirty(class_1277.java:543) at net.minecraft.class_1277.method_5447(class_1277.java:142) at net.minecraft.class_1735.method_7673(class_1735.java:75) at net.minecraft.class_1735.method_48931(class_1735.java:66) at net.minecraft.class_1735.method_53512(class_1735.java:63) at net.minecraft.class_1735.method_32755(class_1735.java:160) at net.minecraft.class_1703.method_30010(class_1703.java:412) at net.minecraft.class_1703.method_7593(class_1703.java:294) at net.minecraft.class_636.method_2906(class_636.java:448) at net.minecraft.class_465.method_2383(class_465.java:557) at net.minecraft.class_465.method_25406(class_465.java:521) at net.minecraft.class_312.method_1605(class_312.java:109) at net.minecraft.class_437.method_25412(class_437.java:431) at net.minecraft.class_312.method_1601(class_312.java:109) at net.minecraft.class_312.method_22686(class_312.java:196) at net.minecraft.class_1255.execute(class_1255.java:108) at net.minecraft.class_312.method_22684(class_312.java:196) at org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:43) at org.lwjgl.system.JNI.invokeV(Native Method) at org.lwjgl.glfw.GLFW.glfwPollEvents(GLFW.java:3438) at com.mojang.blaze3d.systems.RenderSystem.pollEvents(RenderSystem.java:150) at com.mojang.blaze3d.systems.RenderSystem.flipFrame(RenderSystem.java:168) at net.minecraft.class_1041.method_15998(class_1041.java:303) at net.minecraft.class_310.method_1523(class_310.java:1307) at net.minecraft.class_310.method_1514(class_310.java:882) at net.minecraft.client.main.Main.main(Main.java:256) at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470) 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 org.betterx.bclib.recipes.AnvilRecipe.matches(AnvilRecipe.java:161) at org.betterx.bclib.recipes.AnvilRecipe.matches(AnvilRecipe.java:99) at org.betterx.bclib.recipes.AnvilRecipe.method_8115(AnvilRecipe.java:45) at net.minecraft.class_1863.method_42297(class_1863.java:106) at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:193) at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:1024) at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:556) at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:546) at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:265) at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:702) at net.minecraft.class_1863.method_17877(class_1863.java:108) at net.minecraft.class_1706.handler$zid000$bclib$bcl_updateOutput(class_1706.java:631) at net.minecraft.class_1706.method_24928(class_1706.java) at net.minecraft.class_4861.method_7609(class_4861.java:106) at net.minecraft.class_4861$3.method_5431(class_4861.java:96) at net.minecraft.class_1277.redirect$dbl000$fabric-transfer-api-v1$fabric_redirectMarkDirty(class_1277.java:543) at net.minecraft.class_1277.method_5447(class_1277.java:142) at net.minecraft.class_1735.method_7673(class_1735.java:75) at net.minecraft.class_1735.method_48931(class_1735.java:66) at net.minecraft.class_1735.method_53512(class_1735.java:63) at net.minecraft.class_1735.method_32755(class_1735.java:160) at net.minecraft.class_1703.method_30010(class_1703.java:412) at net.minecraft.class_1703.method_7593(class_1703.java:294) at net.minecraft.class_636.method_2906(class_636.java:448) at net.minecraft.class_465.method_2383(class_465.java:557) at net.minecraft.class_465.method_25406(class_465.java:521) at net.minecraft.class_312.method_1605(class_312.java:109) at net.minecraft.class_437.method_25412(class_437.java:431) at net.minecraft.class_312.method_1601(class_312.java:109) at net.minecraft.class_312.method_22686(class_312.java:196) at net.minecraft.class_1255.execute(class_1255.java:108) at net.minecraft.class_312.method_22684(class_312.java:196) at org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:43) at org.lwjgl.system.JNI.invokeV(Native Method) at org.lwjgl.glfw.GLFW.glfwPollEvents(GLFW.java:3438) at com.mojang.blaze3d.systems.RenderSystem.pollEvents(RenderSystem.java:150) at com.mojang.blaze3d.systems.RenderSystem.flipFrame(RenderSystem.java:168)

-- Click info -- Details: Menu Type: minecraft:anvil Menu Class: net.minecraft.class_1706 Slot Count: 39 Slot: 1 Button: 0 Type: PICKUP Stacktrace: at net.minecraft.class_1703.method_7593(class_1703.java:294) at net.minecraft.class_636.method_2906(class_636.java:448) at net.minecraft.class_465.method_2383(class_465.java:557) at net.minecraft.class_465.method_25406(class_465.java:521) at net.minecraft.class_312.method_1605(class_312.java:109) at net.minecraft.class_437.method_25412(class_437.java:431) at net.minecraft.class_312.method_1601(class_312.java:109) at net.minecraft.class_312.method_22686(class_312.java:196) at net.minecraft.class_1255.execute(class_1255.java:108) at net.minecraft.class_312.method_22684(class_312.java:196) at org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:43) at org.lwjgl.system.JNI.invokeV(Native Method) at org.lwjgl.glfw.GLFW.glfwPollEvents(GLFW.java:3438) at com.mojang.blaze3d.systems.RenderSystem.pollEvents(RenderSystem.java:150) at com.mojang.blaze3d.systems.RenderSystem.flipFrame(RenderSystem.java:168) at net.minecraft.class_1041.method_15998(class_1041.java:303) at net.minecraft.class_310.method_1523(class_310.java:1307) at net.minecraft.class_310.method_1514(class_310.java:882) at net.minecraft.client.main.Main.main(Main.java:256) at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470) 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 screen -- Details: Screen name: net.minecraft.class_471 Stacktrace: at net.minecraft.class_437.method_25412(class_437.java:431) at net.minecraft.class_312.method_1601(class_312.java:109) at net.minecraft.class_312.method_22686(class_312.java:196) at net.minecraft.class_1255.execute(class_1255.java:108) at net.minecraft.class_312.method_22684(class_312.java:196) at org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:43) at org.lwjgl.system.JNI.invokeV(Native Method) at org.lwjgl.glfw.GLFW.glfwPollEvents(GLFW.java:3438) at com.mojang.blaze3d.systems.RenderSystem.pollEvents(RenderSystem.java:150) at com.mojang.blaze3d.systems.RenderSystem.flipFrame(RenderSystem.java:168) at net.minecraft.class_1041.method_15998(class_1041.java:303) at net.minecraft.class_310.method_1523(class_310.java:1307) at net.minecraft.class_310.method_1514(class_310.java:882) at net.minecraft.client.main.Main.main(Main.java:256) at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470) at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74) at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)

-- Uptime -- Details: JVM uptime: 106.911s Wall uptime: 88.688s High-res time: 79.603s Client ticks: 1136 ticks / 56.800s Stacktrace: at net.minecraft.class_310.method_1587(class_310.java:2501) at net.minecraft.class_310.method_54580(class_310.java:949) at net.minecraft.class_310.method_1514(class_310.java:902) at net.minecraft.client.main.Main.main(Main.java:256) at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470) 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['ImperiusFate'/3, l='ClientLevel', x=265.28, y=64.00, z=-46.23]] Chunk stats: 4096, 803 Level dimension: minecraft:overworld Level spawn location: World: (0,79,32), Section: (at 0,15,0 in 0,4,2; chunk contains blocks 0,-64,32 to 15,319,47), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,-64,0 to 511,319,511) Level time: 18866 game time, 18866 day time Server brand: fabric Server type: Integrated singleplayer server Tracked entity count: 194

-- Last reload -- Details: Reload number: 1 Reload reason: initial Finished: Yes Packs: vanilla, file/Fancy, GUI Overhaul v0.1.2.8 (Dark).zip, fabric, additionalentityattributes, alloy_forgery, ambientsounds, animatica, appleskin, armorchroma, balm-fabric, bclib, beautify, betterend, betternether, betterpingdisplay, bridgingmod, cardinal-components, cardinal-components-base, cardinal-components-block, cardinal-components-chunk, cardinal-components-entity, cardinal-components-item, cardinal-components-level, cardinal-components-scoreboard, cardinal-components-world, charmonium, chat_heads, chisel, cicada, cloth-config, completedshieldfix, concentration, conditional-mixin, continuity, controlling, craftpresence, creativecore, creeperoverhaul, cullleaves, debugify, diversity, durabilityplus, easymagic, eatinganimationid, emi, enhancedblockentities, entity_model_features, entity_texture_features, entityculling, euphoria_patcher, fabric-api, fabric-api-base, fabric-api-lookup-api-v1, fabric-biome-api-v1, fabric-block-api-v1, fabric-block-view-api-v2, fabric-blockrenderlayer-v1, fabric-client-tags-api-v1, fabric-command-api-v1, fabric-command-api-v2, fabric-commands-v0, fabric-content-registries-v0, fabric-convention-tags-v1, fabric-convention-tags-v2, fabric-crash-report-info-v1, fabric-data-attachment-api-v1, fabric-data-generation-api-v1, fabric-dimensions-v1, fabric-entity-events-v1, fabric-events-interaction-v0, fabric-game-rule-api-v1, fabric-item-api-v1, fabric-item-group-api-v1, fabric-key-binding-api-v1, fabric-keybindings-v0, fabric-language-kotlin, fabric-lifecycle-events-v1, fabric-loot-api-v2, fabric-message-api-v1, fabric-model-loading-api-v1, fabric-networking-api-v1, fabric-object-builder-api-v1, fabric-particles-v1, fabric-recipe-api-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-sound-api-v1, fabric-transfer-api-v1, fabric-transitive-access-wideners-v1, fabricloader, fallingleaves, faster-random, feytweaks, florum-sporum, forgeconfigapiport, fzzy_config, guardvillagers, hoyoi, immediatelyfast, indium, inventive_inventory, inventory, iris, jade, jamlib, kiwi, krypton, lithium, logarithmic-volume-control, lolmblv, lolmcv, midnightlib, modernfix, modmenu, more_heart_types, moredoors, mortar, mr_better_babies, mr_developer_resources, mythicmetals, naturalmotionblur, netherportalfix, noisium, notenoughanimations, owo, packetfixer, particle_core, pingtabmod, placeholder-api, pneumonocore, presencefootsteps, resourcefulconfig, rightclickharvest, satin, searchables, sereneseasons, serverpingerfixer, shutter, skinlayers3d, slotted_armor_hud, smoothscroll, snowrealmagic, sodium, sound_physics_remastered, sspb, status-effect-bars, stutterfix, taxfreelevels, toms_storage, travelersbackpack, variantsandventures, vertical-slabs, visuality, visualoverhaul, waystones, wover, wover-block, wover-core, wover-events, wover-generator, wover-preset, wover-surface, wover-ui, wunderlib, xaerominimap, xaeroworldmap, yet_another_config_lib_v3, visualoverhaul:rounddiscs, visualoverhaul:nobrewingbottles, presencefootsteps:default_sound_pack, visualoverhaul:coloredwaterbucket, minecraft:supporteatinganimation, visualoverhaul:fancyfurnace, file/EclecticTrove-1.19.2-1.3.0.zip, file/LowOnFire_1.21.zip, file/Stay_True_1.20.6.zip, file/Stay True Compats v7 [1.19].zip, file/Simple Grass Flowers v1.7.1.zip, continuity:glass_pane_culling_fix, continuity:default, armorchroma:alternative-icons, file/Icons v.1.11.1.zip, file/FreshAnimations_v1.9.zip, file/FA+All_Extensions-v1.3.zip, cullleaves:smartleaves, file/AnimatedDoors-RPv1.2.zip

-- System Details -- Details: Minecraft Version: 1.21 Minecraft Version ID: 1.21 Operating System: Windows 11 (amd64) version 10.0 Java Version: 22.0.1, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode, sharing), Oracle Corporation Memory: 4078855240 bytes (3889 MiB) / 6442450944 bytes (6144 MiB) up to 10737418240 bytes (10240 MiB) CPUs: 6 Processor Vendor: GenuineIntel Processor Name: Intel(R) Core(TM) i5-9400F CPU @ 2.90GHz Identifier: Intel64 Family 6 Model 158 Stepping 10 Microarchitecture: Coffee Lake Frequency (GHz): 2.90 Number of physical packages: 1 Number of physical CPUs: 6 Number of logical CPUs: 6 Graphics card #0 name: NVIDIA GeForce RTX 3050 Graphics card #0 vendor: NVIDIA Graphics card #0 VRAM (MiB): 8192.00 Graphics card #0 deviceId: VideoController1 Graphics card #0 versionInfo: 32.0.15.5612 Memory slot #0 capacity (MiB): 16384.00 Memory slot #0 clockSpeed (GHz): 3.60 Memory slot #0 type: DDR4 Memory slot #1 capacity (MiB): 16384.00 Memory slot #1 clockSpeed (GHz): 3.60 Memory slot #1 type: DDR4 Virtual memory max (MiB): 38857.27 Virtual memory used (MiB): 23729.70 Swap memory total (MiB): 6144.00 Swap memory used (MiB): 0.00 Space in storage for jna.tmpdir (MiB): available: 118460.44, total: 428485.00 Space in storage for org.lwjgl.system.SharedLibraryExtractPath (MiB): available: 118460.44, total: 428485.00 Space in storage for io.netty.native.workdir (MiB): available: 118460.44, total: 428485.00 Space in storage for java.io.tmpdir (MiB): available: 118460.44, total: 428485.00 Space in storage for workdir (MiB): available: 118460.44, total: 428485.00 JVM Flags: 38 total; -XX:ThreadPriorityPolicy=1 -XX:+UnlockExperimentalVMOptions -XX:+EnableJVMCIProduct -XX:-UnlockExperimentalVMOptions -Xms6144M -Xmx10G -XX:+UnlockExperimentalVMOptions -XX:+UnlockDiagnosticVMOptions -XX:+AlwaysActAsServerClassMachine -XX:+AlwaysPreTouch -XX:+DisableExplicitGC -XX:AllocatePrefetchStyle=3 -XX:NmethodSweepActivity=1 -XX:ReservedCodeCacheSize=400M -XX:NonNMethodCodeHeapSize=12M -XX:ProfiledCodeHeapSize=194M -XX:NonProfiledCodeHeapSize=194M -XX:-DontCompileHugeMethods -XX:+PerfDisableSharedMem -XX:+UseFastUnorderedTimeStamps -XX:+UseCriticalJavaThreadPriority -XX:+EagerJVMCI -XX:+UseG1GC -XX:MaxGCPauseMillis=37 -XX:+PerfDisableSharedMem -XX:G1HeapRegionSize=16M -XX:G1NewSizePercent=23 -XX:G1ReservePercent=20 -XX:SurvivorRatio=32 -XX:G1MixedGCCountTarget=3 -XX:G1HeapWastePercent=20 -XX:InitiatingHeapOccupancyPercent=10 -XX:G1RSetUpdatingPauseTimePercent=0 -XX:MaxTenuringThreshold=1 -XX:G1SATBBufferEnqueueingThresholdPercent=30 -XX:G1ConcMarkStepDurationMillis=5.0 -XX:GCTimeRatio=99 -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump Fabric Mods: achiopt: AchievementOptimizer 1.21-1.1.0 alloy_forgery: Alloy Forgery 2.2.0+1.21 ambientsounds: AmbientSounds 6.0.3 animatica: Animatica 0.6.1+1.21 anvilrestoration: Anvil Restoration 2.2 appleskin: AppleSkin 3.0.2+mc1.21 architectury: Architectury 13.0.3 armorchroma: Armor Chroma 1.2.8 badoptimizations: BadOptimizations 2.1.4 balm-fabric: Balm 21.0.11 kuma_api: KumaAPI 21.0.4 bclib: BCLib 21.0.5 beautify: Beautify 1.2.0+1.21 betterend: Better End 21.0.2 betternether: Better Nether 21.0.5 betterpingdisplay: Better Ping Display 1.1.1 bridgingmod: Bridging Mod 2.4.0+1.21 cardinal-components: Cardinal Components API 6.1.0 cardinal-components-base: Cardinal Components API (base) 6.1.0 cardinal-components-block: Cardinal Components API (blocks) 6.1.0 cardinal-components-chunk: Cardinal Components API (chunks) 6.1.0 cardinal-components-entity: Cardinal Components API (entities) 6.1.0 cardinal-components-item: Cardinal Components API (items) 6.1.0 cardinal-components-level: Cardinal Components API (world saves) 6.1.0 cardinal-components-scoreboard: Cardinal Components API (scoreboard) 6.1.0 cardinal-components-world: Cardinal Components API (worlds) 6.1.0 charmonium: Charmonium 7.0.0 com_moandjiezana_toml_toml4j: toml4j 0.7.2 chat_heads: Chat Heads 0.12.6 chisel: Chisel Refabricated 1.8.1 cicada: CICADA 0.8.1+1.21-and-above cloth-config: Cloth Config v15 15.0.127 cloth-basic-math: cloth-basic-math 0.6.1 clumps: Clumps 18.0.0.1 collective: Collective 7.70 completedshieldfix: Walksy's Complete Shield Fixes 1.0.2 concentration: Concentration 1.1.0 continuity: Continuity 3.0.0-beta.5+1.21 controlling: Controlling 18.0.1 craftpresence: CraftPresence 2.4.3 fabric-resource-loader-v0: Fabric Resource Loader (v0) 1.1.5+78017270d1 creativecore: CreativeCore 2.11.34 net_neoforged_bus: bus 7.2.0 creeperoverhaul: Creeper Overhaul 4.0.2 cullleaves: Cull Leaves 3.4.0 midnightlib: MidnightLib 1.5.7 debugify: Debugify 1.21+1.0 disableinsecurechattoast: Disable Insecure Chat Toast 1.1.0 diversity: Diversity 1.2.1+1.21 fabric-permissions-api-v0: fabric-permissions-api 0.3.1 org_javassist_javassist: javassist 3.28.0-GA org_reflections_reflections: reflections 0.10.2 doubledoors: Double Doors 5.8 durabilityplus: DurabilityPlus 1.1.0 easymagic: Easy Magic 21.0.0 eatinganimationid: Eating Animation 1.21+1.9.72 emi: EMI 1.1.10+1.21+fabric enhancedblockentities: Enhanced Block Entities 0.10.1+1.21 entity_model_features: Entity Model Features 2.1.3 entity_texture_features: Entity Texture Features 6.1.3 org_apache_httpcomponents_httpmime: httpmime 4.5.10 entityculling: EntityCulling 1.6.6 euphoria_patcher: Euphoria Patcher 0.3.3-fabric io_sigpipe_jbsdiff: jbsdiff 1.0 fabric-api: Fabric API 0.100.4+1.21 fabric-api-base: Fabric API Base 0.4.42+6573ed8cd1 fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.67+b5597344d1 fabric-biome-api-v1: Fabric Biome API (v1) 13.0.28+6fc22b99d1 fabric-block-api-v1: Fabric Block API (v1) 1.0.22+0af3f5a7d1 fabric-block-view-api-v2: Fabric BlockView API (v2) 1.0.10+6573ed8cd1 fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.52+0af3f5a7d1 fabric-client-tags-api-v1: Fabric Client Tags 1.1.15+6573ed8cd1 fabric-command-api-v1: Fabric Command API (v1) 1.2.48+f71b366fd1 fabric-command-api-v2: Fabric Command API (v2) 2.2.27+6a6dfa19d1 fabric-commands-v0: Fabric Commands (v0) 0.2.65+df3654b3d1 fabric-content-registries-v0: Fabric Content Registries (v0) 8.0.14+b5597344d1 fabric-convention-tags-v1: Fabric Convention Tags 2.0.15+7f945d5bd1 fabric-convention-tags-v2: Fabric Convention Tags (v2) 2.3.2+78017270d1 fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.29+0af3f5a7d1 fabric-data-attachment-api-v1: Fabric Data Attachment API (v1) 1.1.24+6a6dfa19d1 fabric-data-generation-api-v1: Fabric Data Generation API (v1) 20.2.9+16c4ae25d1 fabric-dimensions-v1: Fabric Dimensions API (v1) 4.0.0+6fc22b99d1 fabric-entity-events-v1: Fabric Entity Events (v1) 1.6.12+6fc22b99d1 fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.7.10+e633f883d1 fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.52+6573ed8cd1 fabric-item-api-v1: Fabric Item API (v1) 11.0.0+afdfc921d1 fabric-item-group-api-v1: Fabric Item Group API (v1) 4.1.2+78017270d1 fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.47+0af3f5a7d1 fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.45+df3654b3d1 fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.3.11+8f3583aed1 fabric-loot-api-v2: Fabric Loot API (v2) 3.0.11+6573ed8cd1 fabric-message-api-v1: Fabric Message API (v1) 6.0.13+6573ed8cd1 fabric-model-loading-api-v1: Fabric Model Loading API (v1) 2.0.0+fe474d6bd1 fabric-networking-api-v1: Fabric Networking API (v1) 4.2.0+ab7edbacd1 fabric-object-builder-api-v1: Fabric Object Builder API (v1) 15.1.12+d1321076d1 fabric-particles-v1: Fabric Particles (v1) 4.0.2+6573ed8cd1 fabric-recipe-api-v1: Fabric Recipe API (v1) 5.0.10+65089712d1 fabric-registry-sync-v0: Fabric Registry Sync (v0) 5.0.23+78017270d1 fabric-renderer-api-v1: Fabric Renderer API (v1) 3.3.0+0ae0b97dd1 fabric-renderer-indigo: Fabric Renderer - Indigo 1.6.5+48fb1586d1 fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.67+df3654b3d1 fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.48+73761d2ed1 fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.1.6+b5597344d1 fabric-rendering-v0: Fabric Rendering (v0) 1.1.70+df3654b3d1 fabric-rendering-v1: Fabric Rendering (v1) 5.0.4+5a8c785ed1 fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 4.2.1+d153f344d1 fabric-screen-api-v1: Fabric Screen API (v1) 2.0.24+b5597344d1 fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.80+b5597344d1 fabric-sound-api-v1: Fabric Sound API (v1) 1.0.23+6573ed8cd1 fabric-transfer-api-v1: Fabric Transfer API (v1) 5.1.15+3dccd343d1 fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 6.0.12+6573ed8cd1 fabric-language-kotlin: Fabric Language Kotlin 1.11.0+kotlin.2.0.0 org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 2.0.0 org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 2.0.0 org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 2.0.0 org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 2.0.0 org_jetbrains_kotlinx_atomicfu-jvm: atomicfu-jvm 0.24.0 org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.8.1 org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.8.1 org_jetbrains_kotlinx_kotlinx-datetime-jvm: kotlinx-datetime-jvm 0.6.0 org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm: kotlinx-serialization-cbor-jvm 1.6.3 org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.6.3 org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.6.3 fabricloader: Fabric Loader 0.15.11 mixinextras: MixinExtras 0.3.5 fallingleaves: Falling Leaves 1.16.0 faster-random: Faster Random 4.1.0 ferritecore: FerriteCore 7.0.0 feytweaks: FeyTweaks 1.21-1.2.8 fixedanvilrepaircost: Fixed Anvil Repair Cost 3.3 florum-sporum: Florum Sporum 1.1.0+1.21 forgeconfigapiport: Forge Config API Port 21.0.1 com_electronwill_night-config_core: core 3.7.4 com_electronwill_night-config_toml: toml 3.7.4 fzzy_config: Fzzy Config 0.3.5+1.21 blue_endless_jankson: jankson 1.2.3 net_peanuuutz_tomlkt_tomlkt-jvm: tomlkt-jvm 0.3.7 geckolib: GeckoLib 4 4.5.6 glitchcore: GlitchCore 2.0.0.2 net_jodah_typetools: typetools 0.6.3 guardvillagers: GuardVillagers 2.1.2-1.21 hopobetterunderwaterruins: Hopo Better Underwater Ruins 1.1.8 hoyoi: HoYoI 0.0.3-beta immediatelyfast: ImmediatelyFast 1.2.18+1.21 net_lenni0451_reflect: Reflect 1.3.4 indium: Indium 1.0.34+mc1.21 inventive_inventory: Inventive Inventory 0.4.6 inventory: Frostbyte's Improved Inventory 1.9.3 inventorytotem: Inventory Totem 3.2 iris: Iris 1.7.3+mc1.21 io_github_douira_glsl-transformer: glsl-transformer 2.0.1 org_anarres_jcpp: jcpp 1.4.14 org_antlr_antlr4-runtime: antlr4-runtime 4.13.1 jade: Jade 15.1.3+fabric jamlib: JamLib 1.0.9+1.21 java: Java HotSpot(TM) 64-Bit Server VM 22 keepmysoiltilled: Keep My Soil Tilled 2.3 kiwi: Kiwi Library 15.1.0+fabric krypton: Krypton 0.2.8 com_velocitypowered_velocity-native: velocity-native 3.3.0-SNAPSHOT lithium: Lithium 0.12.7 logarithmic-volume-control: Logarithmic Volume Control 1.0.0-1.21 lolmblv: More Barrel Variants 1.5.3 lolmcv: More Chest Variants 1.5.5 minecraft: Minecraft 1.21 modelfix: Model Gap Fix 1.21-1.6 modernfix: ModernFix 5.18.5+mc1.21 modmenu: Mod Menu 11.0.1 more_heart_types: More Heart Types 1.0.2+1.21 moredoors: More Doors 1.6 mortar: Mortar 2.0.2 mr_animated_doors: Animated Doors 1.21 mr_better_babies: Better Babies 0.7.7 mr_cherry_villages: Cherry Grove Villages 1.0.8 mr_crafting: Crafting+ 1 mr_developer_resources: Data API 1.5.4 mr_more_blocks: More Blocks 1 mr_sherds: Sherds+ 1 mythicmetals: Mythic Metals 0.20.0+1.21-alpha3 additionalentityattributes: Additional Entity Attributes 1.8.0+1.21 common-protection-api: Common Protection API 1.0.0 naturalmotionblur: Natural Motion Blur 1.1.1+mc1.21 satin: Satin 2.0.0 netherportalfix: NetherPortalFix 21.0.2 no-telemetry: No Telemetry 1.8.0 noisium: Noisium 2.2.1+mc1.21 notenoughanimations: NotEnoughAnimations 1.7.4 owo: oωo 0.12.10+1.21 io_wispforest_endec: endec 0.1.0 io_wispforest_endec_gson: gson 0.1.0 io_wispforest_endec_jankson: jankson 0.1.0 io_wispforest_endec_netty: netty 0.1.0 packetfixer: Packet Fixer 1.4.1 particle_core: Particle Core 0.2.3+1.21 conditional-mixin: conditional mixin 0.5.1 pingtabmod: PingTabMod 0.2.1-B-1.21 placeholder-api: Placeholder API 2.4.0+1.21 pneumonocore: PneumonoCore 1.1.6 presencefootsteps: Presence Footsteps 1.10.0+1.21 kirin: Kirin UI 1.19.0+1.21 puzzleslib: Puzzles Lib 21.0.7 quad: Quad 1.2.7 resourcefulconfig: Resourcefulconfig 3.0.2 resourcefullib: Resourceful Lib 3.0.9 com_teamresourceful_bytecodecs: bytecodecs 1.1.2 com_teamresourceful_yabn: yabn 1.0.3 rightclickharvest: Right Click Harvest 4.2.0+1.21 searchables: Searchables 1.0.1 sereneseasons: SereneSeasons 10.0.0.2 serverpingerfixer: Server Pinger Fixer 1.0.5 shutter: Shutter 1.0 skinlayers3d: 3d-Skin-Layers 1.6.6 slotted_armor_hud: Slotted Armor HUD 1.2.5 smoothscroll: Smooth Scroll 2.1.2 snowrealmagic: Snow! Real Magic! 11.0.2+fabric sodium: Sodium 0.5.11+mc1.21 sound_physics_remastered: Sound Physics Remastered 1.21-1.4.3 sspb: Sodium Shadowy Path Blocks 3.3.0 stackrefill: Stack Refill 4.4 status-effect-bars: Status Effect Bars 1.0.6 stutterfix: StutterFix mc1.21-0.2.1 taxfreelevels: Tax Free Levels 1.3.12 toms_storage: Tom's Simple Storage Mod 2.0.6 travelersbackpack: Traveler's Backpack fabric-1.21-10.0.4 treeharvester: Tree Harvester 8.9 usefulrottenflash: Useful Rotten Flash 1.0.1-1.21 variantsandventures: Variants & Ventures 1.0.3 vertical-slabs: Vertical slabs 2.0.5-1.21 visuality: Visuality 0.7.6+1.21 visualoverhaul: VisualOverhaul 5.2.1 waystones: Waystones 21.0.2 wover: WorldWeaver 21.0.6 wover-biome: WorldWeaver - Biome API 21.0.6 wover-block: WorldWeaver - Block and Item API 21.0.6 wover-common: WorldWeaver - Common API 21.0.6 wover-core: WorldWeaver - Core API 21.0.6 wover-datagen: WorldWeaver - Datagen API 21.0.6 wover-events: WorldWeaver - Events API 21.0.6 wover-feature: WorldWeaver - Feature API 21.0.6 wover-generator: WorldWeaver - World Generator API 21.0.6 wover-item: WorldWeaver - Item API 21.0.6 wover-math: WorldWeaver - Math API 21.0.6 wover-preset: WorldWeaver - World Preset API 21.0.6 wover-recipe: WorldWeaver - Recipe API 21.0.6 wover-structure: WorldWeaver - Structure API 21.0.6 wover-surface: WorldWeaver - Surface API 21.0.6 wover-tag: WorldWeaver - Tag API 21.0.6 wover-ui: WorldWeaver - UI API 21.0.6 wunderlib: WunderLib 21.0.3 xaerominimap: Xaero's Minimap 24.2.1 xaeroworldmap: Xaero's World Map 1.38.8 yet_another_config_lib_v3: YetAnotherConfigLib 3.5.0+1.21-fabric com_twelvemonkeys_common_common-image: common-image 3.10.0 com_twelvemonkeys_common_common-io: common-io 3.10.0 com_twelvemonkeys_common_common-lang: common-lang 3.10.0 com_twelvemonkeys_imageio_imageio-core: imageio-core 3.10.0 com_twelvemonkeys_imageio_imageio-metadata: imageio-metadata 3.10.0 com_twelvemonkeys_imageio_imageio-webp: imageio-webp 3.10.0 org_quiltmc_parsers_gson: gson 0.2.1 org_quiltmc_parsers_json: json 0.2.1 youritemsaresafe: Your Items Are Safe 4.4 Loaded Shaderpack: ComplementaryUnbound_r5.2.1 + EuphoriaPatches_1.3.1 Profile: Custom (+49 options changed by user) Launched Version: fabric-loader-0.15.11-1.21 Launcher name: java-minecraft-launcher Backend library: LWJGL version 3.3.3-snapshot Backend API: NVIDIA GeForce RTX 3050/PCIe/SSE2 GL version 3.2.0 NVIDIA 556.12, NVIDIA Corporation Window size: 1920x1081 GFLW Platform: win32 GL Caps: Using framebuffer using OpenGL 3.2 GL debug messages: Is Modded: Definitely; Client brand changed to 'fabric'; Server brand changed to 'fabric' Universe: 400921fb54442d18 Type: Integrated Server (map_client.txt) Graphics mode: fancy Render Distance: 14/14 chunks Resource Packs: vanilla, file/Fancy, GUI Overhaul v0.1.2.8 (Dark).zip (incompatible), fabric, additionalentityattributes, alloy_forgery, ambientsounds, animatica, appleskin (incompatible), armorchroma, balm-fabric (incompatible), bclib, beautify, betterend, betternether, betterpingdisplay, bridgingmod, cardinal-components, cardinal-components-base, cardinal-components-block, cardinal-components-chunk, cardinal-components-entity, cardinal-components-item, cardinal-components-level, cardinal-components-scoreboard, cardinal-components-world, charmonium (incompatible), chat_heads, chisel, cicada, cloth-config, completedshieldfix, concentration (incompatible), conditional-mixin, continuity, controlling (incompatible), craftpresence, creativecore, creeperoverhaul, cullleaves, debugify, diversity, durabilityplus, easymagic, eatinganimationid, emi, enhancedblockentities, entity_model_features, entity_texture_features, entityculling, euphoria_patcher, fabric-api, fabric-api-base, fabric-api-lookup-api-v1, fabric-biome-api-v1, fabric-block-api-v1, fabric-block-view-api-v2, fabric-blockrenderlayer-v1, fabric-client-tags-api-v1, fabric-command-api-v1, fabric-command-api-v2, fabric-commands-v0, fabric-content-registries-v0, fabric-convention-tags-v1, fabric-convention-tags-v2, fabric-crash-report-info-v1, fabric-data-attachment-api-v1, fabric-data-generation-api-v1, fabric-dimensions-v1, fabric-entity-events-v1, fabric-events-interaction-v0, fabric-game-rule-api-v1, fabric-item-api-v1, fabric-item-group-api-v1, fabric-key-binding-api-v1, fabric-keybindings-v0, fabric-language-kotlin, fabric-lifecycle-events-v1, fabric-loot-api-v2, fabric-message-api-v1, fabric-model-loading-api-v1, fabric-networking-api-v1, fabric-object-builder-api-v1, fabric-particles-v1, fabric-recipe-api-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-sound-api-v1, fabric-transfer-api-v1, fabric-transitive-access-wideners-v1, fabricloader, fallingleaves, faster-random, feytweaks, florum-sporum, forgeconfigapiport, fzzy_config, guardvillagers, hoyoi (incompatible), immediatelyfast, indium, inventive_inventory, inventory, iris, jade (incompatible), jamlib, kiwi (incompatible), krypton, lithium, logarithmic-volume-control, lolmblv, lolmcv, midnightlib, modernfix (incompatible), modmenu, more_heart_types, moredoors, mortar, mr_better_babies (incompatible), mr_developer_resources (incompatible), mythicmetals, naturalmotionblur, netherportalfix (incompatible), noisium, notenoughanimations, owo, packetfixer (incompatible), particle_core, pingtabmod, placeholder-api, pneumonocore, presencefootsteps, resourcefulconfig, rightclickharvest, satin, searchables (incompatible), sereneseasons (incompatible), serverpingerfixer, shutter, skinlayers3d, slotted_armor_hud, smoothscroll, snowrealmagic, sodium, sound_physics_remastered, sspb, status-effect-bars, stutterfix, taxfreelevels, toms_storage (incompatible), travelersbackpack, variantsandventures (incompatible), vertical-slabs, visuality, visualoverhaul, waystones (incompatible), wover, wover-block, wover-core, wover-events, wover-generator, wover-preset, wover-surface, wover-ui, wunderlib, xaerominimap (incompatible), xaeroworldmap (incompatible), yet_another_config_lib_v3 (incompatible), visualoverhaul:rounddiscs, visualoverhaul:nobrewingbottles, presencefootsteps:default_sound_pack, visualoverhaul:coloredwaterbucket, minecraft:supporteatinganimation, visualoverhaul:fancyfurnace, file/EclecticTrove-1.19.2-1.3.0.zip (incompatible), file/LowOnFire_1.21.zip, file/Stay_True_1.20.6.zip (incompatible), file/Stay True Compats v7 [1.19].zip (incompatible), file/Simple Grass Flowers v1.7.1.zip, continuity:glass_pane_culling_fix, continuity:default, armorchroma:alternative-icons (incompatible), file/Icons v.1.11.1.zip, file/FreshAnimations_v1.9.zip (incompatible), file/FA+All_Extensions-v1.3.zip (incompatible), cullleaves:smartleaves, file/AnimatedDoors-RPv1.2.zip Current Language: en_us Locale: en_US System encoding: Cp1252 File encoding: UTF-8 CPU: 6x Intel(R) Core(TM) i5-9400F CPU @ 2.90GHz Server Running: true Player Count: 1 / 8; [class_3222['ImperiusFate'/3, l='ServerLevel[TEST]', x=265.28, y=64.00, z=-46.23]] Active Data Packs: vanilla, fabric, additionalentityattributes, alloy_forgery, balm-fabric (incompatible), bclib, beautify, betterend, betternether, chisel, collective, creeperoverhaul, diversity, easymagic (incompatible), fabric-convention-tags-v2, florum-sporum, guardvillagers, hopobetterunderwaterruins, lolmblv, lolmcv, moredoors, mortar, mr_animated_doors, mr_better_babies (incompatible), mr_cherry_villages, mr_crafting, mr_developer_resources (incompatible), mr_more_blocks, mr_sherds, mythicmetals, quad, rightclickharvest, sereneseasons (incompatible), shutter, snowrealmagic (incompatible), toms_storage, travelersbackpack, usefulrottenflash, variantsandventures (incompatible), vertical-slabs, waystones (incompatible), wover-generator, wover-preset, wover-surface, wover-tag, file/AnimatedDoors-RPv1.2.zip (incompatible) Available Data Packs: additionalentityattributes, alloy_forgery, balm-fabric (incompatible), bclib, beautify, betterend, betterend:nourish_extensions, betterend:patchouli_extensions, betternether, betternether:vanilla-hammers_extensions, betternether:vanillaexcavators_extensions, bundle, chisel, collective, creeperoverhaul, diversity, easymagic (incompatible), fabric, fabric-convention-tags-v2, file/AnimatedDoors-RPv1.2.zip (incompatible), florum-sporum, guardvillagers, hopobetterunderwaterruins, lolmblv, lolmcv, moredoors, mortar, mr_animated_doors, mr_better_babies (incompatible), mr_cherry_villages, mr_crafting, mr_developer_resources (incompatible), mr_more_blocks, mr_sherds, mythicmetals, quad, rightclickharvest, sereneseasons (incompatible), shutter, snowrealmagic (incompatible), toms_storage, trade_rebalance, travelersbackpack, usefulrottenflash, vanilla, variantsandventures (incompatible), vertical-slabs, waystones (incompatible), wover-generator, wover-preset, wover-surface, wover-tag Enabled Feature Flags: minecraft:vanilla World Generation: Experimental World Seed: 2982185574050205081

Noaaan commented 2 months ago

Duplicate of https://github.com/quiqueck/BCLib/issues/181