Skip to content

Commit

Permalink
more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
MelanX committed Jun 14, 2024
1 parent 841cde0 commit 8f073b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ if (!getProperty('project', 'modrinth').isEmpty()) {
getArray(getProperty('requirements', 'modrinth')).each { dependencies.add(new com.modrinth.minotaur.dependencies.ModDependency(it, 'required')) }
getArray(getProperty('optionals', 'modrinth')).each { dependencies.add(new com.modrinth.minotaur.dependencies.ModDependency(it, 'optional')) }
gameVersions = getArray(getProperty('versions', 'modrinth', minecraft_version)).toList()
loaders = ['neoforge']
}
}

Expand Down
8 changes: 3 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,9 @@ base_version=4.0

## Upload Properties
upload_versions=1.21
upload_release=beta
upload_requirements=libx
modrinth_project=B7NPvScT
curse_project=991847
upload_optionals=jade, cooking-for-blockheads
upload_release=release
modrinth_project=fzSKSXVK
curse_project=583228

## Misc
remote_maven=https://maven.melanx.de/release
Expand Down

0 comments on commit 8f073b8

Please sign in to comment.