Skip to content

Commit

Permalink
Addded "minecraft:dimension_bound":{} with documentation. (#323)
Browse files Browse the repository at this point in the history
* Updated components.json list for auto completes.
* Add dimension_bound.json with documentation
  • Loading branch information
StealthyExpertX authored Nov 9, 2024
1 parent 755e02f commit 0151650
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions source/behavior/entities/format/components.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
"minecraft:dash": { "$ref": "./components/dash.json" },
"minecraft:default_look_angle": { "$ref": "./components/default_look_angle.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:dweller": { "$ref": "./components/dweller.json" },
"minecraft:economy_trade_table": { "$ref": "./components/economy_trade_table.json" },
Expand Down
Original file line number Diff line number Diff line change
@@ -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": {}
}

0 comments on commit 0151650

Please sign in to comment.