aboutsummaryrefslogtreecommitdiff
path: root/meta.jq
diff options
context:
space:
mode:
authorCaroline Larimore <caroline@larimo.re>2025-08-18 01:20:50 -0700
committerCaroline Larimore <caroline@larimo.re>2025-08-18 01:20:50 -0700
commit0acd9acd953dae1dea70a9c1af45b825713e8a89 (patch)
treecb672a25217bc874d1297e05d512d586eb617954 /meta.jq
parent8f035b6094fb2902e59fe764d7b59ccc13d084d1 (diff)
feat: accept game version as arg
Diffstat (limited to 'meta.jq')
-rw-r--r--meta.jq1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta.jq b/meta.jq
index 44de571..138ef15 100644
--- a/meta.jq
+++ b/meta.jq
@@ -57,6 +57,7 @@ replace_placeholders | {
"path": .downloads.artifact.path,
"url": .downloads.artifact.url
}],
+ "version": .id,
"asset_index": .assetIndex.url,
"java_version": .javaVersion.majorVersion,
"client_url": .downloads.client.url,