Files

10 lines
300 B
JSON
Raw Permalink Normal View History

2024-11-18 19:33:19 +05:00
{
"$id": "blockception.minecraft.behavior.entities.minecraft.transient",
"type": "object",
"title": "Transient",
"additionalProperties": false,
"description": "An entity with this component will NEVER persist, and forever disappear when unloaded.",
"required": [ ],
"properties": { }
}