Open mllightitup opened 2 years ago
well this sucks
well this sucks
I updated all the API and moved the mod to 1.19 Perhaps something might not work, because I have not tested all the functions and I do not know Java :))) "/fabdate update" - works correctly https://github.com/mllightitup/fabrilous-updater
Based
thank you so much
thank you so much
Be careful. This mod does not always work correctly with Quilt and finds incorrect updates if you play NOT on the latest minor version of minecraft (For example, on 1.18.2 everything will be fine, but on 1.18.1 it may find the wrong version). This is especially noticeable now with 1.19, 1.19.1, 1.19.2. So I recommend double checking to avoid errors.
is there a way to fix this in the future
is there a way to fix this in the future
There is a way, but I can not because I do not know java enough and how to work with fabric. In general, I'm not a developer of mods)) I think that someone who knows java on a basic to average level can easily fix it.
For mods from modrinth you just need to change the way you get the update information. The modrinth api documentation has a way to get updates more accurately: https://docs.modrinth.com/api-spec/#tag/version-files/operation/getLatestVersionFromHash
Curseforge is more complicated, need to look into it
will you update it to 1.19.3 when it releases?
java.lang.RuntimeException: Could not execute entrypoint stage 'main' due to errors, provided by 'fabrilousupdater'!
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.lambda$invoke0$0(EntrypointUtils.java:51)
at net.fabricmc.loader.impl.util.ExceptionUtil.gatherExceptions(ExceptionUtil.java:33)
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke0(EntrypointUtils.java:49)
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke(EntrypointUtils.java:35)
at net.fabricmc.loader.impl.game.minecraft.Hooks.startClient(Hooks.java:52)
at net.minecraft.class_310.
This API: https://curseapidoc.docs.apiary.io/ doesn't work for some reason. Maybe you should switch to the official curseforge api: https://docs.curseforge.com/#getting-started But the problem is that you need your own api key and putting it in the public domain is not the best idea Also, modrinth have updated their api to version v2: https://docs.modrinth.com/