* Updated components.json list for auto completes. * Add dimension_bound.json with documentation
10 lines
350 B
JSON
10 lines
350 B
JSON
{
|
|
"$id": "blockception.minecraft.behavior.entities.minecraft.dimension_bound",
|
|
"type": "object",
|
|
"title": "Dimension Bound",
|
|
"additionalProperties": false,
|
|
"description": "Restricts entities from moving between dimensions when using Minecraft portals, keeping them bound to their current dimension.",
|
|
"required": [],
|
|
"properties": {}
|
|
}
|