@minecraft/creator-tools
Version:
Minecraft Creator Tools command line and libraries.
40 lines • 988 B
JSON
{
"fields": [
{
"id": "rotation",
"title": "Rotation",
"description": "The block's rotation in increments of 90 degrees",
"dataType": 17
},
{
"id": "rotation_pivot",
"title": "Rotation Pivot",
"description": "The point to apply rotation around",
"dataType": 11
},
{
"id": "scale",
"title": "Scale",
"description": "The block's scale",
"dataType": 11
},
{
"id": "scale_pivot",
"title": "Scale Pivot",
"description": "The point to apply scale around",
"dataType": 11
},
{
"id": "translation",
"title": "Translation",
"description": "The block's translation",
"dataType": 11
}
],
"tags": [
"visual"
],
"description": "The block's translation, rotation and scale with respect to the center of its world position",
"title": "Transformation",
"id": "minecraft:transformation"
}