The-Fireplace-Minecraft-Mods / Fireplace-Lib

A library of common functionality used by my mods, in one place for easier maintenance and faster updates.
https://www.curseforge.com/minecraft/mc-mods/fireplace-lib
MIT License
3 stars 7 forks source link

Custom option type support #29

Closed The-Fireplace closed 3 years ago

The-Fireplace commented 3 years ago

As a developer, I want the ability to add an option with a custom handler. Specifically, I want a way to implement a button that opens another screen of my choosing, which will either return the new value or get cancelled.