1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-10-05 13:39:52 +00:00
Files
2025-09-09 10:02:11 -07:00

101 lines
2.0 KiB
JSON

{
"$id": "97950913",
"$schema": "http://json-schema.org/draft-07/schema#",
"definitions": {
"2105340087": {
"properties": {
"condition": {
"enum": [
"same_culling_layer",
"same_block",
"same_block_permutation"
],
"title": "Rule Condition",
"type": "string"
},
"cull_against_full_and_opaque": {
"type": "boolean"
},
"direction": {
"enum": [
"down",
"up",
"north",
"south",
"west",
"east"
],
"title": "Facing",
"type": "string"
},
"geometry_part": {
"$ref": "#/definitions/3626427109"
}
},
"required": [
"direction",
"geometry_part"
],
"title": "Rule",
"type": "object"
},
"3626427109": {
"properties": {
"bone": {
"type": "string"
},
"cube": {
"minimum": 0,
"type": "integer"
},
"face": {
"enum": [
"down",
"up",
"north",
"south",
"west",
"east"
],
"title": "Facing",
"type": "string"
}
},
"required": [
"bone"
],
"title": "Rule Geometry Part",
"type": "object"
},
"4018363348": {
"properties": {
"identifier": {
"type": "string"
}
},
"required": [
"identifier"
],
"title": "Description",
"type": "object"
}
},
"properties": {
"description": {
"$ref": "#/definitions/4018363348"
},
"rules": {
"items": {
"$ref": "#/definitions/2105340087"
},
"type": "array"
}
},
"required": [
"description",
"rules"
],
"title": "Block Culling",
"type": "object",
"x-format-version": "1.21.80"
}