Package io.github.smootheez.modrinth
Class ModrinthDependency
java.lang.Object
io.github.smootheez.modrinth.ModrinthDependency
Represents a single dependency entry for a Modrinth project upload.
Each dependency specifies another Modrinth project that this mod relies on,
optionally, requires, conflicts with, or embeds.
Instances are created and managed through ModrinthConfig.
-
Constructor Summary
ConstructorsConstructorDescriptionModrinthDependency(String name) Constructs a Modrinth dependency wrapper with the given internal name. -
Method Summary
-
Constructor Details
-
ModrinthDependency
Constructs a Modrinth dependency wrapper with the given internal name.- Parameters:
name- the name used to register this dependency inside Gradle's container
-