[FABRIC] Include forge config provider for fabric builds
Exopandora opened this issue ยท 5 comments
Including the forge config provider for fabric builds would enable mods using the forgecofingapiport-fabric to use configured instead of the very basic builtin config gui.
Its only necessary to include the package com.mrcrayfish.configured.impl.forge
from the forge build and to add the provider in the fabric.mod.json
. After that every mod using the forgecofingapiport-fabric will use the configured gui.
I just went ahead and added those classes directly to Forge Config Api Port in the latest version for now as I was also very much looking forward to getting proper config screens for Forge configs on Fabric.
@MrCrayfish: I'd prefer though if you would maintain this integration yourself so I don't have to keep a look out for any future changes you make to the implementation. If you don't want to add this integration to the fabric version of Configured directly maybe something like your Menulogue mod could be done?