The-Fireplace-Minecraft-Mods / Overlord

A Minecraft mod that allows raising and commanding an army of skeletons
https://www.curseforge.com/minecraft/mc-mods/overlord
Mozilla Public License 2.0
17 stars 11 forks source link

Game crashes when clicking "orders" in the wand menu in multiplayer 1.19.2 #246

Closed Rolahr closed 3 months ago

Rolahr commented 1 year ago

Mod Version

3.2.3

What mod loader(s) are you seeing the problem on?

Fabric

Mod Loader Version

0.14.12

Problem Description

When using the wand, clicking on the "orders" button fully closes the game.

Steps To Reproduce

  1. Use wand
  2. Click orders

Crash Report or Error Logs

---- Minecraft Crash Report ----
// Shall we play a game?

Time: 2023-01-25 09:49:51
Description: mouseClicked event handler

java.lang.ClassCastException: class me.shedaniel.clothconfig2.impl.builders.BooleanToggleBuilder$1 cannot be cast to class dev.the_fireplace.lib.mixin.clothconfig.AbstractConfigEntryAccessor (me.shedaniel.clothconfig2.impl.builders.BooleanToggleBuilder$1 and dev.the_fireplace.lib.mixin.clothconfig.AbstractConfigEntryAccessor are in unnamed module of loader net.fabricmc.loader.impl.launch.knot.KnotClassLoader @80ec1f8)
    at dev.the_fireplace.lib.config.cloth.ClothConfigDependencyHandler.addDependency(ClothConfigDependencyHandler.java:51)
    at dev.the_fireplace.lib.config.cloth.FabricClothConfigScreenBuilder.lambda$buildDependencies$0(FabricClothConfigScreenBuilder.java:691)
    at java.base/java.util.concurrent.ConcurrentHashMap.forEach(ConcurrentHashMap.java:1603)
    at dev.the_fireplace.lib.config.cloth.FabricClothConfigScreenBuilder.buildDependencies(FabricClothConfigScreenBuilder.java:690)
    at dev.the_fireplace.lib.config.cloth.FabricClothConfigScreenBuilder.build(FabricClothConfigScreenBuilder.java:680)
    at dev.the_fireplace.overlord.entity.ai.aiconfig.SkeletonOrdersGuiFactory.build(SkeletonOrdersGuiFactory.java:95)
    at dev.the_fireplace.overlord.client.gui.orders.LocalOrdersScreen.lambda$init$0(LocalOrdersScreen.java:65)
    at net.minecraft.class_4185.method_25306(class_4185.java:43)
    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 net.minecraft.class_312.method_1611(class_312.java:94)
    at net.minecraft.class_437.method_25412(class_437.java:489)
    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.glfwPollEvents(GLFW.java:3403)
    at com.mojang.blaze3d.systems.RenderSystem.flipFrame(RenderSystem.java:197)
    at net.minecraft.class_1041.method_15998(class_1041.java:315)
    at net.minecraft.class_310.method_1523(class_310.java:1205)
    at net.minecraft.class_310.method_1514(class_310.java:768)
    at net.minecraft.client.main.Main.method_44604(Main.java:244)
    at net.minecraft.client.main.Main.main(Main.java:51)
    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 dev.the_fireplace.lib.config.cloth.ClothConfigDependencyHandler.addDependency(ClothConfigDependencyHandler.java:51)
    at dev.the_fireplace.lib.config.cloth.FabricClothConfigScreenBuilder.lambda$buildDependencies$0(FabricClothConfigScreenBuilder.java:691)
    at java.base/java.util.concurrent.ConcurrentHashMap.forEach(ConcurrentHashMap.java:1603)
    at dev.the_fireplace.lib.config.cloth.FabricClothConfigScreenBuilder.buildDependencies(FabricClothConfigScreenBuilder.java:690)
    at dev.the_fireplace.lib.config.cloth.FabricClothConfigScreenBuilder.build(FabricClothConfigScreenBuilder.java:680)
    at dev.the_fireplace.overlord.entity.ai.aiconfig.SkeletonOrdersGuiFactory.build(SkeletonOrdersGuiFactory.java:95)
    at dev.the_fireplace.overlord.client.gui.orders.LocalOrdersScreen.lambda$init$0(LocalOrdersScreen.java:65)
    at net.minecraft.class_4185.method_25306(class_4185.java:43)
    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 net.minecraft.class_312.method_1611(class_312.java:94)
    at net.minecraft.class_437.method_25412(class_437.java:489)
    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.glfwPollEvents(GLFW.java:3403)
    at com.mojang.blaze3d.systems.RenderSystem.flipFrame(RenderSystem.java:197)

