Scubakay / litematica-enderchest-materials

Count materials in your Ender Chest too!
https://modrinth.com/mod/litematica-enderchest-materials
MIT License
0 stars 0 forks source link

[Modrinth] Remove invalid project dependency #9

Closed KruASe76 closed 3 months ago

KruASe76 commented 3 months ago

on Modrinth all versions from 0.0.3 refer to a project as a dependency that is invalid. this breaks mod installation feature in launchers such as PrismLauncher as it tries to install all the dependencies and in this case runs into an error.

removal of the invalid dependency should fix such issues.
thanks :)

Scubakay commented 3 months ago

That's weird. I've been able to use the installation feature in Prism just fine. Which project does it refer to that breaks it?

KruASe76 commented 3 months ago

just an "Unknown project" изображение

Scubakay commented 3 months ago

That would be Litematica. The dependency can not be resolved by Modrinth because Litematica is not on Modrinth yet. Prism/Minecraft should be able to resolve it just fine.

Have you added Litematica to the mods too?

Also, if there's any errors, could you copy and paste them here?

KruASe76 commented 3 months ago

here is part of the log

and here is how it looks like prismlauncher_mod_download_error.webm

Scubakay commented 3 months ago

Could you see if it helps if you download Litematica and Malilib first? Malilib can now be found on Modrinth. Litematica is still on CurseForge.

I tried to reproduce it but for me it works just fine. What version of Prism are you on? (I'm on 7.2)

Scubakay commented 3 months ago

I think this might be a bug on Prism's side, where they handle dependencies incorrectly, but I'm not sure.

KruASe76 commented 3 months ago

Could you see if it helps if you download Litematica and Malilib first?

Still the same, no matter from where Malilib was downloaded

What version of Prism are you on? (I'm on 7.2)

8.3, on Fedora Linux if that matters

a bug on Prism's side, where they handle dependencies incorrectly

well... if a project has an inexistent project listed as a required dependency, any mod downloader with dependency checks is totally expected to fail to resolve this imo

Scubakay commented 3 months ago

The mod does exist though. Only not on the same platform. I can't remove the dependency, because Minecraft itself needs to know about it. This mod adds a small little feature to Litematica so it needs the dependency.

But I might be wrong so I'm asking around on the Prism discord right now.

KruASe76 commented 3 months ago

so mod's dependencies on Modrinth are automatically generated? well in that case it is really not your issue

i develop plugins and i have to manually add dependencies to projects on Modrinth

Trial97 commented 3 months ago

This also fails on modrinth app: image

Scubakay commented 3 months ago

I think the dependencies are configured by mc-publish, which I use to publish to Modrinth.

Scubakay commented 3 months ago

@KruASe76 I removed the dependency from Modrinth. It should work now!