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

101 lines
2.9 KiB
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "1357516824",
"definitions": {
"2510182014": {
"title": "struct SharedTypes::v1_20_60::BlockCulling::Contents::Description",
"type": "object",
"properties": {
"identifier": {
"type": "string",
"$metaProperties": {}
}
},
"required": [
"identifier"
],
"$metaProperties": {}
},
"3215886026": {
"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": {}
},
"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",
"type": "object",
"properties": {
"description": {
"$ref": "#/definitions/2510182014",
"$metaProperties": {}
},
"rules": {
"title": "sequence container",
"type": "array",
"items": {
"$ref": "#/definitions/3215886026"
},
"$metaProperties": {}
}
},
"required": [
"description",
"rules"
],
"$metaProperties": {}
}