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.
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:
- OptionGUIConstruction.EVENT, called once in the GUI constructor, allows adding entire pages. This is probably the one you want.
- OptionPageConstruction.EVENT, called for each OptionPage. Use this if you want to add a group of toggles to the performance tab or something.
- OptionGroupConstruction.EVENT, called for each group of options. Use this if you want to insert a single option into an existing group, or modify the vanilla ones.
本站是资源分享站,资源均来自于互联网和用户自发分享,仅供学习和交流使用。如有版权问题,请联系管理员删除。
操作
创作者
待认领资源
成为此资源的创作者
其他链接
最近更新资源
通天之路
热度 315 | 3 天前更新
匠途闲境 - Create Craft & Quiet
热度 207 | 3 天前更新
VERITY.exe
热度 369 | 6 天前更新
咒术回战(咒术战斗)
热度 68954 | 6 天前更新
暮色森林精选 - The Best of Twilight Forest
热度 25618 | 6 天前更新
无限计划 0.1 - Project Infinity 0.1
热度 9749 | 6 天前更新
黑暗RPG - DarkRPG - Forge
热度 9591 | 6 天前更新
[TLWS]末世生辉 The Last World Shines
热度 9405 | 6 天前更新
简易小屋
热度 626 | 1 周前更新
灾厄巫咒
热度 662 | 2 周前更新
阿卡迪亚的天启
热度 2872 | 2 周前更新
寄生仙途
热度 803 | 2 周前更新
评论区 (0)
登录 后才能发表评论
快来发表第一条评论吧!