Skip to content

Commit

Permalink
add Minotaur configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
kosma committed Jun 20, 2023
1 parent a84982d commit e12facd
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
plugins {
id 'fabric-loom' version '1.2-SNAPSHOT'
id "com.modrinth.minotaur" version "2.+"
id 'maven-publish'
}

Expand Down Expand Up @@ -81,3 +82,13 @@ publishing {
// retrieving dependencies.
}
}

modrinth {
projectId = project.name
uploadFile = remapJar
gameVersions = [project.minecraft_version]
syncBodyFrom = rootProject.file("README.md").text
dependencies {
required.version "fabric-api", project.fabric_version
}
}

0 comments on commit e12facd

Please sign in to comment.