Files
minecraft-bedrock-json-schemas/source/behavior/entities/format/components/lava_movement.json

23 lines
456 B
JSON
Raw Normal View History

2021-10-08 12:59:03 +02:00
{
2021-10-08 13:04:13 +02:00
"$id": "blockception.minecraft.behavior.entities.minecraft.lava_movement",
2021-10-08 12:59:03 +02:00
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"type": "object",
2021-10-08 13:04:13 +02:00
"title": "Lava Movement",
2021-10-08 12:59:03 +02:00
"additionalProperties": false,
"required": [],
"properties": {
2021-10-11 18:10:42 +02:00
"value": {
"type": "number",
"title": "Value",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED"
}
},
"examples": [
{
"value": 0.0
}
]
2021-10-08 12:59:03 +02:00
}