Files
2024-11-18 15:33:19 +01:00

10 lines
300 B
JSON

{
"$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": { }
}