summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/item/milk_bucket.json
blob: 4e06f0a98bdb6eed4db49db235ce867ab5858bce (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
	"parent": "item/bucket",
	"ambientocclusion": false,
	"textures": {
		"1": "item/milk_bucket_model"
	},
	"display": {
		"thirdperson_righthand": {
			"rotation": [68, 0, 0],
			"translation": [0, -2, -2],
			"scale": [0.8, 0.8, 0.8]
		},
		"thirdperson_lefthand": {
			"rotation": [68, 0, 0],
			"translation": [0, -2, -2],
			"scale": [0.8, 0.8, 0.8]
		}
	}
}