Starting on blocks (#137)
* Starting on blocks * Updated collision box * Updated block components * Fixed block/rotation * Making orbi responsible for dependencies * Updating blocks * trigger -> triggers
This commit is contained in:
@@ -1,12 +1,6 @@
|
||||
{
|
||||
"$id": "blockception.minecraft.behavior.blocks.minecraft.rotation",
|
||||
"title": "Rotation",
|
||||
"description": "This is the block's rotation around the center of the cube in degrees. The rotation order is x-y-z.",
|
||||
"type": "array",
|
||||
"additionalProperties": false,
|
||||
"items": [
|
||||
{ "type": "number", "title": "X" },
|
||||
{ "type": "number", "title": "Y" },
|
||||
{ "type": "number", "title": "Z" }
|
||||
]
|
||||
"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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user