So I am trying to use Pam's Harvestcraft as a dependency to an addon I'm creating but, for the life of me, I cannot find out how to make this mod a dependency.
you need to specify the mod as a dependency in your build.gradle (documentation), and you'll also need to specify it in your @Mod annotation (example).
So I am trying to use Pam's Harvestcraft as a dependency to an addon I'm creating but, for the life of me, I cannot find out how to make this mod a dependency.
Can anyone here possibly help me with my issue?
(The version of Minecraft I'm using is 1.10.2)
you need to specify the mod as a dependency in your build.gradle (documentation), and you'll also need to specify it in your @Mod annotation (example).