Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Crashes on world creation when loading with Fabric API 0.116.2 #24

@rocamocha

Description

@rocamocha

What happened?

I updated some things and it started crashing on creation, Fabric API downgrade solved the issue.

WorldWeaver

21.0.13

Fabric API

0.116.2

Fabric Loader

0.16.4

Minecraft

1.21

Relevant log output

---- Minecraft Crash Report ----
// You should try our sister game, Minceraft!

Time: 2025-06-16 00:37:54
Description: mouseClicked event handler

java.lang.NullPointerException: Cannot invoke "net.minecraft.class_5321.method_29177()" because "original" is null
	at knot//net.minecraft.class_2370.localvar$ela000$fabric-registry-sync-v0$aliasRegistryKeyParameter(class_2370.java:2007)
	at knot//net.minecraft.class_2370.method_29107(class_2370.java)
	at knot//org.betterx.wover.generator.api.biomesource.WoverBiomeData.getParentData(WoverBiomeData.java:261)
	at knot//org.betterx.wover.generator.api.biomesource.WoverBiomePicker$PickableBiome.<init>(WoverBiomePicker.java:166)
	at knot//org.betterx.wover.generator.api.biomesource.WoverBiomePicker.create(WoverBiomePicker.java:86)
	at knot//org.betterx.wover.generator.api.biomesource.WoverBiomePicker.addBiome(WoverBiomePicker.java:91)
	at knot//org.betterx.wover.generator.api.biomesource.WoverBiomeSource.addToPicker(WoverBiomeSource.java:139)
	at knot//org.betterx.wover.generator.impl.biomesource.WoverBiomeSourceImpl.lambda$populateBiomePickers$8(WoverBiomeSourceImpl.java:92)
	at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
	at java.base/java.util.stream.SortedOps$RefSortingSink.end(SortedOps.java:395)
	at java.base/java.util.stream.Sink$ChainedReference.end(Sink.java:261)
	at java.base/java.util.stream.Sink$ChainedReference.end(Sink.java:261)
	at java.base/java.util.stream.Sink$ChainedReference.end(Sink.java:261)
	at java.base/java.util.stream.Sink$ChainedReference.end(Sink.java:261)
	at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:510)
	at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
	at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)
	at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)
	at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
	at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596)
	at knot//org.betterx.wover.generator.impl.biomesource.WoverBiomeSourceImpl.populateBiomePickers(WoverBiomeSourceImpl.java:84)
	at knot//org.betterx.wover.generator.api.biomesource.WoverBiomeSource.rebuildBiomes(WoverBiomeSource.java:150)
	at knot//org.betterx.wover.generator.api.biomesource.WoverBiomeSource.reloadBiomes(WoverBiomeSource.java:164)
	at knot//org.betterx.wover.generator.api.biomesource.WoverBiomeSource.reloadBiomes(WoverBiomeSource.java:170)
	at knot//org.betterx.wover.generator.impl.chunkgenerator.BiomeRepairHelper.repairBiomeSourceInAllDimensions(BiomeRepairHelper.java:90)
	at knot//org.betterx.wover.generator.impl.chunkgenerator.WoverChunkGeneratorImpl.repairBiomeSourceInAllDimensions(WoverChunkGeneratorImpl.java:85)
	at knot//org.betterx.wover.events.impl.types.ChainedEventImpl.process(ChainedEventImpl.java:15)
	at knot//net.minecraft.class_6904.localvar$mdl000$wover-events$wover_createWorldStem(class_6904.java:1518)
	at knot//net.minecraft.class_6904.<init>(class_6904.java:7)
	at knot//net.minecraft.class_7196.method_41889(class_7196.java:132)
	at knot//net.minecraft.class_525.method_41847(class_525.java:444)
	at knot//net.minecraft.class_525.method_45683(class_525.java:426)
	at knot//net.minecraft.class_7196.handler$lfd000$terrablender$skipConfirmation(class_7196.java:3535)
	at knot//net.minecraft.class_7196.method_41892(class_7196.java)
	at knot//net.minecraft.class_525.method_2736(class_525.java:426)
	at knot//net.minecraft.class_525.method_19922(class_525.java:375)
	at knot//net.minecraft.class_4185.method_25306(class_4185.java:96)
	at knot//net.minecraft.class_4264.method_25348(class_4264.java:48)
	at knot//net.minecraft.class_339.method_25402(class_339.java:141)
	at knot//net.minecraft.class_4069.method_25402(class_4069.java:38)
	at knot//net.minecraft.class_312.method_1611(class_312.java:107)
	at knot//net.minecraft.class_437.method_25412(class_437.java:431)
	at knot//net.minecraft.class_312.method_1601(class_312.java:107)
	at knot//net.minecraft.class_312.method_22686(class_312.java:196)
	at knot//net.minecraft.class_1255.execute(class_1255.java:108)
	at knot//net.minecraft.class_312.method_22684(class_312.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 knot//com.mojang.blaze3d.systems.RenderSystem.limitDisplayFPS(RenderSystem.java:184)
	at knot//net.minecraft.class_310.method_1523(class_310.java:1310)
	at knot//net.minecraft.class_310.method_1514(class_310.java:882)
	at knot//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 knot//net.minecraft.class_2370.localvar$ela000$fabric-registry-sync-v0$aliasRegistryKeyParameter(class_2370.java:2007)
	at knot//net.minecraft.class_2370.method_29107(class_2370.java)
	at knot//org.betterx.wover.generator.api.biomesource.WoverBiomeData.getParentData(WoverBiomeData.java:261)
	at knot//org.betterx.wover.generator.api.biomesource.WoverBiomePicker$PickableBiome.<init>(WoverBiomePicker.java:166)
	at knot//org.betterx.wover.generator.api.biomesource.WoverBiomePicker.create(WoverBiomePicker.java:86)
	at knot//org.betterx.wover.generator.api.biomesource.WoverBiomePicker.addBiome(WoverBiomePicker.java:91)
	at knot//org.betterx.wover.generator.api.biomesource.WoverBiomeSource.addToPicker(WoverBiomeSource.java:139)
	at knot//org.betterx.wover.generator.impl.biomesource.WoverBiomeSourceImpl.lambda$populateBiomePickers$8(WoverBiomeSourceImpl.java:92)
	at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
	at java.base/java.util.stream.SortedOps$RefSortingSink.end(SortedOps.java:395)
	at java.base/java.util.stream.Sink$ChainedReference.end(Sink.java:261)
	at java.base/java.util.stream.Sink$ChainedReference.end(Sink.java:261)
	at java.base/java.util.stream.Sink$ChainedReference.end(Sink.java:261)
	at java.base/java.util.stream.Sink$ChainedReference.end(Sink.java:261)
	at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:510)
	at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
	at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)
	at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)
	at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
	at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596)
	at knot//org.betterx.wover.generator.impl.biomesource.WoverBiomeSourceImpl.populateBiomePickers(WoverBiomeSourceImpl.java:84)
	at knot//org.betterx.wover.generator.api.biomesource.WoverBiomeSource.rebuildBiomes(WoverBiomeSource.java:150)
	at knot//org.betterx.wover.generator.api.biomesource.WoverBiomeSource.reloadBiomes(WoverBiomeSource.java:164)
	at knot//org.betterx.wover.generator.api.biomesource.WoverBiomeSource.reloadBiomes(WoverBiomeSource.java:170)
	at knot//org.betterx.wover.generator.impl.chunkgenerator.BiomeRepairHelper.repairBiomeSourceInAllDimensions(BiomeRepairHelper.java:90)
	at knot//org.betterx.wover.generator.impl.chunkgenerator.WoverChunkGeneratorImpl.repairBiomeSourceInAllDimensions(WoverChunkGeneratorImpl.java:85)
	at knot//org.betterx.wover.events.impl.types.ChainedEventImpl.process(ChainedEventImpl.java:15)
	at knot//net.minecraft.class_6904.localvar$mdl000$wover-events$wover_createWorldStem(class_6904.java:1518)
	at knot//net.minecraft.class_6904.<init>(class_6904.java:7)
	at knot//net.minecraft.class_7196.method_41889(class_7196.java:132)
	at knot//net.minecraft.class_525.method_41847(class_525.java:444)
	at knot//net.minecraft.class_525.method_45683(class_525.java:426)
	at knot//net.minecraft.class_7196.handler$lfd000$terrablender$skipConfirmation(class_7196.java:3535)
	at knot//net.minecraft.class_7196.method_41892(class_7196.java)
	at knot//net.minecraft.class_525.method_2736(class_525.java:426)
	at knot//net.minecraft.class_525.method_19922(class_525.java:375)
	at knot//net.minecraft.class_4185.method_25306(class_4185.java:96)
	at knot//net.minecraft.class_4264.method_25348(class_4264.java:48)
	at knot//net.minecraft.class_339.method_25402(class_339.java:141)
	at knot//net.minecraft.class_4069.method_25402(class_4069.java:38)
	at knot//net.minecraft.class_312.method_1611(class_312.java:107)
	at knot//net.minecraft.class_437.method_25412(class_437.java:431)
	at knot//net.minecraft.class_312.method_1601(class_312.java:107)
	at knot//net.minecraft.class_312.method_22686(class_312.java:196)
	at knot//net.minecraft.class_1255.execute(class_1255.java:108)
	at knot//net.minecraft.class_312.method_22684(class_312.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_525
