RubixDev / Inventorio

Inventorio - an inventory enhancement mod for Minecraft (Fabric / (Neo)Forge)
https://modrinth.com/mod/inventorio
57 stars 22 forks source link

Jitpack.io failed to build. #135

Closed jptrzy closed 2 years ago

jptrzy commented 2 years ago

I was trying to implement inventorio with my mod, but my grandle always spits out something like Could not find com.github.Lizard-Of-Oz.Inventorio:1.19-SNAPSHOT:.

Later I found (by entering this) that jitpack had some problem with building your mod.

I don't think that I could do anything on my site to fix this problem.

Lizard-Of-Oz commented 2 years ago

JitPack pretty much doesn't work for many reasons at once. I recommend using https://www.cursemaven.com/ instead, and will update the readme file soon.

Lizard-Of-Oz commented 2 years ago

In fact, my another mod, DRG Flares, uses Inventorio as a dependency, so, an example can be borrowed from there: https://github.com/Lizard-Of-Oz/DRG_Flares/blob/2917e07352ed40512e0f525f07b0f1eaf83aa61c/fabric/build.gradle#L31

jptrzy commented 2 years ago

Thanks.