Skip to content

Commit

Permalink
Fixed issue with modrinth task
Browse files Browse the repository at this point in the history
I'm a dummy
  • Loading branch information
CleverNucleus committed Jul 22, 2022
1 parent 4e97c7f commit a19e2f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ modrinth {
versionNumber = "${project.mod_version}"
versionName = "${project.mod_version}"
uploadFile = remapJar
gameVersions = ["1.18.2"]
gameVersions = ["${project.minecraft_version}"]
loaders = ["fabric"]
dependencies = [
new ModDependency("P7dR8mSH", "required"),
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ minecraft_version=1.19
yarn_mappings=1.19+build.1
loader_version=0.14.6

mod_version = 3.3.0
mod_version = 3.3.1
maven_group = com.github.clevernucleus
archives_base_name = playerex

fabric_version=0.57.0+1.19
dataattributes_version=1.2.0
dataattributes_version=1.2.1
opc_version=0.6.0
cardinal_components_version=5.0.1
placeholder_api=2.0.0-beta.7+1.19
Expand Down

0 comments on commit a19e2f8

Please sign in to comment.