Bedrock Snippets

Attachable Example

View Source

attachable-example > rp > models > entity > skeleton_head.geo.json

{
	"format_version": "1.16.0",
	"minecraft:geometry": [
		{
			"description": {
				"identifier": "geometry.wiki.skeleton_head",
				"texture_width": 64,
				"texture_height": 32,
				"visible_bounds_width": 3,
				"visible_bounds_height": 3,
				"visible_bounds_offset": [0, 1.5, 0]
			},
			"bones": [
        {
					"name": "skeleton_head",
					"pivot": [0, 4, 0],
					"binding": "query.item_slot_to_bone_name(context.item_slot)",
					"cubes": [
						{"origin": [-4, 0, -4], "size": [8, 8, 8], "uv": [0, 0]}
					]
				}
			]
		}
	]
}
Copied to Clipboard