-
Notifications
You must be signed in to change notification settings - Fork 176
Description
================ π Improved Crash Reports π ================
β Likely cause: mod malilib (MaLiLib)
π Exception: NullPointerException
π Class: java.util.HashMap$HashIterator
π‘ The mod appears to have an internal bug. Consider removing or reporting it.
================================================================
Make a backup of your world before removing any mods!
Removing mods may lead to data loss or world corruption.
The authors of this mod are not responsible for any consequences.
---- Minecraft Crash Report ----
// I bet Cylons wouldn't have this problem.
Time: 2025-06-25 22:07:18
Description: Rendering screen
java.lang.NullPointerException: Cannot read field "modCount" because "" is null
at java.base@21.0.7/java.util.HashMap$HashIterator.(Unknown Source)
at java.base@21.0.7/java.util.HashMap$KeyIterator.(Unknown Source)
at java.base@21.0.7/java.util.HashMap$KeySet.iterator(Unknown Source)
at java.base@21.0.7/java.util.AbstractCollection.addAll(Unknown Source)
at knot//MC//net.minecraft.client.gl.RenderPassImpl.setPipeline(RenderPassImpl.java:57)
at knot//MC//net.minecraft.client.render.RenderLayer$MultiPhase.draw(RenderLayer.java:1072)
at knot//MC//net.minecraft.client.render.VertexConsumerProvider$Immediate.draw(VertexConsumerProvider.java:96)
at knot//MC//net.minecraft.client.render.VertexConsumerProvider$Immediate.draw(VertexConsumerProvider.java:85)
at knot//MC//net.minecraft.client.render.VertexConsumerProvider$Immediate.drawCurrentLayer(VertexConsumerProvider.java:69)
at knot//MC//net.minecraft.client.render.VertexConsumerProvider$Immediate.draw(VertexConsumerProvider.java:75)
at knot//MC//net.minecraft.client.gui.DrawContext.draw(DrawContext.java:95)
at knot//fi.dy.masa.malilib.render.RenderUtils.forceDraw(RenderUtils.java:233)
at knot//fi.dy.masa.malilib.render.RenderUtils.drawTexturedRectAndDraw(RenderUtils.java:460)
at knot//fi.dy.masa.malilib.gui.widgets.WidgetKeybindSettings.render(WidgetKeybindSettings.java:106)
at knot//fi.dy.masa.malilib.gui.widgets.WidgetContainer.drawSubWidgets(WidgetContainer.java:190)
at knot//fi.dy.masa.malilib.gui.widgets.WidgetContainer.render(WidgetContainer.java:172)
at knot//fi.dy.masa.malilib.gui.widgets.WidgetConfigOption.render(WidgetConfigOption.java:410)
at knot//fi.dy.masa.malilib.gui.widgets.WidgetListBase.drawContents(WidgetListBase.java:420)
at knot//fi.dy.masa.malilib.gui.GuiListBase.drawContents(GuiListBase.java:178)
at knot//fi.dy.masa.malilib.gui.GuiBase.render(GuiBase.java:206)
at knot//MC//net.minecraft.client.gui.screen.Screen.renderWithTooltip(Screen.java:113)
at knot//MC//net.minecraft.client.render.GameRenderer.mixinextras$bridge$method_47413$103(GameRenderer.java)
at knot//MC//net.minecraft.client.render.GameRenderer.wrapOperation$bnd000$fabric-screen-api-v1$onRenderScreen(GameRenderer.java:3415)
at knot//MC//net.minecraft.client.render.GameRenderer.render(GameRenderer.java:572)
at knot//MC//net.minecraft.client.MinecraftClient.render(MinecraftClient.java:1353)
at knot//MC//net.minecraft.client.MinecraftClient.run(MinecraftClient.java:936)
at knot//net.minecraft.client.main.Main.main(Main.java:265)
at app//net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:480)
at app//net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
at app//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 java.base@21.0.7/java.util.HashMap$HashIterator.(Unknown Source)
at java.base@21.0.7/java.util.HashMap$KeyIterator.(Unknown Source)
at java.base@21.0.7/java.util.HashMap$KeySet.iterator(Unknown Source)
at java.base@21.0.7/java.util.AbstractCollection.addAll(Unknown Source)
at knot//MC//net.minecraft.client.gl.RenderPassImpl.setPipeline(RenderPassImpl.java:57)
at knot//MC//net.minecraft.client.render.RenderLayer$MultiPhase.draw(RenderLayer.java:1072)
at knot//MC//net.minecraft.client.render.VertexConsumerProvider$Immediate.draw(VertexConsumerProvider.java:96)
at knot//MC//net.minecraft.client.render.VertexConsumerProvider$Immediate.draw(VertexConsumerProvider.java:85)
at knot//MC//net.minecraft.client.render.VertexConsumerProvider$Immediate.drawCurrentLayer(VertexConsumerProvider.java:69)
at knot//MC//net.minecraft.client.render.VertexConsumerProvider$Immediate.draw(VertexConsumerProvider.java:75)
at knot//MC//net.minecraft.client.gui.DrawContext.draw(DrawContext.java:95)
at knot//fi.dy.masa.malilib.render.RenderUtils.forceDraw(RenderUtils.java:233)
at knot//fi.dy.masa.malilib.render.RenderUtils.drawTexturedRectAndDraw(RenderUtils.java:460)
at knot//fi.dy.masa.malilib.gui.widgets.WidgetKeybindSettings.render(WidgetKeybindSettings.java:106)
at knot//fi.dy.masa.malilib.gui.widgets.WidgetContainer.drawSubWidgets(WidgetContainer.java:190)
at knot//fi.dy.masa.malilib.gui.widgets.WidgetContainer.render(WidgetContainer.java:172)
at knot//fi.dy.masa.malilib.gui.widgets.WidgetConfigOption.render(WidgetConfigOption.java:410)
at knot//fi.dy.masa.malilib.gui.widgets.WidgetListBase.drawContents(WidgetListBase.java:420)
at knot//fi.dy.masa.malilib.gui.GuiListBase.drawContents(GuiListBase.java:178)
at knot//fi.dy.masa.malilib.gui.GuiBase.render(GuiBase.java:206)
at knot//MC//net.minecraft.client.gui.screen.Screen.renderWithTooltip(Screen.java:113)
at knot//MC//net.minecraft.client.render.GameRenderer.mixinextras$bridge$method_47413$103(GameRenderer.java)
at knot//MC//net.minecraft.client.render.GameRenderer.wrapOperation$bnd000$fabric-screen-api-v1$onRenderScreen(GameRenderer.java:3415)
-- Screen render details --
Details:
Screen name: fi.dy.masa.litematica.gui.GuiConfigs
Mouse location: Scaled: (69.387500, 110.666667). Absolute: (208.000000, 332.000000)
Screen size: Scaled: (854, 480). Absolute: (2560, 1440). Scale factor of 3.000000
Stacktrace:
at knot//MC//net.minecraft.client.render.GameRenderer.render(GameRenderer.java:572)
at knot//MC//net.minecraft.client.MinecraftClient.render(MinecraftClient.java:1353)
at knot//MC//net.minecraft.client.MinecraftClient.run(MinecraftClient.java:936)
at knot//net.minecraft.client.main.Main.main(Main.java:265)
at app//net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:480)
at app//net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
at app//net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
-- Uptime --
Details:
JVM uptime: 2947.705s
Wall uptime: 2938.508s
High-res time: 2935.451s
Client ticks: 58520 ticks / 2926.000s
Stacktrace:
at knot//MC//net.minecraft.client.MinecraftClient.addDetailsToCrashReport(MinecraftClient.java:2382)
at knot//MC//net.minecraft.client.MinecraftClient.printCrashReport(MinecraftClient.java:1005)
at knot//MC//net.minecraft.client.MinecraftClient.run(MinecraftClient.java:957)
at knot//net.minecraft.client.main.Main.main(Main.java:265)
at app//net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:480)
at app//net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
at app//net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
-- Affected level --
Details:
All players: 1 total; class_746{name=Kishku7, id=1, pos=(29.3198071630619, 15.991623882108938, 30.93452480817063), mode=CREATIVE, permission=4}
Chunk stats: 18225, 13881
Level dimension: minecraft:overworld
Level spawn location: World: (0,-60,0), Section: (at 0,4,0 in 0,-4,0; chunk contains blocks 0,-64,0 to 15,319,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,-64,0 to 511,319,511)
Level time: 125512 game time, 33905 day time
Server brand: fabric
Server type: Integrated singleplayer server
Tracked entity count: 6
-- Last reload --
Details:
Reload number: 1
Reload reason: initial
Finished: Yes
Packs: vanilla, fabric, accurateblockplacement, allow-portal-guis, authme, autoclicker, autoreconnectrf, autorun, balm, betterf3, bobby, c2me, capes, cloth-config, debugify, entityculling, essential, essential-container, essential-loader, essentialgui, 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-rendering-data-attachment-v1, fabric-rendering-fluids-v1, 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-tag-api-v1, fabric-transfer-api-v1, fabric-transitive-access-wideners-v1, fabricloader, forgeconfigapiport, freecam, ias, improvedcrashreports, inventoryprofilesnext, invtweaksemuforipn, krypton, lapismyzuli, libipn, librarian-trade-finder, litematica, lithium, malilib, midnightlib, minihud, mod-loading-screen, modmenu, movement-in-gui, namedloot, nbt_ac, owo, placeholder-api, puzzleslib, reacharound, reeses-sodium-options, resourcefulconfig, resourcepackoverrides, rrls, simpleelytrahud, skinlayers3d, sodium, sodium-extra, stackdeobfuscator, stackdeobfuscator-common, trender, tweakeroo, txnilib, villager_trading_plus, who-cares-about-that, xaerominimap, xaeroplus, xaeroworldmap, yet_another_config_lib_v3, yosbr, file/rotrBLOCKS V80 [3D Foliage] 128x 1.21.6-1.13.zip, file/Bigger Items in Frames -Kishy.zip, file/Slightly-Improved-Font-1.1.5.zip, file/Sus_Pack.zip, file/Blue Netherite[1.2.0].zip, minecraft:essentialgui, Essential Assets, essential
-- System Details --
Details:
Minecraft Version: 1.21.5
Minecraft Version ID: 1.21.5
Operating System: Windows 11 (amd64) version 10.0
Java Version: 21.0.7, Azul Systems, Inc.
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Azul Systems, Inc.
Memory: 1022552832 bytes (975 MiB) / 6274678784 bytes (5984 MiB) up to 33822867456 bytes (32256 MiB)
CPUs: 8
Processor Vendor: GenuineIntel
Processor Name: Intel(R) Core(TM) i9-14900HX
Identifier: Intel64 Family 6 Model 183 Stepping 1
Microarchitecture: Raptor Lake
Frequency (GHz): 2.42
Number of physical packages: 1
Number of physical CPUs: 24
Number of logical CPUs: 32
Graphics card #0 name: NVIDIA GeForce RTX 4090 Laptop GPU
Graphics card #0 vendor: NVIDIA
Graphics card #0 VRAM (MiB): 16376.00
Graphics card #0 deviceId: VideoController1
Graphics card #0 versionInfo: 32.0.15.7680
Graphics card #1 name: Intel(R) UHD Graphics
Graphics card #1 vendor: Intel Corporation
Graphics card #1 VRAM (MiB): 2048.00
Graphics card #1 deviceId: VideoController2
Graphics card #1 versionInfo: 32.0.101.6129
Memory slot #0 capacity (MiB): 32768.00
Memory slot #0 clockSpeed (GHz): 5.60
Memory slot #0 type: DDR5
Memory slot #1 capacity (MiB): 32768.00
Memory slot #1 clockSpeed (GHz): 5.60
Memory slot #1 type: DDR5
Virtual memory max (MiB): 69332.95
Virtual memory used (MiB): 31532.27
Swap memory total (MiB): 4096.00
Swap memory used (MiB): 552.30
Space in storage for jna.tmpdir (MiB): available: 1134007.25, total: 1927663.00
Space in storage for org.lwjgl.system.SharedLibraryExtractPath (MiB): available: 1134007.25, total: 1927663.00
Space in storage for io.netty.native.workdir (MiB): available: 1134007.25, total: 1927663.00
Space in storage for java.io.tmpdir (MiB): available: 1134007.25, total: 1927663.00
Space in storage for workdir (MiB): available: 1134007.25, total: 1927663.00
JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx32256M -XX:ActiveProcessorCount=8
Fabric Mods:
accurateblockplacement: Accurate Block Placement 1.3.7-mc1.21.2-1.21.6
allow-portal-guis: Allow Portal GUIs 1.1.5
authme: Auth Me 9.0.1+1.21.5
resourcefulconfig: Resourcefulconfig 3.5.0
auto-reauth: auto-reauth 0.2.3
autoclicker: Auto Clicker 21.5.0
autoreconnectrf: AutoReconnect 1.0.4+1.21
autorun: Auto-Run 1.2.0
balm: Balm 21.5.17
kuma_api: KumaAPI 21.5.2
betterf3: BetterF3 14.0.0
bobby: Bobby 5.2.7+mc1.21.5
com_typesafe_config: config 1.4.2
fabric-api-base: Fabric API Base 0.4.62+73a52b4b49
fabric-command-api-v2: Fabric Command API (v2) 2.2.49+73a52b4b49
io_leangen_geantyref_geantyref: geantyref 1.3.13
org_spongepowered_configurate-core: configurate-core 4.1.2
org_spongepowered_configurate-hocon: configurate-hocon 4.1.2
c2me: Concurrent Chunk Management Engine 0.3.4+alpha.0.20+1.21.5
c2me-base: Concurrent Chunk Management Engine (Base) 0.3.4+alpha.0.20+1.21.5
c2me-client-uncapvd: Concurrent Chunk Management Engine (Client/Uncap View Distance) 0.3.4+alpha.0.20+1.21.5
c2me-fixes-chunkio-threading-issues: Concurrent Chunk Management Engine (Fixes/Chunk IO/Threading Issues) 0.3.4+alpha.0.20+1.21.5
c2me-fixes-general-threading-issues: Concurrent Chunk Management Engine (Fixes/General/Threading Issues) 0.3.4+alpha.0.20+1.21.5
c2me-fixes-worldgen-threading-issues: Concurrent Chunk Management Engine (Fixes/WorldGen/Threading Issues) 0.3.4+alpha.0.20+1.21.5
c2me-fixes-worldgen-vanilla-bugs: Concurrent Chunk Management Engine (Fixes/WorldGen/Vanilla Bugs) 0.3.4+alpha.0.20+1.21.5
c2me-notickvd: Concurrent Chunk Management Engine (No Tick View Distance) 0.3.4+alpha.0.20+1.21.5
c2me-opts-allocs: Concurrent Chunk Management Engine (Optimizations/Memory Allocations) 0.3.4+alpha.0.20+1.21.5
c2me-opts-chunkio: Concurrent Chunk Management Engine (Optimizations/Chunk IO) 0.3.4+alpha.0.20+1.21.5
c2me-opts-dfc: Concurrent Chunk Management Engine (Optimizations/Density Function Compiler) 0.3.4+alpha.0.20+1.21.5
c2me-opts-math: Concurrent Chunk Management Engine (Optimizations/Math) 0.3.4+alpha.0.20+1.21.5
c2me-opts-scheduling: Concurrent Chunk Management Engine (Optimizations/Scheduling) 0.3.4+alpha.0.20+1.21.5
c2me-opts-worldgen-general: Concurrent Chunk Management Engine (Optimizations/General WorldGen) 0.3.4+alpha.0.20+1.21.5
c2me-opts-worldgen-vanilla: Concurrent Chunk Management Engine (Optimizations/Vanilla WorldGen) 0.3.4+alpha.0.20+1.21.5
c2me-rewrites-chunk-serializer: Concurrent Chunk Management Engine (Rewrites/Chunk Serializer) 0.3.4+alpha.0.20+1.21.5
c2me-rewrites-chunk-system: Concurrent Chunk Management Engine (Rewrites/Chunk System) 0.3.4+alpha.0.20+1.21.5
c2me-rewrites-chunkio: Concurrent Chunk Management Engine (Rewrites/Chunk IO) 0.3.4+alpha.0.20+1.21.5
c2me-server-utils: Concurrent Chunk Management Engine (Server Utils) 0.3.4+alpha.0.20+1.21.5
c2me-threading-lighting: Concurrent Chunk Management Engine (Threading/Lighting) 0.3.4+alpha.0.20+1.21.5
com_ibm_async_asyncutil: asyncutil 0.1.0
io_reactivex_rxjava3_rxjava: rxjava 3.1.8
mixinsquared: MixinSquared 0.2.0-beta.6
net_objecthunter_exp4j: exp4j 0.4.8
org_jctools_jctools-core: jctools-core 4.0.5
org_reactivestreams_reactive-streams: reactive-streams 1.0.4
capes: Capes 1.5.5+1.21.5
cloth-config: Cloth Config v17 18.0.145
cloth-basic-math: cloth-basic-math 0.6.1
collective: Collective 8.3
crash_assistant: Crash Assistant 1.9.6
cutthrough: Cut Through 21.5.0
debugify: Debugify 1.21.5+1.0
elementa: Elementa 708
entityculling: EntityCulling 1.8.0
transition: TRansition 1.0.2
trender: TRender 1.0.4
essential: Essential 1.3.8.3
essential-container: essential-container 1.0.0
essential-loader: essential-loader 1.2.4
essentialgui: EssentialGUI 1.10.4
fabric-api: Fabric API 0.128.0+1.21.5
fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.96+86c3a9f149
fabric-biome-api-v1: Fabric Biome API (v1) 16.0.7+2dd063df49
fabric-block-api-v1: Fabric Block API (v1) 1.1.0+ed91556f49
fabric-block-view-api-v2: Fabric BlockView API (v2) 1.0.26+aa6d566c49
fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 2.0.16+86c3a9f149
fabric-client-tags-api-v1: Fabric Client Tags 1.1.37+86c3a9f149
fabric-command-api-v1: Fabric Command API (v1) 1.2.70+f71b366f49
fabric-commands-v0: Fabric Commands (v0) 0.2.87+df3654b349
fabric-content-registries-v0: Fabric Content Registries (v0) 10.0.14+3e6c1f7d49
fabric-convention-tags-v1: Fabric Convention Tags 2.1.33+7f945d5b49
fabric-convention-tags-v2: Fabric Convention Tags (v2) 2.15.2+6d9989f349
fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.3.12+86c3a9f149
fabric-data-attachment-api-v1: Fabric Data Attachment API (v1) 1.8.5+6d9989f349
fabric-data-generation-api-v1: Fabric Data Generation API (v1) 22.5.1+790a8b4449
fabric-dimensions-v1: Fabric Dimensions API (v1) 4.0.17+3e6c1f7d49
fabric-entity-events-v1: Fabric Entity Events (v1) 2.1.0+3ce7866349
fabric-events-interaction-v0: Fabric Events Interaction (v0) 4.0.15+64e3057949
fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.70+c327076a49
fabric-item-api-v1: Fabric Item API (v1) 11.4.1+e46fd76a49
fabric-item-group-api-v1: Fabric Item Group API (v1) 4.2.9+3459fc6149
fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.63+ecf51cdc49
fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.61+df3654b349
fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.6.0+230071a049
fabric-loot-api-v2: Fabric Loot API (v2) 3.0.48+3f89f5a549
fabric-loot-api-v3: Fabric Loot API (v3) 1.0.36+86c3a9f149
fabric-message-api-v1: Fabric Message API (v1) 6.1.0+fe971bba49
fabric-model-loading-api-v1: Fabric Model Loading API (v1) 5.2.3+5281b90749
fabric-networking-api-v1: Fabric Networking API (v1) 4.5.0+775be32c49
fabric-object-builder-api-v1: Fabric Object Builder API (v1) 21.1.2+b8d6ba7049
fabric-particles-v1: Fabric Particles (v1) 4.1.2+112e550e49
fabric-recipe-api-v1: Fabric Recipe API (v1) 8.1.8+3235ab3249
fabric-registry-sync-v0: Fabric Registry Sync (v0) 6.1.22+cd64004349
fabric-renderer-api-v1: Fabric Renderer API (v1) 6.1.2+bdf4842249
fabric-renderer-indigo: Fabric Renderer - Indigo 3.1.2+5281b90749
fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.64+73761d2e49
fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.1.27+86c3a9f149
fabric-rendering-v1: Fabric Rendering (v1) 11.3.0+a272b33849
fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 5.0.21+73a52b4b49
fabric-resource-loader-v0: Fabric Resource Loader (v0) 3.1.7+847e5f5c49
fabric-screen-api-v1: Fabric Screen API (v1) 2.0.46+86c3a9f149
fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.129+c327076a49
fabric-sound-api-v1: Fabric Sound API (v1) 1.0.38+86c3a9f149
fabric-tag-api-v1: Fabric Tag API (v1) 1.0.17+ecf51cdc49
fabric-transfer-api-v1: Fabric Transfer API (v1) 5.4.24+7b20cbb049
fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 6.3.17+f17a180c49
fabric-language-kotlin: Fabric Language Kotlin 1.13.4+kotlin.2.2.0
org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 2.2.0
org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 2.2.0
org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 2.2.0
org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 2.2.0
org_jetbrains_kotlinx_atomicfu-jvm: atomicfu-jvm 0.28.0
org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.10.2
org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.10.2
org_jetbrains_kotlinx_kotlinx-datetime-jvm: kotlinx-datetime-jvm 0.6.2
org_jetbrains_kotlinx_kotlinx-io-bytestring-jvm: kotlinx-io-bytestring-jvm 0.7.0
org_jetbrains_kotlinx_kotlinx-io-core-jvm: kotlinx-io-core-jvm 0.7.0
org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm: kotlinx-serialization-cbor-jvm 1.8.1
org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.8.1
org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.8.1
fabricloader: Fabric Loader 0.16.14
mixinextras: MixinExtras 0.4.1
ferritecore: FerriteCore 8.0.0
forgeconfigapiport: Forge Config API Port 21.5.1
com_electronwill_night-config_core: core 3.8.1
com_electronwill_night-config_toml: toml 3.8.1
freecam: Freecam 1.3.3+mc1.21.5
hideexperimentalwarning: Hide Experimental Warning 1.2
ias: In-Game Account Switcher 9.0.3
improvedcrashreports: Improved Crash Reports 1.1.0-1.21.5-fabric
inventoryprofilesnext: Inventory Profiles Next 2.1.9
invtweaksemuforipn: InvTweaks Emulation For IPN 1.1.6
java: OpenJDK 64-Bit Server VM 21
krypton: Krypton 0.2.9
com_velocitypowered_velocity-native: velocity-native 3.4.0-SNAPSHOT
lapismyzuli: Lapis My Zuli 1.1.2
libipn: libIPN 6.5.0
librarian-trade-finder: Librarian Trade Finder 2.2.6
litematica: Litematica 0.22.2
lithium: Lithium 0.16.3+mc1.21.5
malilib: MaLiLib 0.24.2
midnightlib: MidnightLib 1.7.3
minecraft: Minecraft 1.21.5
minihud: MiniHUD 0.35.2
mod-loading-screen: Mod Loading Screen 1.0.5
com_formdev_flatlaf: flatlaf 3.5.4
net_lenni0451_reflect: Reflect 1.4.0
modmenu: Mod Menu 14.0.0-rc.2
mousetweaks: Mouse Tweaks 2.27
movement-in-gui: MovementInGUI 1.1.0+build.5
namedloot: NamedLoot 1.0.0+1.21.5
nbt_ac: NBT Autocomplete 1.3.12
org_jetbrains_annotations: annotations 13.0
owo: oΟo 0.12.21+1.21.5
blue_endless_jankson: jankson 1.2.2
io_wispforest_endec: endec 0.1.9
io_wispforest_endec_gson: gson 0.1.6
io_wispforest_endec_jankson: jankson 0.1.6
io_wispforest_endec_netty: netty 0.1.5
packetfixer: Packet Fixer 3.1.0
placeholder-api: Placeholder API 2.6.4+1.21.5
puzzleslib: Puzzles Lib 21.5.12
reacharound: Reacharound 1.3.1
reeses-sodium-options: Reese's Sodium Options 1.8.3+mc1.21.4
resourcepackoverrides: Resource Pack Overrides 21.5.0
rrls: Remove Reloading Screen 5.1.6+mc1.21.5-fabric
simpleelytrahud: SimpleElytraHud 1.7+1.21.5
skinlayers3d: 3d-Skin-Layers 1.8.0
sodium: Sodium 0.6.13+mc1.21.5
sodium-extra: Sodium Extra 0.6.3+mc1.21.5
stackdeobfuscator: StackDeobfuscator 1.4.3+08e71cc
net_fabricmc_mapping-io: mapping-io 0.6.1
stackdeobfuscator-common: StackDeobfuscator Common 1.4.3+08e71cc
tweakeroo: Tweakeroo 0.24.2
txnilib: TxniLib 1.0.24
universalcraft: UniversalCraft 412
vigilance: Vigilance 306
villager_trading_plus: Villager Trading Plus 1.1+1.21
who-cares-about-that: Who Cares About That 1.0.0
xaerominimap: Xaero's Minimap 25.2.7
xaeroplus: XaeroPlus 2.27.1
xaeroworldmap: Xaero's World Map 1.39.10
yet_another_config_lib_v3: YetAnotherConfigLib 3.7.1+1.21.5-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
org_quiltmc_parsers_json: json 0.2.1
yosbr: YOSBR 0.1.2
Launched Version: 1.21.5
Launcher name: theseus
Backend library: LWJGL version 3.3.3-snapshot
Backend API: NVIDIA GeForce RTX 4090 Laptop GPU/PCIe/SSE2 GL version 3.2.0 NVIDIA 576.80, NVIDIA Corporation
Window size: 2560x1440
GFLW Platform: win32
Render Extensions: GL_KHR_debug, GL_ARB_vertex_attrib_binding, GL_ARB_direct_state_access
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: 64/64 chunks
Resource Packs: vanilla, fabric, accurateblockplacement, allow-portal-guis, authme (incompatible), autoclicker, autoreconnectrf (incompatible), autorun, balm (incompatible), betterf3, bobby, c2me, capes, cloth-config, debugify, entityculling, essential (incompatible), essential-container, essential-loader, essentialgui, 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-rendering-data-attachment-v1, fabric-rendering-fluids-v1, 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-tag-api-v1, fabric-transfer-api-v1, fabric-transitive-access-wideners-v1, fabricloader, forgeconfigapiport, freecam, ias, improvedcrashreports, inventoryprofilesnext, invtweaksemuforipn, krypton, lapismyzuli, libipn, librarian-trade-finder, litematica, lithium, malilib, midnightlib, minihud, mod-loading-screen, modmenu, movement-in-gui, namedloot, nbt_ac, owo, placeholder-api, puzzleslib, reacharound, reeses-sodium-options, resourcefulconfig, resourcepackoverrides, rrls, simpleelytrahud, skinlayers3d, sodium, sodium-extra, stackdeobfuscator, stackdeobfuscator-common, trender, tweakeroo (incompatible), txnilib (incompatible), villager_trading_plus, who-cares-about-that, xaerominimap (incompatible), xaeroplus, xaeroworldmap (incompatible), yet_another_config_lib_v3 (incompatible), yosbr, file/rotrBLOCKS V80 [3D Foliage] 128x 1.21.6-1.13.zip, file/Bigger Items in Frames -Kishy.zip (incompatible), file/Slightly-Improved-Font-1.1.5.zip, file/Sus_Pack.zip, file/Blue Netherite[1.2.0].zip, minecraft:essentialgui
Current Language: en_us
Locale: en_US
System encoding: Cp1252
File encoding: UTF-8
CPU: 32x Intel(R) Core(TM) i9-14900HX
Server Running: true
Player Count: 1 / 8; [class_3222['Kishku7'/1, l='ServerLevel[Development]', x=29.32, y=15.99, z=30.93]]
Active Data Packs: vanilla, fabric, balm (incompatible), collective, fabric-convention-tags-v2, malilib, redstone_experiments, minecart_improvements
Available Data Packs: balm (incompatible), collective, fabric, fabric-convention-tags-v2, malilib, minecart_improvements, redstone_experiments, trade_rebalance, vanilla
Enabled Feature Flags: minecraft:redstone_experiments, minecraft:vanilla, minecraft:minecart_improvements
World Generation: Stable
World Seed: -7878483077939983844
Suppressed Exceptions: NONE