Skip to content

Commit

Permalink
Target 1.20.1 explicitly, targetCommitish to 1.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
John-Paul-R committed Dec 25, 2023
1 parent f045bd5 commit 031d91c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ githubRelease {
owner = project.gh_owner // default is the last part of your group. Eg group: "com.github.breadmoirai" => owner: "breadmoirai"
repo = project.gh_repo // by default this is set to your project name
tagName = project.version as String // by default this is set to "v${project.version}"
targetCommitish = "1.19.x" // by default this is set to "master"
targetCommitish = "1.20.1" // by default this is set to "master"
releaseName = project.version as String // Release title, by default this is the same as the tagName
body = readChangelogFromFile() // by default this is empty
draft = false // by default this is false
Expand Down
14 changes: 7 additions & 7 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
org.gradle.jvmargs=-Xmx2048M

# Fabric Properties
# check these on https://fabricmc.net/develup
minecraft_version=1.20
yarn_mappings=1.20+build.1
loader_version=0.14.21
# check these on https://fabricmc.net/develop
minecraft_version=1.20.1
yarn_mappings=1.20.1+build.10
loader_version=0.15.3

#Fabric api
fabric_version=0.83.0+1.20
fabric_version=0.91.0+1.20.1

# Mod Properties
mod_name = Essential Commands
Expand All @@ -32,7 +32,7 @@ junit_jupiter_version = 5.8.2
modrinth_project_id=6VdDUivB
# Modrinth errors if you provide required deps as project slugs. I think you need ids. Err msg not very descriptive *at all*.
# Not project slugs. File slugs. Found at https://modrinth.com/mod/PROJECT_SLUG/version/<This-is-the-file-id-you-want>
mr_game_versions = 1.20
mr_game_versions = 1.20.1
#fabric-api
mr_relations_required = Pz1hLqTB
#luckperms
Expand All @@ -41,7 +41,7 @@ mr_relations_incompatible =

# CurseForge
cf_project_id=475964
cf_game_versions = Fabric,Java 17,Java 18,1.20
cf_game_versions = Fabric,Java 17,Java 18,1.20.1
cf_relations_required = fabric-api
cf_relations_optional = luckperms
cf_relations_embedded =
Expand Down

0 comments on commit 031d91c

Please sign in to comment.