Skip to content

Commit

Permalink
Update to preview 1.21.20.21
Browse files Browse the repository at this point in the history
  • Loading branch information
ExDrill committed Jun 27, 2024
1 parent 141862c commit b43d2d6
Show file tree
Hide file tree
Showing 13 changed files with 2,103 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/minecraftBedrock/schema/block/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@
"if": {
"properties": {
"format_version": {
"enum": ["1.21.10"]
"enum": ["1.21.10", "1.21.20"]
}
}
},
Expand Down
12 changes: 12 additions & 0 deletions packages/minecraftBedrock/schema/entity/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,18 @@
"then": {
"$ref": "./v1.21.10/main.json"
}
},
{
"if": {
"properties": {
"format_version": {
"enum": ["1.21.20"]
}
}
},
"then": {
"$ref": "./v1.21.20/main.json"
}
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"type": "object",
"properties": {
"minecraft:annotation.open_door": {
"$ref": "../../v1.16.0/annotations/annotation.open_door.json"
},
"minecraft:annotation.break_door": {
"$ref": "../../v1.16.0/annotations/annotation.break_door.json"
}
}
}
Loading

0 comments on commit b43d2d6

Please sign in to comment.