Files
minecraft-bedrock-json-schemas/source/behaviour/items/1.16.200/components/minecraft.render_offsets.json
2021-03-11 12:05:51 +01:00

21 lines
615 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behaviour.1.16.200.items.minecraft:render_offsets",
"title": "Render offsets",
"description": "Render offsets component: optional values can be given to offset the way the item is rendered.",
"type": "object",
"additionalProperties": false,
"properties": {
"main_hand": {
"title": "Main hand",
"description": "Right hand transform data.",
"type": "string"
},
"off_hand": {
"title": "Off hand",
"description": "Left hand transform data.",
"type": "string"
}
}
}