I am trying to add a button to the options GUI, but I can't find any forge way to make it work! I tried to make a normal ModLoader mod to use the onTickInGUI funstion, but it never triggered. I know how to do this using ASM, but I would like to avoid that if possible. Is there a way to do this?
EDIT: To clarify, I am not trying to make a modloader mod. I have a modloader mod that works, but I would like to port it to a forge mod.