Forge Config API Port

Forge Config API Port

30M Downloads

4.0.1 requires modmenu as an additional dependency

Exopandora opened this issue ยท 3 comments

commented

I wanted to update forgeconfigapiport-fabric from 4.0.0 to 4.0.1 but it now says that it requires com.terraformersmc:modmenu:4.0.0 which should not be the case as it should be an optional dependency.
The resulting gradle error is::

FAILURE: Build failed with an exception.

* What went wrong:
A problem occurred configuring project ':common'.
> Could not resolve all dependencies for configuration ':common:modImplementation'.
   > Could not find com.terraformersmc:modmenu:4.0.0.
     Searched in the following locations:
       - https://libraries.minecraft.net/com/terraformersmc/modmenu/4.0.0/modmenu-4.0.0.pom
       - https://libraries.minecraft.net/com/terraformersmc/modmenu/4.0.0/modmenu-4.0.0.jar
       - https://repo.maven.apache.org/maven2/com/terraformersmc/modmenu/4.0.0/modmenu-4.0.0.pom
       - https://repo.spongepowered.org/repository/maven-public/com/terraformersmc/modmenu/4.0.0/modmenu-4.0.0.pom
       - https://raw.githubusercontent.com/Fuzss/modresources/main/maven/com/terraformersmc/modmenu/4.0.0/modmenu-4.0.0.pom
       - file:/PATH/TO/PROJECT/.gradle/quilt-loom-cache/remapped_mods/com/terraformersmc/modmenu/4.0.0/modmenu-4.0.0.pom
       - https://maven.fabricmc.net/com/terraformersmc/modmenu/4.0.0/modmenu-4.0.0.pom
       - https://maven.quiltmc.org/repository/release/com/terraformersmc/modmenu/4.0.0/modmenu-4.0.0.pom
       - file:/PATH/TO/GRADLE/caches/quilt-loom/4.0.0/modmenu.jar
       - file:/PATH/TO/PROJECT/.gradle/quilt-loom-cache/4.0.0/modmenu.jar
       - https://maven.quiltmc.org/repository/snapshot/com/terraformersmc/modmenu/4.0.0/modmenu-4.0.0.pom
     Required by:
         project :common > net.minecraftforge:forgeconfigapiport-fabric:4.0.1

It looks like a configuration issue of https://github.com/Fuzss/modresources/blob/main/maven/net/minecraftforge/forgeconfigapiport-fabric/4.0.1/forgeconfigapiport-fabric-4.0.1.pom

commented

Does it work again with v4.0.2?

commented

Its works now, thanks!

commented

I just ported the new config screens from Forge, they require Mod Menu to access. Mod Menu is still not a requirement (even in dev compiling and everything works fine without it), but I'd highly recommend using it now.