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

@@ -1,7 +1,6 @@
{
"$id": "blockception.minecraft.behavior.entities.minecraft.underwater_movement",
"description": "UNDOCUMENTED.",
"$comment": "UNDOCUMENTED",
"description": "Defines the speed with which an entity can move through water.",
"type": "object",
"title": "Underwater Movement",
"additionalProperties": false,
@@ -10,13 +9,12 @@
"value": {
"type": "number",
"title": "Value",
"description": "UNDOCUMENTED.",
"$comment": "UNDOCUMENTED"
"description": "Movement speed of the entity under water."
}
},
"examples": [
{
"value": 0.0
"value": 0.15
}
]
}