Skip to content

Commit

Permalink
updated jar name
Browse files Browse the repository at this point in the history
  • Loading branch information
NewJumper committed Jul 17, 2024
1 parent 2676dc1 commit 173765d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}
tasks.named('wrapper', Wrapper).configure { distributionType = Wrapper.DistributionType.BIN }

version = mod_version
version = "neoforge-${minecraft_version}-${mod_version}"
group = mod_group_id
base { archivesName = mod_id }

Expand Down
1 change: 0 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Sets default memory used for gradle commands. Can be overridden by user or command line properties.
# Sets default memory used for gradle commands. Can be overridden by user or command line properties.
org.gradle.jvmargs=-Xmx3G
org.gradle.daemon=false
org.gradle.debug=false
Expand Down

0 comments on commit 173765d

Please sign in to comment.