Skip to content

Bug: Crash "Sodium mod config not found" when Bits 'n' Bobs is installed alongside Sodium #130

Description

@merchizm

Describe the bug
The game crashes with "Sodium mod config not found" during the loading overlay render when Create: Bits 'n' Bobs is installed alongside Sodium. Removing Bits 'n' Bobs from the mod list resolves the crash and the game launches normally with all other mods (including Sodium) unchanged.

To Reproduce
Steps to reproduce the behavior:

  1. Install Create: Bits 'n' Bobs (latest version) alongside Sodium 0.8.12-beta.2 on NeoForge 21.1.234, Minecraft 1.21.1
  2. Launch the game
  3. Game crashes during the loading overlay with java.lang.RuntimeException: Sodium mod config not found
  4. Remove Bits 'n' Bobs only (keep Sodium and all other mods) → game launches successfully

This can also be reproduced by adding Create: Bits 'n' Bobs to the "Meric's Wonderland" modpack (v0.2): https://modrinth.com/modpack/merics-wonderland — installing this mod on top of that pack triggers the same crash.

Expected behavior
The game should launch normally with both Bits 'n' Bobs and Sodium installed, without a config registration conflict.

Latest.log, screenshots and crash log
java.lang.RuntimeException: Sodium mod config not found
at net.caffeinemc.mods.sodium.client.config.ConfigManager.registerConfigs(ConfigManager.java:119)
at net.caffeinemc.mods.sodium.client.config.ConfigManager.registerConfigsLate(ConfigManager.java:76)
at net.minecraft.client.Minecraft.handler$cpg000$sodium$postInit(Minecraft.java:16571)
at net.minecraft.client.Minecraft.buildInitialScreens(Minecraft.java:675)
at net.minecraft.client.Minecraft.onGameLoadFinished(Minecraft.java:646)
at net.minecraft.client.Minecraft.onResourceLoadFinished(Minecraft.java:641)
at net.neoforged.neoforge.client.loading.NeoForgeLoadingOverlay.render(NeoForgeLoadingOverlay.java:145)

Mod version: Create: Bits 'n' Bobs 2.1.9-beta
Sodium version: 0.8.12-beta.2+mc1.21.1
NeoForge: 21.1.234
Minecraft: 1.21.1

crash-2026-07-11_12.45.26-client.txt

Metadata

Metadata

Assignees

No one assigned

    Type

    Fields

    No fields configured for Bug.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions