-
Notifications
You must be signed in to change notification settings - Fork 1
Guide for Mod Developers
Endor H edited this page Dec 17, 2022
·
6 revisions
Simple Config can automatically wrap other mods' config files and provide them with config menus and commands, as long as they use Forge's Config API. However, you may instead use the Simple Config API directly to define your config menus.
If that is the case, you may be interested in the following topics:
- Adding as a Dependency
- API
- Entry Types
- Entry Tags
- Baking Tricks
- Customization
- Built in Presets and Hotkeys
- Translating Config Menus
Simple Config has a few demos:
-
DemoConfigCategory, a commented demo config category showcasing the Builder Java API -
DemoDeclarativeConfigCategory, a commented demo config category showcasing the Annotation Java API -
ClientKonfig, a basic showcase of the Kotlin API
If you have any doubts, feel free to drop by the official Discord Server.