Skip to content

Commit

Permalink
Fix dependencies for Modrinth
Browse files Browse the repository at this point in the history
  • Loading branch information
Adubbz committed Jan 10, 2024
1 parent b4800cb commit abf5dec
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,12 @@ subprojects {
uploadFile = name.equals("Fabric") ? remapJar : jar
gameVersions = [minecraft_version]
loaders = [name.toLowerCase()]
dependencies {
if (name.equals("Fabric")) {
required.project "fabric-api"
}
required.project "glitchcore"
}

if (changelog_file.exists()) {
changelog = trimChangelog(changelog_file.text)
Expand Down

0 comments on commit abf5dec

Please sign in to comment.