Crashing related to incompatibility between Sodium 0.6.x and BetterEnd. Edits to code needed?
ChemDropX opened this issue · 3 comments
What happened?
[Fabric 1.21.1, Loader 0.16.10, Sodium 0.6.9]
I have been trying to squash a bug where I crash on respawn in my world with betterEnd and sodium installed. Fortunately, I was able to get into conversation with JellySquid themself, who provided me with a explanation for the crash, and also provided a potential fix for the issue, which would allow sodium to continue to accomidate future versions of BetterEnd, where currently they are being made incompatible because of this issue.
We discovered the reason for the crashing is an active incompatibility with BetterEnd and sodium in the form of code that was “supposed to be removed a while ago”, according to JellySquid.
5ee9012
Here's the log from my original crash:
latest.log
A more in depth explanation of the issue from Jellysquid
(CaffeineMC/sodium#2869 (comment))
Image of '.mixin.out' content from reproducing the respawn crash, on my end:

I have since been able to use a patched version, provided by JellySquid, however I truly do hope that this fix makes its way into the current/next versions of betterend if it is still being maintained/updated at all.
BetterEnd
21.0.11
BCLib
21.0.13
Fabric API
0,115.1
Fabric Loader
0.16.10
Minecraft
1.21.1
Relevant log output
---- Minecraft Crash Report ----
// Daisy, daisy...
Time: 2025-03-05 00:21:42
Description: [Lithium] Getting Palette Entry
net.minecraft.class_6558: Missing Palette entry for index 0.
at knot//net.caffeinemc.mods.lithium.common.world.chunk.LithiumHashPalette.missingPaletteEntryCrash(LithiumHashPalette.java:140)
at knot//net.caffeinemc.mods.lithium.common.world.chunk.LithiumHashPalette.method_12288(LithiumHashPalette.java:134)
at knot//net.minecraft.class_2841.method_12331(class_2841.java:158)
at knot//net.minecraft.class_2841.method_12321(class_2841.java:152)
at knot//net.minecraft.class_2826.method_12254(class_2826.java:43)
at knot//net.minecraft.class_1937.method_8320(class_1937.java:9602)
at knot//net.minecraft.class_1163.handler$bfi000$betterend$be_getWaterColor(class_1163.java:541)
at knot//net.minecraft.class_1163.method_4961(class_1163.java:26)
at knot//net.caffeinemc.mods.sodium.fabric.render.FluidRendererImpl$FabricFactory$1.getColor(FluidRendererImpl.java:154)
at knot//net.caffeinemc.mods.sodium.fabric.render.FluidRendererImpl$FabricFactory$1.getColor(FluidRendererImpl.java:151)
at knot//net.caffeinemc.mods.sodium.client.model.quad.blender.BlendedColorProvider.getVertexColor(BlendedColorProvider.java:43)
at knot//net.caffeinemc.mods.sodium.client.model.quad.blender.BlendedColorProvider.getColors(BlendedColorProvider.java:14)
at knot//net.caffeinemc.mods.sodium.client.render.chunk.compile.pipeline.DefaultFluidRenderer.updateQuad(DefaultFluidRenderer.java:380)
at knot//net.caffeinemc.mods.sodium.client.render.chunk.compile.pipeline.DefaultFluidRenderer.render(DefaultFluidRenderer.java:226)
at knot//net.caffeinemc.mods.sodium.fabric.render.FluidRendererImpl$DefaultRenderContext.render(FluidRendererImpl.java:138)
at knot//net.fabricmc.fabric.impl.client.rendering.fluid.FluidRenderingImpl.renderDefault(FluidRenderingImpl.java:50)
at knot//net.fabricmc.fabric.api.client.render.fluid.v1.FluidRenderHandler.renderFluid(FluidRenderHandler.java:86)
at knot//net.fabricmc.fabric.impl.client.rendering.fluid.FluidRenderingImpl.render(FluidRenderingImpl.java:39)
at knot//net.fabricmc.fabric.api.client.render.fluid.v1.FluidRendering.render(FluidRendering.java:49)
at knot//net.caffeinemc.mods.sodium.fabric.render.FluidRendererImpl.render(FluidRendererImpl.java:77)
at knot//net.caffeinemc.mods.sodium.client.render.chunk.compile.tasks.ChunkBuilderMeshingTask.execute(ChunkBuilderMeshingTask.java:118)
at knot//net.caffeinemc.mods.sodium.client.render.chunk.compile.tasks.ChunkBuilderMeshingTask.execute(ChunkBuilderMeshingTask.java:50)
at knot//net.caffeinemc.mods.sodium.client.render.chunk.compile.executor.ChunkJobTyped.execute(ChunkJobTyped.java:45)
at knot//net.caffeinemc.mods.sodium.client.render.chunk.compile.executor.ChunkBuilder$WorkerRunnable.run(ChunkBuilder.java:213)
at java.base/java.lang.Thread.run(Unknown Source)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Render thread
Stacktrace:
at knot//net.caffeinemc.mods.lithium.common.world.chunk.LithiumHashPalette.missingPaletteEntryCrash(LithiumHashPalette.java:140)
at knot//net.caffeinemc.mods.lithium.common.world.chunk.LithiumHashPalette.method_12288(LithiumHashPalette.java:134)
at knot//net.minecraft.class_2841.method_12331(class_2841.java:158)
at knot//net.minecraft.class_2841.method_12321(class_2841.java:152)
at knot//net.minecraft.class_2826.method_12254(class_2826.java:43)
at knot//net.minecraft.class_1937.method_8320(class_1937.java:9602)
at knot//net.minecraft.class_1163.handler$bfi000$betterend$be_getWaterColor(class_1163.java:541)
at knot//net.minecraft.class_1163.method_4961(class_1163.java:26)
at knot//net.caffeinemc.mods.sodium.fabric.render.FluidRendererImpl$FabricFactory$1.getColor(FluidRendererImpl.java:154)
at knot//net.caffeinemc.mods.sodium.fabric.render.FluidRendererImpl$FabricFactory$1.getColor(FluidRendererImpl.java:151)
at knot//net.caffeinemc.mods.sodium.client.model.quad.blender.BlendedColorProvider.getVertexColor(BlendedColorProvider.java:43)
at knot//net.caffeinemc.mods.sodium.client.model.quad.blender.BlendedColorProvider.getColors(BlendedColorProvider.java:14)
at knot//net.caffeinemc.mods.sodium.client.render.chunk.compile.pipeline.DefaultFluidRenderer.updateQuad(DefaultFluidRenderer.java:380)
at knot//net.caffeinemc.mods.sodium.client.render.chunk.compile.pipeline.DefaultFluidRenderer.render(DefaultFluidRenderer.java:226)
at knot//net.caffeinemc.mods.sodium.fabric.render.FluidRendererImpl$DefaultRenderContext.render(FluidRendererImpl.java:138)
at knot//net.fabricmc.fabric.impl.client.rendering.fluid.FluidRenderingImpl.renderDefault(FluidRenderingImpl.java:50)
at knot//net.fabricmc.fabric.api.client.render.fluid.v1.FluidRenderHandler.renderFluid(FluidRenderHandler.java:86)
at knot//net.fabricmc.fabric.impl.client.rendering.fluid.FluidRenderingImpl.render(FluidRenderingImpl.java:39)
-- Chunk section --
Details:
IndexBits: 4
Entries: 16 Elements: [Block{minecraft:water}[level=0], Block{minecraft:kelp_plant}, Block{minecraft:kelp}[age=25], Block{minecraft:kelp}[age=24], Block{minecraft:kelp}[age=23], Block{minecraft:dark_oak_stairs}[facing=west,half=top,shape=inner_left,waterlogged=true], Block{minecraft:dark_oak_stairs}[facing=south,half=top,shape=straight,waterlogged=true], Block{minecraft:air}, Block{minecraft:spruce_stairs}[facing=west,half=top,shape=straight,waterlogged=false], Block{minecraft:dark_oak_button}[face=wall,facing=north,powered=false], Block{minecraft:spruce_planks}, Block{minecraft:dark_oak_planks}, Block{minecraft:brown_wall_banner}[facing=north], null, null, null]
Table: 13 Elements: {Block{minecraft:dark_oak_stairs}[facing=south,half=top,shape=straight,waterlogged=true]=>6, Block{minecraft:kelp}[age=25]=>2, Block{minecraft:dark_oak_button}[face=wall,facing=north,powered=false]=>9, Block{minecraft:kelp}[age=23]=>4, Block{minecraft:kelp_plant}=>1, Block{minecraft:dark_oak_stairs}[facing=west,half=top,shape=inner_left,waterlogged=true]=>5, Block{minecraft:spruce_planks}=>10, Block{minecraft:dark_oak_planks}=>11, Block{minecraft:kelp}[age=24]=>3, Block{minecraft:brown_wall_banner}[facing=north]=>12, Block{minecraft:water}[level=0]=>0, Block{minecraft:air}=>7, Block{minecraft:spruce_stairs}[facing=west,half=top,shape=straight,waterlogged=false]=>8}
Stacktrace:
at knot//net.caffeinemc.mods.lithium.common.world.chunk.LithiumHashPalette.missingPaletteEntryCrash(LithiumHashPalette.java:140)
at knot//net.caffeinemc.mods.lithium.common.world.chunk.LithiumHashPalette.method_12288(LithiumHashPalette.java:134)
at knot//net.minecraft.class_2841.method_12331(class_2841.java:158)
at knot//net.minecraft.class_2841.method_12321(class_2841.java:152)
at knot//net.minecraft.class_2826.method_12254(class_2826.java:43)
at knot//net.minecraft.class_1937.method_8320(class_1937.java:9602)
at knot//net.minecraft.class_1163.handler$bfi000$betterend$be_getWaterColor(class_1163.java:541)
at knot//net.minecraft.class_1163.method_4961(class_1163.java:26)
at knot//net.caffeinemc.mods.sodium.fabric.render.FluidRendererImpl$FabricFactory$1.getColor(FluidRendererImpl.java:154)
at knot//net.caffeinemc.mods.sodium.fabric.render.FluidRendererImpl$FabricFactory$1.getColor(FluidRendererImpl.java:151)
at knot//net.caffeinemc.mods.sodium.client.model.quad.blender.BlendedColorProvider.getVertexColor(BlendedColorProvider.java:43)
at knot//net.caffeinemc.mods.sodium.client.model.quad.blender.BlendedColorProvider.getColors(BlendedColorProvider.java:14)
at knot//net.caffeinemc.mods.sodium.client.render.chunk.compile.pipeline.DefaultFluidRenderer.updateQuad(DefaultFluidRenderer.java:380)
at knot//net.caffeinemc.mods.sodium.client.render.chunk.compile.pipeline.DefaultFluidRenderer.render(DefaultFluidRenderer.java:226)
at knot//net.caffeinemc.mods.sodium.fabric.render.FluidRendererImpl$DefaultRenderContext.render(FluidRendererImpl.java:138)
at knot//net.fabricmc.fabric.impl.client.rendering.fluid.FluidRenderingImpl.renderDefault(FluidRenderingImpl.java:50)
at knot//net.fabricmc.fabric.api.client.render.fluid.v1.FluidRenderHandler.renderFluid(FluidRenderHandler.java:86)
at knot//net.fabricmc.fabric.impl.client.rendering.fluid.FluidRenderingImpl.render(FluidRenderingImpl.java:39)
at knot//net.fabricmc.fabric.api.client.render.fluid.v1.FluidRendering.render(FluidRendering.java:49)
at knot//net.caffeinemc.mods.sodium.fabric.render.FluidRendererImpl.render(FluidRendererImpl.java:77)
at knot//net.caffeinemc.mods.sodium.client.render.chunk.compile.tasks.ChunkBuilderMeshingTask.execute(ChunkBuilderMeshingTask.java:118)
at knot//net.caffeinemc.mods.sodium.client.render.chunk.compile.tasks.ChunkBuilderMeshingTask.execute(ChunkBuilderMeshingTask.java:50)
at knot//net.caffeinemc.mods.sodium.client.render.chunk.compile.executor.ChunkJobTyped.execute(ChunkJobTyped.java:45)
at knot//net.caffeinemc.mods.sodium.client.render.chunk.compile.executor.ChunkBuilder$WorkerRunnable.run(ChunkBuilder.java:213)
at java.base/java.lang.Thread.run(Unknown Source)
-- Block being rendered --
Details:
Block: Block{minecraft:water}[level=0]
Block location: World: (141,62,47), Section: (at 13,14,15 in 8,3,2; chunk contains blocks 128,-64,32 to 143,319,47), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,-64,0 to 511,319,511)
Chunk section: RenderSection at chunk (8, 3, 2) from (128, 48, 32) to (143, 63, 47)
Render context volume: class_3341{minX=126, minY=46, minZ=30, maxX=145, maxY=65, maxZ=49}
Stacktrace:
at knot//net.caffeinemc.mods.sodium.client.render.chunk.compile.tasks.ChunkBuilderMeshingTask.execute(ChunkBuilderMeshingTask.java:118)
at knot//net.caffeinemc.mods.sodium.client.render.chunk.compile.tasks.ChunkBuilderMeshingTask.execute(ChunkBuilderMeshingTask.java:50)
at knot//net.caffeinemc.mods.sodium.client.render.chunk.compile.executor.ChunkJobTyped.execute(ChunkJobTyped.java:45)
at knot//net.caffeinemc.mods.sodium.client.render.chunk.compile.executor.ChunkBuilder$WorkerRunnable.run(ChunkBuilder.java:213)
at java.base/java.lang.Thread.run(Unknown Source)
-- Uptime --
Details:
JVM uptime: 83.421s
Wall uptime: 72.412s
High-res time: 60.709s
Client ticks: 858 ticks / 42.900s
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)
-- Affected level --
Details:
All players: 1 total; [class_746['ChemDrop'/440, l='ClientLevel', x=115.00, y=129.50, z=-119.00]]
Chunk stats: 1369, 913
Level dimension: minecraft:overworld
Level spawn location: World: (115,131,-119), Section: (at 3,3,9 in 7,8,-8; chunk contains blocks 112,-64,-128 to 127,319,-113), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,-64,-512 to 511,319,-1)
Level time: 7242859 game time, 76594 day time
Server brand: fabric
Server type: Non-integrated multiplayer server
Tracked entity count: 76
-- Last reload --
Details:
Reload number: 1
Reload reason: initial
Finished: Yes
Packs: vanilla, fabric, accessories, advancementplaques, aether, alloy_forgery, ambientsounds, animalgarden_owl, animalgarden_porcupine, animatica, appleskin, armoroftheages, artifacts, arts_and_crafts, aurelj_paintings, azurelib, babyfat, balm-fabric, bclib, beautify, bettercombat, betterdungeons, betterend, betterendisland, betterf3, betternether, bil, biomeparticleweather, birdnest, blur, bookshelf, cardinal-components-base, cardinal-components-block, cardinal-components-entity, cavedust, chat_heads, chunky, cicada, citresewn, citresewn-defaults, clean_tooltips, cloth-config, combat-plus-core, combat_roll, comforts, configured, connectiblechains, continuity, controlling, craftablecapes, creativecore, creeperoverhaul, cristellib, croptopia, cryonicconfig, ctov, cubes-without-borders, cumulus_menus, customportalapi, dark-loading-screen, deco_storage, deeperdarker, do_a_barrel_roll, dummmmmmy, easy_mob_farm, easyanvils, entity_model_features, entity_texture_features, entityculling, epherolib, eternal_starlight, exlinecopperequipment, explorerscompass, exposure, exposure_polaroid, extended-enchanting, 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, fallingleaves, forgeconfigapiport, fpsdisplay, framework, friendsandfoes, ftbessentials, ftblibrary, ftbteams, ftbultimine, globalpacks, goldenfeather, guardvillagers, handcrafted, horseshoes, immediatelyfast, immersive_aircraft, infwithmend, iris, jade, jamlib, jei, knightlib, knightquest, lightweight-inventory-sorting, lilylib, lithium, lolmbv, lolmcbv, lootintegrations, lootr, mavapi, mavm, midnightlib, minerally, mm_shedaniel, mobs_of_mythology, modmenu, moonlight, moretotems, mr_dungeons_andtavernsdeserttemplereplacement, mr_dungeons_andtavernsendcastlestandalone, mr_dungeons_andtavernsnetherfortressoverhaul, mr_dungeons_andtavernsoceanmonumentreplacement, mru, mvs, natures_spirit, naturescompass, new_slab_variants, nitrogen_internals, noisium, owo, patchouli, placeholder-api, playeranimator, polymer-blocks, polymer-core, polymer-resource-pack, polymorph, potleaves, ranged_weapon_api, refurbished_furniture, regions_unexplored, relics_rpgs, resourcefulconfig, rightclickharvest, ring_of_teleport, rusticpancakes, searchables, shouldersurfing, shulkerboxtooltip, shut_up_realms, shutter, simple_backpack, skinlayers3d, sky_aesthetics, snuffles, sodium, sootychimneys, sound_physics_remastered, sounds, spectrelib, spell_engine, spell_power, stellaris, structure_pool_api, structureessentials, structurify, supplementaries, takesapillage, team_reborn_energy, terrablender, textutilities, toms_storage, too_many_bows, toomanypaintings, trinkets, universal-graves, untitledduckmod, valhelsia_furniture, visuality, waveycapes, waystones, weaponmaster_ydm, worldedit, wover, wover-block, wover-core, wover-events, wover-generator, wover-preset, wover-surface, wover-ui, wunderlib, xaerominimap, xaeroworldmap, xtraarrows, yet_another_config_lib_v3, zipline, zoomify, continuity:default, continuity:glass_pane_culling_fix, natures_spirit:emissive_ores_compatibility, file/BCG x Whimscape, file/Whimscape_1.20.2-1.21.4_r2.zip, file/FreshAnimations_v1.9.2.zip, file/Whimscape_x_FreshAnimations_1.20.2-1.21.4_r1.zip, file/Aether_Excalibur_Support_1.21.1.zip, file/MandalasGUI+Modded_Dakmode_v4.6, file/mxsxc1_beam_cut.zip, file/Chem's 'Legacy Soundpack + Titlescreen' - 1.21, combat-plus:enchanted_numbers, moonlight:mods_dynamic_assets, $polymer-resources, easyanvils:default_block_models
-- System Details --
Details:
Minecraft Version: 1.21.1
Minecraft Version ID: 1.21.1
Operating System: Windows 11 (amd64) version 10.0
Java Version: 21.0.5, Eclipse Adoptium
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Eclipse Adoptium
Memory: 870338744 bytes (830 MiB) / 3590324224 bytes (3424 MiB) up to 9227468800 bytes (8800 MiB)
CPUs: 16
Processor Vendor: AuthenticAMD
Processor Name: AMD Ryzen 7 7800X3D 8-Core Processor
Identifier: AuthenticAMD Family 25 Model 97 Stepping 2
Microarchitecture: Zen 3
Frequency (GHz): 4.20
Number of physical packages: 1
Number of physical CPUs: 8
Number of logical CPUs: 16
Graphics card #0 name: NVIDIA GeForce RTX 4080 SUPER
Graphics card #0 vendor: NVIDIA
Graphics card #0 VRAM (MiB): 16376.00
Graphics card #0 deviceId: VideoController1
Graphics card #0 versionInfo: 32.0.15.7247
Memory slot #0 capacity (MiB): 16384.00
Memory slot #0 clockSpeed (GHz): 4.80
Memory slot #0 type: Unknown
Memory slot #1 capacity (MiB): 16384.00
Memory slot #1 clockSpeed (GHz): 4.80
Memory slot #1 type: Unknown
Virtual memory max (MiB): 45197.54
Virtual memory used (MiB): 36068.73
Swap memory total (MiB): 12800.00
Swap memory used (MiB): 552.46
Space in storage for jna.tmpdir (MiB): available: 1323483.88, total: 1906843.00
Space in storage for org.lwjgl.system.SharedLibraryExtractPath (MiB): available: 1323483.88, total: 1906843.00
Space in storage for io.netty.native.workdir (MiB): available: 1323483.88, total: 1906843.00
Space in storage for java.io.tmpdir (MiB): available: 1323483.88, total: 1906843.00
Space in storage for workdir (MiB): available: 1323483.88, total: 1906843.00
JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx8800m -Xms256m
Fabric Mods:
accessories: Accessories 1.1.0-beta.28+1.21.1
advancementplaques: Advancement Plaques 1.6.8
aether: The Aether 1.5.5
cumulus_menus: Cumulus 2.0.3
mm_shedaniel: Manningham Mills (shedaniel's fork) 2.4.1
nitrogen_internals: Nitrogen 1.1.21
aether_villages: Aether Villages 1.0.8
alloy_forgery: Alloy Forgery 2.4.1+1.21
ambientsounds: AmbientSounds 6.1.6
animalgarden_owl: Animal Garden - Owl 1.0.0
animalgarden_porcupine: Animal Garden - Porcupine 1.0.0
animatica: Animatica 0.6.1+1.21
appleskin: AppleSkin 3.0.6+mc1.21
architectury: Architectury 13.0.8
armoroftheages: Armor of the Ages 1.5.2
artifacts: Artifacts 12.0.6
cardinal-components-base: Cardinal Components API (base) 6.1.0
cardinal-components-entity: Cardinal Components API (entities) 6.1.0
com_electronwill_night-config_core: core 3.8.0
com_electronwill_night-config_toml: toml 3.8.0
expandability: ExpandAbility 12.0.0
arts_and_crafts: Arts & Crafts 1.3.1
blue_endless_jankson: jankson 1.2.3
aurelj_paintings: Aurelj's Vanilla Paintings 1.0.4
azurelib: AzureLib 3.0.8
babyfat: BabyFat 1.0.0+1.21
bil: blockbench-import-library 1.1.11+1.21
balm-fabric: Balm 21.0.31
kuma_api: KumaAPI 21.0.5-SNAPSHOT
bclib: BCLib 21.0.13
beautifiedchatclient: Beautified Chat Client 2.7
beautify: Beautify 1.3.0+1.21.1
bettercombat: Better Combat 2.1.3+1.21.1
betterdungeons: YUNG's Better Dungeons 1.21.1-Fabric-5.1.4
betterend: Better End 21.0.11
betterendisland: YUNG's Better End Island 1.21.1-Fabric-3.1.1
betterf3: BetterF3 11.0.3
betternether: Better Nether 21.0.11
biomeparticleweather: BiomeParticleWeather 5.3.1
birdnest: Bird Nests! 1.2.0+mc1.21.1
blur: Blur+ (Fabric) 5.0.0
bookshelf: Bookshelf 21.1.49
cavedust: Cave Dust 3.0.1
kirin: Kirin UI 1.20.0+1.21
chat_heads: Chat Heads 0.13.13
chunky: Chunky 1.4.16
cicada: CICADA 0.10.2+1.21-1.21.1
citresewn: CIT Resewn 1.2.2+1.21
citresewn-defaults: CIT Resewn: Defaults 1.2.2+1.21
clean_tooltips: Clean Tooltips 1.1
cloth-config: Cloth Config v15 15.0.140
cloth-basic-math: cloth-basic-math 0.6.1
collective: Collective 7.93
combat-plus-core: Combat+ Core 3.2.0+1.21
lilylib: LilyLib 1.3.1+1.21
combat_roll: Combat Roll 2.0.2+1.21.1
comforts: Comforts 9.0.3+1.21.1
spectrelib: SpectreLib 0.17.2+1.21
configured: Configured 2.6.0
connectiblechains: Connectible Chains 2.5.2+1.21.1
continuity: Continuity 3.0.0+1.21
controlling: Controlling 19.0.4
craftablecapes: CraftableCapes 1.0.1
creativecore: CreativeCore 2.12.32
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
croptopia: Croptopia 3.0.9
cryonicconfig: Cryonic Config 1.0.0+mc1.21.4
ctov: ChoiceTheorem's Overhauled Village 3.5.6
cubes-without-borders: Cubes Without Borders 3.0.0+mc1.21
cupboard: cupboard 1.21-2.9
dark-loading-screen: Dark Loading Screen 1.6.14
deco_storage: Decorative Storage 2.612-beta-1.21.1-fabric
deeperdarker: Deeper and Darker 1.3.3
customportalapi: Custom Portal Api 0.0.1-beta66-1.21
do_a_barrel_roll: Do a Barrel Roll 3.7.3
fabric-permissions-api-v0: fabric-permissions-api 0.2-SNAPSHOT
mixinsquared: MixinSquared 0.1.2-beta.4
dummmmmmy: MmmMmmMmmMmm 1.21-2.0.6
easy_mob_farm: Easy Mob Farm 9.5.1
easyanvils: Easy Anvils 21.1.0
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.3
epherolib: EpheroLib 1.2.0-1.20.6
eternal_starlight: Eternal Starlight 0.4.0+1.21.1+fabric
exlinecopperequipment: Copper Equipment 1.0.3
explorerscompass: Explorer's Compass 1.21.1-2.2.5-fabric
explorify: Explorify 1.6.2
exposure: Exposure 1.8.5
exposure_polaroid: Exposure Polaroid 1.0.3
extended-enchanting: Extended Enchanting 2.0.0+1.21
fabric-api: Fabric API 0.115.1+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.70+b559734419
fabric-biome-api-v1: Fabric Biome API (v1) 13.0.31+d527f9fd19
fabric-block-api-v1: Fabric Block API (v1) 1.0.22+0af3f5a719
fabric-block-view-api-v2: Fabric BlockView API (v2) 1.0.10+6573ed8c19
fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.52+0af3f5a719
fabric-client-tags-api-v1: Fabric Client Tags 1.1.15+6573ed8c19
fabric-command-api-v1: Fabric Command API (v1) 1.2.49+f71b366f19
fabric-command-api-v2: Fabric Command API (v2) 2.2.28+6ced4dd919
fabric-commands-v0: Fabric Commands (v0) 0.2.66+df3654b319
fabric-content-registries-v0: Fabric Content Registries (v0) 8.0.18+b559734419
fabric-convention-tags-v1: Fabric Convention Tags 2.1.3+7f945d5b19
fabric-convention-tags-v2: Fabric Convention Tags (v2) 2.10.0+9465b64419
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.1+9ed317f519
fabric-data-generation-api-v1: Fabric Data Generation API (v1) 20.2.26+16c4ae2519
fabric-dimensions-v1: Fabric Dimensions API (v1) 4.0.0+6fc22b9919
fabric-entity-events-v1: Fabric Entity Events (v1) 1.7.0+2122d82819
fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.7.13+ba9dae0619
fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.53+6ced4dd919
fabric-item-api-v1: Fabric Item API (v1) 11.1.1+d5debaed19
fabric-item-group-api-v1: Fabric Item Group API (v1) 4.1.6+6823f7cd19
fabric-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.5.0+01d9a51c19
fabric-loot-api-v2: Fabric Loot API (v2) 3.0.15+3f89f5a519
fabric-loot-api-v3: Fabric Loot API (v3) 1.0.3+3f89f5a519
fabric-message-api-v1: Fabric Message API (v1) 6.0.13+6573ed8c19
fabric-model-loading-api-v1: Fabric Model Loading API (v1) 2.0.0+fe474d6b19
fabric-networking-api-v1: Fabric Networking API (v1) 4.3.0+c7469b2119
fabric-object-builder-api-v1: Fabric Object Builder API (v1) 15.2.1+40875a9319
fabric-particles-v1: Fabric Particles (v1) 4.0.2+6573ed8c19
fabric-recipe-api-v1: Fabric Recipe API (v1) 5.0.14+248df81c19
fabric-registry-sync-v0: Fabric Registry Sync (v0) 5.2.0+34f5d91419
fabric-renderer-api-v1: Fabric Renderer API (v1) 3.4.0+c705a49c19
fabric-renderer-indigo: Fabric Renderer - Indigo 1.7.0+c705a49c19
fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.68+df3654b319
fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.48+73761d2e19
fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.1.6+1daea21519
fabric-rendering-v0: Fabric Rendering (v0) 1.1.71+df3654b319
fabric-rendering-v1: Fabric Rendering (v1) 5.0.5+df16efd019
fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 4.3.0+8dc279b119
fabric-resource-loader-v0: Fabric Resource Loader (v0) 1.3.1+5b5275af19
fabric-screen-api-v1: Fabric Screen API (v1) 2.0.25+8b68f1c719
fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.88+b559734419
fabric-sound-api-v1: Fabric Sound API (v1) 1.0.23+6573ed8c19
fabric-transfer-api-v1: Fabric Transfer API (v1) 5.4.2+c24bd99419
fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 6.2.0+45b9699719
fabric-language-kotlin: Fabric Language Kotlin 1.13.1+kotlin.2.1.10
org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 2.1.10
org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 2.1.10
org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 2.1.10
org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 2.1.10
org_jetbrains_kotlinx_atomicfu-jvm: atomicfu-jvm 0.27.0
org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.10.1
org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.10.1
org_jetbrains_kotlinx_kotlinx-datetime-jvm: kotlinx-datetime-jvm 0.6.1
org_jetbrains_kotlinx_kotlinx-io-bytestring-jvm: kotlinx-io-bytestring-jvm 0.6.0
org_jetbrains_kotlinx_kotlinx-io-core-jvm: kotlinx-io-core-jvm 0.6.0
org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm: kotlinx-serialization-cbor-jvm 1.8.0
org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.8.0
org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.8.0
fabricloader: Fabric Loader 0.16.10
fallingleaves: Falling Leaves 1.16.4
ferritecore: FerriteCore 7.0.2-hotfix
fishnostuck: Fish No Stuck 1.0.4
followersteleporttoo: Followers Teleport Too 2.7
forgeconfigapiport: Forge Config API Port 21.1.3
fpsdisplay: FPS-Display 4.2.1+1.21.1
framework: Framework 0.9.4
org_javassist_javassist: javassist 3.29.2-GA
org_reflections_reflections: reflections 0.10.2
friendsandfoes: Friends & Foes 3.0.7
ftbessentials: FTB Essentials 2101.1.6
ftblibrary: FTB Library 2101.1.10
ftbteams: FTB Teams 2101.1.2
ftbultimine: FTB Ultimine 2101.1.1
geckolib: GeckoLib 4 4.7.3
glitchcore: GlitchCore 2.1.0.0
net_jodah_typetools: typetools 0.6.3
globalpacks: Global Data- & Resourcepacks 21.0.0
goldenfeather: Golden Feather 1.0.3
guardvillagers: GuardVillagers 2.1.2-1.21
handcrafted: Handcrafted 4.0.2
hopobettermineshaft: Hopo Better Mineshaft 1.3.0
horseshoes: Horseshoes 1.2.4
iceberg: Iceberg 1.2.9.2
immediatelyfast: ImmediatelyFast 1.3.6+1.21.1
net_lenni0451_reflect: Reflect 1.3.4
immersive_aircraft: Immersive Aircraft 1.1.6+1.21.1
org_mariuszgromada_math_mathparser_org-mxparser: MathParser.org-mXparser 5.2.1
infinite_bundle: Infinite Storage Bundle 10
infwithmend: Infinity with Mending 1.1.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
jade: Jade 15.9.2+fabric
jamlib: JamLib 1.3.2+1.21.1
java: OpenJDK 64-Bit Server VM 21
jei: Just Enough Items 19.21.0.247
knightlib: Knight Lib 1.2.0
knightquest: Knight Quest 1.8.3
lightweight-inventory-sorting: Lightweight Inventory Sorting 1.1.2+1.21
lithium: Lithium 0.14.8+mc1.21.1
lithostitched: Lithostitched 1.4.2
lolmbv: More Bookshelf Variants 1.0.4
lolmcbv: More Chiseled Bookshelf Variants 1.7.1
lootintegration_townsandtowers: lootintegration_townsandtowers Mod 1
lootintegrations: Loot integration Mod 1.21-4.2
lootintegrations_bygonepillage: lootintegrations_bygonepillage Mod 1
lootintegrations_ctov: lootintegrations_ctov Mod 1
lootintegrations_dnt: lootintegrations_dnt Mod 1
lootintegrations_hopo: lootintegrations_hopo Mod 1
lootintegrations_moog: lootintegrations_moog Mod 1
lootintegrations_vanilla: lootintegrations_vanilla Mod 1
lootintegrations_yungs: lootintegrations_yungs Mod 1
lootr: Lootr 1.21-1.10.34.88
mavapi: More Axolotl Variants API 1.2.1
mavm: More Axolotl Variants Mod 1.3.0
maxhealthfix: MaxHealthFix 21.1.4
midnightlib: MidnightLib 1.6.9
minecraft: Minecraft 1.21.1
minerally: Minerally 1.21-1.21
mobs_of_mythology: Mobs of Mythology 2.1.5
modmenu: Mod Menu 11.0.3
monolib: MonoLib 2.0.0
moonlight: Moonlight Lib 1.21-2.17.32
moretotems: MoreTotems 2.20.1
mousetweaks: Mouse Tweaks 2.26
mr_dungeons_andtavernsancientcityoverhaul: Dungeons and Taverns Ancient City Overhaul 1-v2
mr_dungeons_andtavernsdeserttemplereplacement: Dungeons and Taverns Desert Temple Replacement 1-v1.2
mr_dungeons_andtavernsendcastlestandalone: Dungeons and Taverns End Castle Standalone 1-v1.1
mr_dungeons_andtavernsnetherfortressoverhaul: Dungeons and Taverns Nether Fortress Overhaul 1-v2.4
mr_dungeons_andtavernsoceanmonumentreplacement: Dungeons and Taverns Ocean Monument Replacement 1-v1.2
mr_dungeons_andtavernspillageroutpostoverhaul: Dungeons and Taverns Pillager Outpost Overhaul 1-v2.2
mr_dungeons_andtavernsstrongholdoverhaul: Dungeons and Taverns Stronghold Overhaul 1-v2.1.f
mr_dungeons_andtavernsswamphutoverhaul: Dungeons and Taverns Swamp Hut Overhaul 1-v2
mr_lukis_grandcapitals: Luki's Grand Capitals 1.1.1
mru: Mineblock's Repeated Utilities 1.0.8+1.21+fabric
mvs: Moog's Voyager Structures 4.2.8-1.21-fabric
natures_spirit: Nature's Spirit 2.2.1-1.21.1
naturescompass: Nature's Compass 1.21.1-2.2.7-fabric
new_slab_variants: New Slab Variants 3.0.1
no-resource-pack-warnings: No Resource Pack Warnings 1.3.0
noisium: Noisium 2.3.0+mc1.21-1.21.1
nyfsspiders: Nyf's Spiders 2.3.2
commonnetworking: Common Network 1.0.18-1.21.1
octolib: OctoLib 0.5.0.1
org_yaml_snakeyaml: snakeyaml 2.2
owo: oωo 0.12.15+1.21
io_wispforest_endec: endec 0.1.5
io_wispforest_endec_gson: gson 0.1.3
io_wispforest_endec_jankson: jankson 0.1.3
io_wispforest_endec_netty: netty 0.1.2
patchouli: Patchouli 1.21-87-FABRIC
fiber: fiber 0.23.0-2
placeholder-api: Placeholder API 2.4.2+1.21
playeranimator: Player Animator 2.0.1+1.21.1
polymer-bundled: Polymer 0.9.18+1.21.1
polymer-blocks: Polymer (Textured Blocks) 0.9.18+1.21.1
polymer-common: Polymer (Common) 0.9.18+1.21.1
packet_tweaker: Packet Tweaker 0.5.5+1.21
polymer-core: Polymer (Core) 0.9.18+1.21.1
polymer-networking: Polymer (Networking) 0.9.18+1.21.1
polymer-registry-sync-manipulator: Polymer (Registry Sync Manipulator) 0.9.18+1.21.1
polymer-resource-pack: Polymer (Resource Pack) 0.9.18+1.21.1
polymer-virtual-entity: Polymer (Virtual Entity) 0.9.18+1.21.1
polymorph: Polymorph 1.0.7+1.21.1
cardinal-components-block: Cardinal Components API (blocks) 6.1.0
potleaves: Pot Leaves 1.1.0
prickle: PrickleMC 21.1.6
puzzleslib: Puzzles Lib 21.1.28
quad: Quad 1.2.9
ranged_weapon_api: RangedWeaponAPI 2.0.5+1.21.1
refurbished_furniture: MrCrayfish's Furniture Mod: Refurbished 1.0.9
regions_unexplored: Regions Unexplored 0.5.6.1
relics_rpgs: Relics (RPG Series) 1.0.1+1.21.1
com_github_zsoltmolnarrr_tinyconfig: TinyConfig 2.3.2
resourcefulconfig: Resourcefulconfig 3.0.9
resourcefullib: Resourceful Lib 3.0.11
com_teamresourceful_bytecodecs: bytecodecs 1.1.2
com_teamresourceful_yabn: yabn 1.0.3
revamped_shipwrecks: Revamped Shipwrecks 1.1.0
rightclickharvest: Right Click Harvest 4.5.1+1.21.1
ring_of_teleport: Ring Of Teleport 1.5.8
rusticpancakes: Rustic Pancakes 1.0.0
searchables: Searchables 1.0.2
shouldersurfing: Shoulder Surfing Reloaded 4.10.0
shulkerboxtooltip: Shulker Box Tooltip 5.1.3+1.21.1
shut_up_realms: shut up realms 1.0.2+mc1.21.1
shutter: Shutter 2.1.2-fabric-1.21.1
simple_backpack: SimpleBackpack 1.6.9
skinlayers3d: 3d-Skin-Layers 1.7.4
sky_aesthetics: Sky Aesthetics 1.5.0
smartbrainlib: SmartBrainLib 1.16.7
snuffles: Snuffles 1.3.0+1.21.1
sodium: Sodium 0.6.9+mc1.21.1
sootychimneys: Sooty Chimneys 1.3.2
sound_physics_remastered: Sound Physics Remastered 1.21.1-1.4.8
sounds: Sounds 2.4.5+1.21.1+fabric
mixinextras: MixinExtras 0.5.0-beta.5
spell_engine: Spell Engine 1.5.2+1.21.1
spell_power: Spell Power Attribute 1.2.1+1.21.1
stellaris: Stellaris 1.2.7
team_reborn_energy: Energy 4.1.0
structory: Structory 1.3.9
structure_pool_api: Structure Pool API 1.1.3+1.21.1
structureessentials: Structure Essentials Mod 1.21-4.3
structurify: Structurify 1.0.11
supplementaries: Supplementaries 1.21-3.0.40-beta
t_and_t: Towns and Towers 1.13.2
takesapillage: It Takes a Pillage Continuation 1.0.6
tectonic: Tectonic 2.4.3
terrablender: TerraBlender 4.1.0.8
textutilities: Text Utilities 1.7.2+1.21.1
toms_storage: Tom's Simple Storage Mod 2.1.2
too_many_bows: Too Many Bows 1.21-1.1.2
toomanypaintings: Too Many Paintings! 1.0.2-1.21-fabric
trinkets: Trinkets 3.10.0
universal-graves: Universal Graves 3.4.4+1.21
common-protection-api: Common Protection API 1.0.0
predicate-api: Predicate API 0.5.1+1.21
server_translations_api: Server Translations API 2.3.1+1.21-pre2
sgui: sgui 1.6.0+1.21
untitledduckmod: Untitled Duck Mod 0.8.1
valhelsia_core: Valhelsia Core 1.1.3
valhelsia_furniture: Valhelsia Furniture 1.1.0
villagernames: Villager Names 8.2
visuality: Visuality 0.7.7+1.21
waveycapes: WaveyCapes 1.5.1
waystones: Waystones 21.1.9
weaponmaster_ydm: YDM's Weapon Master 4.2.3
worldedit: WorldEdit 7.3.8+6939-7d32b45
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
xaerominimap: Xaero's Minimap 25.1.0
xaeroworldmap: Xaero's World Map 1.39.4
xtraarrows: Xtra Arrows 3 3.4.2
yet_another_config_lib_v3: YetAnotherConfigLib 3.6.3+1.21.1-fabric
yungsapi: YUNG's API 1.21.1-Fabric-5.1.4
zipline: Zipline 1.0.1+1.21.1
zoomify: Zoomify 2.14.2+1.21.1
com_akuleshov7_ktoml-core-jvm: ktoml-core-jvm 0.5.2
Loaded Shaderpack: ComplementaryReimagined_r5.4.zip
Profile: HIGH (+11 options changed by user)
Launched Version: fabric-0.16.10-1.21.1
Launcher name: CurseForge
Backend library: LWJGL version 3.3.3-snapshot
Backend API: NVIDIA GeForce RTX 4080 SUPER/PCIe/SSE2 GL version 3.2.0 NVIDIA 572.47, NVIDIA Corporation
Window size: 1920x1081
GFLW Platform: win32
GL Caps: Using framebuffer using OpenGL 3.2
GL debug messages:
Is Modded: Definitely; Client brand changed to 'fabric'
Universe: 400921fb54442d18
Type: Client (map_client.txt)
Graphics mode: fancy
Render Distance: 15/16 chunks
Resource Packs: vanilla, fabric, accessories, advancementplaques, aether, alloy_forgery, ambientsounds, animalgarden_owl, animalgarden_porcupine (incompatible), animatica, appleskin (incompatible), armoroftheages (incompatible), artifacts, arts_and_crafts, aurelj_paintings, azurelib, babyfat, balm-fabric (incompatible), bclib, beautify, bettercombat, betterdungeons, betterend, betterendisland, betterf3, betternether, bil, biomeparticleweather, birdnest, blur, bookshelf (incompatible), cardinal-components-base, cardinal-components-block, cardinal-components-entity, cavedust, chat_heads, chunky, cicada, citresewn, citresewn-defaults, clean_tooltips, cloth-config, combat-plus-core, combat_roll, comforts (incompatible), configured, connectiblechains, continuity, controlling (incompatible), craftablecapes, creativecore, creeperoverhaul, cristellib, croptopia, cryonicconfig, ctov, cubes-without-borders, cumulus_menus, customportalapi, dark-loading-screen, deco_storage, deeperdarker (incompatible), do_a_barrel_roll (incompatible), dummmmmmy, easy_mob_farm, easyanvils, entity_model_features, entity_texture_features, entityculling, epherolib, eternal_starlight (incompatible), exlinecopperequipment, explorerscompass, exposure, exposure_polaroid, extended-enchanting, 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, fallingleaves, forgeconfigapiport, fpsdisplay, framework (incompatible), friendsandfoes, ftbessentials (incompatible), ftblibrary, ftbteams, ftbultimine, globalpacks (incompatible), goldenfeather (incompatible), guardvillagers, handcrafted, horseshoes, immediatelyfast, immersive_aircraft, infwithmend, iris, jade (incompatible), jamlib, jei (incompatible), knightlib (incompatible), knightquest (incompatible), lightweight-inventory-sorting, lilylib, lithium, lolmbv, lolmcbv, lootintegrations (incompatible), lootr, mavapi, mavm, midnightlib, minerally, mm_shedaniel, mobs_of_mythology, modmenu, moonlight, moretotems (incompatible), mr_dungeons_andtavernsdeserttemplereplacement (incompatible), mr_dungeons_andtavernsendcastlestandalone (incompatible), mr_dungeons_andtavernsnetherfortressoverhaul (incompatible), mr_dungeons_andtavernsoceanmonumentreplacement (incompatible), mru (incompatible), mvs (incompatible), natures_spirit, naturescompass, new_slab_variants (incompatible), nitrogen_internals, noisium, owo, patchouli (incompatible), placeholder-api, playeranimator, polymer-blocks, polymer-core, polymer-resource-pack, polymorph (incompatible), potleaves (incompatible), ranged_weapon_api, refurbished_furniture (incompatible), regions_unexplored (incompatible), relics_rpgs, resourcefulconfig, rightclickharvest, ring_of_teleport, rusticpancakes, searchables (incompatible), shouldersurfing, shulkerboxtooltip, shut_up_realms, shutter, simple_backpack, skinlayers3d, sky_aesthetics, snuffles, sodium, sootychimneys, sound_physics_remastered, sounds, spectrelib (incompatible), spell_engine, spell_power, stellaris, structure_pool_api, structureessentials (incompatible), structurify, supplementaries, takesapillage, team_reborn_energy, terrablender (incompatible), textutilities, toms_storage (incompatible), too_many_bows, toomanypaintings, trinkets, universal-graves, untitledduckmod, valhelsia_furniture, visuality, waveycapes, waystones (incompatible), weaponmaster_ydm, worldedit (incompatible), wover, wover-block, wover-core, wover-events, wover-generator, wover-preset, wover-surface, wover-ui, wunderlib, xaerominimap (incompatible), xaeroworldmap (incompatible), xtraarrows, yet_another_config_lib_v3 (incompatible), zipline, zoomify, continuity:default, continuity:glass_pane_culling_fix, natures_spirit:emissive_ores_compatibility (incompatible), file/BCG x Whimscape, file/Whimscape_1.20.2-1.21.4_r2.zip, file/FreshAnimations_v1.9.2.zip, file/Whimscape_x_FreshAnimations_1.20.2-1.21.4_r1.zip, file/Aether_Excalibur_Support_1.21.1.zip, file/MandalasGUI+Modded_Dakmode_v4.6, file/mxsxc1_beam_cut.zip, file/Chem's 'Legacy Soundpack + Titlescreen' - 1.21, combat-plus:enchanted_numbers, moonlight:mods_dynamic_assets, $polymer-resources, easyanvils:default_block_models
Current Language: en_us
Locale: en_US
System encoding: Cp1252
File encoding: UTF-8
CPU: 16x AMD Ryzen 7 7800X3D 8-Core ProcessorOther Mods
Sodiumcan i get the patched version you have until the mod gets officially updated?
+1, need this too!