Crystal-Nest / harvest-with-ease

Don't break crops, right click them!
https://modrinth.com/mod/harvest-with-ease
GNU General Public License v3.0
5 stars 1 forks source link

Update gradle.properties #36

Closed norimicry closed 8 months ago

norimicry commented 8 months ago

Update ForgeConfigAPI to latest 1.20.1 version to fix incompatibility error.

Incompatible mods found!
net.fabricmc.loader.impl.FormattedException: Some of your mods are incompatible with the game or each other!
A potential solution has been determined, this may resolve your problem:
     - Replace mod 'Forge Config API Port' (forgeconfigapiport) 20.2.4 with any version between 9.0.0 (inclusive) and 10- (exclusive).
More details:
     - Mod 'Harvest with ease' (harvestwithease) 8.0.0.2 requires any version between 9.0.0 (inclusive) and 10- (exclusive) of mod 'Forge Config API Port' (forgeconfigapiport), but only the wrong version is present: 20.2.4!
    at net.fabricmc.loader.impl.FormattedException.ofLocalized(FormattedException.java:51) ~[fabric-loader-0.15.3.jar:?]
    at net.fabricmc.loader.impl.FabricLoaderImpl.load(FabricLoaderImpl.java:195) ~[fabric-loader-0.15.3.jar:?]
    at net.fabricmc.loader.impl.launch.knot.Knot.init(Knot.java:146) ~[fabric-loader-0.15.3.jar:?]
    at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:68) ~[fabric-loader-0.15.3.jar:?]
    at net.fabricmc.loader.impl.launch.knot.KnotServer.main(KnotServer.java:23) ~[fabric-loader-0.15.3.jar:?]
    at net.fabricmc.loader.impl.launch.server.FabricServerLauncher.main(FabricServerLauncher.java:69) ~[fabric-loader-0.15.3.jar:?]
    at net.fabricmc.installer.ServerLauncher.main(ServerLauncher.java:69) ~[fabric-1.20.2.jar:1.0.0]
Crystal-Spider commented 8 months ago

Thank you for the PR!
I am definitely going to fix this issue, but I would like to keep support for the 9 version of FCAP, so I will do something to accept both versions.