Files
minecraft-bedrock-json-schemas/source/behavior/items/format/components/should_despawn.json

12 lines
509 B
JSON
Raw Normal View History

{
"$id": "blockception.minecraft.behavior.items.minecraft:should_despawn",
"title": "Should Despawn",
"description": "Should despawn component determines if the item should eventually despawn while floating in the world",
"additionalProperties": false,
"type": "object",
"required": ["value"],
"properties": { "value": { "type": "boolean", "title": "Value", "description": "Whether the item should eventually despawn while floating in the world" } },
"examples": [
{ "value": false }
]
}