is this a fabric compatible mod?
ShotenDesign opened this issue ยท 9 comments
im running fabric loader 0.14.9 which so far has run the 12 other mods (including the api and collective fabric)
but when i drop in "harvestwithease-1.19.2-4.0.0.1-fabric.jar" i get the following error.... to me it looks like it thinks the mods for forge not fabric, if im being silly and not seen a dependency for your mod im sorry. just bash me over the head with it and ill get back to being able to farm nicely once again.
Incompatible mod set!
net.fabricmc.loader.impl.FormattedException: Mod resolution encountered an incompatible mod set!
A potential solution has been determined:
- Install forgeconfigapiport_version, version 4.2.6.
Unmet dependency listing:
- Mod 'Harvest with ease' (harvestwithease) 4.0.0.1 requires version 4.2.6 of forgeconfigapiport_version, which is missing!
at net.fabricmc.loader.impl.FabricLoaderImpl.load(FabricLoaderImpl.java:190)
at net.fabricmc.loader.impl.launch.knot.Knot.init(Knot.java:148)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:68)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
Hi! Sorry for the inconvenience, but rest assured that it is a Fabric compatible mod and the file you downloaded is correct.
The problem here is that you're missing a required dependency: Forge Config API Port.
In particular you need version 4.2.6 that you can download here.
Anyhow, the required dependencies are always listed at the bottom of the download page, for example Harvest with ease you can see the following:
thank you. i tried to search for it using the report name even adding spaces but the curse forge site is notorious with me and friends for being hard to navigate or find things you want
hmm the same error comes up when i have the forge config api port. its acting like its not there. also added modmenu to help track mods. once i click the show libarys button its there 4.2.6 on the modmenu. but when i close drop your mod in and relaunch the launcher it says not found
thanks any extra info i can give i will screen shots what ever as im a bit perplexed..
i tried to even see if i had some how clicked on the wrong link or if my browser was being a B-star-ed
i even though for a second that there was a dependency for the "ForgeConfigAPIPort-v4.2.6-1.19.2-Fabric.jar" as at the bottom of the page i saw a "Additional files" and though oh they have a libary for the libary..haha...nope "ForgeConfigAPIPort-v4.2.6-1.19.2-Fabric-sources.jar" ...just make everything scary
I understood what's causing the problem, it was a typo of mine when building the jar. Basically instead of requiring a mod with id "forgeconfigapiport" I was requiring a mod with id "forgeconfigapiport_version" by mistake. I will release a new version asap, matter of minutes.
Thank you for finding this out.