Files
minecraft-bedrock-json-schemas/source/behavior/blocks/format/components/rotation.json

7 lines
304 B
JSON
Raw Normal View History

2021-08-22 00:15:58 +02:00
{
2022-06-07 21:39:02 +02:00
"$id": "blockception.minecraft.behavior.blocks.minecraft.rotation",
"title": "Rotation",
"description": "The block's rotation around the center of the cube in degrees. The rotation order is [x, y, z]. Angles need to be in multiples of 90.",
"$ref": "../../../../general/vectors/number3.json"
2021-08-22 00:15:58 +02:00
}