Skip to content

Commit

Permalink
E x p a n d
Browse files Browse the repository at this point in the history
  • Loading branch information
machiecodes committed Aug 9, 2024
1 parent e04ac3e commit 33f1461
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ tasks {
processResources {
val projectProperties = mapOf(
"version" to project.version,
"mc_version" to project.property("minecraft_version")
"mc_version" to project.property("minecraft_version"),
"loader_version" to project.property("loader_version")
)

inputs.properties(projectProperties)
Expand Down

0 comments on commit 33f1461

Please sign in to comment.