1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2024-11-21 20:46:28 +00:00
bedrock-samples/metadata/json_schemas/ShouldDespawn v1.20.50.json
Mike Ammerlaan 1440438305 v1.21.30.3
2024-09-17 09:13:33 -07:00

24 lines
758 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "3875281249",
"title": "minecraft:should_despawn v1.20.50",
"description": "Should_despawn component determines if the item should eventually despawn while floating in the world",
"oneOf": [
{
"type": "boolean"
},
{
"type": "object",
"properties": {
"value": {
"description": "Determines whether the item should eventually despawn while floating in the world.",
"type": "boolean"
}
}
}
],
"$metaProperties": {
"CEREAL_DOCUMENTATION_TAG": false,
"CEREAL_JSON_SCHEMA": "ShouldDespawn v1.20.50"
}
}