diff --git a/build.gradle b/build.gradle index a855f5d..3637182 100644 --- a/build.gradle +++ b/build.gradle @@ -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 @@ -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 diff --git a/en.png b/en.png new file mode 100644 index 0000000..b213ed6 Binary files /dev/null and b/en.png differ diff --git a/gradle.properties b/gradle.properties index 97b5879..f69d3aa 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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 diff --git a/zh-cn.png b/zh-cn.png new file mode 100644 index 0000000..b565973 Binary files /dev/null and b/zh-cn.png differ diff --git a/zh-tw.png b/zh-tw.png new file mode 100644 index 0000000..742d7a9 Binary files /dev/null and b/zh-tw.png differ