Stacktrace:
	at knot//net.minecraft.class_437.method_25412(class_437.java:431)
	at knot//net.minecraft.class_312.method_1601(class_312.java:107)
	at knot//net.minecraft.class_312.method_22686(class_312.java:196)
	at knot//net.minecraft.class_1255.execute(class_1255.java:108)
	at knot//net.minecraft.class_312.method_22684(class_312.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 knot//com.mojang.blaze3d.systems.RenderSystem.limitDisplayFPS(RenderSystem.java:184)
	at knot//net.minecraft.class_310.method_1523(class_310.java:1310)
	at knot//net.minecraft.class_310.method_1514(class_310.java:882)
	at knot//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: 142.868s
	Wall uptime: 125.541s
	High-res time: 106.799s
	Client ticks: 1655 ticks / 82.750s
Stacktrace:
	at knot//net.minecraft.class_310.method_1587(class_310.java:2501)
	at knot//net.minecraft.class_310.method_54580(class_310.java:949)
	at knot//net.minecraft.class_310.method_1514(class_310.java:902)
	at knot//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, accessories, adventure-platform-fabric, aestheticframes, affinity, aggroindicator, almanac, amber, ambientsounds, amecsapi, antique_atlas, appleskin, archers, asyncparticles, automaticmemories, awesomedungeonocean, azurelib, backslot, backslotaddon, badoptimizations, balm, barklings, bclib, betteradvancements, betterarcheology, bettercombat, betterdeserttemples, betterend, betterf3, betterjungletemples, bettermineshafts, betternether, betteroceanmonuments, betterthirdperson, bettervillage, betterwitchhuts, betterworldloading, biomesoplenty, blur, boids, bookshelf, bosses_of_mass_destruction, bountifulfares, builders_inventory, bundleapi, cameraoverhaul, cardinal-components, cardinal-components-base, cardinal-components-block, cardinal-components-chunk, cardinal-components-entity, cardinal-components-item, cardinal-components-level, cardinal-components-scoreboard, cardinal-components-world, celestial, chalk, chalk-colorful-addon, chatmc, cherishedworlds, chestedcompanions, chipped, cicada, cliff_face, cloth-config, cloud, clutter, codextra, colorize, combat_roll, comforts, common_events, conditional-mixin, config_toolkit, connectedglass, container-tooltips, continuity, controlling, copperrails, cottages, cozyhome, craftingtweaks, craftpresence, creativecore, creeperoverhaul, cristellib, crossbow_scoping, crumbling_hearts, cullleaves, cursed-spawners, dawn-config, debugify, ding, disable_custom_worlds_advice, disenchanting_table, display_case, do_a_barrel_roll, doggytalents, draggable_lists, dropping_leaves, dungeons_arise, dungeons_arise_seven_seas, duradisplay, dynamiccrosshair, dynamiccrosshair-api, eldritch_mobs, elixirum, emi, emi_enchanting, emi_loot, emi_ores, emojitype, enchdesc, endrem, enhancedblockentities, enhancedtooltips, enhancedworkbenches, entity_model_features, entity_texture_features, entityculling, equipmentcompare, expcounter, expedition_essentials, explorerscompass, explosiveenhancement, exposure, exposure_polaroid, extended_drawers, extra_mod_integrations, extra_mod_integrations_chipped, extra_mod_integrations_core, extra_mod_integrations_rechiseled, extra_mod_integrations_tech_reborn, 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, fabricskyboxes, factory_blocks, fallingleaves, familiar_magic, farsighted-mobs, firorize, fishermens_trap, flash, flightassistant, forgeconfigapiport, fusion, fwaystones, fzzy_config, gachamachine, glassential, glow_ink_plus, glowingbanners, golden_foods, goop, graphlib, gravestones, guarding, handcrafted, hauntfurnace, ichunutil, immediatelyfast, immersive_aircraft, immersive_armors, immersive_machinery, immersivewind, infinity-cave, inventoryprofilesnext, invmove, iris, items_displayed, jade, jewelry, kiwi, konkrete, ksyxis, labels, laserbridges, lavender, lavender-md, leaf_beds, letmedespawn, libbamboo, libipn, libraryferret, libz, lilylib, linkart, lithium, livingthings, loadsupport, lolmcv, lolmcvbop, lootr, lunar, magicmirror, magistuarmory, malilib, map_atlases, mcwbiomesoplenty, mcwbridges, mcwdoors, mcwfences, mcwfurnitures, mcwholidays, mcwlights, mcwpaintings, mcwpaths, mcwroofs, mcwstairs, mcwtrpdoors, mcwwindows, mebahel-zombie-horde, midnightlib, minecraft-cursor, minetraps, mmv, modernfix, modmenu, moonlight, more_slabs_stairs_and_walls, moreculling, moremobs, mr_deadly_deadlydungeon, mr_dungeons_andtaverns, mr_fishingsim, mr_mini_bossesmobs, mr_neoenchant, mr_true_ending, mr_typewriter_daycounter, mru, mss, multibeds, mvs, nameless_trinkets, naturescompass, nears, nemos-better-mending, netherdepthsupgrade, niftycarts, noaispawneggs, owo, paladins, particular, passablefoliage, pearfection, phantomshapes, photography, pick_up_tnt, pickaxetrims, placeholder-api, playerabilitylib, playeranimator, pneumonocore, polymer-blocks, polymer-core, polymorph, portfolio, potioncauldron, potionstacking, pottery, rainglow, ranged_weapon_api, reactivemusic, rechiseled, reeses-sodium-options, regenerative_sleep, reinfbarrel, reinfcore, relics_rpgs, replaymod, resourcefulconfig, resourcify, rogues, rolling_down_in_the_deep, rottencreatures, rpg-hud, rpg_battle_gear, rpgdifficulty, rrc_horde_nights, rrls, runes, scholar, seamless_loading_screen, searchables, sereneseasons, shetiphiancore, shield_api, shulkerboxtooltip, signed_paintings, sketch, skinlayers3d, smallships, smoke_signals, sodium, sodium-extra, sodiumdynamiclights, sodiumextras, sodiumoptionsapi, sodiumoptionsmodcompat, sootychimneys, soulbound, soulcandles, sound_physics_remastered, spark, spawnanimations, spectrelib, spell_engine, spell_power, splinecart, spyglass_astronomy, starterkit, structure_layout_optimizer, structure_pool_api, structurify, superfastmath, supermartijn642corelib, surveyor, surveystones, swingthrough, tclayer, team_reborn_energy, terrablender, terraform-wood-api-v1, terrainslabs, tesseract, the_bumblezone, things, threadtweak, tidal, tintedcampfires, tipsmod, toastbegone, tooltipfix, toomanypaintings, torchtoss, travelersbackpack, travelerstitles, treechop, trickster, txnilib, universal_ores, variantsandventures, village_taverns, visibletraders, vshorses, waig, wakes, warfare_wings, wizards, worldinajar, worldmesher, worldplaytime, wover, wover-block, wover-core, wover-events, wover-generator, wover-preset, wover-surface, wover-ui, wunderlib, xp_storage, xp_storage_trinkets, yayconfig, yet_another_config_lib_v3, zombieawareness, moonlight:mods_dynamic_assets, worldinajar_rrp, scholar:colored_books, goop:everything_bleeds, goop:sensible_blood, goop:slime, file/§Grass+.zip, file/enchant icons 1.21 v1.3.zip, file/Simple Lower Grass Sides v1.1.0.zip, file/Simple Grass Flowers v1.9.5.zip, file/Os' Colorful Grasses (Mix).zip, file/NewGlowingOres-§6[Border]§r.zip, file/Nautilus3D-V2.2.zip, file/Low Shield.zip, file/EvenBetterEnchants_v2_r1.zip, file/Dramatic Skys Demo 1.5.3.33.zip, file/Better-Leaves-9.2.zip, file/§6Immersive§8_§6Interfaces§8.zip, file/-1.21.2 Fresh Moves v3.1 (With Animated Eyes).zip, file/FreshAnimations_v1.9.2.zip, bountifulfares:vanilla_item_override, file/Fancy Crops v1.1.zip, scholar:chiseled_bookshelf_colored_books, replaymod_lang, worldinajar_rrp

