cominixo / BetterF3

A Fabric mod for Minecraft that provides a highly customizable, more human-readable Debug HUD.
MIT License
137 stars 34 forks source link

API for other mods to add custom information #6

Open mpfaff opened 3 years ago

mpfaff commented 3 years ago

It would be great if other mods could add their own modules with more information.

cominixo commented 3 years ago

Pretty sure this is already semi-possible, extending BaseModule should work, would just need to add it to a gradle repository.

mpfaff commented 3 years ago

I compiled a sources jar and included that as a gradle dependency, but I couldn't extend BaseModule because the obfuscation was different than my project's (if I understood correctly).