Paste your logs.

Built for Minecraft & Hytale

Fabric 1.21.1 Crash Report

435 lines
Raw
Detected
Minecraft version: 1.21.1 Java version: 21.0.5 Fabric loader version: 0.16.10
---- Minecraft Crash Report ----
// Why did you do that?
Time: 2025-01-13 21:15:55
Description: mouseClicked event handler
java.lang.IllegalStateException: Failed to load registries due to above errors
at net.minecraft.registry.RegistryLoader.load(RegistryLoader.java:181)
at knot//net.minecraft.class_7655.mixinextras$bridge$method_45121$35(class_7655.java)
at net.minecraft.registry.RegistryLoader.wrapOperation$cco000$fabric-registry-sync-v0$wrapIsServerCall(RegistryLoader.java:2056)
at knot//net.minecraft.class_7655.mixinextras$bridge$wrapOperation$cco000$fabric-registry-sync-v0$wrapIsServerCall$38(class_7655.java)
at net.minecraft.registry.RegistryLoader.wrapOperation$ceo000$fabric-resource-conditions-api-v1$captureRegistries(RegistryLoader.java:2557)
at net.minecraft.registry.RegistryLoader.loadFromResource(RegistryLoader.java:151)
at net.minecraft.server.SaveLoading.loadDynamicRegistryManager(SaveLoading.java:62)
at net.minecraft.server.SaveLoading.withRegistriesLoaded(SaveLoading.java:66)
at net.minecraft.server.SaveLoading.load(SaveLoading.java:32)
at net.minecraft.client.gui.screen.world.CreateWorldScreen.create(CreateWorldScreen.java:310)
at net.minecraft.client.gui.screen.world.WorldListWidget.loadLevels(WorldListWidget.java:183)
at net.minecraft.client.gui.screen.world.WorldListWidget.<init>(WorldListWidget.java:106)
at net.minecraft.client.gui.screen.world.SelectWorldScreen.init(SelectWorldScreen.java:51)
at net.minecraft.client.gui.screen.Screen.init(Screen.java:309)
at net.minecraft.client.MinecraftClient.setScreen(MinecraftClient.java:1143)
at net.minecraft.client.gui.screen.TitleScreen.method_19861(TitleScreen.java:146)
at net.minecraft.client.gui.widget.ButtonWidget.onPress(ButtonWidget.java:96)
at net.minecraft.client.gui.widget.PressableWidget.onClick(PressableWidget.java:48)
at net.minecraft.client.gui.widget.ClickableWidget.mouseClicked(ClickableWidget.java:141)
at net.minecraft.client.gui.ParentElement.mouseClicked(ParentElement.java:38)
at net.minecraft.client.gui.screen.TitleScreen.mouseClicked(TitleScreen.java:295)
at net.minecraft.client.Mouse.method_1611(Mouse.java:107)
at net.minecraft.client.gui.screen.Screen.wrapScreenError(Screen.java:431)
at net.minecraft.client.Mouse.onMouseButton(Mouse.java:107)
at net.minecraft.client.Mouse.method_22686(Mouse.java:196)
at net.minecraft.util.thread.ThreadExecutor.execute(ThreadExecutor.java:108)
at net.minecraft.client.Mouse.method_22684(Mouse.java:196)
at knot//org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:43)
at knot//org.lwjgl.system.JNI.invokeV(Native Method)
at knot//org.lwjgl.glfw.GLFW.glfwWaitEventsTimeout(GLFW.java:3509)
at com.mojang.blaze3d.systems.RenderSystem.limitDisplayFPS(RenderSystem.java:184)
at net.minecraft.client.MinecraftClient.render(MinecraftClient.java:1310)
at net.minecraft.client.MinecraftClient.run(MinecraftClient.java:882)
at net.minecraft.client.main.Main.main(Main.java:256)
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:480)
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 net.minecraft.registry.RegistryLoader.load(RegistryLoader.java:181)
at knot//net.minecraft.class_7655.mixinextras$bridge$method_45121$35(class_7655.java)
at net.minecraft.registry.RegistryLoader.wrapOperation$cco000$fabric-registry-sync-v0$wrapIsServerCall(RegistryLoader.java:2056)
at knot//net.minecraft.class_7655.mixinextras$bridge$wrapOperation$cco000$fabric-registry-sync-v0$wrapIsServerCall$38(class_7655.java)
at net.minecraft.registry.RegistryLoader.wrapOperation$ceo000$fabric-resource-conditions-api-v1$captureRegistries(RegistryLoader.java:2557)
at net.minecraft.registry.RegistryLoader.loadFromResource(RegistryLoader.java:151)
at net.minecraft.server.SaveLoading.loadDynamicRegistryManager(SaveLoading.java:62)
at net.minecraft.server.SaveLoading.withRegistriesLoaded(SaveLoading.java:66)
at net.minecraft.server.SaveLoading.load(SaveLoading.java:32)
at net.minecraft.client.gui.screen.world.CreateWorldScreen.create(CreateWorldScreen.java:310)
at net.minecraft.client.gui.screen.world.WorldListWidget.loadLevels(WorldListWidget.java:183)
at net.minecraft.client.gui.screen.world.WorldListWidget.<init>(WorldListWidget.java:106)
at net.minecraft.client.gui.screen.world.SelectWorldScreen.init(SelectWorldScreen.java:51)
at net.minecraft.client.gui.screen.Screen.init(Screen.java:309)
at net.minecraft.client.MinecraftClient.setScreen(MinecraftClient.java:1143)
at net.minecraft.client.gui.screen.TitleScreen.method_19861(TitleScreen.java:146)
at net.minecraft.client.gui.widget.ButtonWidget.onPress(ButtonWidget.java:96)
at net.minecraft.client.gui.widget.PressableWidget.onClick(PressableWidget.java:48)
at net.minecraft.client.gui.widget.ClickableWidget.mouseClicked(ClickableWidget.java:141)
at net.minecraft.client.gui.ParentElement.mouseClicked(ParentElement.java:38)
at net.minecraft.client.gui.screen.TitleScreen.mouseClicked(TitleScreen.java:295)
at net.minecraft.client.Mouse.method_1611(Mouse.java:107)
at net.minecraft.client.gui.screen.Screen.wrapScreenError(Screen.java:431)
at net.minecraft.client.Mouse.onMouseButton(Mouse.java:107)
at net.minecraft.client.Mouse.method_22686(Mouse.java:196)
at net.minecraft.util.thread.ThreadExecutor.execute(ThreadExecutor.java:108)
at net.minecraft.client.Mouse.method_22684(Mouse.java:196)
at knot//org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:43)
at knot//org.lwjgl.system.JNI.invokeV(Native Method)
at knot//org.lwjgl.glfw.GLFW.glfwWaitEventsTimeout(GLFW.java:3509)
-- Affected screen --
Details:
Screen name: net.minecraft.class_442
Stacktrace:
at net.minecraft.client.gui.screen.Screen.wrapScreenError(Screen.java:431)
at net.minecraft.client.Mouse.onMouseButton(Mouse.java:107)
at net.minecraft.client.Mouse.method_22686(Mouse.java:196)
at net.minecraft.util.thread.ThreadExecutor.execute(ThreadExecutor.java:108)
at net.minecraft.client.Mouse.method_22684(Mouse.java:196)
at knot//org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:43)
at knot//org.lwjgl.system.JNI.invokeV(Native Method)
at knot//org.lwjgl.glfw.GLFW.glfwWaitEventsTimeout(GLFW.java:3509)
at com.mojang.blaze3d.systems.RenderSystem.limitDisplayFPS(RenderSystem.java:184)
at net.minecraft.client.MinecraftClient.render(MinecraftClient.java:1310)
at net.minecraft.client.MinecraftClient.run(MinecraftClient.java:882)
at net.minecraft.client.main.Main.main(Main.java:256)
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:480)
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: 51.054s
Wall uptime: 31.341s
High-res time: 21.838s
Client ticks: 212 ticks / 10.600s
Stacktrace:
at net.minecraft.client.MinecraftClient.addDetailsToCrashReport(MinecraftClient.java:2501)
at net.minecraft.client.MinecraftClient.printCrashReport(MinecraftClient.java:949)
at net.minecraft.client.MinecraftClient.run(MinecraftClient.java:902)
at net.minecraft.client.main.Main.main(Main.java:256)
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:480)
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: vanilla, fabric, advancementframes, ambientsounds, amecsapi, animal_feeding_trough, appleskin, backslot, backslotaddon, betterclouds, bettercombat, betterdays, betterstats, bigglobe, birds-boids, boids, bookshelf, breakfree, brrp_v1, bwncr, cameraoverhaul, cardinal-components-base, cardinal-components-entity, chat_heads, cherishedworlds, chiseled-bookshelf-visualizer, cloth-config, comforts, completeconfig-base, conditional-mixin, controlling, crawl, creativecore, debugify, dehydration, distanthorizons, dynamic_fps, earlystage, entity_model_features, entity_texture_features, entityculling, evs, 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-loot-api-v3, 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, falling-block-particles, fallingleaves, fallingtrees, fastipping, fbp, firstperson, flowing_fluids, forgeconfigapiport, fowlplay, fzzy_config, grassoverhaul, immediatelyfast, itemphysic, items_displayed, jei, konkrete, krypton, lithium, localizedchat, logic-mod, mcwfurnitures, midnightlib, modernfix, modmenu, moonlight, moreculling, mr_bft, mr_true_ending, niftycarts, no-rocket-boosting, noisium, nolancheating, nonametag, owo, pandalib, particle_core, particlerain, placeholder-api, playeranimator, polymer-core, presencefootsteps, puddles, puffish_skills, realistic-campfires, realisticfirespread, reeses-sodium-options, resourcefulconfig, satin, sawmill, searchables, seasons, serverpingerfixer, sittingplus, skinlayers3d, skinshuffle, sodium, sodium-extra, sodiumdynamiclights, sodiumoptionsapi, sound_physics_remastered, spawnanimations, spectrelib, spruceui, statuemenus, stevesrealisticsleep, strawstatues, tcdcommons, universal_ores, voicechat, wakes, world-host, wwfix, yet_another_config_lib_v3, moonlight:mods_dynamic_assets, seasons:seasonal_lush_caves, file/§6Drodi's Illagers FA [V4.8].zip, file/§5Drodi's Illagers [V4.8].zip, file/cubic-sun-moon-v1-8a.zip, file/VanillaTweaks_r996579_MC1.21.x.zip, file/Translucent GUI.zip, file/NoCaveAmbience.zip, file/Patrix_1.20_32x_basic.zip, file/MB-3D Items Pack 1.6.0.zip, file/Hellay's Overhualed Endermans - v1.0.1.zip, file/Hellay's Overhualed Endermans X Fresh Animations - v1.0.1.zip, file/GUIRevision_2.2.0.zip, file/FreshAnimations_v1.9.2.zip, file/Fresh Eyes.zip, file/Eyeless Fresh Moves v3.0.1.zip, file/Fresh Better Cats v1.0 1.21.zip, file/Fresh Better Horses v1.0 1.21.zip, file/DiagonalPerfectRails.zip, file/Better_Farm_Animals_v0.08.zip, file/Better_Dogs_V0.41.zip, file/Better_Animations.zip, file/Better Horses 1.20.zip, file/Better Cats 1.20.zip, file/Assorted Allays - V6.1.zip, file/Assorted Allays x FA V.6.0 BETA.zip, file/AnimatedDoors-RPv1.2.zip, file/AL's Creepers Revamped 1.3.zip, file/3d glass plane.zip, file/3D-enchanted-books_V1.zip, file/MinecraftTen 1.2 for 1.20.2-1.21.zip, file/Patrix Background 1.3 + Addons (OPEN ME).zip
-- System Details --
Details:
Minecraft Version: 1.21.1
Minecraft Version ID: 1.21.1
Operating System: Windows 11 (amd64) version 10.0
Java Version: 21.0.5, Azul Systems, Inc.
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Azul Systems, Inc.
Memory: 199245120 bytes (190 MiB) / 996147200 bytes (950 MiB) up to 4227858432 bytes (4032 MiB)
CPUs: 6
Processor Vendor: GenuineIntel
Processor Name: Intel(R) Pentium(R) Gold 8505
Identifier: Intel64 Family 6 Model 154 Stepping 4
Microarchitecture: Alder Lake
Frequency (GHz): 2.50
Number of physical packages: 1
Number of physical CPUs: 5
Number of logical CPUs: 6
Graphics card #0 name: Intel(R) UHD Graphics
Graphics card #0 vendor: Intel Corporation
Graphics card #0 VRAM (MiB): 1024.00
Graphics card #0 deviceId: VideoController1
Graphics card #0 versionInfo: 31.0.101.4887
Memory slot #0 capacity (MiB): 8192.00
Memory slot #0 clockSpeed (GHz): 3.20
Memory slot #0 type: DDR4
Virtual memory max (MiB): 23184.32
Virtual memory used (MiB): 13918.88
Swap memory total (MiB): 15360.00
Swap memory used (MiB): 1231.73
Space in storage for jna.tmpdir (MiB): available: 88164.83, total: 242875.00
Space in storage for org.lwjgl.system.SharedLibraryExtractPath (MiB): available: 88164.83, total: 242875.00
Space in storage for io.netty.native.workdir (MiB): available: 88164.83, total: 242875.00
Space in storage for java.io.tmpdir (MiB): available: 88164.83, total: 242875.00
Space in storage for workdir (MiB): available: 88164.83, total: 242875.00
JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4032M
Fabric Mods:
advancementframes: Advancement Frames 1.21-2.2.9
ambientsounds: AmbientSounds 6.1.4
animal_feeding_trough: Animal Feeding Trough 1.1.2+1.21.1
appleskin: AppleSkin 3.0.6+mc1.21
architectury: Architectury 13.0.8
backslot: BackSlot 1.2.16
amecsapi: Amecs API 1.5.5+mc1.20.2
backslotaddon: BackSlot Addon 1.1.2
betterclouds: Better Clouds 1.7.6+1.21-fabric
mixinsquared: MixinSquared 0.2.0
bettercombat: Better Combat 2.0.4+1.21.1
betterdays: BetterDays **.**.**.**
spectrelib: SpectreLib 0.17.2+1.21
betterladdersmod: Better Ladders **.**.**.**.21
betterstats: Better Statistics Screen 3.13.6+fabric-1.21
bigglobe: Big Globe 4.9.0
builderb0y_autocodec: autocodec 5.0.0
birds-boids: Birds Boids 1.3.0
boids: Boids 1.2.3
blue_endless_jankson: jankson 1.2.3
bookshelf: Bookshelf 21.1.37
breakfree: Break Free 1.3.0
brrp_v1: Better Runtime Resource Pack (BRRP) v1 1.0.4
bwncr: Bad Wither No Cookie Reloaded 3.20.1
cakechomps: Cake Chomps 10.0.1+1.21.1
cameraoverhaul: Camera Overhaul 1.4.1-fabric-universal
chat_heads: Chat Heads 0.13.7
cherishedworlds: Cherished Worlds 10.1.0+1.21.1
chiseled-bookshelf-visualizer: Chiseled Bookshelf Visualizer 4.0
com_github_fracpete_romannumerals4j: romannumerals4j 0.0.1
cloth-config: Cloth Config v15 15.0.140
cloth-basic-math: cloth-basic-math 0.6.1
clumps: Clumps **.**.**.**
comforts: Comforts 9.0.3+1.21.1
completeconfig: CompleteConfig 2.5.2
completeconfig-base: completeconfig-base 2.5.2
completeconfig-gui-cloth: completeconfig-gui-cloth 2.5.2
completeconfig-gui-yacl: completeconfig-gui-yacl 2.5.2
controlling: Controlling 19.0.3
craftablebell: CraftableBell 1.21.1-0.2
craftablechainarmor: CraftableChainArmor 1.21.1-0.1
crawl: Crawl 0.13.0
creativecore: CreativeCore 2.12.23
net_neoforged_bus: bus 7.2.0
debugify: Debugify 1.21.1+1.0
dehydration: Dehydration 1.3.7
distanthorizons: Distant Horizons 2.2.1-a
fabric-api-base: Fabric API Base 0.4.42+6573ed8c90
fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.47+0af3f5a790
dynamic_fps: Dynamic FPS 3.7.7
net_lostluma_battery: battery 1.3.0
earlystage: EarlyStage 1.1.1
entity_model_features: Entity Model Features 2.4.1
entity_texture_features: Entity Texture Features 6.2.9
org_apache_httpcomponents_httpmime: httpmime 4.5.10
entityculling: EntityCulling 1.7.2
evs: Enchanted Vertical Slabs 2.3.1
fabric-api: Fabric API 0.114.0+1.21.1
fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.70+b559734419
fabric-biome-api-v1: Fabric Biome API (v1) 13.0.31+d527f9fd19
fabric-block-api-v1: Fabric Block API (v1) 1.0.22+0af3f5a719
fabric-block-view-api-v2: Fabric BlockView API (v2) 1.0.10+6573ed8c19
fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.52+0af3f5a719
fabric-client-tags-api-v1: Fabric Client Tags 1.1.15+6573ed8c19
fabric-command-api-v1: Fabric Command API (v1) 1.2.49+f71b366f19
fabric-command-api-v2: Fabric Command API (v2) 2.2.28+6ced4dd919
fabric-commands-v0: Fabric Commands (v0) 0.2.66+df3654b319
fabric-content-registries-v0: Fabric Content Registries (v0) 8.0.18+b559734419
fabric-convention-tags-v1: Fabric Convention Tags 2.1.2+7f945d5b19
fabric-convention-tags-v2: Fabric Convention Tags (v2) 2.9.2+e60e56d419
fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.29+0af3f5a719
fabric-data-attachment-api-v1: Fabric Data Attachment API (v1) 1.4.0+da19b51a19
fabric-data-generation-api-v1: Fabric Data Generation API (v1) 20.2.25+16c4ae2519
fabric-dimensions-v1: Fabric Dimensions API (v1) 4.0.0+6fc22b9919
fabric-entity-events-v1: Fabric Entity Events (v1) 1.7.0+2122d82819
fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.7.13+ba9dae0619
fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.53+6ced4dd919
fabric-item-api-v1: Fabric Item API (v1) 11.1.1+d5debaed19
fabric-item-group-api-v1: Fabric Item Group API (v1) 4.1.6+6823f7cd19
fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.45+df3654b319
fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.5.0+01d9a51c19
fabric-loot-api-v2: Fabric Loot API (v2) 3.0.15+3f89f5a519
fabric-loot-api-v3: Fabric Loot API (v3) 1.0.3+3f89f5a519
fabric-message-api-v1: Fabric Message API (v1) 6.0.13+6573ed8c19
fabric-model-loading-api-v1: Fabric Model Loading API (v1) 2.0.0+fe474d6b19
fabric-networking-api-v1: Fabric Networking API (v1) 4.3.0+c7469b2119
fabric-object-builder-api-v1: Fabric Object Builder API (v1) 15.2.1+40875a9319
fabric-particles-v1: Fabric Particles (v1) 4.0.2+6573ed8c19
fabric-recipe-api-v1: Fabric Recipe API (v1) 5.0.14+248df81c19
fabric-registry-sync-v0: Fabric Registry Sync (v0) 5.2.0+34f5d91419
fabric-renderer-api-v1: Fabric Renderer API (v1) 3.4.0+c705a49c19
fabric-renderer-indigo: Fabric Renderer - Indigo 1.7.0+c705a49c19
fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.68+df3654b319
fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.48+73761d2e19
fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.1.6+1daea21519
fabric-rendering-v0: Fabric Rendering (v0) 1.1.71+df3654b319
fabric-rendering-v1: Fabric Rendering (v1) 5.0.5+df16efd019
fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 4.3.0+8dc279b119
fabric-resource-loader-v0: Fabric Resource Loader (v0) 1.3.1+5b5275af19
fabric-screen-api-v1: Fabric Screen API (v1) 2.0.25+8b68f1c719
fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.88+b559734419
fabric-sound-api-v1: Fabric Sound API (v1) 1.0.23+6573ed8c19
fabric-transfer-api-v1: Fabric Transfer API (v1) 5.4.2+c24bd99419
fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 6.2.0+45b9699719
fabric-language-kotlin: Fabric Language Kotlin 1.13.0+kotlin.2.1.0
org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 2.1.0
org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 2.1.0
org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 2.1.0
org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 2.1.0
org_jetbrains_kotlinx_atomicfu-jvm: atomicfu-jvm 0.26.1
org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.9.0
org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.9.0
org_jetbrains_kotlinx_kotlinx-datetime-jvm: kotlinx-datetime-jvm 0.6.1
org_jetbrains_kotlinx_kotlinx-io-bytestring-jvm: kotlinx-io-bytestring-jvm 0.6.0
org_jetbrains_kotlinx_kotlinx-io-core-jvm: kotlinx-io-core-jvm 0.6.0
org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm: kotlinx-serialization-cbor-jvm 1.7.3
org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.7.3
org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.7.3
fabricloader: Fabric Loader 0.16.10
mixinextras: MixinExtras 0.4.1
falling-block-particles: Falling Block Particles 1.0.2
fallingleaves: Falling Leaves 1.16.4
fallingtrees: Panda's Falling Tree's 0.12.7
fastipping: Fast IP Ping 1.0.5
fbp: FancyBlockParticles **.**.**.**
ferritecore: FerriteCore 7.0.2-hotfix
firstperson: FirstPerson 2.4.8
flowing_fluids: Flowing Fluids 0.3.1
forgeconfigapiport: Forge Config API Port 21.1.3
com_electronwill_night-config_core: core 3.8.0
com_electronwill_night-config_toml: toml 3.8.0
fowlplay: Fowl Play 1.0.0-beta.3+1.21.1
fzzy_config: Fzzy Config 0.6.0+1.21
fabric-permissions-api-v0: fabric-permissions-api 0.3.1
net_peanuuutz_tomlkt_tomlkt-jvm: tomlkt-jvm 0.3.7
geckolib: GeckoLib 4 4.7.3
glitchcore: GlitchCore **.**.**.**
net_jodah_typetools: typetools 0.6.3
grassoverhaul: Grass Overhaul 1.0.0
ikwid: I know what I'm doing! 1.0
immediatelyfast: ImmediatelyFast 1.3.3+1.21.1
net_lenni0451_reflect: Reflect 1.3.4
itemphysic: ItemPhysic 1.8.4
items_displayed: Items Displayed 1.3
java: OpenJDK 64-Bit Server VM 21
jei: Just Enough Items **.**.**.**
konkrete: Konkrete 1.9.9
krypton: Krypton 0.2.8
com_velocitypowered_velocity-native: velocity-native 3.3.0-SNAPSHOT
lithium: Lithium 0.14.3-snapshot+mc1.21.1-build.92
lithostitched: Lithostitched 1.4
localizedchat: Localized Chat 5.2.0
logic-mod: The Logic Mod 0.3.0
mcwfurnitures: Macaw's Furniture 3.3.0
memoryleakfix: Memory Leak Fix 1.1.5
midnightlib: MidnightLib 1.6.3
minecraft: Minecraft 1.21.1
modernfix: ModernFix 5.20.0+mc1.21.1
modmenu: Mod Menu 11.0.3
modmenu-badges-lib: ModMenu Badges Lib 2023.6.1
moonlight: Moonlight Lib 1.21-2.17.12
moreculling: More Culling 1.0.3
conditional-mixin: conditional mixin 0.6.3
mr_arrow_bundles: Arrow Bundles 1.0
mr_better_hangingsigns: Better Hanging Signs 4
mr_bft: Better Fletching Tables (BFT) 3.1.0
mr_big_globeniftycartscompatibility: Big Globe - NiftyCarts Compatibility 1.0
mr_dinobriks_rum: DinoBriks Rum | Simple Brewery 2.0
mr_no_endermangrief: No Enderman Grief 1-v.2.1.2
mr_true_ending: True Ending: Ender Dragon Overhaul 1-v1.1.2d
mr_vanilla_fireflies: Vanilla Fireflies 3.1
mr_villager_transportation: Villager Transportation 1.3.2
necronomicon: Necronomicon 1.6.0
niftycarts: NiftyCarts 21.0.1
no-rocket-boosting: No Rocket Boosting 1.0.0
noisium: Noisium 2.3.0+mc1.21-1.21.1
nolancheating: No LAN Cheating 1.2.1
nonametag: No Name Tag Render 1.0.0
nullscape: Nullscape 1.2.10
owo: oωo 0.12.15+1.21
io_wispforest_endec: endec 0.1.5
io_wispforest_endec_gson: gson 0.1.3
io_wispforest_endec_jankson: jankson 0.1.3
io_wispforest_endec_netty: netty 0.1.2
pandalib: PandaLib 0.4.2
particle_core: Particle Core 0.2.4+1.21
particlerain: Particle Rain 3.0.5
placeholder-api: Placeholder API 2.4.1+1.21
playeranimator: Player Animator 2.0.1+1.21.1
presencefootsteps: Presence Footsteps 1.10.3+1.21
kirin: Kirin UI 1.20.0+1.21
puddles: Puddles 2.0.0
polymer-blocks: Polymer (Textured Blocks) 0.9.6+1.21
polymer-core: Polymer (Core) 0.9.6+1.21
polymer-networking: Polymer (Networking) 0.9.6+1.21
polymer-registry-sync-manipulator: Polymer (Registry Sync Manipulator) 0.9.6+1.21
polymer-virtual-entity: Polymer (Virtual Entity) 0.9.6+1.21
polymer-common: Polymer (Common) 0.9.6+1.21
packet_tweaker: Packet Tweaker 0.5.4+1.20.6
server_translations_api: Server Translations API 2.3.1+1.21-pre2
puffish_skills: Pufferfish's Skills 0.14.5
puzzleslib: Puzzles Lib 21.1.25
quad: Quad 1.2.9
realistic-campfires: Realistic Campfires 3.1.2+1.21
realisticfirespread: Realistic Fire Spread 1.21-r1
cardinal-components-base: Cardinal Components API (base) 6.1.1
cardinal-components-entity: Cardinal Components API (entities) 6.1.1
reeses-sodium-options: Reese's Sodium Options 1.8.0+mc1.21.3
resourcefulconfig: Resourcefulconfig 3.0.8
sawmill: Universal Sawmill 1.21-1.5.13
searchables: Searchables 1.0.2
seasons: Fabric Seasons 2.4.2-BETA+1.21
servercore: ServerCore 1.5.5+1.21.1
org_yaml_snakeyaml: snakeyaml 2.2
space_arim_dazzleconf_dazzleconf-core: dazzleconf-core 1.3.0-M2
space_arim_dazzleconf_dazzleconf-ext-snakeyaml: dazzleconf-ext-snakeyaml 1.3.0-M2
serverpingerfixer: Server Pinger Fixer 1.0.5
sittingplus: sittingplus 1.0.0
skinlayers3d: 3d-Skin-Layers 1.7.4
skinshuffle: SkinShuffle 2.6.0+1.21
com_drewnoakes_metadata-extractor: metadata-extractor 2.19.0
com_konghq_unirest-java_standalone: unirest-java 3.11.9
commons-validator_commons-validator: commons-validator 1.7
org_jsoup_jsoup: jsoup 1.16.1
org_mineskin_java-client: java-client 1.2.4-SNAPSHOT
spruceui: SpruceUI 5.1.0+1.21
sodium: Sodium 0.6.5+mc1.21.1
sodium-extra: Sodium Extra 0.6.0+mc1.21.1
sodiumdynamiclights: Sodium Dynamic Lights 1.0.9
sodiumoptionsapi: Sodium Options API 1.0.9
solid_mobs: Solid Mobs 1.7.1
sound_physics_remastered: Sound Physics Remastered 1.21.1-1.4.8
spawnanimations: Spawn Animations 1.10+mod
stevesrealisticsleep: Steve's Realistic Sleep 1.11.2+mc1.21-1.21.1
strawstatues: Straw Statues 21.1.0
statuemenus: Statue Menus 21.1.0
tcdcommons: TCD Commons API 3.12.5+fabric-1.21
universal_ores: UniversalOres 2.0.0
voicechat: Simple Voice Chat 1.21.1-2.5.27
wakes: Wakes 0.3.0+1.21.1
com_github_jdiemke_delaunay-triangulator_delaunaytriangulator: DelaunayTriangulator 1.0.0
satin: Satin 2.0.0
world-host: World Host 0.5.1+1.21.1-fabric
org_quiltmc_parsers_json: json 0.3.0
org_semver4j_semver4j: semver4j 5.3.0
wwfix: Water Walking Fix 1.0.0
yet_another_config_lib_v3: YetAnotherConfigLib 3.6.2+1.21-fabric
com_twelvemonkeys_common_common-image: common-image 3.12.0
com_twelvemonkeys_common_common-io: common-io 3.12.0
com_twelvemonkeys_common_common-lang: common-lang 3.12.0
com_twelvemonkeys_imageio_imageio-core: imageio-core 3.12.0
com_twelvemonkeys_imageio_imageio-metadata: imageio-metadata 3.12.0
com_twelvemonkeys_imageio_imageio-webp: imageio-webp 3.12.0
org_quiltmc_parsers_gson: gson 0.2.1
Launched Version: 1.21.1
Launcher name: theseus
Backend library: LWJGL version 3.3.3-snapshot
Backend API: Intel(R) UHD Graphics GL version 3.2.0 - Build 31.0.101.4887, Intel
Window size: 1920x1080
GFLW Platform: win32
GL Caps: Using framebuffer using OpenGL 3.2
GL debug messages:
Is Modded: Definitely; Client brand changed to 'fabric'
Universe: 400921fb54442d18
Type: Client (map_client.txt)
Graphics mode: fast
Render Distance: 4/4 chunks
Resource Packs: vanilla, fabric, advancementframes, ambientsounds, amecsapi, animal_feeding_trough, appleskin (incompatible), backslot, backslotaddon, betterclouds, bettercombat, betterdays (incompatible), betterstats, bigglobe, birds-boids, boids, bookshelf (incompatible), breakfree, brrp_v1, bwncr, cameraoverhaul, cardinal-components-base, cardinal-components-entity, chat_heads, cherishedworlds (incompatible), chiseled-bookshelf-visualizer, cloth-config, comforts (incompatible), completeconfig-base, conditional-mixin, controlling (incompatible), crawl, creativecore, debugify, dehydration, distanthorizons (incompatible), dynamic_fps, earlystage, entity_model_features, entity_texture_features, entityculling, evs, 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-loot-api-v3, 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, falling-block-particles, fallingleaves, fallingtrees, fastipping, fbp, firstperson, flowing_fluids, forgeconfigapiport, fowlplay, fzzy_config, grassoverhaul, immediatelyfast, itemphysic, items_displayed, jei (incompatible), konkrete (incompatible), krypton, lithium, localizedchat, logic-mod, mcwfurnitures, midnightlib, modernfix (incompatible), modmenu, moonlight, moreculling, mr_bft (incompatible), mr_true_ending, niftycarts, no-rocket-boosting, noisium, nolancheating, nonametag, owo, pandalib, particle_core, particlerain, placeholder-api, playeranimator, polymer-core, presencefootsteps, puddles, puffish_skills, realistic-campfires, realisticfirespread, reeses-sodium-options, resourcefulconfig, satin, sawmill, searchables (incompatible), seasons, serverpingerfixer, sittingplus, skinlayers3d, skinshuffle, sodium, sodium-extra, sodiumdynamiclights (incompatible), sodiumoptionsapi (incompatible), sound_physics_remastered, spawnanimations, spectrelib (incompatible), spruceui, statuemenus, stevesrealisticsleep, strawstatues, tcdcommons, universal_ores, voicechat, wakes, world-host, wwfix, yet_another_config_lib_v3 (incompatible), moonlight:mods_dynamic_assets, seasons:seasonal_lush_caves, file/§6Drodi's Illagers FA [V4.8].zip, file/§5Drodi's Illagers [V4.8].zip, file/cubic-sun-moon-v1-8a.zip, file/VanillaTweaks_r996579_MC1.21.x.zip, file/Translucent GUI.zip, file/NoCaveAmbience.zip, file/Patrix_1.20_32x_basic.zip (incompatible), file/MB-3D Items Pack 1.6.0.zip, file/Hellay's Overhualed Endermans - v1.0.1.zip, file/Hellay's Overhualed Endermans X Fresh Animations - v1.0.1.zip, file/GUIRevision_2.2.0.zip (incompatible), file/FreshAnimations_v1.9.2.zip, file/Fresh Eyes.zip (incompatible), file/Eyeless Fresh Moves v3.0.1.zip, file/Fresh Better Cats v1.0 1.21.zip, file/Fresh Better Horses v1.0 1.21.zip, file/DiagonalPerfectRails.zip (incompatible), file/Better_Farm_Animals_v0.08.zip, file/Better_Dogs_V0.41.zip (incompatible), file/Better_Animations.zip, file/Better Horses 1.20.zip (incompatible), file/Better Cats 1.20.zip (incompatible), file/Assorted Allays - V6.1.zip, file/Assorted Allays x FA V.6.0 BETA.zip, file/AnimatedDoors-RPv1.2.zip, file/AL's Creepers Revamped 1.3.zip (incompatible), file/3d glass plane.zip, file/3D-enchanted-books_V1.zip (incompatible), file/MinecraftTen 1.2 for 1.20.2-1.21.zip, file/Patrix Background 1.3 + Addons (OPEN ME).zip (incompatible)
Current Language: en_us
Locale: en_GB
System encoding: Cp1252
File encoding: UTF-8
CPU: 6x Intel(R) Pentium(R) Gold 8505