Skip to content

Commit

Permalink
fix: Modrinth release is now available
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenlige committed Aug 18, 2024
1 parent 624f397 commit a8972d3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'fabric-loom' version '1.7-SNAPSHOT'
id 'maven-publish'
// id 'com.modrinth.minotaur' version '2.+'
id 'com.modrinth.minotaur' version '2.+'
}

version = project.mod_version
Expand Down Expand Up @@ -94,10 +94,12 @@ publishing {
}
}

import com.modrinth.minotaur.TaskModrinthUpload

modrinth {
token = System.getenv("MODRINTH_TOKEN")
projectId = "xennote"
versionNumber = "0.1.0" // You don't need to set this manually. Will fail if Modrinth has this version already
versionNumber = project.version // You don't need to set this manually. Will fail if Modrinth has this version already
versionType = "alpha" // `release` or `beta` or `alpha`
uploadFile = remapJar
gameVersions = ["1.21", "1.21.1"] // Must be an array, even with only one version
Expand Down
Binary file added en.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ yarn_mappings=1.21.1+build.1
loader_version=0.16.0

# Mod Properties
mod_version=1.0.0
mod_version=0.1.0
maven_group=com.github.zhenlige.xennote
archives_base_name=xennote

Expand Down
Binary file added zh-cn.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added zh-tw.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a8972d3

Please sign in to comment.