aboutsummaryrefslogtreecommitdiff
path: root/meta.jq
diff options
context:
space:
mode:
authorCaroline Larimore <caroline@larimo.re>2025-08-18 16:23:32 -0700
committerCaroline Larimore <caroline@larimo.re>2025-08-18 16:23:32 -0700
commit812ee117f701148046e5018decee8940b634d718 (patch)
tree03d000a211d75c19c47e5b2ac515c8b0fd104587 /meta.jq
parent696be76bda4c8bf8ed0fc7d0cff2c1358f98aa93 (diff)
feat: support for multiple accounts
Diffstat (limited to 'meta.jq')
-rw-r--r--meta.jq6
1 files changed, 0 insertions, 6 deletions
diff --git a/meta.jq b/meta.jq
index c849674..8f7d788 100644
--- a/meta.jq
+++ b/meta.jq
@@ -14,12 +14,6 @@ def apply_optional: if has("rules") then
end;
def replace_placeholders: {
- "auth_player_name": $auth[0].player_name,
- "auth_uuid": $auth[0].uuid,
- "auth_xuid": $auth[0].xuid,
- "auth_access_token": $auth[0].access_token,
- "user_type": $auth[0].type,
-
"version_name": .id,
"version_type": .type,