Updating Undocumented (#180)

* Updating UnDocumented
Updating Undocumented and Fix Component errors
* Update source/behavior/entities/format/components/is_stackable.json
* Update source/behavior/entities/format/components/is_stackable.json

---------

Co-authored-by: Daan Verstraten <daanverstraten@hotmail.com>
This commit is contained in:
DW623
2023-08-13 23:21:03 -07:00
committed by GitHub
parent c1d2b339be
commit 8a7533a941
17 changed files with 113 additions and 90 deletions

View File

@@ -2,27 +2,25 @@
"$id": "blockception.minecraft.behavior.entities.minecraft.follow_range",
"type": "object",
"title": "Follow Range",
"description": "Defines the range of blocks that a mob will pursue a target.",
"additionalProperties": false,
"required": [],
"properties": {
"value": {
"type": "integer",
"description": "UNDOCUMENTED.",
"$comment": "UNDOCUMENTED",
"description": "Range of the amount of damage the melee follow_range deals. A negative value can heal the entity instead of hurting it.",
"title": "Value"
},
"max": {
"type": "integer",
"description": "UNDOCUMENTED.",
"$comment": "UNDOCUMENTED",
"description": "Duration, in seconds, of the status ailment applied to the damaged entity.",
"title": "Max"
}
},
"description": "UNDOCUMENTED.",
"examples": [
{
"value": 0,
"max": 0
"value": 16,
"max": 48
}
]
}