
Allow users to change how high the Hotbar will go
zndrmn opened this issue ยท 7 comments
I have considered it. I definitely would not use any sort of dependency asides from FAPI though, as I consider it essential that I can release this for any snapshot that comes out.
This is entirely mixins -- does it even need to have FAPI?
Here's a one-class config library which is easily maintainable across versiosn: MidnightConfig (usage/docs)
I have used that (and TinyConfig, what it was created from). I have actually already created a version using that in testing, but I would like something simpler if possible, as it is quite a lot added to just change an int value.
I guess what I was trying to say is I would not use Cloth Config.
I'll ask around for some alternatives to look at, otherwise I would probably use TinyConfig (and maybe try to strip it out a bit). It really can be hella barebones for what it is for.
Was also testing a hotkey based solution that only held in memory, but yeah that would probably be pretty annoying. Was very simple though.
Either way you still need FAPI to register the config and for any keybinds.
One issue with these is that they are only made for Fabric and I'd have to port them to Forge if I wanted to use them.