Skip to content

Commit

Permalink
- Add allow random seed to manifest header
Browse files Browse the repository at this point in the history
- Add generated with in manifest
  • Loading branch information
Xterionix committed Sep 19, 2023
1 parent 29de5f9 commit 3c6f6a1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion packages/auto_completions/manifest/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"base_game_version": {
"$dynamic.list.index_triple": "$general.number"
},
"lock_template_options": "$general.boolean"
"lock_template_options": "$general.boolean",
"allow_random_seed": "$general.boolean"
},
"modules": {
"$dynamic.list.next_index": {
Expand Down Expand Up @@ -68,6 +69,11 @@
"@meta": {
"is_value": true
}
},
"generated_with": {
"$placeholder": {
"$dynamic.list.next_index": "$general.translatable_text"
}
}
},
"capabilities": {
Expand Down

0 comments on commit 3c6f6a1

Please sign in to comment.