Configured

Configured

33M Downloads

[FABRIC] Include forge config provider for fabric builds

Exopandora opened this issue ยท 5 comments

commented

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.

commented

When this is done it should also include the NeoForge config provider

commented

Hope it comes soon

commented

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.

commented

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?

commented

I'll look into it soon. Should be an easy add since I've got all the code already.