Bedrock Snippets

Attachable Example

View Source

attachable-example > rp > animations > steve_head.animation.json

{
	"format_version": "1.10.0",
	"animations": {
		"animation.steve_head.hold_first_person": {
			"loop": true,
			"bones": {
				"steve_head": {
					"rotation": [27, -39, -159],
					"position": [-6, 5.5, 3.4]
				}
			}
		},
		"animation.steve_head.hold_third_person": {
			"loop": true,
			"bones": {
				"steve_head": {
					"rotation": [-20, -32.5, 0],
					"position": [-6, 10, -3],
					"scale": 0.65
				}
			}
		}
	}
}
Copied to Clipboard