1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-01-19 08:21:59 +00:00
Mike Ammerlaan 5ce65764d3 v1.21.50.7
2024-12-03 08:43:20 -08:00

64 lines
1.8 KiB
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "3215886026",
"definitions": {
"371596787": {
"title": "struct SharedTypes::v1_20_60::BlockCulling::Contents::Rule::GeometryPart",
"type": "object",
"properties": {
"bone": {
"type": "string",
"$metaProperties": {}
},
"cube": {
"type": "integer",
"$metaProperties": {},
"minimum": 0.0
},
"face": {
"title": "enum SharedTypes::Facing",
"type": "string",
"enum": [
"down",
"east",
"north",
"south",
"up",
"west"
],
"$metaProperties": {}
}
},
"required": [
"bone"
],
"$metaProperties": {}
}
},
"title": "struct SharedTypes::v1_20_60::BlockCulling::Contents::Rule",
"type": "object",
"properties": {
"direction": {
"title": "enum SharedTypes::Facing",
"type": "string",
"enum": [
"down",
"east",
"north",
"south",
"up",
"west"
],
"$metaProperties": {}
},
"geometry_part": {
"$ref": "#/definitions/371596787",
"$metaProperties": {}
}
},
"required": [
"direction",
"geometry_part"
],
"$metaProperties": {}
}