-- 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.7, Oracle Corporation
	Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode, sharing), Oracle Corporation
	Memory: 1539306888 bytes (1467 MiB) / 7105150976 bytes (6776 MiB) up to 17179869184 bytes (16384 MiB)
	CPUs: 22
	Processor Vendor: GenuineIntel
	Processor Name: Intel(R) Core(TM) Ultra 9 185H
	Identifier: Intel64 Family 6 Model 170 Stepping 4
	Microarchitecture: unknown
	Frequency (GHz): 3.07
	Number of physical packages: 1
	Number of physical CPUs: 16
	Number of logical CPUs: 22
	Graphics card #0 name: Intel(R) Arc(TM) Graphics
	Graphics card #0 vendor: Intel Corporation
	Graphics card #0 VRAM (MiB): 2048.00
	Graphics card #0 deviceId: VideoController1
	Graphics card #0 versionInfo: 32.0.101.6127
	Graphics card #1 name: NVIDIA GeForce RTX 3050 6GB Laptop GPU
	Graphics card #1 vendor: NVIDIA
	Graphics card #1 VRAM (MiB): 6144.00
	Graphics card #1 deviceId: VideoController2
	Graphics card #1 versionInfo: 32.0.15.7652
	Memory slot #0 capacity (MiB): 8192.00
	Memory slot #0 clockSpeed (GHz): 5.60
	Memory slot #0 type: Unknown
	Memory slot #1 capacity (MiB): 16384.00
	Memory slot #1 clockSpeed (GHz): 5.60
	Memory slot #1 type: Unknown
	Virtual memory max (MiB): 38269.04
	Virtual memory used (MiB): 23236.90
	Swap memory total (MiB): 14336.00
	Swap memory used (MiB): 62.26
	Space in storage for jna.tmpdir (MiB): available: 1060283.00, total: 1951526.38
	Space in storage for org.lwjgl.system.SharedLibraryExtractPath (MiB): available: 1060283.00, total: 1951526.38
	Space in storage for io.netty.native.workdir (MiB): available: 1060283.00, total: 1951526.38
	Space in storage for java.io.tmpdir (MiB): available: 1060283.00, total: 1951526.38
	Space in storage for workdir (MiB): available: 1060283.00, total: 1951526.38
	JVM Flags: 20 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx16384M -XX:+UseG1GC -XX:+ParallelRefProcEnabled -XX:MaxGCPauseMillis=200 -XX:+UnlockExperimentalVMOptions -XX:+DisableExplicitGC -XX:+AlwaysPreTouch -XX:G1NewSizePercent=30 -XX:G1MaxNewSizePercent=40 -XX:G1HeapRegionSize=8M -XX:G1ReservePercent=20 -XX:G1HeapWastePercent=5 -XX:G1MixedGCCountTarget=4 -XX:InitiatingHeapOccupancyPercent=15 -XX:G1MixedGCLiveThresholdPercent=90 -XX:G1RSetUpdatingPauseTimePercent=5 -XX:SurvivorRatio=32 -XX:+PerfDisableSharedMem -XX:MaxTenuringThreshold=1
	Fabric Mods: 
		accessories: Accessories 1.1.0-beta.43+1.21.1
		addonslib: AddonsLib 1.21.1-1.8
		aestheticframes: Aesthetic Frames 1.21.1_v.1.0.0
		affinity: Affinity 0.1.13+1.21.1
			playerabilitylib: Pal 1.10.0
			worldmesher: Worldmesher 0.4.7+1.21
		aggroindicator: Aggro Indicator 2.0.2
		almanac: Almanac 1.0.2
		amber: Amber 3.0.0+1.21.1
		ambientsounds: AmbientSounds 6.1.11
		antique_atlas: Antique Atlas 2.11.2+1.21
		anvianslib: Anvian's Lib 1.2
		appleskin: AppleSkin 3.0.6+mc1.21
		archers: Archers (RPG Series) 2.4.11+1.21.1
			com_github_zsoltmolnarrr_tinyconfig: TinyConfig 2.3.2
		architectury: Architectury 13.0.8
		armorful: Armorful 3.1.3+1.21
		asyncparticles: AsyncParticles 3.1.0-alpha.1
			mixinsquared: MixinSquared 0.3.3
		athena: Athena 4.0.1
		attributefix: AttributeFix 21.1.2
		automaticmemories: AutomaticMemories 1.1.0
		awesomedungeonocean: Awesome dungeon edition ocean 3.3.0
		azurelib: AzureLib 3.0.20
		azurelibarmor: AzureLib Armor 3.0.12
		backslot: BackSlot 1.2.16
			amecsapi: Amecs API 1.5.5+mc1.20.2
		backslotaddon: BackSlot Addon 1.1.2
		badoptimizations: BadOptimizations 2.2.2
		balm: Balm 21.0.46
			kuma_api: KumaAPI 21.0.5
		barklings: Barklings 1.21.1-2.0.0
		bclib: BCLib 21.0.13
		betteradvancements: Better Advancements 0.4.3.21
		betterarcheology: Better Archeology 1.3.2
		bettercombat: Better Combat 2.2.4+1.21.1
		betterdeserttemples: YUNG's Better Desert Temples 1.21.1-Fabric-4.1.5
		betterend: Better End 21.0.11
		betterf3: BetterF3 11.0.3
		betterjungletemples: YUNG's Better Jungle Temples 1.21.1-Fabric-3.1.2
		betterladdersmod: Better Ladders 0.0.3.1.21
		bettermineshafts: YUNG's Better Mineshafts 1.21.1-Fabric-5.1.1
		betternether: Better Nether 21.0.11
		betteroceanmonuments: YUNG's Better Ocean Monuments 1.21.1-Fabric-4.1.2
		betterthirdperson: Better Third Person 1.9.0
		bettervillage: Better village 3.3.1
		betterwitchhuts: YUNG's Better Witch Huts 1.21.1-Fabric-4.1.1
		betterworldloading: BetterWorldLoading 1.1
		biomesoplenty: BiomesOPlenty 21.1.0.12
		blockhighlight: Custom Block Highlight 2.5
		blur: Blur+ (Fabric) 5.0.0-hotfix.1
		boids: Boids 1.2.3
			blue_endless_jankson: jankson 1.2.3
		bookshelf: Bookshelf 21.1.64
		bosses_of_mass_destruction: Bosses of Mass Destruction (Beta) 1.10.2-1.21.1
			multipart_entities: MultipartEntities 1.7-1.21
		bottledair: Bottled Air 2.5
		bountifulfares: Bountiful Fares 2.0.5
			terraform-wood-api-v1: Terraform Wood API (v1) 11.0.0
		builders_inventory: Builder's Inventory 2.1.0
		bundleapi: Bundle API 1.0.4
		cameraoverhaul: CameraOverhaul 2.0.4-fabric+mc.1.21.0-1.21.2
			io_hotmoka_toml4j: toml4j 0.7.3
		cardinal-components: Cardinal Components API 6.1.2
			cardinal-components-base: Cardinal Components API (base) 6.1.2
			cardinal-components-block: Cardinal Components API (blocks) 6.1.2
			cardinal-components-chunk: Cardinal Components API (chunks) 6.1.2
			cardinal-components-entity: Cardinal Components API (entities) 6.1.2
			cardinal-components-item: Cardinal Components API (items) 6.1.2
			cardinal-components-level: Cardinal Components API (world saves) 6.1.2
			cardinal-components-scoreboard: Cardinal Components API (scoreboard) 6.1.2
			cardinal-components-world: Cardinal Components API (worlds) 6.1.2
		cavespiderspawn: Cave Spider Spawn 1.2
		celestial: Celestial 2.0
		chalk: Chalk 2.2.5+1.21.1
			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
		chatmc: ChatMC 2.8
		cherishedworlds: Cherished Worlds 10.1.1+1.21.1
		chestedcompanions: Chested Companions 1.3.1
		chipped: Chipped 4.0.2
		cicada: CICADA 0.13.0+1.21-1.21.1
			org_yaml_snakeyaml: snakeyaml 2.2
		cliff_face: Cliff Face 2.0
		cloth-config: Cloth Config v15 15.0.140
			cloth-basic-math: cloth-basic-math 0.6.1
		clumps: Clumps 19.0.0.1
		clutter: Clutter 1.21.1-0.6.5
		cobweb: Cobweb 1.3.3
		collective: Collective 8.3
		colorize: Colorize 1.11.0
		combat_roll: Combat Roll 2.0.4+1.21.1
		comforts: Comforts 9.0.4+1.21.1
			spectrelib: SpectreLib 0.17.2+1.21
		connectedglass: Connected Glass 1.1.13
		container-tooltips: Container Tooltips 1.3.2+1.21.1
		continents: Continents 1.1.8
		continuity: Continuity 3.0.0+1.21
		controlling: Controlling 19.0.5
		copperrails: Copper Rails 1.0.5+mc1.21
		coroutil: CoroUtil 1.21.1-1.3.8
		cottages: Cottages 1.0.1
		cozyhome: Cozy Home 1.1.15
		craftingtweaks: Crafting Tweaks 21.1.5
		craftpresence: CraftPresence 2.6.1
			fabric-resource-loader-v0: Fabric Resource Loader (v0) 1.3.1+5b5275af19
		creativecore: CreativeCore 2.13.5
			net_neoforged_bus: bus 7.2.0
		creeperoverhaul: Creeper Overhaul 4.0.6
			com_teamresourceful_resourceful-cosmetics-4j: resourceful-cosmetics-4j 1.0.3
		cristellib: Cristel Lib 1.2.8
		crossbow_scoping: Crossbow Scoping 1.0.3+1.21.1
		crumbling_hearts: Crumbling Hearts 1.2
		cullleaves: Cull Leaves 4.0.1
		cursed-spawners: Cursed Spawners 1.0.0+1.21
			lilylib: LilyLib 1.3.0+1.21
		cyclepaintings: Cycle Paintings 4.1
		debugify: Debugify 1.21.1+1.0
		deimos: Deimos 2.2
		ding: Ding 1.5.0
		disable_custom_worlds_advice: Disable Custom Worlds Advice 6.0
		disenchanting_table: Dis-Enchanting Table 5.0.2
		display_case: DisplayCase 1.2
		do_a_barrel_roll: Do a Barrel Roll 3.7.3
		doggytalents: Doggy Talents Next 1.18.54
		doubledoors: Double Doors 7.0
		draggable_lists: Draggable Lists 1.0.8
		dropping_leaves: Dropping Leaves 1.0.2+1.21.1
		dungeons_arise: When Dungeons Arise 2.1.64
		dungeons_arise_seven_seas: When Dungeons Arise: Seven Seas 1.0.3
		duradisplay: DurabilityDisplay 2.0.0
		dynamiccrosshair: Dynamic Crosshair 9.3
			dynamiccrosshair-api: DynamicCrosshair API 1.1
			libbamboo: LibBamboo 2.2
		eldritch_mobs: EldritchMobs 1.16.4
			polymer-blocks: Polymer (Textured Blocks) 0.9.9+1.21
			polymer-core: Polymer (Core) 0.9.9+1.21
				polymer-networking: Polymer (Networking) 0.9.9+1.21
					polymer-common: Polymer (Common) 0.9.9+1.21
						packet_tweaker: Packet Tweaker 0.5.5+1.21
				polymer-registry-sync-manipulator: Polymer (Registry Sync Manipulator) 0.9.9+1.21
			server_translations_api: Server Translations API 2.3.1+1.21-pre2
		elixirum: Ars Elixirum 0.2.2
		emi: EMI 1.1.22+1.21.1+fabric
		emi_enchanting: EMI Enchanting 0.1.2+1.21
		emi_loot: EMI Loot 0.7.6+1.21+fabric
		emi_ores: EMI Ores 1.2+1.21.1+fabric
		emojitype: Emoji Type 2.3.0-1.21.3
		enchdesc: EnchantmentDescriptions 21.1.7
		endrem: End Remastered 6.0.2
		enhancedblockentities: Enhanced Block Entities 0.10.2+1.21
		enhancedtooltips: EnhancedTooltips 1.7.1+fabric.1.21.1
		enhancedworkbenches: Enhanced Workbenches 2.1+1.21.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.4
		equipmentcompare: Equipment Compare 1.3.13
		expcounter: EXP Counter 2.1
		expedition_essentials: Expedition Essentials 1.0.0
		explorerscompass: Explorer's Compass 1.21.1-2.2.5-fabric
		explosiveenhancement: Explosive Enhancement 1.3.2-1.21-1.21.1
		exposure: Exposure 1.9.9
		exposure_polaroid: Exposure Polaroid 1.1.2
		extended_drawers: Extended Drawers 3.0.4+mc.1.21.1
			config_toolkit: ConfigToolkit 1.1.1
				io_determann_shadow-api-17: shadow-api-17 0.2.0
				net_fabricmc_javapoet: javapoet 0.1.0
			graphlib: Graph Lib 2.0.0+1.21
				codextra: Codextra 2.0.0+1.21
				common_events: Common Events 1.0.0+1.21
		extra_mod_integrations: Extra Mod Integrations 1.0.2+1.21.1
			extra_mod_integrations_chipped: ExMI Chipped 1.0.2+1.21.1
			extra_mod_integrations_core: ExMI Core 1.0.2+1.21.1
			extra_mod_integrations_rechiseled: ExMI Rechiseled 1.0.2+1.21.1
			extra_mod_integrations_tech_reborn: ExMI Tech Reborn 1.0.2+1.21.1
		fabric-api: Fabric API 0.116.2+1.21.1
			fabric-api-base: Fabric API Base 0.4.42+6573ed8c19
			fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.71+b559734419
			fabric-biome-api-v1: Fabric Biome API (v1) 13.0.31+d527f9fd19
			fabric-block-api-v1: Fabric Block API (v1) 1.1.0+0bc3503219
			fabric-block-view-api-v2: Fabric BlockView API (v2) 1.0.11+ebb2264e19
			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.19+b559734419
			fabric-convention-tags-v1: Fabric Convention Tags 2.1.5+7f945d5b19
			fabric-convention-tags-v2: Fabric Convention Tags (v2) 2.11.1+a406e79519
			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.5+6116a37819
			fabric-data-generation-api-v1: Fabric Data Generation API (v1) 20.2.30+16c4ae2519
			fabric-dimensions-v1: Fabric Dimensions API (v1) 4.0.0+6fc22b9919
			fabric-entity-events-v1: Fabric Entity Events (v1) 1.8.0+2b27e0a419
			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.7+def88e3a19
			fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.47+0af3f5a719
			fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.45+df3654b319
			fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.6.0+0865547519
			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.14+8aaf3aca19
			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.3.0+b7e751e819
			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.49+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-screen-api-v1: Fabric Screen API (v1) 2.0.25+8b68f1c719
			fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.89+b559734419
			fabric-sound-api-v1: Fabric Sound API (v1) 1.0.23+6573ed8c19
			fabric-transfer-api-v1: Fabric Transfer API (v1) 5.4.3+c24bd99419
			fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 6.2.0+45b9699719
		fabric-language-kotlin: Fabric Language Kotlin 1.13.3+kotlin.2.1.21
			org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 2.1.21
			org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 2.1.21
			org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 2.1.21
			org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 2.1.21
			org_jetbrains_kotlinx_atomicfu-jvm: atomicfu-jvm 0.27.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
		fabricskyboxes: FabricSkyBoxes 0.7.4+mc1.21
		factory_blocks: Factory Blocks Mod 1.4.0+mc1.21.1
		fallingleaves: Falling Leaves 1.16.4
		familiar_magic: familiar magic 1.1.4
			folk_sisby_kaleido-config: kaleido-config 0.3.1+1.3.1
		farsighted-mobs: Farsighted Mobs 1.1-1.20.5
		ferritecore: FerriteCore 7.0.2-hotfix
		firorize: Firorize 1.0
			org_apache_commons_commons-collections4: commons-collections4 4.5.0-M2
		fishermens_trap: Fishermens Trap 3.1.0
			fiber: fiber 0.23.0-2
		flash: Flash 2.1.1
			com_github_krlite_equator-v2_animation: Animation 2.6.4-mc1.20
			com_github_krlite_equator-v2_math: Math 2.6.4-mc1.20
			com_github_krlite_equator-v2_visual: Visual 2.6.4-mc1.20
		flightassistant: FlightAssistant 3.0.0-alpha.9
		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
		fragmentum: Fragmentum 0.0.13
		fusion: Fusion 1.2.7
		fwaystones: Fabric Waystones 3.3.4+mc1.21.1
		fzzy_config: Fzzy Config 0.7.0+1.21
			fabric-permissions-api-v0: fabric-permissions-api 0.3.1
			net_peanuuutz_tomlkt_tomlkt-jvm: tomlkt-jvm 0.3.7
		gachamachine: Bloo's Gacha Machine 1.1.1
		gazebo: Gazebos (RPG Series) 2.0.3+1.21.1
		geckolib: GeckoLib 4 4.7.5.1
		glassential: Glassential-renewed 3.1.7
		glitchcore: GlitchCore 2.1.0.0
			net_jodah_typetools: typetools 0.6.3
		glow_ink_plus: Glow Ink Plus Mod 1.3
		glowingbanners: Glow Banners 2.0.0+1.21
		golden_foods: Golden Foods 2.4.0
		goop: Goop Technology 0.4.3-1.21.1
			yayconfig: YayConfig 1.1.2+1.21.1
		gravestones: Gravestones 1.1.0-1.21.1
			pneumonocore: PneumonoCore 1.1.12-1.21.1
		guarding: Guarding 1.21.1-2.7.4
		handcrafted: Handcrafted 4.0.3
		harvest_with_ease: Harvest with ease 9.4.0
		hauntfurnace: Haunt Furnace 0.5.8-1.21.1
			team_reborn_energy: Energy 4.1.0
		healingcampfire: Healing Campfire 6.2
		iceberg: Iceberg 1.3.2
		ichunutil: iChunUtil 1.0.3
		immediatelyfast: ImmediatelyFast 1.6.5+1.21.1
			net_lenni0451_reflect: Reflect 1.3.4
		immersive_aircraft: Immersive Aircraft 1.2.4+1.21.1
			org_mariuszgromada_math_mathparser_org-mxparser: MathParser.org-mXparser 5.2.1
		immersive_armors: Immersive Armors 1.7.0+1.21.1
		immersive_machinery: Immersive Machinery 0.2.0+1.21.1
		immersive_optimization: Immersive Optimization 0.0.5
		immersivewind: Immersive Winds 0.8.2
		infinity-cave: Infinity Cave 0.7
		inventoryprofilesnext: Inventory Profiles Next 2.1.9
		invmove: InvMove 0.9.0
		iris: Iris 1.8.8+mc1.21.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
		items_displayed: Items Displayed 1.3
		jade: Jade 15.10.1+fabric
		java: Java HotSpot(TM) 64-Bit Server VM 21
		jewelry: Jewelry (RPG Series) 2.0.10+1.21.1
		keepmysoiltilled: Keep My Soil Tilled 2.5
		kiwi: Kiwi Library 15.1.5+fabric
		konkrete: Konkrete 1.9.9
		ksyxis: Ksyxis 1.3.3
		labels: Storage Labels 1.21-2.0.0
		laserbridges: Laser Bridges & Doors 5
		lavender: Lavender 0.1.15+1.21
			lavender-md: lavender-md 0.1.2+1.21
			lavender-md-owo-ui: lavender-md-owo-ui 0.1.2+1.21
		leaf_beds: Leaf Beds 1.1
		letmedespawn: Let Me Despawn 1.5.0
		libipn: libIPN 6.5.0
		libraryferret: Library ferret 4.0.0
		libz: LibZ 1.0.3
			com_fasterxml_jackson_core_jackson-annotations: jackson-annotations 2.15.2
			com_fasterxml_jackson_core_jackson-core: jackson-core 2.15.2
			com_fasterxml_jackson_core_jackson-databind: jackson-databind 2.15.2
		linkart: Linkart Refabricated 6.1.1
		lithium: Lithium 0.15.0+mc1.21.1
		lithostitched: Lithostitched 1.4.2
		livingthings: Living Things 1.21.1-2.2.0
		loadsupport: Load Support 1.1.0-fabric-1.21.1
		lolmcv: More Chest Variants 1.5.6
		lolmcvbop: More Chest Variants - Biomes O' Plenty 1.1.0
		lootr: Lootr 1.21-1.10.35.91
		lunar: Lunar 0.2.4
		magicmirror: MagicMirror 1.2.0
		magistuarmory: Epic Knights: Shields, Armor and Weapons 9.23
		malilib: MaLiLib 0.21.8
		map_atlases: Map Atlases 1.21-6.3.3
		mcwbiomesoplenty: Macaw's Biomes O' Plenty 1.21.1-1.2
		mcwbridges: Macaw's Bridges 3.1.0
		mcwdoors: Macaw's Doors 1.1.2
		mcwfences: Macaw's Fences and Walls 1.2.0
		mcwfurnitures: Macaw's Furniture 3.3.0
		mcwholidays: Macaw's Holidays 1.1.0
		mcwlights: Macaw's Lights and Lamps 1.1.2
		mcwpaintings: Macaw's Paintings 1.0.5
		mcwpaths: Macaw's Paths and Pavings 1.1.0
		mcwroofs: Macaw's Roofs 2.3.2
		mcwstairs: Macaw's Stairs and Balconies 1.0.1
		mcwtrpdoors: Macaw's Trapdoors 1.1.4
		mcwwindows: Macaw's Windows 2.3.2
		mebahel-zombie-horde: Mebahel Zombie Horde 1.0.11-1.21
		melody: Melody 1.0.10
		midnightlib: MidnightLib 1.6.9
		minecraft: Minecraft 1.21.1
		minecraft-cursor: Minecraft Cursor 3.9.0+1.21.1
			minecraft-cursor_api: Minecraft Cursor API 3.9.0+1.21.1
		minetraps: MineTraps 2.5.0-fabric
		mmv: Moog's Structures 1.0.0-1.21-fabric
		modernfix: ModernFix 5.23.1+mc1.21.1
		modmenu: Mod Menu 11.0.3
		modmenu-badges-lib: ModMenu Badges Lib 2023.6.1
		monolib: MonoLib 2.1.0
		moonlight: Moonlight Lib 1.21-2.18.16
		more_slabs_stairs_and_walls: More Slabs Stairs & Walls 4.1.1
		moreculling: More Culling 1.0.6
			conditional-mixin: conditional mixin 0.6.3
		moremobs: More Mobs 1.5.4+mod
		mr_battle_shrines: Battle Shrines 1.0.0
		mr_botanical_pots: Botanical Pots 1.7+1.21
		mr_craftable_passivemobspawneggs: Craftable Passive Mob Spawn Eggs 1.0
		mr_creativerse: Creativerse 1.12.1
		mr_deadly_deadlydungeon: Deadly Deadly Dungeon 1.0.4
		mr_deeper_dark: Deeper Dark 3.1.0
		mr_dungeons_andtaverns: Dungeons and Taverns 1-v4.4.4
		mr_fast_sleep: Fast Sleep 0.1
		mr_fishingsim: FishingSim 1.6
		mr_ketkets_furnicraft: FurniCraft 4.4
		mr_mini_bossesmobs: Enchanted Mobs 0.2
		mr_neoenchant: Neo Enchant+ 5.10
		mr_netherweather: Nether Weather 1.1.1
		mr_restful_slumber: Restful Slumber 4.0
		mr_shield_blocksfalldamage: Shield Blocks Fall Damage 1.0+bounce
		mr_spawn_animationscompats: Spawn Animations Compats 10.0
		mr_tidal_towns: Tidal Towns 1.3.4
		mr_tnt_timer: TNT Timer 3.0
		mr_true_ending: True Ending: Ender Dragon Overhaul 1-v1.1.2d
		mr_typewriter_daycounter: Typewriter Daycounter 1.0
		mr_upgraded_mobs: Upgraded Mobs 1.4.0
		mr_vanilla_fireflies: Vanilla Fireflies 3.1
		mru: M.R.U 1.0.17+1.21.1+fabric
			org_commonmark_commonmark: commonmark 0.21.0
		mss: Moog's Soaring Structures 1.2.8-1.21-fabric
		multibeds: MultiBeds 1.21.1-0.1
		mvs: Moog's Voyager Structures 4.2.9-1.21-fabric
		nameless_trinkets: Nameless Trinkets 1.2.0-Beta.3
		naturescompass: Nature's Compass 1.21.1-2.2.7-fabric
		nears: Nears 2.1.2
		nemos-better-mending: Nemo's Better Mending 1.1.1-1.21.1
		netherdepthsupgrade: Nether Depths Upgrade 3.1.9+1.21-fabric
		niftycarts: NiftyCarts 21.1.0-hotfix
		nightworld: Nightworld 5.0.0
		noaispawneggs: NoAISpawnEggs 21.1.2
		norealmsbutton: NoRealmsButton 2.0.1
		notenoughtrials: Not Enough Trials 3.1
		nyfsspiders: Nyf's Spiders 2.3.2
			commonnetworking: Common Network 1.0.18-1.21.1
		octolib: OctoLib 0.5.0.1
		owo: oωo 0.12.15.4+1.21
			io_wispforest_endec: endec 0.1.5.1
			io_wispforest_endec_gson: gson 0.1.3.1
			io_wispforest_endec_jankson: jankson 0.1.3.1
			io_wispforest_endec_netty: netty 0.1.2
		paladins: Paladins & Priests (RPG Series) 2.4.14+1.21.1
		particular: Particular 1.1.2+1.21
		passablefoliage: Passable Foliage 9.1.2+fabric
		pearfection: Pearfection 1.3.1
		perception: Perception 0.1.4
		persistentinventorysearch: Persistent Inventory Search 1.5
		phantomshapes: PhantomShapes 1.1.4
		photography: Photography 1.0.4+mc1.21.1
		pick_up_tnt: PickUpTNT 1.3
		pickaxetrims: Better Pickaxe Trims 1.0.0
		pickupnotifier: Pick Up Notifier 21.1.1
		placeholder-api: Placeholder API 2.4.2+1.21
		platform: Platform 1.2.9
		playeranimator: Player Animator 2.0.1+1.21.1
		polymorph: Polymorph 1.0.10+1.21.1
		portfolio: Portfolio 1.21.1-1.4.1-fabric
		potioncauldron: Potion Cauldron 1.0.1+mc1.21
		potionstacking: Potion Stacking 1.0.0-1.21
		pottery: Pottery 1.0.2+a
		prickle: PrickleMC 21.1.8
		puzzleslib: Puzzles Lib 21.1.36
		quad: Quad 1.2.9
		rainglow: Rainglow 1.3.5+mc1.21.1
		ranged_weapon_api: RangedWeaponAPI 2.1.1+1.21.1
		reactivemusic: Reactive Music 1.0.3+1.21
		rechiseled: Rechiseled 1.1.6+b
		reeses-sodium-options: Reese's Sodium Options 1.8.3+mc1.21.4
		regenerative_sleep: Regenerative Sleep 1.2
		reinfbarrel: Reinforced Barrels 2.6.1+1.21.1
			reinfcore: Reinforced Core 4.0.2+1.21.1
		relics_rpgs: Relics (RPG Series) 1.0.6+1.21.1
		replaymod: Replay Mod 1.21-2.6.20
		resourcefulconfig: Resourcefulconfig 3.0.11
		resourcefullib: Resourceful Lib 3.0.12
			com_teamresourceful_bytecodecs: bytecodecs 1.1.2
			com_teamresourceful_yabn: yabn 1.0.3
		resourcify: Resourcify 1.7.2
		rogues: Rogues & Warriors (RPG Series) 2.4.10+1.21.1
		rolling_down_in_the_deep: Rolling Down in the Deep 0.2.0+1.21
		rottencreatures: RottenCreatures 1.1.1
		rpg-hud: RPG-Hud 3.10.2
		rpg_battle_gear: RPG Battle Gear 2.0.1-1.21.x
		rpg_stash: RPG Stash 0.3.0
		rpgdifficulty: RpgDifficulty 1.3.17
		rrc_horde_nights: Horde Nights 1.3.4.1
		rrls: Remove Reloading Screen 5.0.10+mc1.21.1-fabric
		runes: Runes 1.1.3+1.21.1
		scholar: Scholar 1.1.4
		seamless_loading_screen: Seamless Loading Screen 2.2.1+1.21
		searchables: Searchables 1.0.2
		sereneseasons: SereneSeasons 10.1.0.1
		server_sided_portals: Server Sided Portals 2.1.0
		shetiphiancore: ShetiPhianCore 1.21.1-0.3
		shield_api: Shield API 2.0.2+1.21.1
		shieldedzombies: Shielded Zombies 1.0.6
			dev_domkss_jconfiglib: jconfiglib 1.1.5
		shulkerboxtooltip: Shulker Box Tooltip 5.1.6+1.21.1
		signed_paintings: Signed Paintings 1.1.1-mc1.21
		simplemenu: Simple Menu 1.5
		sketch: Sketch 1.21.1-1.2.1
		skinlayers3d: 3d-Skin-Layers 1.7.5
		skyvillages: Sky Villages 1.0.6
		smallernetherportals: Smaller Nether Portals 3.9
		smallships: Small Ships 2.0.0-b2.1
		smoke_signals: Smoke Signals 1.1
		sodium: Sodium 0.6.9+mc1.21.1
		sodium-extra: Sodium Extra 0.6.0+mc1.21.1
		sodiumdynamiclights: Sodium Dynamic Lights 1.0.9
		sodiumextras: Sodium Extras 1.0.7
		sodiumoptionsapi: Sodium Options API 1.0.10
		sodiumoptionsmodcompat: Sodium Options Mod Compat 1.0.0
		sootychimneys: Sooty Chimneys 1.3.2
		soulbound: Soulbound 1.0.1+1.21
		soulcandles: Soul Candles 1.2.0+mc1.21
		sound_physics_remastered: Sound Physics Remastered 1.21.1-1.4.12
		spark: spark 1.10.109
		sparsestructures: SparseStructures 3.0
		spawnanimations: Spawn Animations 1.10.1+mod
		spell_engine: Spell Engine 1.6.12+1.21.1
		spell_power: Spell Power Attribute 1.3.0+1.21.1
		spidersproducewebs: Spiders Produce Webs 3.6
		splinecart: Splinecart 0.3.1+1.21.1
		spyglass_astronomy: Spyglass Astronomy 1.0.13-mc1.21+
		starterkit: Starter Kit 7.4
		stateobserver: StateObserver 1.6.1
		strayspawn: Stray Spawn 3.7
		structure_layout_optimizer: Structure Layout Optimizer 1.0.10
		structure_pool_api: Structure Pool API 1.1.3+1.21.1
		structurify: Structurify 1.0.14
		superfastmath: SuperFastMath 0.0.2-1.21.1
		supermartijn642configlib: SuperMartijn642's Config Lib 1.1.8
		supermartijn642corelib: SuperMartijn642's Core Lib 1.1.18+a
		surveyor: Surveyor Map Framework 0.6.26+1.21
		surveystones: Surveystones 1.3.1+1.21
		swingthrough: SwingThrough 1.0.5+1.21
		t_and_t: Towns and Towers 1.13.2
		tabtps-fabric: TabTPS 1.3.25
			adventure-platform-fabric: adventure-platform-fabric 5.14.1
				net_kyori_adventure-api: adventure-api 4.17.0
				net_kyori_adventure-key: adventure-key 4.17.0
				net_kyori_adventure-platform-api: adventure-platform-api 4.3.3
				net_kyori_adventure-text-logger-slf4j: adventure-text-logger-slf4j 4.17.0
				net_kyori_adventure-text-minimessage: adventure-text-minimessage 4.17.0
				net_kyori_adventure-text-serializer-ansi: adventure-text-serializer-ansi 4.17.0
				net_kyori_adventure-text-serializer-gson: adventure-text-serializer-gson 4.17.0
				net_kyori_adventure-text-serializer-json: adventure-text-serializer-json 4.17.0
				net_kyori_adventure-text-serializer-plain: adventure-text-serializer-plain 4.17.0
				net_kyori_ansi: ansi 1.1.0
				net_kyori_examination-api: examination-api 1.3.0
				net_kyori_examination-string: examination-string 1.3.0
				net_kyori_option: option 1.0.0
			cloud: Cloud 2.0.0-beta.9
				io_leangen_geantyref_geantyref: geantyref 1.3.15
				org_incendo_cloud-brigadier: cloud-brigadier 2.0.0-beta.9
				org_incendo_cloud-core: cloud-core 2.0.0
				org_incendo_cloud-minecraft-modded-common-fabric-repack_: cloud-minecraft-modded-common-fabric-repack 2.0.0-beta.9
				org_incendo_cloud-services: cloud-services 2.0.0
			com_typesafe_config: config 1.4.3
			net_kyori_adventure-serializer-configurate4: adventure-serializer-configurate4 4.17.0
			net_kyori_adventure-text-feature-pagination: adventure-text-feature-pagination 4.0.0-SNAPSHOT
			net_kyori_adventure-text-serializer-legacy: adventure-text-serializer-legacy 4.17.0
			org_incendo_cloud-minecraft-extras: cloud-minecraft-extras 2.0.0-beta.9
			org_spongepowered_configurate-core: configurate-core 4.1.2
			org_spongepowered_configurate-hocon: configurate-hocon 4.1.2
		tclayer: Accessories Trinkets Compat Layer 3.10.0+beta.28
		terrablender: TerraBlender 4.1.0.8
		terrainslabs: Countered's Terrain Slabs 2.0.2
		tesseract: Tesseract 1.0.37
		the_bumblezone: The Bumblezone - Fabric 7.9.4+1.21.1-fabric
		things: Things 0.4.2+1.21
		threadtweak: ThreadTweak 0.1.5+mc1.21.1
		tidal: Tidal 0.0.2-beta
		tintedcampfires: Tinted Campfires 1.0.2
		tipsmod: Tips 21.1.2
		toastbegone: ToastBegone 1.2.0
			dawn-config: Dawn Config API 1.0.0
		tooltipfix: ToolTip Fix 1.1.1-1.20
		toomanypaintings: Too Many Paintings! 1.0.2-1.21-fabric
		torchtoss: TorchToss 1.2.0+1.21.1
		travelersbackpack: Traveler's Backpack 10.1.22
		travelerstitles: Traveler's Titles 1.21.1-Fabric-5.1.3
			org_reflections_reflections: reflections 0.10.2
		treechop: HT's TreeChop 0.19.3a
		trickster: Trickster 2.0.0-beta.27
			io_vavr_vavr: vavr 0.10.5
		txnilib: TxniLib 1.0.24
		unilib: UniLib 1.1.0
		universal_ores: Universal Ores v1.6.1
		variantsandventures: Variants&Ventures 1.0.13
		village_taverns: Village Taverns (RPG Series) 1.0.6+1.21.1
		visibletraders: Visible Traders 0.0.9
		vshorses: Vanilla* Horses 1.0.2+1.21.1
		waig: Where Am I Going 1.1.7
		wakes: Wakes 0.2.2-1.21
			com_github_jdiemke_delaunay-triangulator_delaunaytriangulator: DelaunayTriangulator 1.0.0
		warfare_wings: Warfare Wings 1.0.2
		wizards: Wizards (RPG Series) 2.4.12+1.21.1
		worldinajar: World In a Jar 1.0.0-beta.8+1.21.1.blanketcon
			player_roles_api: Player Roles API 1.6.13
		worldplaytime: World Play Time 1.2.2
		wover: WorldWeaver 21.0.13
			wover-biome: WorldWeaver - Biome API 21.0.13
			wover-block: WorldWeaver - Block and Item API 21.0.13
			wover-common: WorldWeaver - Common API 21.0.13
			wover-core: WorldWeaver - Core API 21.0.13
			wover-datagen: WorldWeaver - Datagen API 21.0.13
			wover-events: WorldWeaver - Events API 21.0.13
			wover-feature: WorldWeaver - Feature API 21.0.13
			wover-generator: WorldWeaver - World Generator API 21.0.13
			wover-item: WorldWeaver - Item API 21.0.13
			wover-math: WorldWeaver - Math API 21.0.13
			wover-preset: WorldWeaver - World Preset API 21.0.13
			wover-recipe: WorldWeaver - Recipe API 21.0.13
			wover-structure: WorldWeaver - Structure API 21.0.13
			wover-surface: WorldWeaver - Surface API 21.0.13
			wover-tag: WorldWeaver - Tag API 21.0.13
			wover-ui: WorldWeaver - UI API 21.0.13
			wunderlib: WunderLib 21.0.8
		xp_storage: XP Storage 1.6+1.21
		xp_storage_trinkets: XP Storage - Trinkets 1.0.2+1.21
		yet_another_config_lib_v3: YetAnotherConfigLib 3.6.6+1.21.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
		yungsapi: YUNG's API 1.21.1-Fabric-5.1.5
			org_javassist_javassist: javassist 3.29.2-GA
		yungsbridges: YUNG's Bridges 1.21.1-Fabric-5.1.1
		zombieawareness: Zombie Awareness 1.21.0-1.13.2
	Loaded Shaderpack: (off)
	Launched Version: 1.21.1
	Launcher name: theseus
	Backend library: LWJGL version 3.3.3-snapshot
	Backend API: NVIDIA GeForce RTX 3050 6GB Laptop GPU/PCIe/SSE2 GL version 3.2.0 NVIDIA 576.52, NVIDIA Corporation
	Window size: 1920x1080
	GFLW Platform: win32
	GL Caps: Using framebuffer using OpenGL 3.2
	GL debug messages: id=1282, source=API, type=ERROR, severity=HIGH, message='GL_INVALID_OPERATION error generated. <texture> is not a valid texture name.' x 27
	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, fabric, accessories, adventure-platform-fabric, aestheticframes, affinity, aggroindicator (incompatible), almanac, amber, ambientsounds, amecsapi, antique_atlas, appleskin (incompatible), archers, asyncparticles (incompatible), automaticmemories, awesomedungeonocean (incompatible), azurelib, backslot, backslotaddon, badoptimizations (incompatible), balm (incompatible), barklings, bclib, betteradvancements (incompatible), betterarcheology, bettercombat, betterdeserttemples, betterend, betterf3, betterjungletemples, bettermineshafts, betternether, betteroceanmonuments, betterthirdperson, bettervillage (incompatible), betterwitchhuts, betterworldloading, biomesoplenty, blur, boids, bookshelf (incompatible), bosses_of_mass_destruction, bountifulfares, builders_inventory, bundleapi, cameraoverhaul, cardinal-components, cardinal-components-base, cardinal-components-block, cardinal-components-chunk, cardinal-components-entity, cardinal-components-item, cardinal-components-level, cardinal-components-scoreboard, cardinal-components-world, celestial, chalk, chalk-colorful-addon, chatmc, cherishedworlds (incompatible), chestedcompanions, chipped, cicada, cliff_face, cloth-config, cloud, clutter, codextra, colorize, combat_roll, comforts (incompatible), common_events (incompatible), conditional-mixin, config_toolkit, connectedglass, container-tooltips, continuity, controlling (incompatible), copperrails, cottages, cozyhome, craftingtweaks (incompatible), craftpresence, creativecore, creeperoverhaul, cristellib, crossbow_scoping, crumbling_hearts, cullleaves, cursed-spawners, dawn-config, debugify, ding, disable_custom_worlds_advice, disenchanting_table (incompatible), display_case (incompatible), do_a_barrel_roll (incompatible), doggytalents (incompatible), draggable_lists (incompatible), dropping_leaves, dungeons_arise (incompatible), dungeons_arise_seven_seas, duradisplay (incompatible), dynamiccrosshair, dynamiccrosshair-api, eldritch_mobs, elixirum (incompatible), emi, emi_enchanting, emi_loot, emi_ores, emojitype, enchdesc (incompatible), endrem, enhancedblockentities, enhancedtooltips, enhancedworkbenches, entity_model_features, entity_texture_features, entityculling, equipmentcompare, expcounter (incompatible), expedition_essentials, explorerscompass, explosiveenhancement, exposure, exposure_polaroid, extended_drawers, extra_mod_integrations, extra_mod_integrations_chipped, extra_mod_integrations_core, extra_mod_integrations_rechiseled, extra_mod_integrations_tech_reborn, 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, fabricskyboxes, factory_blocks, fallingleaves, familiar_magic, farsighted-mobs, firorize, fishermens_trap (incompatible), flash, flightassistant (incompatible), forgeconfigapiport, fusion, fwaystones, fzzy_config, gachamachine, glassential (incompatible), glow_ink_plus (incompatible), glowingbanners, golden_foods (incompatible), goop, graphlib (incompatible), gravestones, guarding, handcrafted, hauntfurnace, ichunutil, immediatelyfast, immersive_aircraft, immersive_armors, immersive_machinery, immersivewind, infinity-cave, inventoryprofilesnext, invmove, iris, items_displayed, jade (incompatible), jewelry, kiwi (incompatible), konkrete (incompatible), ksyxis, labels, laserbridges (incompatible), lavender, lavender-md, leaf_beds, letmedespawn, libbamboo, libipn, libraryferret, libz, lilylib, linkart, lithium, livingthings (incompatible), loadsupport, lolmcv, lolmcvbop, lootr, lunar, magicmirror, magistuarmory, malilib, map_atlases, mcwbiomesoplenty, mcwbridges, mcwdoors (incompatible), mcwfences, mcwfurnitures, mcwholidays, mcwlights, mcwpaintings, mcwpaths, mcwroofs, mcwstairs, mcwtrpdoors, mcwwindows, mebahel-zombie-horde, midnightlib, minecraft-cursor (incompatible), minetraps, mmv (incompatible), modernfix (incompatible), modmenu, moonlight, more_slabs_stairs_and_walls, moreculling, moremobs, mr_deadly_deadlydungeon (incompatible), mr_dungeons_andtaverns (incompatible), mr_fishingsim (incompatible), mr_mini_bossesmobs (incompatible), mr_neoenchant (incompatible), mr_true_ending, mr_typewriter_daycounter, mru, mss (incompatible), multibeds, mvs (incompatible), nameless_trinkets (incompatible), naturescompass, nears, nemos-better-mending, netherdepthsupgrade, niftycarts, noaispawneggs (incompatible), owo, paladins, particular, passablefoliage (incompatible), pearfection, phantomshapes, photography, pick_up_tnt, pickaxetrims, placeholder-api, playerabilitylib, playeranimator, pneumonocore, polymer-blocks, polymer-core, polymorph (incompatible), portfolio, potioncauldron, potionstacking, pottery, rainglow, ranged_weapon_api, reactivemusic, rechiseled, reeses-sodium-options, regenerative_sleep, reinfbarrel, reinfcore, relics_rpgs, replaymod (incompatible), resourcefulconfig, resourcify (incompatible), rogues, rolling_down_in_the_deep, rottencreatures, rpg-hud, rpg_battle_gear, rpgdifficulty, rrc_horde_nights, rrls, runes, scholar, seamless_loading_screen, searchables (incompatible), sereneseasons (incompatible), shetiphiancore, shield_api, shulkerboxtooltip, signed_paintings, sketch, skinlayers3d, smallships, smoke_signals, sodium, sodium-extra, sodiumdynamiclights (incompatible), sodiumextras (incompatible), sodiumoptionsapi (incompatible), sodiumoptionsmodcompat (incompatible), sootychimneys, soulbound, soulcandles, sound_physics_remastered, spark (incompatible), spawnanimations, spectrelib (incompatible), spell_engine, spell_power, splinecart, spyglass_astronomy, starterkit (incompatible), structure_layout_optimizer, structure_pool_api, structurify, superfastmath, supermartijn642corelib, surveyor, surveystones, swingthrough, tclayer, team_reborn_energy, terrablender (incompatible), terraform-wood-api-v1, terrainslabs, tesseract, the_bumblezone, things, threadtweak, tidal, tintedcampfires (incompatible), tipsmod (incompatible), toastbegone (incompatible), tooltipfix, toomanypaintings, torchtoss, travelersbackpack, travelerstitles, treechop, trickster, txnilib (incompatible), universal_ores, variantsandventures, village_taverns, visibletraders, vshorses, waig, wakes, warfare_wings, wizards, worldinajar, worldmesher, worldplaytime, wover, wover-block, wover-core, wover-events, wover-generator, wover-preset, wover-surface, wover-ui, wunderlib, xp_storage, xp_storage_trinkets, yayconfig, yet_another_config_lib_v3 (incompatible), zombieawareness (incompatible), moonlight:mods_dynamic_assets, worldinajar_rrp, scholar:colored_books, goop:everything_bleeds, goop:sensible_blood, goop:slime, file/§Grass+.zip, file/enchant icons 1.21 v1.3.zip, file/Simple Lower Grass Sides v1.1.0.zip, file/Simple Grass Flowers v1.9.5.zip, file/Os' Colorful Grasses (Mix).zip, file/NewGlowingOres-§6[Border]§r.zip, file/Nautilus3D-V2.2.zip, file/Low Shield.zip, file/EvenBetterEnchants_v2_r1.zip, file/Dramatic Skys Demo 1.5.3.33.zip (incompatible), file/Better-Leaves-9.2.zip, file/§6Immersive§8_§6Interfaces§8.zip, file/-1.21.2 Fresh Moves v3.1 (With Animated Eyes).zip, file/FreshAnimations_v1.9.2.zip, bountifulfares:vanilla_item_override, file/Fancy Crops v1.1.zip, scholar:chiseled_bookshelf_colored_books
	Current Language: en_us
	Locale: en_US
	System encoding: Cp1252
	File encoding: UTF-8
	CPU: 22x Intel(R) Core(TM) Ultra 9 185H

Other Mods

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions