HomeJavaModsSodium Options API
Sodium Options API
ModsJava

Sodium Options API

by Txni · on Modrinth

Config API for adding Sodium options with a better categories menu. Free Minecraft Java mod for 1.21.5.

⬇ Download on Modrinth

banner

This mod adds cross-platform events for adding Sodium/Embeddium options menu integration. For example, you can add an option page to Embeddium on Forge, Fabric Sodium 0.5 on 1.20.1, and Fabric/NeoForge Sodium 0.6 on 1.21.1 with one event:

OptionGUIConstruction.EVENT.register((pages) -> pages.add(new TestOptionPage()));

If you're an end user, and you don't have this mod installed already as a library for another Sodium addon, you can install it alongside Reese's Options to get improved category menu, with drop-down support so that it's easier to navigate. This will take effect even for mods that don't use this API and inject into Sodium options directly.

demo

This mod is partially a fork of the Embeddium categories API and options events, with heavy changes to support upstream Sodium. While it makes changes to the Reese's Sodium Options menu, it does so via mixin for compatibility reasons, so you will need to install both.

Using the API

First, you will need to add this mod to your dev environment, using the Maven release for Curseforge or Modrinth.

modImplementation("maven.modrinth:sodium-options-api:version")

Then, this mod provides three events in toni.sodiumoptionsapi.api:

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

📺 Java videos for Sodium Options API watch on YouTube ↗

Three Best Mods for Minecraft! (Fabric API, Sodium, & Iris)YouTubeThree Best Mods for Minecraft! (Fabric API, Sodium, & Iris)Commander101How To Install Fabric, Sodium, and Iris In Minecraft Java Edition 1.21.4+YouTubeHow To Install Fabric, Sodium, and Iris In Minecraft Java Edition 1.21.4+InBetweenFatesBest Sodium Settings for Minecraft (2026)YouTubeBest Sodium Settings for Minecraft (2026)The BreakdownOptifine vs Sodium (Comparison Edit) #shorts #minecraft #viralYouTubeOptifine vs Sodium (Comparison Edit) #shorts #minecraft #viralminecraftfishHow To Remove Lag in Minecraft (how to install sodium)YouTubeHow To Remove Lag in Minecraft (how to install sodium)camman18
🎬Made a video about Sodium Options API? Feature it #1 here for free — put the mcmodshub.com link near the top of your description, or in a pinned comment.

Explore more