Gaider10 / GravityChanger

A fabric mod and api that lets you change player gravity direction
MIT License
20 stars 13 forks source link

About dependency management #20

Closed qouteall closed 2 years ago

qouteall commented 2 years ago

According to the ReadMe https://github.com/Gaider10/GravityChanger/blob/master/README.md , you recommend configuring dependency using the dev jar. The normal way that Fabric proposes is to publish the mod jar (not dev jar) into maven and use Maven for dependency. You can publish this mod to Modrinth https://modrinth.com/ then we can use the maven repo provided by Modrinth.

The dev jar dependency has these drawbacks:

Gaider10 commented 2 years ago

Thanks for the info, I will try to do it that way