-- Affected screen --
Details:
    Screen name: dev.the_fireplace.overlord.client.gui.orders.LocalOrdersScreen
Stacktrace:
    at net.minecraft.class_437.method_25412(class_437.java:489)
    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.glfwPollEvents(GLFW.java:3403)
    at com.mojang.blaze3d.systems.RenderSystem.flipFrame(RenderSystem.java:197)
    at net.minecraft.class_1041.method_15998(class_1041.java:315)
    at net.minecraft.class_310.method_1523(class_310.java:1205)
    at net.minecraft.class_310.method_1514(class_310.java:768)
    at net.minecraft.client.main.Main.method_44604(Main.java:244)
    at net.minecraft.client.main.Main.main(Main.java:51)
    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['Rolahr'/85074, l='ClientLevel', x=1537.79, y=62.00, z=-725.05]]
    Chunk stats: 529, 529
    Level dimension: minecraft:overworld
    Level spawn location: World: (166,62,-340), Section: (at 6,14,12 in 10,3,-22; chunk contains blocks 160,-64,-352 to 175,319,-337), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,-64,-512 to 511,319,-1)
    Level time: 21102520 game time, 21916098 day time
    Server brand: fabric
    Server type: Non-integrated multiplayer server
Stacktrace:
    at net.minecraft.class_638.method_8538(class_638.java:453)
    at net.minecraft.class_310.method_1587(class_310.java:2341)
    at net.minecraft.class_310.method_1514(class_310.java:787)
    at net.minecraft.client.main.Main.method_44604(Main.java:244)
    at net.minecraft.client.main.Main.main(Main.java:51)
    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, spoornpacks, Fabric Mods, vinery/bushy_leaves, wilderwild/new_main_menu, Snowyspirit Generated Pack, LowOnFire_1.19.zip

