mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-01-19 08:21:59 +00:00
20 lines
453 B
JSON
20 lines
453 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"$id": "3875281249",
|
|
"title": "minecraft:should_despawn v1.20.50",
|
|
"oneOf": [
|
|
{
|
|
"type": "boolean"
|
|
},
|
|
{
|
|
"type": "object",
|
|
"properties": {
|
|
"value": {
|
|
"type": "boolean",
|
|
"$metaProperties": {}
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"$metaProperties": {}
|
|
} |