Paste your logs.

Built for Minecraft & Hytale

Fabric 1.20.1 Crash Report

655 lines
Raw
Detected
Minecraft version: 1.20.1 Java version: 17.0.9 Fabric loader version: 0.18.4
---- Minecraft Crash Report ----
// Surprise! Haha. Well, this is awkward.
Time: 2026-02-20 12:06:19
Description: mouseReleased event handler
java.lang.IndexOutOfBoundsException: Index 54 out of bounds for length 54
at java.base/jdk.internal.util.Preconditions.outOfBounds(Unknown Source)
at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Unknown Source)
at java.base/jdk.internal.util.Preconditions.checkIndex(Unknown Source)
at java.base/java.util.Objects.checkIndex(Unknown Source)
at java.base/java.util.ArrayList.get(Unknown Source)
at net.minecraft.util.collection.DefaultedList.get(DefaultedList.java:47)
at net.minecraft.screen.ScreenHandler.updateTrackedSlot(ScreenHandler.java:214)
at net.minecraft.screen.ScreenHandler.sendContentUpdates(ScreenHandler.java:176)
at knot//mezz.jei.common.util.ServerCommandUtil.mousePickupItemStack(ServerCommandUtil.java:153)
at knot//mezz.jei.gui.util.CommandUtil.giveStack(CommandUtil.java:44)
at knot//mezz.jei.gui.input.handlers.FocusInputHandler.lambda$handleGive$2(FocusInputHandler.java:119)
at java.base/java.util.stream.ReferencePipeline$11$1.accept(Unknown Source)
at java.base/java.util.stream.ReferencePipeline$2$1.accept(Unknown Source)
at java.base/java.util.stream.StreamSpliterators$WrappingSpliterator.tryAdvance(Unknown Source)
at java.base/java.util.stream.Streams$ConcatSpliterator.tryAdvance(Unknown Source)
at java.base/java.util.stream.ReferencePipeline$7$1.accept(Unknown Source)
at java.base/java.util.AbstractList$RandomAccessSpliterator.tryAdvance(Unknown Source)
at java.base/java.util.stream.ReferencePipeline.forEachWithCancel(Unknown Source)
at java.base/java.util.stream.AbstractPipeline.copyIntoWithCancel(Unknown Source)
at java.base/java.util.stream.AbstractPipeline.copyInto(Unknown Source)
at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source)
at java.base/java.util.stream.FindOps$FindOp.evaluateSequential(Unknown Source)
at java.base/java.util.stream.AbstractPipeline.evaluate(Unknown Source)
at java.base/java.util.stream.ReferencePipeline.findFirst(Unknown Source)
at knot//mezz.jei.gui.input.handlers.FocusInputHandler.handleGive(FocusInputHandler.java:125)
at knot//mezz.jei.gui.input.handlers.FocusInputHandler.handleUserInput(FocusInputHandler.java:60)
at knot//mezz.jei.gui.input.handlers.SameElementInputHandler.handleUserInput(SameElementInputHandler.java:25)
at knot//mezz.jei.gui.input.handlers.UserInputRouter.lambda$handleExecuteClick$2(UserInputRouter.java:93)
at java.base/java.util.Optional.flatMap(Unknown Source)
at knot//mezz.jei.gui.input.handlers.UserInputRouter.handleExecuteClick(UserInputRouter.java:93)
at knot//mezz.jei.gui.input.handlers.UserInputRouter.handleUserInput(UserInputRouter.java:37)
at knot//mezz.jei.gui.input.ClientInputHandler.onGuiMouseReleased(ClientInputHandler.java:102)
at knot//mezz.jei.fabric.startup.EventRegistration.lambda$allowMouseRelease$2(EventRegistration.java:74)
at java.base/java.util.Optional.map(Unknown Source)
at knot//mezz.jei.fabric.startup.EventRegistration.allowMouseRelease(EventRegistration.java:74)
at knot//net.fabricmc.fabric.impl.client.screen.ScreenEventFactory.lambda$createAllowMouseReleaseEvent$28(ScreenEventFactory.java:160)
at net.minecraft.client.Mouse.handler$flk000$fabric-screen-api-v1$beforeMouseReleasedEvent(Mouse.java:5595)
at net.minecraft.client.Mouse.method_1605(Mouse.java:100)
at net.minecraft.client.gui.screen.Screen.wrapScreenError(Screen.java:409)
at net.minecraft.client.Mouse.onMouseButton(Mouse.java:100)
at net.minecraft.client.Mouse.method_22686(Mouse.java:169)
at net.minecraft.util.thread.ThreadExecutor.execute(ThreadExecutor.java:102)
at net.minecraft.client.Mouse.method_22684(Mouse.java:169)
at knot//org.lwjgl.glfw.GLFWMouseButtonCallback$Container.invoke(GLFWMouseButtonCallback.java:81)
at knot//com.moulberry.axiom.editor.CustomImGuiImplGlfw.mouseButtonCallback(CustomImGuiImplGlfw.java:222)
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.glfwPollEvents(GLFW.java:3403)
at com.mojang.blaze3d.systems.RenderSystem.pollEvents(RenderSystem.java:201)
at com.mojang.blaze3d.systems.RenderSystem.flipFrame(RenderSystem.java:219)
at net.minecraft.client.util.Window.swapBuffers(Window.java:288)
at net.minecraft.client.MinecraftClient.render(MinecraftClient.java:1241)
at net.minecraft.client.MinecraftClient.run(MinecraftClient.java:802)
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 java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at com.modrinth.theseus.MinecraftLaunch.relaunch(MinecraftLaunch.java:63)
at com.modrinth.theseus.MinecraftLaunch.main(MinecraftLaunch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Render thread
Stacktrace:
at java.base/jdk.internal.util.Preconditions.outOfBounds(Unknown Source)
at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Unknown Source)
at java.base/jdk.internal.util.Preconditions.checkIndex(Unknown Source)
at java.base/java.util.Objects.checkIndex(Unknown Source)
at java.base/java.util.ArrayList.get(Unknown Source)
at net.minecraft.util.collection.DefaultedList.get(DefaultedList.java:47)
at net.minecraft.screen.ScreenHandler.updateTrackedSlot(ScreenHandler.java:214)
at net.minecraft.screen.ScreenHandler.sendContentUpdates(ScreenHandler.java:176)
at knot//mezz.jei.common.util.ServerCommandUtil.mousePickupItemStack(ServerCommandUtil.java:153)
at knot//mezz.jei.gui.util.CommandUtil.giveStack(CommandUtil.java:44)
at knot//mezz.jei.gui.input.handlers.FocusInputHandler.lambda$handleGive$2(FocusInputHandler.java:119)
at java.base/java.util.stream.ReferencePipeline$11$1.accept(Unknown Source)
at java.base/java.util.stream.ReferencePipeline$2$1.accept(Unknown Source)
at java.base/java.util.stream.StreamSpliterators$WrappingSpliterator.tryAdvance(Unknown Source)
at java.base/java.util.stream.Streams$ConcatSpliterator.tryAdvance(Unknown Source)
at java.base/java.util.stream.ReferencePipeline$7$1.accept(Unknown Source)
at java.base/java.util.AbstractList$RandomAccessSpliterator.tryAdvance(Unknown Source)
at java.base/java.util.stream.ReferencePipeline.forEachWithCancel(Unknown Source)
at java.base/java.util.stream.AbstractPipeline.copyIntoWithCancel(Unknown Source)
at java.base/java.util.stream.AbstractPipeline.copyInto(Unknown Source)
at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source)
at java.base/java.util.stream.FindOps$FindOp.evaluateSequential(Unknown Source)
at java.base/java.util.stream.AbstractPipeline.evaluate(Unknown Source)
at java.base/java.util.stream.ReferencePipeline.findFirst(Unknown Source)
at knot//mezz.jei.gui.input.handlers.FocusInputHandler.handleGive(FocusInputHandler.java:125)
at knot//mezz.jei.gui.input.handlers.FocusInputHandler.handleUserInput(FocusInputHandler.java:60)
at knot//mezz.jei.gui.input.handlers.SameElementInputHandler.handleUserInput(SameElementInputHandler.java:25)
at knot//mezz.jei.gui.input.handlers.UserInputRouter.lambda$handleExecuteClick$2(UserInputRouter.java:93)
at java.base/java.util.Optional.flatMap(Unknown Source)
at knot//mezz.jei.gui.input.handlers.UserInputRouter.handleExecuteClick(UserInputRouter.java:93)
at knot//mezz.jei.gui.input.handlers.UserInputRouter.handleUserInput(UserInputRouter.java:37)
at knot//mezz.jei.gui.input.ClientInputHandler.onGuiMouseReleased(ClientInputHandler.java:102)
at knot//mezz.jei.fabric.startup.EventRegistration.lambda$allowMouseRelease$2(EventRegistration.java:74)
at java.base/java.util.Optional.map(Unknown Source)
at knot//mezz.jei.fabric.startup.EventRegistration.allowMouseRelease(EventRegistration.java:74)
at knot//net.fabricmc.fabric.impl.client.screen.ScreenEventFactory.lambda$createAllowMouseReleaseEvent$28(ScreenEventFactory.java:160)
at net.minecraft.client.Mouse.handler$flk000$fabric-screen-api-v1$beforeMouseReleasedEvent(Mouse.java:5595)
at net.minecraft.client.Mouse.method_1605(Mouse.java:100)
at net.minecraft.client.gui.screen.Screen.wrapScreenError(Screen.java:409)
at net.minecraft.client.Mouse.onMouseButton(Mouse.java:100)
at net.minecraft.client.Mouse.method_22686(Mouse.java:169)
at net.minecraft.util.thread.ThreadExecutor.execute(ThreadExecutor.java:102)
at net.minecraft.client.Mouse.method_22684(Mouse.java:169)
at knot//org.lwjgl.glfw.GLFWMouseButtonCallback$Container.invoke(GLFWMouseButtonCallback.java:81)
at knot//com.moulberry.axiom.editor.CustomImGuiImplGlfw.mouseButtonCallback(CustomImGuiImplGlfw.java:222)
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.glfwPollEvents(GLFW.java:3403)
at com.mojang.blaze3d.systems.RenderSystem.pollEvents(RenderSystem.java:201)
at com.mojang.blaze3d.systems.RenderSystem.flipFrame(RenderSystem.java:219)
-- Affected screen --
Details:
Screen name: net.minecraft.class_481
Stacktrace:
at net.minecraft.client.gui.screen.Screen.wrapScreenError(Screen.java:409)
at net.minecraft.client.Mouse.onMouseButton(Mouse.java:100)
at net.minecraft.client.Mouse.method_22686(Mouse.java:169)
at net.minecraft.util.thread.ThreadExecutor.execute(ThreadExecutor.java:102)
at net.minecraft.client.Mouse.method_22684(Mouse.java:169)
at knot//org.lwjgl.glfw.GLFWMouseButtonCallback$Container.invoke(GLFWMouseButtonCallback.java:81)
at knot//com.moulberry.axiom.editor.CustomImGuiImplGlfw.mouseButtonCallback(CustomImGuiImplGlfw.java:222)
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.glfwPollEvents(GLFW.java:3403)
at com.mojang.blaze3d.systems.RenderSystem.pollEvents(RenderSystem.java:201)
at com.mojang.blaze3d.systems.RenderSystem.flipFrame(RenderSystem.java:219)
at net.minecraft.client.util.Window.swapBuffers(Window.java:288)
at net.minecraft.client.MinecraftClient.render(MinecraftClient.java:1241)
at net.minecraft.client.MinecraftClient.run(MinecraftClient.java:802)
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 java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at com.modrinth.theseus.MinecraftLaunch.relaunch(MinecraftLaunch.java:63)
at com.modrinth.theseus.MinecraftLaunch.main(MinecraftLaunch.java:28)
-- Affected level --
Details:
All players: 3 total; [class_746['{MINECRAFT_USERNAME}'/58374, l='ClientLevel', x=1553.01, y=162.00, z=-4920.50], class_745['NutellaBrain'/378, l='ClientLevel', x=1555.77, y=161.83, z=-4917.40], class_745['Ne0Knight'/3506, l='ClientLevel', x=1556.29, y=162.00, z=-4919.97]]
Chunk stats: 5041, 4285
Level dimension: minecraft:overworld
Level spawn location: World: (50,130,39), Section: (at 2,2,7 in 3,8,2; chunk contains blocks 48,-64,32 to 63,319,47), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,-64,0 to 511,319,511)
Level time: 68252458 game time, 68576568 day time
Server brand: fabric + kilt
Server type: Non-integrated multiplayer server
Stacktrace:
at net.minecraft.client.world.ClientWorld.addDetailsToCrashReport(ClientWorld.java:458)
at net.minecraft.client.MinecraftClient.addDetailsToCrashReport(MinecraftClient.java:2406)
at net.minecraft.client.MinecraftClient.run(MinecraftClient.java:821)
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 java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at com.modrinth.theseus.MinecraftLaunch.relaunch(MinecraftLaunch.java:63)
at com.modrinth.theseus.MinecraftLaunch.main(MinecraftLaunch.java:28)
-- Last reload --
Details:
Reload number: 1
Reload reason: initial
Finished: Yes
Packs: vanilla, fabric, scholar:colored_books, scholar:chiseled_bookshelf_colored_books, Moonlight Mods Dynamic Assets, file/Black Invisible Borders, accessorify:1_20_1/rp
-- System Details --
Details:
Minecraft Version: 1.20.1
Minecraft Version ID: 1.20.1
Operating System: Windows 11 (amd64) version 10.0
Java Version: 17.0.9, Azul Systems, Inc.
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Azul Systems, Inc.
Memory: 3059505696 bytes (2917 MiB) / 8891924480 bytes (8480 MiB) up to 16777216000 bytes (16000 MiB)
CPUs: 28
Processor Vendor: GenuineIntel
Processor Name: Intel(R) Core(TM) i7-14700K
Identifier: Intel64 Family 6 Model 183 Stepping 1
Microarchitecture: unknown
Frequency (GHz): 3.42
Number of physical packages: 1
Number of physical CPUs: 20
Number of logical CPUs: 28
Graphics card #0 name: Meta Virtual Monitor
Graphics card #0 vendor: Meta Inc.
Graphics card #0 VRAM (MB): 0.00
Graphics card #0 deviceId: unknown
Graphics card #0 versionInfo: DriverVersion=**.**.**.**
Graphics card #1 name: Intel(R) UHD Graphics 770
Graphics card #1 vendor: Intel Corporation (0x8086)
Graphics card #1 VRAM (MB): 2048.00
Graphics card #1 deviceId: 0xa780
Graphics card #1 versionInfo: DriverVersion=32.0.101.7082
Graphics card #2 name: NVIDIA GeForce RTX 5070
Graphics card #2 vendor: NVIDIA (0x10de)
Graphics card #2 VRAM (MB): 4095.00
Graphics card #2 deviceId: 0x2f04
Graphics card #2 versionInfo: DriverVersion=32.0.15.9174
Memory slot #0 capacity (MB): 32768.00
Memory slot #0 clockSpeed (GHz): 6.40
Memory slot #0 type: Unknown
Memory slot #1 capacity (MB): 32768.00
Memory slot #1 clockSpeed (GHz): 6.40
Memory slot #1 type: Unknown
Virtual memory max (MB): 71710.58
Virtual memory used (MB): 38368.64
Swap memory total (MB): 6400.00
Swap memory used (MB): 409.21
JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx16000M
Fabric Mods:
accessories: Accessories 1.0.0-beta.48+1.20.1
io_wispforest_endec: endec 0.1.8
io_wispforest_endec_gson: gson 0.1.5
io_wispforest_endec_netty: netty 0.1.4
accessorify: Accessorify 2.4.0-beta.5
com_moulberry_mixinconstraints: mixinconstraints 1.1.0
ad_astra: Ad Astra 1.15.20
javazoom_jlayer: jlayer 1.0.1
advanced-xray-fabric: Advanced XRay (Fabric) 1.20.1-1.6.0-build.17
amarite: Amarite 1.0.8
reach-entity-attributes: Reach Entity Attributes 2.4.0
amarite_extra_blocks: Extra Amarite Blocks 1.0.0
amaritemayhem: Amarite Mayhem 1.0.2
amendments: Amendments 1.20-2.2.5
appleskin: AppleSkin 2.5.2+mc1.20.1
arcanuscontinuum: Arcanus 0.112.9
datasync_minecraft: DataSync-Minecraft 0.9.0
architectury: Architectury 9.2.14
arsenal: Arsenal 0.1.5-1.20.1
athena: Athena 3.1.2
audioplayer: AudioPlayer 1.20.1-1.13.2
admiral: Admiral 0.4.5+1.20.1
axiom: Axiom 5.2.1
com_moulberry_axiomclientapi: axiomclientapi 1.0.41
lattice: Lattice 1.3.0
azurelib: AzureLib 3.1.3
bakery: [Let's Do] Bakery 2.0.6
bc_bewitchment_compat: Better Combat Bewitchment Compatibility 1
beebuddy: Bee Buddies 2.2.1+1.20.1
mm_shedaniel: Manningham Mills (shedaniel's fork) 2.4.1
bettercaves: YUNG's Better Caves 1.20.1-Fabric-2.0.5
org_reflections_reflections: reflections 0.10.2
bettercombat: Better Combat 1.9.0+1.20.1
betteroceanmonuments: YUNG's Better Ocean Monuments 1.20-Fabric-3.0.4
betterstrongholds: YUNG's Better Strongholds 1.20-Fabric-4.0.3
bewitchment: Bewitchment 1.20-10
playerabilitylib: Pal 1.8.0
step-height-entity-attribute: Step Height Entity Attribute 1.2.0
terraform-wood-api-v1: Terraform Wood API (v1) 7.0.3
blast: BLAST 1.13
common-protection-api: Common Protection API 1.0.0
bookshelf: Bookshelf 20.2.13
botarium: Botarium 2.3.4
team_reborn_energy: Energy 3.0.0
brewery: [Let's Do] Brewery 2.0.6
candlelight: [Let's Do] Candlelight 2.0.5
cardinal-components: Cardinal Components API 5.2.3
cardinal-components-base: Cardinal Components API (base) 5.2.3
cardinal-components-block: Cardinal Components API (blocks) 5.2.3
cardinal-components-chunk: Cardinal Components API (chunks) 5.2.3
cardinal-components-entity: Cardinal Components API (entities) 5.2.3
cardinal-components-item: Cardinal Components API (items) 5.2.3
cardinal-components-level: Cardinal Components API (world saves) 5.2.3
cardinal-components-scoreboard: Cardinal Components API (scoreboard) 5.2.3
cardinal-components-world: Cardinal Components API (worlds) 5.2.3
carpet: Carpet Mod 1.4.112+v230608
chalk: Chalk 2.2.4
com_github_mclegoman_releasetypeutils: releasetypeutils 2.1.0
fabric-simplelibs: Simple Fabric Libs 2.0.0
chalk-colorful-addon: Chalk: Colorful-Addon 2.1.1+1.19.3
chipped: Chipped 3.0.7
cicada: CICADA 0.14.3+1.20.1
org_yaml_snakeyaml: snakeyaml 2.2
clarity: Clarity 5.0.0+mc1.20
cloth-config: Cloth Config v11 11.1.136
cloth-basic-math: cloth-basic-math 0.6.1
collective: Collective 8.13
collectively: Collectively 1.0.1
comforts: Comforts 6.4.0+1.20.1
commonnetworking: Common Network 1.0.5-1.20.1
contentcontent: EightSidedSquare's Content Mod 1.3.7
continents: Continents 1.1.12
contractor: Contractor 3.0.0
controlling: Controlling For Fabric 12.0.2
copycats: Create: Copycats+ 2.2.2+mc.1.20.1-fabric
create: Create 0.5.1-j-build.1631+mc1.20.1
com_google_code_findbugs_jsr305: jsr305 3.0.2
flywheel: Flywheel 0.6.11-4
milk: Milk Lib 1.2.60
dripstone_fluid_lib: Dripstone Fluid Lib 3.0.2
porting_lib_tags: Porting Lib Tags 3.0
registrate-fabric: Registrate for Fabric 1.3.79-MC1.20.1
createaddition: Create Crafts & Additions 1.2.6
createbb: Create: Broken Bad 3.1.2
createframed: Create: Framed 1.5.8+1.20.1
crittersandcompanions: Critters and Companions 1.20.1-2.3.5
crossbowenchants: Crossbow Enchants 1.4.0+1.20-1.20.4
com_electronwill_night-config_core: core 3.8.1
com_electronwill_night-config_toml: toml 3.8.1
defile: Defile 1.0.2-1.20.1
do_a_barrel_roll: Do a Barrel Roll 3.6.1+1.20.1
dynamic_fps: Dynamic FPS 3.11.3
net_lostluma_battery: battery 2.0.0
effective: Effective 2.3.2-1.20.1
elytraslot: Elytra Slot 6.4.4+1.20.1
enchancement: Enchancement 1.20-26
entity_model_features: Entity Model Features 3.0.10
entity_texture_features: Entity Texture Features 7.0.8
entityculling: EntityCulling 1.9.5
transition: TRansition 1.0.11
trender: TRender 1.0.10
escalated: Create: Escalated 1.1.0+create.0.5.1.j-mc.1.20.1-fabric
estrogen: Create: Estrogen 4.3.4+1.20.1-fabric
baubly: Baubly 1.0.1
com_teamresourceful_resourceful-cosmetics-4j: resourceful-cosmetics-4j 1.0.4
critter_lib: Critter Library 0.1-beta.14
jukeboxfix: Jukeboxfix 1.0.1
exposure: Exposure 1.7.16
fabric-api: Fabric API 0.92.7+1.20.1
fabric-api-base: Fabric API Base 0.4.32+1802ada577
fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.37+1802ada577
fabric-biome-api-v1: Fabric Biome API (v1) 13.0.15+93aa238b77
fabric-block-api-v1: Fabric Block API (v1) 1.0.12+1802ada577
fabric-block-view-api-v2: Fabric BlockView API (v2) 1.0.3+924f046a77
fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.42+1802ada577
fabric-client-tags-api-v1: Fabric Client Tags 1.1.3+1802ada577
fabric-command-api-v1: Fabric Command API (v1) 1.2.35+f71b366f77
fabric-command-api-v2: Fabric Command API (v2) 2.2.14+1802ada577
fabric-commands-v0: Fabric Commands (v0) 0.2.52+df3654b377
fabric-containers-v0: Fabric Containers (v0) 0.1.67+df3654b377
fabric-content-registries-v0: Fabric Content Registries (v0) 4.0.13+1802ada577
fabric-convention-tags-v1: Fabric Convention Tags 1.5.6+1802ada577
fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.20+1802ada577
fabric-data-attachment-api-v1: Fabric Data Attachment API (v1) 1.0.2+de0fd6d177
fabric-data-generation-api-v1: Fabric Data Generation API (v1) 12.3.7+1802ada577
fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.55+1802ada577
fabric-entity-events-v1: Fabric Entity Events (v1) 1.6.1+1c78457f77
fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.6.5+13a40c6677
fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.64+df3654b377
fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.41+1802ada577
fabric-item-api-v1: Fabric Item API (v1) 2.1.29+1802ada577
fabric-item-group-api-v1: Fabric Item Group API (v1) 4.0.14+1802ada577
fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.38+1802ada577
fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.36+df3654b377
fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.2.23+1802ada577
fabric-loot-api-v2: Fabric Loot API (v2) 1.2.3+1802ada577
fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.1.47+9e7660c677
fabric-message-api-v1: Fabric Message API (v1) 5.1.10+1802ada577
fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.52+1802ada577
fabric-model-loading-api-v1: Fabric Model Loading API (v1) 1.0.4+1802ada577
fabric-models-v0: Fabric Models (v0) 0.4.3+9386d8a777
fabric-networking-api-v1: Fabric Networking API (v1) 1.3.14+a158aa0477
fabric-networking-v0: Fabric Networking (v0) 0.3.54+df3654b377
fabric-object-builder-api-v1: Fabric Object Builder API (v1) 11.1.5+e35120df77
fabric-particles-v1: Fabric Particles (v1) 1.1.3+1802ada577
fabric-recipe-api-v1: Fabric Recipe API (v1) 1.0.24+1802ada577
fabric-registry-sync-v0: Fabric Registry Sync (v0) 2.3.6+1802ada577
fabric-renderer-api-v1: Fabric Renderer API (v1) 3.2.2+1802ada577
fabric-renderer-indigo: Fabric Renderer - Indigo 1.5.3+85287f9f77
fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.47+df3654b377
fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.39+92a0d36777
fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.0.29+1802ada577
fabric-rendering-v0: Fabric Rendering (v0) 1.1.50+df3654b377
fabric-rendering-v1: Fabric Rendering (v1) 3.0.9+1802ada577
fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.3.9+1802ada577
fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.11.12+fb82e9d777
fabric-screen-api-v1: Fabric Screen API (v1) 2.0.9+1802ada577
fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.33+1802ada577
fabric-sound-api-v1: Fabric Sound API (v1) 1.0.14+1802ada577
fabric-transfer-api-v1: Fabric Transfer API (v1) 3.3.6+8dd72ea377
fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 4.3.2+1802ada577
fabric-language-kotlin: Fabric Language Kotlin 1.13.8+kotlin.2.3.0
org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 2.3.0
org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 2.3.0
org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 2.3.0
org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 2.3.0
org_jetbrains_kotlinx_atomicfu-jvm: atomicfu-jvm 0.29.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.9.0
org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.9.0
org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.9.0
fabricloader: Fabric Loader 0.18.4
mixinextras: MixinExtras 0.5.0
factory_api: Factory API 2.2.7
farm_and_charm: [Let's Do] Farm & Charm 1.0.14
farmersdelight: Farmer's Delight 1.20.1-2.4.1+refabricated
mm: Manningham Mills 2.3
ferritecore: FerriteCore 6.0.1
figura: Figura 0.1.5+1.20.1
com_github_figuramc_luaj_luaj-core: luaj-core 3.0.8-figura
com_github_figuramc_luaj_luaj-jse: luaj-jse 3.0.8-figura
com_neovisionaries_nv-websocket-client: nv-websocket-client 2.14
figurav5addon: FiguraV5Addon 1.2.0+split1
fireworkfrenzy: Firework Frenzy 1.15.0
fishingcrates: Fishing Crates 1.0-1.20.1
fishofthieves: Fish of Thieves 3.2.3
forgeconfigapiport: Forge Config API Port 8.0.3
fzzy_config: Fzzy Config 0.7.5+1.20.1
blue_endless_jankson: jankson 1.2.3
fabric-permissions-api-v0: fabric-permissions-api 0.3.1
net_peanuuutz_tomlkt_tomlkt-jvm: tomlkt-jvm 0.3.7
geckolib: GeckoLib 4 4.8.2
com_eliotlash_mclib_mclib: mclib 20
grindering: Grindering 1.1.1
mialib: Mialib 1.0.93+1.20.1
handcrafted: Handcrafted 3.0.6
held-item-info: Held Item Info 1.5.0
herbalbrews: [Let's Do] HerbalBrews 1.0.12
immediatelyfast: ImmediatelyFast 1.5.3+1.20.4
immersive_aircraft: Immersive Aircraft 1.4.0+1.20.1
org_mariuszgromada_math_mathparser_org-mxparser: MathParser.org-mXparser 5.2.1
immersive_melodies: Immersive Melodies 0.6.0+1.20.1
immersive_paintings: Immersive Paintings 0.6.8+1.20.1
impaled: Impaled 1.1.5
impersonate: Impersonate 2.10.3
in_ink_we_rise: In Ink we Rise 1.0.4
indium: Indium 1.0.36+mc1.20.1
infinite_banner_stack: Infinite Banner Stack 1.1.0
infinitetrading: Infinite Trading 4.6
invisibleframes: Invisible Frames 1.1.0
invmove: InvMove 0.9.3
invview: InvView 1.4.12-1.20+
sgui: sgui 1.2.2+1.20
iris: Iris 1.7.6+mc1.20.1
io_github_douira_glsl-transformer: glsl-transformer 2.0.1
org_anarres_jcpp: jcpp 1.4.14
org_antlr_antlr4-runtime: antlr4-runtime 4.13.1
jade: Jade 11.13.1+fabric
java: OpenJDK 64-Bit Server VM 17
jei: Just Enough Items **.**.**.**
jeresources: Just Enough Resources **.**.**.**
kilt: Kilt 20.1.13
asmfabricloader: AsmFabricLoader 1.3.2-SNAPSHOT
net_lenni0451_classtransform_core: core 1.14.1
net_lenni0451_reflect: Reflect 1.5.0
com_github_fabriccompatibilitylayers_cursedmixinextensions: CursedMixinExtensions 1.1.0
commons-codec_commons-codec: commons-codec 1.15
cpw_mods_securejarhandler: securejarhandler fabric-2.1.6
kilt_create_compat: Kilt: Create Fabric Compat 1.0.0
kilt_curios_trinkets_compat: Kilt: Curios & Trinkets Compat 1.0.0
kilt_fabric_compat: Kilt: Fabric Mods Compat 1.0.0
kilt_forge_compat: Kilt: Forge Mods Compat 1.0.0
kilt_forge_config: Kilt: Forge Config API 8.1.0
kilt_transfer_compat: Kilt: Transfer API Compat 1.0.0
knit-loader: Knit Loader 0.1.0
mixinsquared: MixinSquared 0.3.3
net_fabricmc_tiny-mappings-parser: tiny-mappings-parser 0.3.0+build.17
net_fabricmc_tiny-remapper: tiny-remapper 0.11.1
net_jodah_typetools: typetools 0.8.3
net_minecraftforge_forgespi: forgespi 7.1.3
net_minecraftforge_mergetool-api: mergetool-api 1.0
net_minecraftforge_unsafe: unsafe 0.2.0
net_minecrell_terminalconsoleappender: terminalconsoleappender 1.3.0
org_apache_maven_maven-artifact: maven-artifact 3.8.5
org_jline_jline-reader: jline-reader 3.12.1
org_openjdk_nashorn_nashorn-core: nashorn-core 15.4
xyz_bluspring_autorenamingtool: AutoRenamingTool 0.1.52
xyz_bluspring_eventbus: eventbus 6.2.17
xyz_bluspring_srgutils: srgutils 0.5.15
lithium: Lithium 0.11.4
lithostitched: Lithostitched 1.4.11
lodestone: Lodestone 1.20.1-1.6.2.3f-fabric
lootr: Lootr **.**.**.**
mason: Mason's Decor 1.1.3
mcpitanlib: MCPitanLib 3.4.3-1.20.1-fabric
mcqoy: Barebones McQoy 0.4.1+fabric-1.20
folk_sisby_kaleido-config: kaleido-config 0.3.3+1.3.2
memoryleakfix: Memory Leak Fix 1.1.5
midnightlib: MidnightLib 1.9.2
minecraft: Minecraft 1.20.1
modmenu: Mod Menu 7.2.2
moonlight: Moonlight 1.20-2.16.14
mousetweaks: Mouse Tweaks 2.26
mr_amarite_sparkfix: Amarite Spark Fix 1.1
mr_amarite_xarsenaldp: Amarite X Arsenal Compat Data Pack 1-v1.0-1.20.1
mr_purpurpacks_silktouchbuddingamethyst: Silk Touch Budding Amethyst [PurpurPack] 1.3
mr_purpurpacks_silktouchreinforceddeepslate: Silk Touch Reinforced Deepslate [PurpurPack] 1.3
naturescompass: Nature's Compass 1.20.1-2.2.3-fabric
nbt_ac: NBT Autocomplete 1.3.10
nbtcopy: NBT Copy 1.0.4
nbteditor: NBT Editor 2.0.3
nbttooltip: NBT Tooltip 1.7.2
nbtvoid: NBT Void 1.1.4
nethervinery: [Let's Do] NetherVinery 1.2.19
nicknames: Real Nicknames 1.0-1.20.1
nochatreports: No Chat Reports 1.20.1-v2.2.2
nullscape: Nullscape 1.2.7
openmcskins: OpenMCSkins 2.0.0b4
owo: oωo 0.11.2+1.20
patchouli: Patchouli 1.20.1-84.1-FABRIC
fiber: fiber 0.23.0-2
pehkui: Pehkui 3.8.3+1.14.4-1.21
kanos_config: Kanos Config 0.4.1+1.14.4-1.19.4
personalplayer: Personal Disc Player 1.20.x-1.0.0
perspektive: perspektive 1.3.3
pickyourpoison: Pick Your Poison 1.1.1
planetsplus: Planets+ BV1.7.5
player-animator: Player Animator 1.0.2-rc1+1.20
plushie_nonsense: Plushie Nonsense 1.0.0
polymorph: Polymorph 0.49.10+1.20.1
spectrelib: SpectreLib 0.13.17+1.20.1
porting_lib: Porting Lib 2.3.15+1.20.1
porting_lib_accessors: Porting Lib Accessors 2.3.15+1.20.1
porting_lib_asm: Porting Lib ASM 2.3.15+1.20.1
porting_lib_attributes: Porting Lib Attributes 2.3.15+1.20.1
porting_lib_base: Porting Lib Base 2.3.15+1.20.1
porting_lib_blocks: Porting Lib Blocks 2.3.15+1.20.1
porting_lib_brewing: Porting Lib Brewing 2.3.15+1.20.1
porting_lib_chunk_loading: Porting Lib Chunk Loading 2.3.15+1.20.1
porting_lib_client_events: Porting Lib Client Events 2.3.15+1.20.1
porting_lib_common: Porting Lib Common 2.3.15+1.20.1
porting_lib_config: Porting Lib Config 2.3.15+1.20.1
porting_lib_core: Porting Lib Core 2.3.15+1.20.1
porting_lib_data: Porting Lib Data 2.3.15+1.20.1
porting_lib_entity: Porting Lib Entity 2.3.15+1.20.1
porting_lib_extensions: Porting Lib Extensions 2.3.15+1.20.1
porting_lib_fluids: Porting Lib Fluids 2.3.15+1.20.1
porting_lib_gametest: Porting Lib GameTest 2.3.15+1.20.1
porting_lib_gui_utils: Porting Lib Gui Utils 2.3.15+1.20.1
porting_lib_items: Porting Lib Items 2.3.15+1.20.1
porting_lib_lazy_registration: Porting Lib Lazy Register 2.3.15+1.20.1
porting_lib_level_events: Porting Lib Level Events 2.3.15+1.20.1
porting_lib_loot: Porting Lib Loot 2.3.15+1.20.1
porting_lib_mixin_extensions: Porting Lib Mixin Extensions 2.3.15+1.20.1
porting_lib_model_builders: Porting Lib Model Builders 2.3.15+1.20.1
porting_lib_model_generators: Porting Lib Model Generators 2.3.15+1.20.1
porting_lib_model_loader: Porting Lib Model Loader 2.3.15+1.20.1
porting_lib_model_materials: Porting Lib Model Materials 2.3.15+1.20.1
porting_lib_models: Porting Lib Models 2.3.15+1.20.1
porting_lib_networking: Porting Lib Networking 2.3.15+1.20.1
porting_lib_obj_loader: Porting Lib Obj Loader 2.3.15+1.20.1
porting_lib_recipe_book_categories: Porting Lib Recipe Book Categories 2.3.15+1.20.1
porting_lib_registries: Porting Lib Registries 2.3.15+1.20.1
porting_lib_tool_actions: Porting Lib Tool Actions 2.3.15+1.20.1
porting_lib_transfer: Porting Lib Transfer 2.3.15+1.20.1
porting_lib_utility: Porting Lib Utility 2.3.15+1.20.1
puzzleslib: Puzzles Lib 8.1.33
puzzlesaccessapi: Puzzles Access Api 20.1.1
railways: Create: Steam 'n' Rails 1.6.9+fabric-mc1.20.1
ratatouille: Ratatouille 1.0.9-1.20.1
reciperemover: Recipe Remover 1.0.11
resourcefulconfig: Resourcefulconfig 2.1.3
resourcefullib: Resourceful Lib 2.1.29
com_teamresourceful_bytecodecs: bytecodecs 1.0.2
com_teamresourceful_yabn: yabn 1.0.3
resourcify: Resourcify 1.8.0
rhino: Rhino 2001.2.3-build.10
rrls: Remove Reloading Screen **.**.**.**+mc1.20.1-fabric
satin: Satin 1.14.0
scholar: Scholar **.**.**.**
screenshotclipboard: Screenshot to Clipboard 1.0.9
scrimblos: Scrimblos! 1.0.0
searchables: Searchables 1.0.3
shieldbannerfix: ShieldBannerFix 5.0.1
shulkerboxtooltip: Shulker Box Tooltip 4.0.4+1.20.1
simplymore: Simply More 1.1.3
simplyswords: Simply Swords 1.56.0-1.20.1
spruceui: SpruceUI 5.0.0+1.20
sit: Sit 1.20.1-27
sliceanddice: Create Slice & Dice 3.3.1
smallships: Small Ships 2.0.0-b1.4
sodium: Sodium 0.5.13+mc1.20.1
sophisticatedbackpacks: Sophisticated Backpacks 1.20.1-3.**.**.**.**
sophisticatedcore: Sophisticated Core 1.20.1-1.**.**.**.**
sophisticatedstorage: Sophisticated Storage 1.20.1-1.**.**.**.**
noindium: No Indium? 1.1.0+1.20
soulbound: Soulbound 3.1.0
soundsbegone: SoundsBeGone 1.2.5
com_posthog_java_posthog: posthog 1.1.0
sparkweave: Sparkweave Engine 0.8.8
net_harawata_appdirs: appdirs 1.2.1
status: Status 1.20.1-1.0.8
storagedrawers: Storage Drawers 12.14.3
strawstatues: Straw Statues 8.0.3
puzzlesapi: Puzzles Api 8.1.4
supplementaries: Supplementaries 1.20-3.1.42
tectonic: Tectonic 3.0.17
templates: Templates 2 2.3.2+1.20.1
terrablender: TerraBlender **.**.**.**
threadtweak: ThreadTweak 1.20.2-0.1.1
toadlib: ToadLib **.**.**.**
tooltipfix: ToolTip Fix 1.1.1-1.20
transmog: Transmog 1.3.0+1.20
trinkets: Trinkets 3.7.2
uncraftingtable76: Uncrafting Table 1.5.4
undefile: Undefile 0.3.0
vinery: [Let's Do] Vinery 1.4.41
voicechat: Simple Voice Chat 1.20.1-2.6.11
voicechat_api: Simple Voice Chat API 2.6.0
windchimes: Windchimes 1.2.4+1.20
worldedit: WorldEdit 7.2.15+6463-5ca4dff
yet_another_config_lib_v3: YetAnotherConfigLib 3.6.6+1.20.1-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
yigd: You're in Grave Danger 2.0.16
libgui: LibGui 8.1.1+1.20.1
jankson: Jankson 6.0.0+j1.2.3
libninepatch: LibNinePatch 1.2.0
yungsapi: YUNG's API 1.20-Fabric-4.0.6
org_javassist_javassist: javassist 3.29.2-GA
zoomify: Zoomify 2.15.1+1.20.1
com_akuleshov7_ktoml-core-jvm: ktoml-core-jvm 0.7.1
Loaded Shaderpack: (off)
Flywheel Backend: GL33 Instanced Arrays
Launched Version: 1.20.1
Backend library: LWJGL version 3.3.1 SNAPSHOT
Backend API: NVIDIA GeForce RTX 5070/PCIe/SSE2 GL version 3.2.0 NVIDIA 591.74, NVIDIA Corporation
Window size: 2560x1369
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, fabric, scholar:colored_books, scholar:chiseled_bookshelf_colored_books, Moonlight Mods Dynamic Assets, file/Black Invisible Borders, accessorify:1_20_1/rp
Current Language: en_us
CPU: 28x Intel(R) Core(TM) i7-14700K
Crash Report UUID: d439a8db-55f6-4144-a745-cf37d2df0152
FML: 47
Forge: net.minecraftforge:47.4.5