-- System Details --
Details:
    Minecraft Version: 1.19.2
    Minecraft Version ID: 1.19.2
    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: 696466000 bytes (664 MiB) / 2436890624 bytes (2324 MiB) up to 6375342080 bytes (6080 MiB)
    CPUs: 8
    Processor Vendor: GenuineIntel
    Processor Name: Intel(R) Core(TM) i3-10105F CPU @ 3.70GHz
    Identifier: Intel64 Family 6 Model 165 Stepping 3
    Microarchitecture: unknown
    Frequency (GHz): 3.70
    Number of physical packages: 1
    Number of physical CPUs: 4
    Number of logical CPUs: 8
    Graphics card #0 name: NVIDIA GeForce GTX 1650
    Graphics card #0 vendor: NVIDIA (0x10de)
    Graphics card #0 VRAM (MB): 4095.00
    Graphics card #0 deviceId: 0x2188
    Graphics card #0 versionInfo: DriverVersion=31.0.15.1694
    Memory slot #0 capacity (MB): 8192.00
    Memory slot #0 clockSpeed (GHz): 2.13
    Memory slot #0 type: DDR4
    Memory slot #1 capacity (MB): 8192.00
    Memory slot #1 clockSpeed (GHz): 2.13
    Memory slot #1 type: DDR4
    Virtual memory max (MB): 33730.02
    Virtual memory used (MB): 21005.79
    Swap memory total (MB): 17408.00
    Swap memory used (MB): 955.38
    JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx6080m -Xms256m
    Fabric Mods: 
        adorn: Adorn 3.8.1+1.19.2
        adventurez: AdventureZ 1.4.17
        alloy_forgery: Alloy Forgery 2.0.17+1.19
        ambientsounds: Ambient Sounds (Fabric) 5.2.13
        another_furniture: Another Furniture 2.1.2-1.19.2
        architectury: Architectury 6.4.62
        artifacts: Artifacts 7.1.1+fabric
            expandability: ExpandAbility 6.0.0
            step-height-entity-attribute: Step Height Entity Attribute 1.0.0
        attributefix: AttributeFix 17.1.3
        autosmeltenchant: AutosmeltEnchant 1.2.0
        badpackets: Bad Packets 0.2.1
        bclib: BCLib 2.1.5
        betteranimalsplus: Better Animals Plus 1.19.2-11.0.10
        betterdeserttemples: YUNG's Better Desert Temples 1.19.2-Fabric-2.2.1
        betterdungeons: YUNG's Better Dungeons 1.19.2-Fabric-3.2.1
        betterend: Better End 2.1.2
        bettermineshafts: YUNG's Better Mineshafts 1.19.2-Fabric-3.2.0
        betternether: Better Nether 7.1.2
        betteroceanmonuments: YUNG's Better Ocean Monuments 1.19.2-Fabric-2.1.0
        betterstrongholds: YUNG's Better Strongholds 1.19.2-Fabric-3.2.0
        betterthirdperson: Better Third Person 1.9.0
        betterwitchhuts: YUNG's Better Witch Huts 1.19.2-Fabric-2.1.0
        bewitchment: Bewitchment 1.19-6
            fabric-permissions-api-v0: fabric-permissions-api 0.1-SNAPSHOT
            impersonate: Impersonate 2.8.0
            playerabilitylib: Pal 1.6.0
            reach-entity-attributes: Reach Entity Attributes 2.3.0
            terraform-wood-api-v1: Terraform Wood API (v1) 4.2.0
        biomemakeover: Biome Makeover 1.19.2-1.6.2
        bosses_of_mass_destruction: Bosses of Mass Destruction (Beta) 1.4.6-1.19.2
            maelstrom_library: Maelstrom Library 1.3-1.19-pre1
            multipart_entities: MultipartEntities 1.2-1.19-pre1
        capybara: Capybara 2.0.1
        cardinal-components: Cardinal Components API 5.0.2
            cardinal-components-base: Cardinal Components API (base) 5.0.2
            cardinal-components-block: Cardinal Components API (blocks) 5.0.2
            cardinal-components-chunk: Cardinal Components API (chunks) 5.0.2
            cardinal-components-entity: Cardinal Components API (entities) 5.0.2
            cardinal-components-item: Cardinal Components API (items) 5.0.2
            cardinal-components-level: Cardinal Components API (world saves) 5.0.2
            cardinal-components-scoreboard: Cardinal Components API (scoreboard) 5.0.2
            cardinal-components-world: Cardinal Components API (worlds) 5.0.2
        carryon: Carry On 2.0.2.3
        cave_enhancements: Cave Enhancements 1.19.2-2.1.7-fabric
        charm: Charm 4.4.4
            com_moandjiezana_toml_toml4j: toml4j 0.7.2
        charm_fixer: Charm Fixer 1.0.0
        cinderscapes: Cinderscapes 3.0.3
            cinderscapes-client: Cinderscapes: Client 3.0.3
            cinderscapes-common: Cinderscapes: Common 3.0.3
            cinderscapes-worldgen: Cinderscapes: World Generation 3.0.3
        cloth-config: Cloth Config v8 8.2.88
            cloth-basic-math: cloth-basic-math 0.6.1
        clumps: Clumps 9.0.0+14
        collective: Collective 6.20
            collective-fabric: Collective (Fabric) 5.22
        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
        cozy: Cozy 1.1.0
            resourcefullib: Resourceful Lib 1.1.18
        creativecore: CreativeCore (Fabric) 2.9.3
        creaturesfromthesnow: Creatures from The Snow 4.0.1+1.19.2
        crittersandcompanions: Critters and Companions 1.19.2-1.0.2
        dataattributes: Data Attributes 1.4.0
        dawn: Dawn API 3.5.0
        decorative_blocks: Decorative Blocks 3.0.0
        deeperdarker: Deeper and Darker 1.1.6
            customportalapi: Custom Portal Api 0.0.1-beta54-1.19
            paragon: Paragon 3.0.2
                org_yaml_snakeyaml: snakeyaml 1.27
        dragonfight: Dragonfight Mod 1.19.2-2.6
        droplight: Droplight 1.0.5
        duckling: Duckling 2.0.8
        dungeons_arise: When Dungeons Arise 2.1.51
        easymagic: Easy Magic 4.3.2
        echoingdepths: Echoing Descent 1.0.0-1.19.2
        ecologics: Ecologics 2.1.11
        eggolib: eggolib 1.3.0
        eldritch_mobs: EldritchMobs 1.12.10
            polymer: Polymer (Core) 0.2.18+1.19.2
                polymer-registry-sync-manipulator: Polymer Registry Sync Manipulator 0.0.3+1.19.2
            polymer-blocks-ext: Polymer Blocks 0.1.0-alpha.9+1.19.2
            server_translations_api: Server Translations API 1.4.18+1.19.2
                packet_tweaker: Packet Tweaker 0.3.0+1.18.2
        elytraslot: Elytra Slot 6.0.0+1.19.2
        endgoblintraders: End Goblin Traders 1.5.1
        entityculling: EntityCulling-Fabric 1.5.2-mc1.19
            com_logisticscraft_occlusionculling: occlusionculling 0.0.6-SNAPSHOT
        expandeddelight: Expanded Delight 0.2.5
        extraorigins: Extra Origins 1.19-2
        fabric-api: Fabric API 0.72.0+1.19.2
            fabric-api-base: Fabric API Base 0.4.14+6e0787e690
            fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.13+93d8cb8290
            fabric-biome-api-v1: Fabric Biome API (v1) 9.1.0+82db024a90
            fabric-block-api-v1: Fabric Block API (v1) 1.0.2+e415d50e90
            fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.23+c6af733c90
            fabric-client-tags-api-v1: Fabric Client Tags 1.0.4+b35fea8390
            fabric-command-api-v1: Fabric Command API (v1) 1.2.15+f71b366f90
            fabric-command-api-v2: Fabric Command API (v2) 2.2.0+413cbbc790
            fabric-commands-v0: Fabric Commands (v0) 0.2.32+df3654b390
            fabric-containers-v0: Fabric Containers (v0) 0.1.40+df3654b390
            fabric-content-registries-v0: Fabric Content Registries (v0) 3.5.0+7c6cd14d90
            fabric-convention-tags-v1: Fabric Convention Tags 1.2.1+27265b3490
            fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.8+aeb40ebe90
            fabric-data-generation-api-v1: Fabric Data Generation API (v1) 5.3.6+413cbbc790
            fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.34+0d0f210290
            fabric-entity-events-v1: Fabric Entity Events (v1) 1.5.3+9244241690
            fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.4.33+562bff6e90
            fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.33+df3654b390
            fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.24+b6b6abb490
            fabric-item-api-v1: Fabric Item API (v1) 1.6.3+9785ec3590
            fabric-item-groups-v0: Fabric Item Groups (v0) 0.3.37+9244241690
            fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.25+5c4fce2890
            fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.23+df3654b390
            fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.2.3+1b46dc7890
            fabric-loot-api-v2: Fabric Loot API (v2) 1.1.11+83a8659290
            fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.1.14+9e7660c690
            fabric-message-api-v1: Fabric Message API (v1) 5.0.6+93d8cb8290
            fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.22+33fbc73890
            fabric-models-v0: Fabric Models (v0) 0.3.20+c6af733c90
            fabric-networking-api-v1: Fabric Networking API (v1) 1.2.10+10eb22f490
            fabric-networking-v0: Fabric Networking (v0) 0.3.27+df3654b390
            fabric-object-builder-api-v1: Fabric Object Builder API (v1) 4.1.5+9785ec3590
            fabric-particles-v1: Fabric Particles (v1) 1.0.13+4d0d570390
            fabric-recipe-api-v1: Fabric Recipe API (v1) 1.0.0+413cbbc790
            fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.9.31+9244241690
            fabric-renderer-api-v1: Fabric Renderer API (v1) 1.2.0+2e5408b590
            fabric-renderer-indigo: Fabric Renderer - Indigo 0.7.0+2e5408b590
            fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.23+df3654b390
            fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.18+6e0787e690
            fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.0.10+4d0d570390
            fabric-rendering-v0: Fabric Rendering (v0) 1.1.26+df3654b390
            fabric-rendering-v1: Fabric Rendering (v1) 1.12.0+08b73de490
            fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.1.2+aae9039d90
            fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.8.3+251d254a90
            fabric-screen-api-v1: Fabric Screen API (v1) 1.0.31+4d0d570390
            fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.6+1cc24b1b90
            fabric-sound-api-v1: Fabric Sound API (v1) 1.0.2+c4f28df590
            fabric-textures-v0: Fabric Textures (v0) 1.0.23+aeb40ebe90
            fabric-transfer-api-v1: Fabric Transfer API (v1) 2.1.5+413cbbc790
            fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 1.3.3+08b73de490
        fabric-language-kotlin: Fabric Language Kotlin 1.9.0+kotlin.1.8.0
            org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 1.8.0
            org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 1.8.0
            org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 1.8.0
            org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 1.8.0
            org_jetbrains_kotlinx_atomicfu-jvm: atomicfu-jvm 0.18.5
            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.4.1
            org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.4.1
            org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.4.1
        fabricloader: Fabric Loader 0.14.12
        fabricshieldlib: Fabric Shield Lib 1.6.1-1.19
            mm: Manningham Mills 2.3
        fallingtree: FallingTree 3.10.0
        farmersdelight: Farmer's Delight 1.19.2-1.3.9
        farsight: Farsight Mod 1.19-2.4
            com_github_jctools_jctools_jctools-core: jctools-core v4.0.1
        fastload: Fast Load 2.6.10
        ferritecore: FerriteCore 5.0.3
        figura: Figura 0.1.0-rc.13+1.19.2-6a5bccf
            com_github_moonlight-mc_luaj_luaj-core: luaj-core 3.0.5-figura
            com_github_moonlight-mc_luaj_luaj-jse: luaj-jse 3.0.5-figura
            org_java-websocket_java-websocket: Java-WebSocket 1.5.2
        fireplacelib: Fireplace Lib 7.0.3+1.19.2
            annotateddi: Annotated DI 4.0.2+1.19.2
                aopalliance_aopalliance: aopalliance 1.0
                com_google_inject_guice: guice 5.1.0
                javax_inject_javax_inject: javax.inject 1
        flan: Flan 1.19.2-1.8.3
            rtree-3i-lite-fabric: rtree-3i-lite for Fabric 0.3.0
        forgeconfigapiport: Forge Config API Port 4.2.10
        fpsreducer: FPS Reducer 1.19.2-2.1
        frame: Frame 0.26.1+1.19-fabric
            frame-api-base: Frame Base 0.2.1+906ebc04a9
            frame-blocks-v0: Frame Blocks (v0) 0.1.3+233e7428a9
            frame-config-v0: Frame Config (v0) 0.3.1+0fa45150a9
            frame-content-registries-v0: Frame Content Registries (v0) 0.4.0+2876b511a9
            frame-enchantments-v0: Frame Enchantments (v0) 0.1.0+4093105da9
            frame-game-rules-v0: Frame Game Rules (v0) 0.2.4+e7ce56a6a9
            frame-items-v0: Frame Items (v0) 0.1.3+906ebc04a9
            frame-loot-tables-v0: Frame Loot Tables (v0) 0.1.4+4f7341eca9
            frame-registries-v0: Frame Registries (v0) 0.1.1+0e0ec74ea9
            frame-rendering-v0: Frame Rendering (v0) 0.1.5+906ebc04a9
            frame-tabbed-item-groups-v0: Frame Tabbed Item Groups (v0) 0.2.4+0aca9b56a9
            frame-toymaker-v0: Frame Data Generation Helpers (v0) 0.6.1+b13741c3a9
            frame-woods-v0: Frame Woods (v0) 0.2.1+6a33fbada9
        friendsandfoes: Friends&Foes 1.6.6
            com_github_llamalad7_mixinextras: MixinExtras 0.1.1
        frozenup: Frozen Up 2.1.0-fabric
        ftblibrary: FTB Library 1902.3.11-build.166
        ftbteams: FTB Teams 1902.2.11-build.87
        fwaystones: Fabric Waystones 3.0.5+mc1.19.2
        galosphere: Galosphere 1.19.2-1.2.1
        geckolib3: Geckolib 3.1.38
            com_eliotlash_mclib_mclib: mclib 20
        goblintraders: Goblin Traders 1.5.2
        goodall: Goodall 1.1.1
        goodending: Good Ending 1.19.2-1.0.1-fabric
        icarus: Icarus 1.13
        iceberg: Iceberg 1.0.46
        illuminations: Illuminations 1.10.11
        impaled: Impaled 1.1.4
        incendium: Incendium 5.1.4
        indium: Indium 1.0.9+mc1.19.2
        iris: Iris 1.5.0
            io_github_douira_glsl-transformer: glsl-transformer 2.0.0-pre8
            org_anarres_jcpp: jcpp 1.4.14
            org_antlr_antlr4-runtime: antlr4-runtime 4.11.1
        jamlib: JamLib 0.6.0+1.19
        java: OpenJDK 64-Bit Server VM 17
        krypton: Krypton 0.2.1
            com_velocitypowered_velocity-native: velocity-native 3.1.2-SNAPSHOT
        lazydfu: LazyDFU 0.1.3
        letmedespawn: Let Me Despawn fabric-1.0.2
        lithium: Lithium 0.10.4
        logprot: Logprot Mod 1.19-1.9
        lootr: Lootr 0.4.25.64
        lovely_snails: Lovely Snails 1.1.0+1.19
        magnumtorch: Magnum Torch 4.2.0
        malilib: MaLiLib 0.13.0
        mantori: Aphid Additions 1.1.2-1.19.2
        mavapi: More Axolotl Variants API 1.0.1
        mavm: More Axolotl Variants Mod 1.2.0
        mcda: MC Dungeons Armors 2.2.0
        mcdw: MC Dungeons Weapons 5.0.4-1.19
            enchant_giver: Enchant Giver 1.3.0
        mcwfences: Macaw's Fences and Walls 1.0.7
        mcwwindows: Macaw's Windows 2.1.2
        medieval_deco: PlayTics Deco 1.0
        memoryleakfix: memory Leak Fix 1.19.3-0.7.0
        midnightlib: MidnightLib 1.0.0
        minecraft: Minecraft 1.19.2
        minihud: MiniHUD 0.23.3
        mobz: MobZ 3.3.5
        modmenu: Mod Menu 4.1.2
        moonlight: Moonlight 1.19.2-2.1.26
        mousetweaks: Mouse Tweaks 2.22
        mushroom_additions: Mushroom Additions 1.0.0
        mythicmetals: Mythic Metals 0.16.4+1.19.2
        mythicmounts: Mythic Mounts 1.19.2-7.1
        mythicupgrades: Mythic Upgrades 1.5
        naturalist: Naturalist 2.1.1
        naturescompass: Nature's Compass 1.19.2-2.1.0-fabric
        nochatreports: No Chat Reports 1.19.2-v1.13.12
        nounusedchunks: No Unused Chunks 1.4
        openloader: OpenLoader 15.0.1
        origins: Origins 1.7.1
            apoli: Apoli 2.6.1
                additionalentityattributes: Additionalentityattributes 1.0.0+1.19
                calio: Calio 1.7.0
        origins-classes: Origins: Classes 1.4.0
        originsumbrellas: Origins: Umbrellas 1.5.4
        overlord: Overlord 3.2.3+1.19.2
        owo: oωo 0.8.5+1.19
            blue_endless_jankson: jankson 1.2.1
        patchouli: Patchouli 1.19.2-77-FABRIC
            fiber: fiber 0.23.0-2
        pehkui: Pehkui 3.6.3+1.14.4-1.19.3
            kanos_config: Kanos Config 0.3.1+1.14.4-1.19
        pickyourpoison: Pick Your Poison 1.0.11
            org_json_json: json 20211205
            satin: Satin 1.8.0
        polymorph: Polymorph 0.46.1+1.19.2
            spectrelib: SpectreLib 0.11.0+1.19
        prism: Prism 1.0.3
        promenade: Promenade 2.7.1
        puzzleslib: Puzzles Lib 4.3.12
        quartzelv: Quartz Elevator 2.1.5+1.19
        ratsmischief: Rat's Mischief 1.4.0
        reeses-sodium-options: Reese's Sodium Options 1.4.9+mc1.19.2-build.67
        rightclickharvest: Right Click Harvest 3.1.0+1.19-1.19.2
        ringsofascension: Rings of Ascension 1.0
        roughlyenoughitems: Roughly Enough Items 9.1.580
            error_notifier: Error Notifier 1.0.9
        sculkedmagpie: Sculked Magpie 1.0
        sculkhornid: Sculk Horn Mod 1.1.0-1.19.x
        sculkling: Sculkling Origin 1.0.0
        sculksieg: Sculker 1.0.0
        skinlayers: 3d Skin Layers 1.5.2-mc1.19.1
        smallships: Small Ships 2.0.0a1.1.1
        smoothboot: Smooth Boot 1.19-1.7.1
        smoothchunk: Smooth chunk save Mod 1.19.1-2.0
        snowyspirit: Snowy Spirit 1.19.2-2.1.2
        sodium: Sodium 0.4.4+build.18
            org_joml_joml: joml 1.10.4
        sodium-extra: Sodium Extra 0.4.16+mc1.19.2-build.90
            caffeineconfig: CaffeineConfig 1.0.0+1.17
        spark: spark 1.10.17
        spoornpacks: SpoornPacks 4.3.3-1.19.1
            com_fasterxml_jackson_core_jackson-annotations: jackson-annotations 2.13.1
            com_fasterxml_jackson_core_jackson-core: jackson-core 2.13.1
            com_fasterxml_jackson_core_jackson-databind: jackson-databind 2.13.1
        spoornpink: Spoornpink 3.4.4-1.19
        stackrefill: Stack Refill 4.0
        starlight: Starlight 1.1.1+fabric.ae22326
        steves_vanilla: Steves Vanilla 1.19.2+2.0.1
        structory: Structory 1.0.1
        swampier_swamps: Swampier Swamps 1.19-1.1.4
        t_and_t: Towns and Towers 1.9
        tcdcommons: TCD Commons API 1.1+1.19.2
        terrablender: TerraBlender 2.0.1.130
        terrestria: Terrestria 5.0.8
            terraform-biome-remapper-api-v1: Terraform Biome Remapper API (v1) 4.2.0
            terraform-config-api-v1: Terraform Config API (v1) 4.2.0
            terraform-dirt-api-v1: Terraform Dirt API (v1) 4.2.0
            terraform-shapes-api-v1: Terraform Shapes API (v1) 4.2.0
            terraform-surfaces-api-v1: Terraform Surfaces API (v1) 4.2.0
            terraform-tree-api-v1: Terraform Tree API (v1) 4.2.0
            terrestria-client: Terrestria: Client 5.0.8
            terrestria-common: Terrestria: Common 5.0.8
            terrestria-worldgen: Terrestria: World Generation 5.0.8
        the_bumblezone: The Bumblezone - Fabric 6.6.1+1.19.2
            fake-player-api: Fake Player API 0.5.0
        things: Things 0.2.20+1.19
        thonkutil: ThonkUtil 2.15.4+1.19
            thonkutil-base: ThonkUtil Base 1.13.2+4a8c408a57
            thonkutil-capes-v1: ThonkUtil Capes (v1) 1.4.2+3eb2749857
            thonkutil-coords-v1: ThonkUtil Coords (v1) 1.1.2+8ff533c957
            thonkutil-customization-v1: ThonkUtil Customization (v1) 1.1.2+8ff533c957
            thonkutil-legacy: ThonkUtil Legacy 1.1.2+5d4263f557
            thonkutil-modchecker-v1: ThonkUtil ModChecker (v1) 1.1.3+bd4b387957
            thonkutil-potions-v0: ThonkUtil Potions (v0) 1.5.2+8ff533c957
            thonkutil-titlescreen-v1: ThonkUtil TitleScreen (v1) 1.2.2+8ff533c957
            thonkutil-trades-v1: ThonkUtil Trades (v1) 1.2.2+8ff533c957
        travelersbackpack: Traveler's Backpack 1.19.2-8.2.10
        traverse: Traverse 6.0.6
            traverse-client: Traverse: Client 6.0.6
            traverse-common: Traverse: Common 6.0.6
            traverse-worldgen: Traverse: World Generation 6.0.6
        trinkets: Trinkets 3.4.1
        tsnpgs_adventure__chaos: TSNPGs Adventure & Chaos 1.0.0
        twigs: Twigs 2.0.0-beta.9+1.19-fabric
        vinery: Vinery 1.1.4
        visuality: Visuality 0.5.5
        vmp: Very Many Players 0.2.0+beta.7.23
        voicechat: Simple Voice Chat 1.19.2-2.3.27
        wardentools: Warden Tools 2.1.2
        wardenwalkers: Warden Walkers 1.1
        whisperwoods: Whisperwoods 1.19-2.1.1
        wilderwild: Wilder Wild 1.1.5-Fabric+1.19.2
            frozenlib: FrozenLib 1.1.6-Fabric+1.19.2
            nbtcrafting: NBT Crafting 2.2.3+mc1.19
        worldedit: WorldEdit 7.2.12+6240-87f4ae1
        wthit: wthit 5.13.4
        xaerominimap: Xaero's Minimap 22.17.0
        xaeroworldmap: Xaero's World Map 1.28.7
        yigd: You're in Grave Danger 1.4.6
        yungsapi: YUNG's API 1.19.2-Fabric-3.8.2
            org_javassist_javassist: javassist 3.28.0-GA
            org_reflections_reflections: reflections 0.10.2
        yungsbridges: YUNG's Bridges 1.19.2-Fabric-3.1.0
        yungsextras: YUNG's Extras 1.19.2-Fabric-3.1.0
    Loaded Shaderpack: ComplementaryShaders_v4.6.zip
        Profile: Custom (+31 options changed by user)
    NEC status: No NEC detected
    Launched Version: fabric-loader-0.14.12-1.19.2
    Backend library: LWJGL version 3.3.1 SNAPSHOT
    Backend API: NVIDIA GeForce GTX 1650/PCIe/SSE2 GL version 3.2.0 NVIDIA 516.94, NVIDIA Corporation
    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'
    Type: Client (map_client.txt)
    Graphics mode: fancy
    Resource Packs: vanilla, spoornpacks, Fabric Mods, vinery/bushy_leaves, wilderwild/new_main_menu, Snowyspirit Generated Pack, file/LowOnFire_1.19.zip
    Current Language: English (US)
    CPU: 8x Intel(R) Core(TM) i3-10105F CPU @ 3.70GHz

Additional Information

No response

Rolahr commented 1 year ago

Identical results in singleplayer, just checked

Rolahr commented 1 year ago

The exact same issue also seems to be present in version 3.2.2 1.19.2

DavWils commented 1 year ago

Sorry to necro. The mod doesn't automatically download Cloth Config API on install, which is necessary for the mod. Adding this to your mods folder should fix the issue.

The-Fireplace commented 3 months ago

As @DavWils said, cloth config is required. Adding it will solve this issue.