Addded "minecraft:dimension_bound":{} with documentation. (#323)
* Updated components.json list for auto completes. * Add dimension_bound.json with documentation
This commit is contained in:
@@ -48,6 +48,7 @@
|
|||||||
"minecraft:dash": { "$ref": "./components/dash.json" },
|
"minecraft:dash": { "$ref": "./components/dash.json" },
|
||||||
"minecraft:default_look_angle": { "$ref": "./components/default_look_angle.json" },
|
"minecraft:default_look_angle": { "$ref": "./components/default_look_angle.json" },
|
||||||
"minecraft:despawn": { "$ref": "./components/despawn.json" },
|
"minecraft:despawn": { "$ref": "./components/despawn.json" },
|
||||||
|
"minecraft:dimension_bound": { "$ref": "./components/dimension_bound.json" },
|
||||||
"minecraft:drying_out_timer": { "$ref": "./components/drying_out_timer.json" },
|
"minecraft:drying_out_timer": { "$ref": "./components/drying_out_timer.json" },
|
||||||
"minecraft:dweller": { "$ref": "./components/dweller.json" },
|
"minecraft:dweller": { "$ref": "./components/dweller.json" },
|
||||||
"minecraft:economy_trade_table": { "$ref": "./components/economy_trade_table.json" },
|
"minecraft:economy_trade_table": { "$ref": "./components/economy_trade_table.json" },
|
||||||
|
|||||||
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"$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": {}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user