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

21 lines
391 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.balloonable",
2021-10-08 12:59:03 +02:00
"additionalProperties": false,
"type": "object",
2021-10-08 13:04:13 +02:00
"title": "Balloonable",
2021-10-08 12:59:03 +02:00
"required": [],
2021-10-11 18:10:42 +02:00
"properties": {
"mass": {
"type": "number",
"description": "UNDOCUMENTED: mass",
"title": "Mass"
}
},
2021-11-16 13:42:54 +01:00
"description": "UNDOCUMENTED",
2021-10-11 18:10:42 +02:00
"examples": [
{
"mass": 0.0
}
]
2021-10-08 12:59:03 +02:00
}