Updated
This commit is contained in:
@@ -30,18 +30,9 @@
|
|||||||
"title": "Pivot",
|
"title": "Pivot",
|
||||||
"description": "The offset from the entity's anchor where the hitbox will spawn",
|
"description": "The offset from the entity's anchor where the hitbox will spawn",
|
||||||
"items": [
|
"items": [
|
||||||
{
|
{ "type": "number", "title": "X" },
|
||||||
"type": "number",
|
{ "type": "number", "title": "Y" },
|
||||||
"title": "X"
|
{ "type": "number", "title": "Z" }
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "number",
|
|
||||||
"title": "Y"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "number",
|
|
||||||
"title": "Z"
|
|
||||||
}
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -50,7 +41,13 @@
|
|||||||
},
|
},
|
||||||
"examples": [
|
"examples": [
|
||||||
{
|
{
|
||||||
"hitboxes": []
|
"hitboxes": [
|
||||||
|
{
|
||||||
|
"width": 1,
|
||||||
|
"height": 1,
|
||||||
|
"pivot": [0, 1, 0]
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -216,7 +216,8 @@
|
|||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The colors of the dots on the egg",
|
"description": "The colors of the dots on the egg",
|
||||||
"title": "Overlay Color",
|
"title": "Overlay Color",
|
||||||
"format": "color-hex"
|
"format": "color-hex",
|
||||||
|
"examples": ["#FFFFFF"]
|
||||||
},
|
},
|
||||||
"texture": { "type": "string", "description": "The texture reference in item_texture.json", "title": "Texture" },
|
"texture": { "type": "string", "description": "The texture reference in item_texture.json", "title": "Texture" },
|
||||||
"texture_index": { "type": "integer", "description": "The index of the texture", "title": "Texture Index", "default": 0 }
|
"texture_index": { "type": "integer", "description": "The index of the texture", "title": "Texture Index", "default": 0 }
|
||||||
|
|||||||
Reference in New Issue
Block a user