Skip to content

Commit

Permalink
- Test versioning block properties
Browse files Browse the repository at this point in the history
  • Loading branch information
Xterionix committed Jul 25, 2023
1 parent 5bd1e0b commit deaf8d7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/auto_completions/block/main.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
{
"format_version": "$general.format_version",

"minecraft:block": {
"description": {
"identifier": "$general.file_identifier and $general.block_identifier",
"is_experimental": "$general.boolean",
"$versioned_template.properties": [
{
"$if": "$format_version >= 1.16.100",
"$if": "$format_version >= 1.16.100 and $format_version < 1.19.80",
"$data": {
"$placeholder": {
"$dynamic.list.next_index": {
"@import.value.number": "$general.number",
"@import.value.boolean": "$general.boolean",
"@meta": { "validate": null }
"@meta": {
"validate": null
}
}
}
}
}
]
},

"$versioned_template.permutations": [
{
"$if": "$format_version >= 1.16.100",
Expand All @@ -42,4 +42,4 @@
}
]
}
}
}

0 comments on commit deaf8d7

Please sign in to comment.