Forge Config API Port

Forge Config API Port

29M Downloads

The common publication doesn't let you reference (neo)forge config classes

thexaero opened this issue ยท 2 comments

commented

Mod Loader (Required)

Fabric

Minecraft Version (Required)

1.20.2

Mod Version (Required)

20.2.6

Notes (Required)

Can't really use the common build as a dependency in my common project it seems. Can't reference ForgeConfigSpec or ModConfigSpec. Not sure if I'm doing something wrong. Please let me know. I'll try using the fabric build in the common project for now though, like I did before the common builds existed.

latest.log (Optional)

No response

commented

https://github.com/Fuzss/forgeconfigapiport/wiki/Getting-Started-on-1.20.2-and-Up#configuring-dependencies-for-vanillagradle

Use fuzs.forgeconfigapiport:forgeconfigapiport-common-neoforgeapi, not fuzs.forgeconfigapiport:forgeconfigapiport-common.

commented

Ah, I see, thank you!