Skip to content

Commit

Permalink
add modrinth project
Browse files Browse the repository at this point in the history
  • Loading branch information
btwonion committed Mar 23, 2024
1 parent ad0f57e commit b43604a
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,12 @@ repositories {

dependencies {
minecraft("com.mojang:minecraft:$mcVersion")
mappings(loom.layered {
parchment("org.parchmentmc.data:parchment-1.20.1:2023.09.03@zip")
officialMojangMappings()
})
mappings(
loom.layered {
parchment("org.parchmentmc.data:parchment-1.20.1:2023.09.03@zip")
officialMojangMappings()
}
)

implementation("org.vineflower:vineflower:1.9.3")
modImplementation("net.fabricmc:fabric-loader:0.15.7")
Expand Down Expand Up @@ -97,7 +99,7 @@ val changelogText =

modrinth {
token.set(findProperty("modrinth.token")?.toString())
projectId.set("")
projectId.set("wTfH1dkt")
versionNumber.set("${project.version}")
versionType.set("release")
uploadFile.set(tasks["remapJar"])
Expand Down

0 comments on commit b43604a

Please sign in to comment.