Files
minecraft-bedrock-json-schemas/source/behavior/entities/format/components/lava_movement.json
DW623 8a7533a941 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>
2023-08-14 08:21:03 +02:00

21 lines
463 B
JSON

{
"$id": "blockception.minecraft.behavior.entities.minecraft.lava_movement",
"description": "Allows a custom movement speed across lava blocks.",
"type": "object",
"title": "Lava Movement",
"additionalProperties": false,
"required": [],
"properties": {
"value": {
"type": "number",
"title": "Value",
"description": "The speed a strider moves over a lava block."
}
},
"examples": [
{
"value": 0.32
}
]
}