Paste your logs.

Built for Minecraft & Hytale

Fabric 1.21.10 Crash Report

328 lines
Raw
Detected
Minecraft version: 1.21.10 Java version: 21.0.7 Fabric loader version: 0.18.4
---- Minecraft Crash Report ----
// Uh... Did I do that?
Time: 2026-03-12 11:51:53
Description: Unexpected error
java.lang.IllegalArgumentException: Buffer size must be greater than zero
at net.minecraft.client.gl.GlBackend.createBuffer(GlBackend.java:201)
at net.minecraft.client.gl.MappableRingBuffer.<init>(MappableRingBuffer.java:29)
at net.minecraft.client.gl.DynamicUniformStorage.growBuffer(DynamicUniformStorage.java:56)
at net.minecraft.client.gl.DynamicUniformStorage.write(DynamicUniformStorage.java:67)
at knot//earth.terrarium.olympus.client.pipelines.renderer.PipelineRendererBuilder$UniformEntry.write(PipelineRendererBuilder.java:55)
at knot//earth.terrarium.olympus.client.pipelines.renderer.PipelineRendererBuilder.draw(PipelineRendererBuilder.java:40)
at knot//org.nextrg.skylens.pipelines.pips.CircleChartPIPRenderer.render(CircleChartPIPRenderer.java:78)
at knot//org.nextrg.skylens.pipelines.pips.CircleChartPIPRenderer.method_70905(CircleChartPIPRenderer.java:28)
at net.minecraft.client.gui.render.SpecialGuiElementRenderer.render(SpecialGuiElementRenderer.java:62)
at knot//earth.terrarium.olympus.client.fabric.PictureInPicturePool$PoolEntry.prepare(PictureInPicturePool.java:55)
at knot//earth.terrarium.olympus.client.fabric.PictureInPicturePool.prepare(PictureInPicturePool.java:22)
at net.minecraft.client.gui.render.GuiRenderer.wrapMethod$cpi000$olympus$fixPipState(GuiRenderer.java:1254)
at knot//net.minecraft.class_11228.method_70888(class_11228.java)
at net.minecraft.client.gui.render.GuiRenderer.method_71056(GuiRenderer.java:413)
at net.minecraft.client.gui.render.state.GuiRenderState.method_71065(GuiRenderState.java:210)
at net.minecraft.client.gui.render.state.GuiRenderState.traverseLayers(GuiRenderState.java:245)
at net.minecraft.client.gui.render.state.GuiRenderState.traverseLayers(GuiRenderState.java:247)
at net.minecraft.client.gui.render.state.GuiRenderState.traverseLayers(GuiRenderState.java:247)
at net.minecraft.client.gui.render.state.GuiRenderState.traverseLayers(GuiRenderState.java:247)
at net.minecraft.client.gui.render.state.GuiRenderState.forEachLayer(GuiRenderState.java:240)
at net.minecraft.client.gui.render.state.GuiRenderState.forEachSpecialElement(GuiRenderState.java:206)
at net.minecraft.client.gui.render.GuiRenderer.prepareSpecialElements(GuiRenderer.java:412)
at net.minecraft.client.gui.render.GuiRenderer.prepare(GuiRenderer.java:211)
at net.minecraft.client.gui.render.GuiRenderer.render(GuiRenderer.java:176)
at net.minecraft.client.render.GameRenderer.render(GameRenderer.java:623)
at net.minecraft.client.MinecraftClient.render(MinecraftClient.java:1380)
at net.minecraft.client.MinecraftClient.run(MinecraftClient.java:969)
at net.minecraft.client.main.Main.main(Main.java:250)
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:514)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:72)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
at org.prismlauncher.launcher.impl.StandardLauncher.launch(StandardLauncher.java:105)
at org.prismlauncher.EntryPoint.listen(EntryPoint.java:129)
at org.prismlauncher.EntryPoint.main(EntryPoint.java:70)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Render thread
Stacktrace:
at net.minecraft.client.gl.GlBackend.createBuffer(GlBackend.java:201)
at net.minecraft.client.gl.MappableRingBuffer.<init>(MappableRingBuffer.java:29)
at net.minecraft.client.gl.DynamicUniformStorage.growBuffer(DynamicUniformStorage.java:56)
at net.minecraft.client.gl.DynamicUniformStorage.write(DynamicUniformStorage.java:67)
at knot//earth.terrarium.olympus.client.pipelines.renderer.PipelineRendererBuilder$UniformEntry.write(PipelineRendererBuilder.java:55)
at knot//earth.terrarium.olympus.client.pipelines.renderer.PipelineRendererBuilder.draw(PipelineRendererBuilder.java:40)
at knot//org.nextrg.skylens.pipelines.pips.CircleChartPIPRenderer.render(CircleChartPIPRenderer.java:78)
at knot//org.nextrg.skylens.pipelines.pips.CircleChartPIPRenderer.method_70905(CircleChartPIPRenderer.java:28)
at net.minecraft.client.gui.render.SpecialGuiElementRenderer.render(SpecialGuiElementRenderer.java:62)
at knot//earth.terrarium.olympus.client.fabric.PictureInPicturePool$PoolEntry.prepare(PictureInPicturePool.java:55)
at knot//earth.terrarium.olympus.client.fabric.PictureInPicturePool.prepare(PictureInPicturePool.java:22)
at net.minecraft.client.gui.render.GuiRenderer.wrapMethod$cpi000$olympus$fixPipState(GuiRenderer.java:1254)
at knot//net.minecraft.class_11228.method_70888(class_11228.java)
at net.minecraft.client.gui.render.GuiRenderer.method_71056(GuiRenderer.java:413)
at net.minecraft.client.gui.render.state.GuiRenderState.method_71065(GuiRenderState.java:210)
at net.minecraft.client.gui.render.state.GuiRenderState.traverseLayers(GuiRenderState.java:245)
at net.minecraft.client.gui.render.state.GuiRenderState.traverseLayers(GuiRenderState.java:247)
at net.minecraft.client.gui.render.state.GuiRenderState.traverseLayers(GuiRenderState.java:247)
at net.minecraft.client.gui.render.state.GuiRenderState.traverseLayers(GuiRenderState.java:247)
at net.minecraft.client.gui.render.state.GuiRenderState.forEachLayer(GuiRenderState.java:240)
at net.minecraft.client.gui.render.state.GuiRenderState.forEachSpecialElement(GuiRenderState.java:206)
at net.minecraft.client.gui.render.GuiRenderer.prepareSpecialElements(GuiRenderer.java:412)
at net.minecraft.client.gui.render.GuiRenderer.prepare(GuiRenderer.java:211)
at net.minecraft.client.gui.render.GuiRenderer.render(GuiRenderer.java:176)
-- Uptime --
Details:
JVM uptime: 11162.011s
Wall uptime: 11152.258s
High-res time: 11142.046s
Client ticks: 222680 ticks / 11134.000s
Stacktrace:
at net.minecraft.client.MinecraftClient.addDetailsToCrashReport(MinecraftClient.java:2434)
at net.minecraft.client.MinecraftClient.printCrashReport(MinecraftClient.java:1038)
at net.minecraft.client.MinecraftClient.run(MinecraftClient.java:993)
at net.minecraft.client.main.Main.main(Main.java:250)
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:514)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:72)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
at org.prismlauncher.launcher.impl.StandardLauncher.launch(StandardLauncher.java:105)
at org.prismlauncher.EntryPoint.listen(EntryPoint.java:129)
at org.prismlauncher.EntryPoint.main(EntryPoint.java:70)
-- Affected level --
Details:
All players: 2 total; class_746{name=Galaxyzero_, id=1189, pos=(605.7016039239862, 82.0, 555.0402281674355), mode=SURVIVAL, permission=0}, class_745{name=QuickDie, id=27946, pos=(512.4738499555464, 118.0, 561.3000000119209), mode=CREATIVE, permission=0}
Chunk stats: 5041, 225
Level dimension: minecraft:overworld
Level spawn location: World: (213,113,417), Section: (at 5,1,1 in 13,7,26; chunk contains blocks 208,0,416 to 223,255,431), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 60700681 game time, 398020 day time
Server brand: Hypixel BungeeCord (2026.2.16.1) <- Hygot 2026.3.9.1
Server type: Non-integrated multiplayer server
Tracked entity count: 55
-- Last reload --
Details:
Reload number: 1
Reload reason: initial
Finished: Yes
Packs: vanilla, aaron-mod:chroma_text, fabric, aaron-mod, cloth-config, dandelion, dandelion-bp, dulkirmod-fabric, essential, essential-container, essential-loader, fabric-api, fabric-api-base, fabric-api-lookup-api-v1, fabric-biome-api-v1, fabric-block-api-v1, fabric-block-view-api-v2, fabric-command-api-v2, 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-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-fluids-v1, fabric-rendering-v1, fabric-resource-conditions-api-v1, fabric-resource-loader-v0, fabric-resource-loader-v1, fabric-screen-api-v1, fabric-screen-handler-api-v1, fabric-serialization-api-v1, fabric-sound-api-v1, fabric-tag-api-v1, fabric-transfer-api-v1, fabric-transitive-access-wideners-v1, fabricloader, firmament, great-scrollable-tooltips, hm-api, hypixel-mod-api, iris, jarviscci, libninepatch, lithium, meowdding-item-dfu, meowdding-lib, mm_shedaniel, modmenu, olympus, org_apache_commons_commons-math3, overflow-pet-levels, pickaxeabilitynotification, placeholder-api, reeses-sodium-options, resourcefulconfig, roughlyenoughitems, sbo-kotlin, skyblock-api, skyblocker, skyblockpv, skycubed, skyfall, skyhanni, skylens, skyocean, sodium, sodium-extra, xxlpackets, yet_another_config_lib_v3, file/§aFurf§bSky §6Reborn §f§lFULL§r §71.21.8§8.zip, Essential Assets, essential
-- System Details --
Details:
Minecraft Version: 1.21.10
Minecraft Version ID: 1.21.10
Operating System: Windows 11 (amd64) version 10.0
Java Version: 21.0.7, Microsoft
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft
Memory: 2178224144 bytes (2077 MiB) / 5368709120 bytes (5120 MiB) up to 5368709120 bytes (5120 MiB)
CPUs: 16
Processor Vendor: AuthenticAMD
Processor Name: AMD Ryzen 7 9800X3D 8-Core Processor
Identifier: AuthenticAMD Family 26 Model 68 Stepping 0
Microarchitecture: unknown
Frequency (GHz): 4.69
Number of physical packages: 1
Number of physical CPUs: 8
Number of logical CPUs: 16
Graphics card #0 name: NVIDIA GeForce RTX 5080
Graphics card #0 vendor: NVIDIA
Graphics card #0 VRAM (MiB): 16303.00
Graphics card #0 deviceId: VideoController1
Graphics card #0 versionInfo: 32.0.15.9144
Graphics card #1 name: AMD Radeon(TM) Graphics
Graphics card #1 vendor: Advanced Micro Devices, Inc.
Graphics card #1 VRAM (MiB): 512.00
Graphics card #1 deviceId: VideoController2
Graphics card #1 versionInfo: 32.0.21030.31
Memory slot #0 capacity (MiB): 16384.00
Memory slot #0 clockSpeed (GHz): 6.00
Memory slot #0 type: DDR5
Memory slot #1 capacity (MiB): 16384.00
Memory slot #1 clockSpeed (GHz): 6.00
Memory slot #1 type: DDR5
Virtual memory max (MiB): 43636.92
Virtual memory used (MiB): 34565.37
Swap memory total (MiB): 11264.00
Swap memory used (MiB): 134.88
Space in storage for jna.tmpdir (MiB): <path not set>
Space in storage for org.lwjgl.system.SharedLibraryExtractPath (MiB): <path not set>
Space in storage for io.netty.native.workdir (MiB): <path not set>
Space in storage for java.io.tmpdir (MiB): available: 744562.63, total: 952893.00
Space in storage for workdir (MiB): available: 744562.63, total: 952893.00
JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms5120m -Xmx5120m
Debug Flags: 0 total;
Fabric Mods:
aaron-mod: Aaron's Mod 3.0.0-beta.2+1.21.10
dandelion: Dandelion 1.0.0-alpha.10+1.21.10
hm-api: HM Api 1.0.1+1.21.2
net_azureaaron_legacy-item-dfu: legacy-item-dfu 1.0.3+1.21.5
net_azureaaron_networth-calculator: networth-calculator 1.0.5
architectury: Architectury 18.0.8
cloth-config: Cloth Config v20 20.0.149
cloth-basic-math: cloth-basic-math 0.6.1
dulkirmod-fabric: DulkirMod-Fabric 1.1.3
jarviscci: Jarvis Common Config Index 2.1.0
meteordevelopment_orbit: orbit 0.2.3
essential: Essential **.**.**.**
essential-container: essential-container 1.0.0
essential-loader: essential-loader 1.3.2
essential-dependencies: Essential Dependencies 0
universalcraft: UniversalCraft 446
fabric-api: Fabric API 0.138.4+1.21.10
fabric-api-base: Fabric API Base 1.0.0+14b92d896f
fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.106+d17682156f
fabric-biome-api-v1: Fabric Biome API (v1) 16.1.0+c2417d4f6f
fabric-block-api-v1: Fabric Block API (v1) 1.1.5+d17682156f
fabric-block-view-api-v2: Fabric BlockView API (v2) 1.0.34+e4fd1b926f
fabric-command-api-v2: Fabric Command API (v2) 2.4.0+c0ab2d5d6f
fabric-content-registries-v0: Fabric Content Registries (v0) 10.2.6+b6a242646f
fabric-convention-tags-v1: Fabric Convention Tags 2.1.49+7f945d5b6f
fabric-convention-tags-v2: Fabric Convention Tags (v2) 2.17.0+ff7bc77d6f
fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.3.18+33df5e6e6f
fabric-data-attachment-api-v1: Fabric Data Attachment API (v1) 1.8.33+cd3b9e596f
fabric-data-generation-api-v1: Fabric Data Generation API (v1) 23.2.27+d8b85ef16f
fabric-dimensions-v1: Fabric Dimensions API (v1) 4.0.22+38b9cc196f
fabric-entity-events-v1: Fabric Entity Events (v1) 2.1.13+fde3702c6f
fabric-events-interaction-v0: Fabric Events Interaction (v0) 4.0.36+5ba217126f
fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.1.1+e47eaae56f
fabric-item-api-v1: Fabric Item API (v1) 11.5.11+9bce411b6f
fabric-item-group-api-v1: Fabric Item Group API (v1) 4.2.27+86b3ae576f
fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.1.1+b3ba9c486f
fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.6.9+33df5e6e6f
fabric-loot-api-v2: Fabric Loot API (v2) 3.0.67+3f89f5a56f
fabric-loot-api-v3: Fabric Loot API (v3) 2.0.14+d17682156f
fabric-message-api-v1: Fabric Message API (v1) 6.1.7+3154c1c86f
fabric-model-loading-api-v1: Fabric Model Loading API (v1) 6.0.5+3ffd6ef06f
fabric-networking-api-v1: Fabric Networking API (v1) 5.1.0+b095d8db6f
fabric-object-builder-api-v1: Fabric Object Builder API (v1) 21.1.28+9bce411b6f
fabric-particles-v1: Fabric Particles (v1) 4.2.3+a0ee59a46f
fabric-recipe-api-v1: Fabric Recipe API (v1) 8.2.0+39709ef06f
fabric-registry-sync-v0: Fabric Registry Sync (v0) 6.1.42+679c8c5c6f
fabric-renderer-api-v1: Fabric Renderer API (v1) 7.2.3+9be2a36e6f
fabric-renderer-indigo: Fabric Renderer - Indigo 4.1.4+9be2a36e6f
fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.1.38+86b3ae576f
fabric-rendering-v1: Fabric Rendering (v1) 16.2.0+bee81f016f
fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 5.0.28+33df5e6e6f
fabric-resource-loader-v0: Fabric Resource Loader (v0) 3.3.1+d4d4122a6f
fabric-resource-loader-v1: Fabric Resource Loader (v1) 1.0.4+14959b836f
fabric-screen-api-v1: Fabric Screen API (v1) 3.1.0+9c82a7986f
fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.151+d17682156f
fabric-serialization-api-v1: Fabric Serialization API (v1) 1.0.0+d857c9766f
fabric-sound-api-v1: Fabric Sound API (v1) 1.0.45+328a75ba6f
fabric-tag-api-v1: Fabric Tag API (v1) 1.2.13+2fa446b26f
fabric-transfer-api-v1: Fabric Transfer API (v1) 6.0.15+79ec2c126f
fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 6.5.3+41eb43436f
fabric-language-kotlin: Fabric Language Kotlin 1.13.9+kotlin.2.3.10
org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 2.3.10
org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 2.3.10
org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 2.3.10
org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 2.3.10
org_jetbrains_kotlinx_atomicfu-jvm: atomicfu-jvm 0.31.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.7.1
org_jetbrains_kotlinx_kotlinx-io-bytestring-jvm: kotlinx-io-bytestring-jvm 0.8.2
org_jetbrains_kotlinx_kotlinx-io-core-jvm: kotlinx-io-core-jvm 0.8.2
org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm: kotlinx-serialization-cbor-jvm 1.10.0
org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.10.0
org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.10.0
fabricloader: Fabric Loader 0.18.4
mixinextras: MixinExtras 0.5.0
ferritecore: FerriteCore 8.1.0
firmament: Firmament 43.0.0+mc1.21.10
mm_shedaniel: Manningham Mills (shedaniel's fork) 2.4.1
great-scrollable-tooltips: Great Scrollable Tooltips 18.0.0-beta.1+fabric
com_fasterxml_jackson_core_jackson-annotations: jackson-annotations 2.20
tools_jackson_core_jackson-core: jackson-core 3.0.3
tools_jackson_core_jackson-databind: jackson-databind 3.0.3
tools_jackson_dataformat_jackson-dataformat-toml: jackson-dataformat-toml 3.0.3
hypixel-mod-api: Hypixel Mod API 1.0.1+build.1+mc1.21
net_hypixel_mod-api: mod-api 1.0.1
iris: Iris 1.9.7+mc1.21.10
io_github_douira_glsl-transformer: glsl-transformer 3.0.0-pre3
org_anarres_jcpp: jcpp 1.4.14
org_antlr_antlr4-runtime: antlr4-runtime 4.13.1
java: OpenJDK 64-Bit Server VM 21
lithium: Lithium 0.20.1+mc1.21.10
minecraft: Minecraft 1.21.10
modmenu: Mod Menu 16.0.0
org_jetbrains_annotations: annotations 13.0
overflow-pet-levels: Overflow Pet Levels 1.0.0
pickaxeabilitynotification: Pickaxe Ability Notification 1.0.0
reeses-sodium-options: Reese's Sodium Options 1.8.6+mc1.21.10
rei_search_bar_calculations: REI Search Bar Calculations 1.1.0+1.21.6-10
resourcefullib: Resourceful Lib 3.9.1
com_teamresourceful_bytecodecs: bytecodecs 1.1.3
com_teamresourceful_yabn: yabn 1.0.3
roughlyenoughitems: Roughly Enough Items 21.9.813
error_notifier: Error Notifier 1.0.11
sbo-kotlin: SBO 0.2.0-beta
elementa: Elementa 714
resourcefulconfig: Resourcefulconfig 3.9.1
skyblocker: Skyblocker 6.1.1+1.21.10
dandelion-bp: Dandelion 1.0.0-alpha.14+1.21.10
meteordevelopment_discord-ipc: discord-ipc 1.1
moe_nea_neurepoparser: neurepoparser 1.9.0
org_apache_commons_commons-math3: commons-math3 3.6.1
org_apache_commons_commons-text: commons-text 1.14.0
org_eclipse_jgit_org_eclipse_jgit: org.eclipse.jgit 7.4.0.202509020913-r
org_jspecify_jspecify: jspecify 1.0.0
skyblockpv: SkyBlock Profile Viewer 1.7.3
com_notkamui_libs_keval-jvm: keval-jvm 1.1.1
placeholder-api: Placeholder API 2.8.1+1.21.10
skycubed: SkyCubed 1.8.1
resourcefulconfigkt: Resourceful Config Kotlin 3.5.15
skyfall: SkyFall 0.2.4
libninepatch: LibNinePatch 1.2.0
org_javassist_javassist: javassist 3.28.0-GA
org_reflections_reflections: reflections 0.10.2
skyhanni: SkyHanni 7.7.0
com_github_caoimhebyrne_kdiscordipc: KDiscordIPC 0.2.3
com_kohlschutter_junixsocket_junixsocket-common: junixsocket-common 2.6.2
com_kohlschutter_junixsocket_junixsocket-native-common: junixsocket-native-common 2.6.2
commons-net_commons-net: commons-net 3.11.1
skylens: Skylens 2.1.2
olympus: Olympus 1.6.2
skyocean: SkyOcean 1.13.2
meowdding-lib: Meowdding-Lib 4.0.8
com_moulberry_mixinconstraints: mixinconstraints 1.0.8
me_owdding_repo_remote-repo: remote-repo 1.0.9
meowdding-patches: Meowdding-Patches 1.0.8
skyblock-api: skyblock-api 4.0.12
meowdding-item-dfu: Meowdding Item Dfu 1.0.8
tech_thatgravyboat_repo-lib_repo-lib: repo-lib 3.0.2
sodium: Sodium 0.7.3+mc1.21.10
sodium-extra: Sodium Extra 0.7.1+mc1.21.10
vigilance: Vigilance 306
xxlpackets: XXLPackets 1.0.5-1.21
yet_another_config_lib_v3: YetAnotherConfigLib 3.8.2+1.21.10-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
Loaded Shaderpack: (off)
Launched Version: 1.21.10
Launcher name: PrismLauncher
Backend library: LWJGL version 3.3.3-snapshot
Backend API: NVIDIA GeForce RTX 5080/PCIe/SSE2 GL version 3.3.0 NVIDIA 591.44, NVIDIA Corporation
Window size: 1920x1080
GFLW Platform: win32
Render Extensions: GL_ARB_buffer_storage, GL_KHR_debug, GL_ARB_vertex_attrib_binding, GL_ARB_direct_state_access
GL debug messages:
Is Modded: Definitely; Client brand changed to 'fabric'
Universe: 400921fb54442d18
Type: Client (map_client.txt)
Graphics mode: fancy
Render Distance: 12/12 chunks
Resource Packs: vanilla, aaron-mod:chroma_text, fabric, aaron-mod, cloth-config, dandelion, dandelion-bp, dulkirmod-fabric, essential (incompatible), essential-container, essential-loader, fabric-api, fabric-api-base, fabric-api-lookup-api-v1, fabric-biome-api-v1, fabric-block-api-v1, fabric-block-view-api-v2, fabric-command-api-v2, 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-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-fluids-v1, fabric-rendering-v1, fabric-resource-conditions-api-v1, fabric-resource-loader-v0, fabric-resource-loader-v1, fabric-screen-api-v1, fabric-screen-handler-api-v1, fabric-serialization-api-v1, fabric-sound-api-v1, fabric-tag-api-v1, fabric-transfer-api-v1, fabric-transitive-access-wideners-v1, fabricloader, firmament, great-scrollable-tooltips, hm-api, hypixel-mod-api, iris, jarviscci, libninepatch, lithium, meowdding-item-dfu, meowdding-lib, mm_shedaniel, modmenu, olympus, org_apache_commons_commons-math3, overflow-pet-levels, pickaxeabilitynotification, placeholder-api, reeses-sodium-options, resourcefulconfig, roughlyenoughitems, sbo-kotlin, skyblock-api, skyblocker, skyblockpv, skycubed, skyfall, skyhanni, skylens, skyocean, sodium, sodium-extra, xxlpackets, yet_another_config_lib_v3 (incompatible), file/§aFurf§bSky §6Reborn §f§lFULL§r §71.21.8§8.zip
Current Language: en_us
Locale: en_DE
System encoding: Cp1252
File encoding: UTF-8
CPU: 16x AMD Ryzen 7 9800X3D 8-Core Processor