-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Addded "minecraft:dimension_bound":{} with documentation. (#323)
* Updated components.json list for auto completes. * Add dimension_bound.json with documentation
- Loading branch information
1 parent
755e02f
commit 0151650
Showing
2 changed files
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 9 additions & 0 deletions
9
source/behavior/entities/format/components/dimension_bound.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": {} | ||
} |